source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @8ea2194e   10 years rsbultje vp9/x86: store unpacked intermediates for filter6/14 on stack. …
(edit) @e4240947   10 years rsbultje vp8/x86: move variable assigned inside macro branch. The value is not …
(edit) @418c202c   10 years rsbultje vp9/x86: simplify ABSSUM_CMP by inverting the comparison meaning.
(edit) @d1c55654   10 years rsbultje vp8/x86: remove unused register from ABSSUB_CMP macro.
(edit) @e59bd089   10 years rsbultje vp9/x86: slightly simplify 44/48/84/88 h stores.
(edit) @8132629b   10 years rsbultje vp9/x86: make cglobal statement more conservative in register allocation.
(edit) @c013ca5   10 years rsbultje vp9/x86: save one register in loopfilter surface coverage.
(edit) @56e432b2   10 years u avutil/atomic: reuse ret to avoid dereferencing twice the same value.
(edit) @cc914885   10 years michaelni avfilter/vf_cropdetect: Factorize duplicated code using a macro This …
(edit) @ed96830a   10 years michaelni avfilter/vf_blend: Fix AVClass Fixes infinite loop Signed-off-by: …
(edit) @d4fd3f24   10 years stefasab lavfi: add tblend filter
(edit) @05e74ac2   10 years michaelni avutil/hmac: use av_freep() to avoid leaving stale pointers in memory …
(edit) @6d639ecf   10 years michaelni avutil/audio_fifo: use av_freep() to avoid leaving stale pointers in …
(edit) @336bb3f   10 years michaelni avutil/dict: Use av_freep() to avoid leaving stale pointers in memory …
(edit) @9e893473   10 years michaelni Merge commit '60d4c6ff76467d4d8f55c1cc61ab6c618e8ea2f3' * commit …
(edit) @6f764d2   10 years michaelni Merge commit '737d35e33408263c04d7730f5487eed0d04938ba' * commit …
(edit) @a6ab9ed   10 years michaelni Merge commit '1f9237f2ac46dfbed1bfa1f4f0f1314c2a1d62ec' * commit …
(edit) @75173154   10 years michaelni Merge commit 'ebd5320afd42d4315851f3e0ca7f5d4a6300eb68' * commit …
(edit) @d7aaeea   10 years michaelni Merge commit 'c220a60f92dde9c7c118fc4deddff5c1f617cda9' * commit …
(edit) @ddb9a24a   10 years michaelni Merge commit '6c99c92a42add7f6a462114d5a4a53c93c551058' * commit …
(edit) @d16079ab   10 years michaelni Merge commit '57b6704ecd0f56d6a3092e448687cfd837bb0ac1' * commit …
(edit) @57089084   10 years michaelni Merge commit '4cfbeef31d4e6096c0596359d212f5d99a7ba4b5' * commit …
(edit) @60d4c6ff   10 years anton h264: restore a block mistakenly removed in e10fd08a CC: …
(edit) @fa0e5ffb   10 years michaelni avfilter/vf_cropdetect: add yuv440p and yuv410p support …
(edit) @a4b13dbd   10 years michaelni avfilter/vf_fspp: Add GBRP and gray8 support Signed-off-by: Michael …
(edit) @a18456a2   10 years Reynaldo H. Verdejo Pinochet ffserver: check for EOF|error at loop condition Signed-off-by: …
(edit) @0121dda   10 years Reynaldo H. Verdejo Pinochet ffserver: reflow close_connection() Signed-off-by: Reynaldo H. …
(edit) @11462236   10 years Reynaldo H. Verdejo Pinochet ffserver: minor formatting improvement to http_server() …
(edit) @978bc432   10 years Reynaldo H. Verdejo Pinochet ffserver: reindent start_multicast() Signed-off-by: Reynaldo H. …
(edit) @719cc025   10 years Reynaldo H. Verdejo Pinochet ffserver: reflow start_multicast() Signed-off-by: Reynaldo H. Verdejo …
(edit) @18011888   10 years Reynaldo H. Verdejo Pinochet ffserver: reindent start_children() Signed-off-by: Reynaldo H. …
(edit) @ec422517   10 years Reynaldo H. Verdejo Pinochet ffserver: reflow start_children() Signed-off-by: Reynaldo H. Verdejo …
(edit) @1abdfb10   10 years Reynaldo H. Verdejo Pinochet ffserver: break lines at 80 in func prototypes Signed-off-by: …
(edit) @a4f876a1   10 years James x86/vf_fspp: move pxor in store slice functions out of the loop m7 is …
(edit) @466e32bf   10 years James x86/vf_fspp: port inline asm to yasm Reviewed-by: Michael Niedermayer …
(edit) @9224c7f0   10 years michaelni avfilter/vf_fspp: clarify comment Signed-off-by: Michael Niedermayer …
(edit) @18982f08   10 years michaelni swscale: Pass through chroma positions in sws_getCachedContext …
(edit) @4bc0dbfc   10 years michaelni avfilter/vf_boxblur: generate supported pixfmt list instead of …
(edit) @f7da4b1c   10 years michaelni avformat/rtsp: Use av_freep() to avoid leaving stale pointers in …
(edit) @0704c44d   10 years michaelni avformat/cache: remove ftruncate usage, its not always available In …
(edit) @afaa4a89   10 years stefasab lavfi/blend: add difference128 mode
(edit) @7c210c44   10 years michaelni avformat/cache: Extend cache entries if possible instead of creating …
(edit) @312151b   10 years michaelni avformat/cache: avoid lseek() on reading from the cache if possible …
(edit) @ce355189   10 years michaelni avformat/cache: keep cache_pos updated Signed-off-by: Michael …
(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) @737d35e3   10 years anton vdpau: add support for the H.264 High 4:4:4 Predictive profile …
(edit) @1f9237f   10 years anton avconv_vdpau: allocate video surface of VDPAU-specified size …
(edit) @ebd5320a   10 years anton vdpau: add support for 4:2:2 and 4:4:4 chroma sampling Signed-off-by: …
(edit) @c220a60f   10 years anton vdpau: add helper for surface chroma type and size Since the VDPAU …
(edit) @6c99c92   10 years anton libavcodec: add AV_HWACCEL_ALLOW_HIGH_DEPTH flag This can be used by …
(edit) @57b6704   10 years anton avcodec: add AVCodecContext.sw_pix_fmt This carries the pixel format …
(edit) @4cfbeef3   10 years anton h264: factor hwaccel pixel formats list This is to avoid …
(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 …
Note: See TracRevisionLog for help on using the revision log.