source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @954fc854   10 years michaelni avformat/cache: cleanup cache file on cache write failure …
(edit) @68609edd   10 years michaelni Changelog: Mention non continuous cache protocol Signed-off-by: …
(edit) @6e6b0a8e   10 years u avfilter/xbr: reindent after previous commit
(edit) @87984d2f   10 years u avfilter/xbr: refactor px calculation in FILT[234]
(edit) @20cac72a   10 years u avfilter/xbr: move alpha blend assignment out of the macros
(edit) @006caf03   10 years u avfilter/xbr: remove unused mask
(edit) @2188df96   10 years u avfilter/xbr: refactor alpha blending macros
(edit) @8706910c   10 years michaelni avformat/cache: Support user specified read-ahead for non seekable …
(edit) @7018d3d3   10 years michaelni avformat/cache: Use the correct io handle in seeking Signed-off-by: …
(edit) @dedd3c8   10 years michaelni avformat/cache: more informative error message Signed-off-by: Michael …
(edit) @681559d   10 years michaelni avformat/cache: remember EOF point if hit and use it to handle …
(edit) @0c0168a2   10 years michaelni avformat/cache: support non continuous caching This allows using the …
(edit) @1efdb0a   10 years michaelni avcodec/nvenc: Remove special cases for cygwin Signed-off-by: Michael …
(edit) @7dce913   10 years michaelni avformat/smoothstreamingenc: Use av_freep() avoid leaving stale …
(edit) @443bd271   10 years michaelni avformat/wtvdec: Use av_freep() avoid leaving stale pointers in memory …
(edit) @68fa5492   10 years michaelni avformat/segment: Use av_freep() avoid leaving stale pointers in …
(edit) @1515bfb3   10 years michaelni vf_scale: Use correct chroma positions for YUV420P Signed-off-by: …
(edit) @b51cc701   10 years michaelni avcodec/vc1_mc: use the same reference as luma does in …
(edit) @b94e8545   10 years James avfilter/vf_fspp: add missing inline asm guards
(edit) @a51c78c6   10 years stefasab lavfi/mp: drop mp=fspp filter It has been ported to libavfilter.
(edit) @bdc4db0e   10 years stefasab lavfi: port mp=fspp to a native libavfilter filter Signed-off-by: …
(edit) @ecafde66   10 years u avfilter/showwaves: fix height range for cline mode
(edit) @f6950a07   10 years u avfilter/showwaves: use INT16_MAX instead of a self defined macro
(edit) @96dce6f7   10 years michaelni avformat/seek: move the cur variable into the loop This improves …
(edit) @3f56224   10 years michaelni avformat/rtpdec_mpeg4: Use av_freep() to avoid leaving stale pointers …
(edit) @ef05af8   10 years michaelni avformat/rtpproto: Use av_freep() to avoid leaving stale pointers in …
(edit) @82d1abc4   10 years michaelni avformat/seek: use av_freep() to avoid leaving stale pointers in …
(edit) @bed7806   10 years Reimar.Doeffinger tableprint_vlc.h: Should not be checked by checkheaders. Same as for …
(edit) @3a2bed1f   10 years michaelni swscale/yuv2rgb: Fix width % 4 != 0 with bgr4_byte/rgb4_byte …
(edit) @3848512d   10 years michaelni swscale/yuv2rgb: Fix width % 4 != 0 with bgr4/rgb4 Signed-off-by: …
(edit) @3d00ba26   10 years michaelni swscale/yuv2rgb: fix width % 8 != 0 and rgb/bgr8 output Fixes …
(edit) @341bd6ec   10 years michaelni avfilter/vf_uspp: use av_malloc_array() Signed-off-by: Michael …
(edit) @e014672   10 years michaelni avformat/aea: reduce false positives in probing Fixes probetest …
(edit) @0d7a14e2   10 years michaelni avformat/avidec: optimize probe about 2x as fast Signed-off-by: …
(edit) @f7f4a901   10 years michaelni avformat/rtpdec: Use av_freep() to avoid leaving stale pointers in …
(edit) @bb858e67   10 years michaelni avformat/rtpdec_latm: Use av_freep() to avoid leaving stale pointers …
(edit) @ba8d2c90   10 years michaelni avformat/rtpdec_xiph: use av_freep() to avoid leaving stale pointers …
(edit) @40948819   10 years george doc/faq: explain pkg-config basic setup.
(edit) @32c836cb   10 years James x86/vp9: remove duplicate function prototypes Fixes "redundant …
(edit) @13306dde   10 years michaelni tools/probetest: support testing a single specified input format This …
(edit) @1ffcf6ac   10 years michaelni frame_thread_encoder: use ref-counting to avoid memcpy of all input …
(edit) @fe439c20   10 years michaelni avcodec/h264: also show frames with missing fields when …
(edit) @75cc85b2   10 years michaelni cdxl: fix duration fixes ticket #1937 Signed-off-by: Michael …
(edit) @03b84f2f   10 years michaelni avformat/rtmpproto: Use av_freep() to avoid leaving stale pointers in …
(edit) @fd3e7447   10 years michaelni avformat/riffdec: Use av_freep() to avoid leaving stale pointers in …
(edit) @5dfae3f4   10 years michaelni avformat/os_support: Use av_freep() to avoid leaving stale pointers in …
(edit) @41ee459e   10 years michaelni avformat/img2dec: check w/h in dpx_probe Fixes probetest failure …
(edit) @b7e506b3   10 years michaelni avformat/swfdec: Check frame size rectangle in probe() fixes …
(edit) @f7a4589b   10 years michaelni avformat/mpegtsenc: Use av_freep() to avoid leaving stale pointers in …
(edit) @47b9481   10 years michaelni avformat/mpegenc: Use av_freep() to avoid leaving stale pointers in …
(edit) @c73b2889   10 years michaelni avfilter/vf_boxblur: Support 10bit planar formats
(edit) @34f103b1   10 years michaelni avfilter/vf_boxblur: add gbrp pixfmt Signed-off-by: Michael …
(edit) @6706a29   10 years michaelni avfilter/vf_spp: Fix overflow in 8bit store slice Fixes regression …
(edit) @f622ff16   10 years michaelni avfilter/vf_boxblur: avoid one addition per line Signed-off-by: …
(edit) @7cdce8cb   10 years michaelni avfilter/vf_boxblur: factor rounder offset out 3322 -> 3204 cycles …
(edit) @1ac5abb1   10 years michaelni avfilter/vf_spp: fix overflows with depth > 8 Signed-off-by: Michael …
(edit) @5318cf52   10 years michaelni Merge commit '9cfa68c560bdec82d2d5ec079f9c5b0f9ca37af0' * commit …
(edit) @988ca9bd   10 years michaelni avfilter/vf_spp: add support for 9bit YUV and GBR as well as GBRP10 …
(edit) @88c1869   10 years michaelni avcodec/idctdsp: use the 10bit code for 9 bit too 9bit is currently …
(edit) @bb852f00   10 years michaelni avcodec/fdctdsp: use the 10bit code for 9 bit too 9bit is currently …
(edit) @8db0c2ff   10 years michaelni avformat/mmst: Use av_freep() avoid leaving stale pointers in memory …
(edit) @bcd44471   10 years michaelni avformat/http: Use av_freep() avoid leaving stale pointers in memory …
(edit) @081913ae   10 years michaelni avformat/id3v2: Use av_freep() avoid leaving stale pointers in memory …
(edit) @7696e429   10 years michaelni x86/vp3dsp: port put_vp_no_rnd_pixels8_l2_mmx to yasm Signed-off-by: …
(edit) @9cfa68c5   10 years anton mpegts: add support for Opus Signed-off-by: Anton Khirnov …
(edit) @4ae87554   10 years michaelni Makefile: add dependencies which require ffversion.h Without this …
(edit) @17286593   10 years michaelni avformat/westwood_aud: replace != 0 error check by <0 Signed-off-by: …
(edit) @4b45aa51   10 years michaelni avformat/asfenc: replace != 0 error check by <0 Signed-off-by: …
(edit) @3d6545d5   10 years michaelni Merge commit '8ebf02f8f530240edf7e45f35f7647ef9dd44a58' * commit …
(edit) @a701a9c   10 years michaelni Merge commit 'fc308b30bb24e623fed042ec78b10803b2362a18' * commit …
(edit) @6b0f54dd   10 years michaelni Merge commit 'e2ce16392205d8efe9143329ed3fb5fcb15498fa' * commit …
(edit) @3a15168a   10 years michaelni Merge commit '4895aa65c6ddec2e33ec3c023f221b1bafcbaf9f' * commit …
(edit) @edbbb114   10 years u avformat/rsd: make tag_buf string larger av_get_codec_tag_string() …
(edit) @d60fb4f7   10 years u avformat/apngdec: make tag_buf string larger …
(edit) @83b0fe39   10 years u avformat/wavdec: make start_code string larger …
(edit) @e8d57e41   10 years michaelni wavdec: avoid output of arbitrary chars use av_get_codec_tag_string() …
(edit) @1a971d33   10 years michaelni wavdec: refactor wav_read_header() Make it more readable and display …
(edit) @8ebf02f8   10 years martin libavformat: Only use MoveFileExA when targeting the desktop API …
(edit) @fc308b30   10 years martin rtpenc_mpegts: Call write_trailer for the mpegts muxer even if no …
(edit) @e2ce1639   10 years martin mpegts: Support running the write_trailer function without an …
(edit) @4895aa65   10 years martin libavformat: Allow calling av_write_trailer with a NULL AVIOContext …
(edit) @c3e6a559   10 years michaelni avcodec/vp3: Fix offset handling Fixes use of uninitialized memory …
(edit) @2df5b506   10 years michaelni avcodec/mpegvideo_enc: remove rtp_mode=0 for H261 Suggested-by: …
(edit) @a4d62f77   10 years michaelni x86/constants: fix alignment of pw_255 Signed-off-by: James Almer …
(edit) @649c158e   10 years michaelni Add FFMPEG_VERSION into the binary libs This simplifies identifying …
(edit) @869b56ca   10 years michaelni avformat/mpegenc: replace always enabled asserts by av_assert0() …
(edit) @b44ae59b   10 years michaelni avfilter/vsrc_life: Use av_freep() avoid leaving stale pointers in …
(edit) @4d48ea3c   10 years michaelni avfilter/vf_libopencv: use av_freep() avoid leaving stale pointers in …
(edit) @4e1ecfe2   10 years michaelni libavutil: Added cbc mode to cast128 Signed-off-by: Supraja Meedinti …
(edit) @bdc1e3e3   10 years michaelni vp9/x86: intra prediction sse2/32bit support. Signed-off-by: Michael …
(edit) @b6e17112   10 years michaelni vp9/x86: invert hu_ipred left array ordering. Signed-off-by: Michael …
(edit) @e67496fe   10 years michaelni Merge commit 'cee4490b521fd0d02476d46aa2598af24fb8d686' * commit …
(edit) @c266d0e1   10 years michaelni Merge commit 'd423dd72be451462c6fb1cbbe313bed0194001ab' * commit …
(edit) @8af88335   10 years michaelni Merge commit '0b39ac6f54505a538c21fe49a626de94c518c903' * commit …
(edit) @96ff6d38   10 years Carl Eugen Hoyos lavf/rtp_h261: Replace restrict with av_restrict. Fixes compilation …
(edit) @6c7b153d   10 years michaelni Merge commit '17ba719d9ba30c970f65747f42d5fbb1e447ca28' * commit …
(edit) @f346e37a   10 years michaelni Merge commit '88626e5af8d006e67189bf10b96b982502a7e8ad' * commit …
(edit) @6c68522a   10 years michaelni Merge commit '809c3023b699c54c90511913d3b6140dd2436550' * commit …
(edit) @24af050c   10 years michaelni Merge commit '64f7575fbd64e5b65d5c644347408588c776f1fe' * commit …
(edit) @cee4490b   10 years anton on2avc: check number of channels Fixes invalid memory access. CC: …
Note: See TracRevisionLog for help on using the revision log.