source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @c5a83765   11 years Carl Eugen Hoyos Do not detect "00000000..." (and other non-changing values) as adp.
(edit) @45fd4ec9   11 years michaelni Merge commit 'd351ef47d0e0ccb7de96b37f137c16b2885580ac' * commit …
(edit) @b8667bcc   11 years Carl Eugen Hoyos Revert: flvenc: Don't pretend to support muxing "plain" VP6 Muxing …
(edit) @8947f47f   11 years michaelni Merge commit 'b605b123ef1d3bac0e7c221d8d7fa74cd8c7253c' * commit …
(edit) @37945584   11 years michaelni Merge commit 'afa21a12bf084f905187615706b0a8d92bc98661' * commit …
(edit) @6393038   11 years michaelni Merge commit 'e2274aa555f023e4f4e4819bf29b2d7e0adec7d5' * commit …
(edit) @2fade10c   11 years michaelni Add support for picture_ptr field in MJpegDecodeContext …
(edit) @9eac7c4   11 years michaelni Merge commit 'f0b234ab9e406efee85c17eb435db646092a943b' * commit …
(edit) @d351ef47   11 years anton pthread_frame: use the AVFrame API properly. Remove the extended_data …
(edit) @b605b123   11 years anton mxpegdec: use the AVFrame API properly.
(edit) @afa21a12   11 years anton p*menc: use the AVFrame API properly.
(edit) @e2274aa5   11 years anton mjpegdec: use the AVFrame API properly.
(edit) @2d4ef7c9   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @8e70fdab   11 years michaelni Merge commit '4958f35a2ebc307049ff2104ffb944f5f457feb3' * commit …
(edit) @a12f679   11 years michaelni common.mak: Less ugly version of the previous windres fix Using subst …
(edit) @0cde2ae3   11 years michaelni configure: Move MinGW64 specific check to the correct place It was …
(edit) @5f302b1f   11 years michaelni common.mak: fix the current fate failures with windres Tested-by: …
(edit) @b07da13a   11 years michaelni avcodec/ffv1enc: support forcing experimental 1.4 version …
(edit) @7854d2d   11 years michaelni avcodec/ffv1: support adjusting the g vs r + b coefficient in the RCT …
(edit) @f0b234ab   11 years anton avformat: AviSynth demuxer rewrite Directly loads AviSynth through …
(edit) @19c20a0a   11 years diego configure: Move adding of compat objects out of libc detection
(edit) @1b264607   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @c1b9d718   11 years michaelni avformat/rtpdec: Enable GSM RTP depacketization Signed-off-by: …
(edit) @cea5812f   11 years eclipse7 configure: Special case libfreetype test Include the freetype header, …
(edit) @4958f35a   11 years diego dsputil: Move apply_window_int16 to ac3dsp The (optimized) functions …
(edit) @bc9cee98   11 years michaelni avfilter/vf_mergeplanes: specify pixel format min/max Reviewed-by: …
(edit) @6faf4264   11 years michaelni avcodec/mpeg4video: fix 2 more incorrectly associated comments …
(edit) @eb87d1f6   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: libvpx: …
(edit) @120797e2   11 years diego configure: Separate MinGW32 and MinGW64 libc handling
(edit) @ae330070   11 years michaelni libvpxenc: token_parts is VP8 specific Signed-off-by: James Almer …
(edit) @9aa053ce   11 years diego libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0 …
(edit) @e2f800f8   11 years michaelni windres: Track dependencies Signed-off-by: James Almer …
(edit) @d042c825   11 years michaelni Merge remote-tracking branch 'rbultje/vp9-simd' * rbultje/vp9-simd: …
(edit) @92436e8a   11 years rsbultje vp9: implement top/left half (4x4) sub-8x8-IDCT. For that specific …
(edit) @b2045c44   11 years rsbultje vp9: split pre-load of 11585x2 out of 1d idct macro. This allows us …
(edit) @f9a0d4c6   11 years rsbultje vp9: minor refactorings in idct ssse3 assembly. Make register usage …
(edit) @8729964b   11 years rsbultje vp9: split x86 assembly in two files. (And in future, loopfilter or …
(edit) @c6959918   11 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: set …
(edit) @e8ac905d   11 years michaelni avutil/opt: Implement av_opt_set_defaults* in O(N) instead of O(N²) …
(edit) @0aedf90e   11 years michaelni avutil/opt: factor set_string_color() out Signed-off-by: Michael …
(edit) @758d4e4   11 years michaelni avutil/opt: factor set_string_video_rate() out Signed-off-by: Michael …
(edit) @9648c4fe   11 years michaelni avutil/opt: factor set_string_image_size() out Signed-off-by: Michael …
(edit) @7f763775   11 years michaelni avformat/utils: remove unused variable Signed-off-by: Michael …
(edit) @4dfc8f6   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: dcadec: …
(edit) @1770da18   11 years michaelni avformat/utils: reject poorly fitting rfps values earlier This avoids …
(edit) @ba189b1d   11 years michaelni avformat/mov: use rfps_add_frame() only for video it makes no sense …
(edit) @4d18060e   11 years michaelni swscale/utils: fill xyz tables only when they will be used makes the …
(edit) @f5285209   11 years michaelni avutil/utils: run ff_check_pixfmt_descriptors() only when ASSERT_LEVEL …
(edit) @b6a97199   11 years lu_zero dcadec: Decode LFE to avoid adding random data when downmixing with …
(edit) @a044a183   11 years michaelni avutil/log: skip IO calls on empty strings These occur when no …
(edit) @d6838309   11 years michaelni avutil/log: skip setting color for default (AV_LOG_INFO) level …
(edit) @2c21e2ee   11 years michaelni avutil/log: merge calls that set ansi color and print the string …
(edit) @22ef9cb4   11 years michaelni avresample: Include libavutil/avutil.h in version.h Should fix issues …
(edit) @59398c13   11 years michaelni Merge remote-tracking branch 'lukaszmluki/master' * …
(edit) @ad01fae8   11 years Marton Balint ffplay: set default window size before starting audio Fixes ticket …
(edit) @2b377fb4   11 years Marton Balint ffplay: factor out function setting default window size …
(edit) @eff4820e   11 years Marton Balint ffplay: remove no longer necessary codec flush It was introduced in …
(edit) @318bf57c   11 years Marton Balint ffplay: do not wait for flushing the picture queue on flush packet It …
(edit) @618bdb7f   11 years michaelni lavf/mux: Don't write "encoder" metadata tag when bitexact is …
(edit) @fa3bfeb1   11 years lukasz.m.luki lavd/fbdev_enc: add default device Use device specified by …
(edit) @90539cea   11 years michaelni avcodec/error_resilience: check that er is supported before attempting …
(edit) @afb18c5   11 years michaelni avcodec/error_resilience: factor er_supported() check out …
(edit) @976fc591   11 years michaelni avcodec/qdm2: move static init to normal init to avoid initializing …
(edit) @133fbfc   11 years michaelni do O(1) instead of O(n) atomic operations in register functions about …
(edit) @2b215f39   11 years michaelni mjpeg/ljpegenc: factor ff_mjpeg_init_hvsample() out This reduces the …
(edit) @535af2c2   11 years michaelni avcodec/mpegvideo_enc/frame_end(): remove unused variable …
(edit) @9a0d719b   11 years michaelni avcodec/mjpegenc/ff_mjpeg_escape_FF: remove unused variable …
(edit) @82c7d704   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: webp: …
(edit) @db44eff1   11 years michaelni Merge commit 'f51e3a1971045c7ed0c3d9d29d3254a4d940198e' * commit …
(edit) @711c664a   11 years michaelni Merge commit 'b73a8922d818c7f909855557718d4c3bfacbd92d' * commit …
(edit) @1fd323f   11 years michaelni Merge commit 'fa4476815d0d27996eb199452f2cdbfccdd244a5' * commit …
(edit) @fb98ca57   11 years michaelni Merge commit 'daffed3b173c59d64907747bf3309e98a8974f4e' * commit …
(edit) @6f7dbb9c   11 years michaelni Merge commit '0cdbc4d39394965bd8712395b19160da8f3fe144' * commit …
(edit) @6deaab36   11 years michaelni Merge commit '72c0b8f724a71d2784aecad0e5221e7ab6206371' * commit …
(edit) @0ebdf8d9   11 years michaelni avcodec/mjpegenc: fix and use lossless flag in …
(edit) @93947d88   11 years michaelni Merge commit '24abd806ea0cfb0d988d2f0044eac79cff12918c' * commit …
(edit) @d756b2b5   11 years michaelni avcodec/ljpegenc: Dont use ff_mjpeg_encode_stuffing() This avoids a …
(edit) @978ae13f   11 years michaelni avcodec/mjpegenc: move end padding/alignment to ff_mjpeg_escape_FF() …
(edit) @9fcd58ab   11 years michaelni avcodec/mjpegenc: make escape_FF() non static This will be used by …
(edit) @f2d8e3c0   11 years michaelni avcodec/ljpegenc: fix mem allocation failure return code …
(edit) @0f057ea3   11 years michaelni Merge commit '86eb2eaac629909d6ee4067c6f1e485a4e70473d' * commit …
(edit) @b342ea60   11 years michaelni Merge commit '3360ad995530ea6967b1e83981b4aa8240fbb0ed' * commit …
(edit) @d8fb209a   11 years michaelni Merge commit '058d5f2feb730846f22c1812e433f92f670ad751' * commit …
(edit) @8f1edc73   11 years stefasab lavfi: rename asrc_aevalsrc.c to aeval.c The file now contains both …
(edit) @e424abc3   11 years stefasab lavfi: add aeval filter
(edit) @405b3eb5   11 years stefasab lavfi/aevalsrc: duplicate last expression for the missing channels …
(edit) @5b073da   11 years stefasab doc: add script to compute texi files dependencies Replace the inline …
(edit) @5cda499d   11 years michaelni Merge commit '6d70639c7d5fe762c5f18de574eafa817fb53ef7' * commit …
(edit) @5ac55811   11 years michaelni Merge commit 'e1eaaec765d2e726618633fcbd2e06fded7647a8' * commit …
(edit) @4a0d8277   11 years michaelni Merge commit 'ff506c75b71d7aaa1062b49043e0b881b1e263e9' * commit …
(edit) @b22c16da   11 years michaelni Merge commit 'a1ba1f20b350cb89e645f17bdb237d027170db33' * commit …
(edit) @fb06b8ba   11 years michaelni Merge commit '0812f5a40a0a190172b6de6e91755b882472ddc5' * commit …
(edit) @0d9f2f5c   11 years michaelni Merge commit '66499f34b56fc6a9fdef25543bd9d576fc787895' * commit …
(edit) @28eacd13   11 years michaelni Merge commit '58a868968df445068a143f327ced03b6a02baf0d' * commit …
(edit) @dfd11eb2   11 years michaelni Merge commit 'ac1fc92ea410c396594fcd79f5d4491fe6a8cc90' * commit …
(edit) @52b69fa1   11 years michaelni Merge commit '282c6a1a0ef3e8c8e180c15b39cfe5b89704d848' * commit …
(edit) @f1db3f5f   11 years michaelni Merge commit 'c99307caee01441cfde24f3b7b0db3037b7022dc' * commit …
(edit) @08667c26   11 years michaelni Merge commit '0b0a7a751de02464a33717e70352f696372ba1c4' * commit …
(edit) @e3b7f0e1   11 years michaelni Merge commit 'd0d111d0592bfd6b2b8bcd2321986c0fc493455d' * commit …
(edit) @b6e7834a   11 years michaelni avcodec/mpegvideo_enc: fix linesizes in frame_end() Signed-off-by: …
Note: See TracRevisionLog for help on using the revision log.