source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @fbc5e0fa   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: http: …
(edit) @0d83edab   13 years michaelni dct-test: give emms a memory clober. Without this, the compiler in …
(edit) @461030a7   13 years michaelni dct-test: perform emms before gettime(). This fixes the hypothetical …
(edit) @9758b1c   13 years michaelni fate: enable fate-mapchan-6ch-extract-2-downmix-mono Signed-off-by: …
(edit) @d43812e2   13 years michaelni ffmpeg: move pan filter insertion up. This fixes one (disabled) fate …
(edit) @dbaf79c9   13 years martin http: Add the url_shutdown function for https, too Signed-off-by: …
(edit) @59525641   13 years martin http: Simplify code by removing a local variable Signed-off-by: …
(edit) @3cbcfa2d   13 years martin http: Clear the old URLContext pointer when closed This fixes issues …
(edit) @0766b6e3   13 years michaelni rv20: fix lowres out of array read Fixes Ticket1239 Signed-off-by: …
(edit) @febc013d   13 years michaelni yopdec: check frame oddness to be within supported limits Fixes …
(edit) @b6fdf8d   13 years michaelni yopdec: check that palette fits in the packet Signed-off-by: Michael …
(edit) @f218121a   13 years michaelni http: use ffurl_closep() Fixes Ticket1383 Signed-off-by: Michael …
(edit) @edf96d63   13 years michaelni url: add ffurl_closep() which also sets the context pointer to NULL …
(edit) @f89aa675   13 years michaelni lavf: use av_freep() in ffurl_close() Signed-off-by: Michael …
(edit) @2dbb8cc   13 years michaelni tcp: Check the return values from bind and accept Signed-off-by: …
(edit) @5f509fa2   13 years michaelni log: add category to AVClass Signed-off-by: Michael Niedermayer …
(edit) @23b365f1   13 years michaelni ffmpeg: fix memleak Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @422418b6   13 years michaelni dnxhd: replace asserts by av_asserts Signed-off-by: Michael …
(edit) @e6866b1   13 years michaelni fate: only check stddev for acodec-ra144 ra144 uses floats so …
(edit) @aac41ec1   13 years Carl Eugen Hoyos Let ffmpeg select the setpts filter. Do not disable ffmpeg with …
(edit) @64df092b   13 years Clément Bœsch swr: fix a few typo.
(edit) @abf5f6ea   13 years michaelni fate: try to fix 3rd md5 implementation Signed-off-by: Michael …
(edit) @03ce421c   13 years michaelni 8svx: fix crash Fixes Ticket1377 Found-by: Piotr Bandurski …
(edit) @59352cc2   13 years michaelni sgienc: add a limit for maximum supported resolution Signed-off-by: …
(edit) @b7c3772b   13 years martin tcp: Try enabling SO_REUSEADDR when listening Signed-off-by: Martin …
(edit) @641f4a88   13 years martin tcp: Check the return values from bind and accept Signed-off-by: …
(edit) @8a0efa9c   13 years michaelni qdm2: fix incorrect error spam Fixes Ticket1375 Signed-off-by: …
(edit) @e47e2369   13 years michaelni libmp3lame: add missing layout terminator Signed-off-by: Michael …
(edit) @7cb86633   13 years michaelni h264: Fail on DPC its not fully implemented Fixes part of Ticket1369 …
(edit) @3c276ac0   13 years michaelni dv-demux: dont mess with codec values Fixes part of Ticket1369 …
(edit) @303619d   13 years Clément Bœsch jacosub_probe: slightly increase the score to limit misdetection.
(edit) @908293d1   13 years Clément Bœsch jacosub_probe: speedup by making only one call to sscanf
(edit) @5c742005   13 years martin avisynth: Make sure the filename passed to avisynth is in the right …
(edit) @5afdb3e6   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: fate: …
(edit) @b7d14883   13 years michaelni h264: move q0 scan tables into context This fixes out of global array …
(edit) @18b46a49   13 years michaelni oggparsevorbis: fix null ptr dereference Found-by: Mateusz "j00ru" …
(edit) @b02cc2dd   13 years michaelni mpeg4videodec: Check that cplx_estimation_* fits in the available …
(edit) @06bf6d3   13 years nicolas.george vf_overlay: rewrite request/push logic. The old implementation, upon …
(edit) @6d679c4   13 years nicolas.george lavfi: add a generic API for buffer queues.
(edit) @72f3786   13 years nicolas.george sink_buffer: guard against NULL frames. This only happens if some …
(edit) @e03ddbcd   13 years michaelni gifenc: support resolutions up to 65535x65535 Maybe someone can add a …
(edit) @d2581dcc   13 years michaelni mjpegenc: add a limit for maximum supported resolution jpeg does not …
(edit) @320e537b   13 years michaelni mxfenc: support 50 and 60 frame rates Reviewed-by: Tomas Härdin …
(edit) @cc4d80c9   13 years michaelni ipmovie_probe: speedup by avoiding memcmp() call Signed-off-by: …
(edit) @ebfe0c6e   13 years michaelni ac3_probe: speedup by checking for header earlier Signed-off-by: …
(edit) @6cfaccab   13 years michaelni probetest: allow specifying parameters on the command line …
(edit) @76170f53   13 years michaelni yop_probe: check more fields to avoid detecting random data as yop …
(edit) @60de7616   13 years michaelni ffmpeg: allow overriding input top field first Signed-off-by: Michael …
(edit) @824a6975   13 years onemda binkaudio: check number of channels Fixes #1380. Signed-off-by: Paul …
(edit) @8aaa00c3   13 years michaelni indeo5: check quant_mat prevents out of array read Found-by: Mateusz …
(edit) @3b275ce   13 years michaelni fate: dont freopen() stdout it doesnt work and breaks most BSDs …
(edit) @0dfcd7e7   13 years michaelni range coder test code: decoding errors are av_log_error not debug. …
(edit) @21fdf1cc   13 years michaelni ffv1: fix reading global header with CRC Signed-off-by: Michael …
(edit) @57778f61   13 years michaelni avidec: fix odd extradata size case. Signed-off-by: Michael …
(edit) @76853a3   13 years michaelni libavformat: ff_get_bmp_header: return esize too Signed-off-by: …
(edit) @0fcf3013   13 years martin fate: Fix fate-ac3-fixed-encode for pre-ssse3 x86 machines The …
(edit) @9613240f   13 years martin http: Pass the proper return code of net IO operations Signed-off-by: …
(edit) @1876e7c0   13 years martin http: Add 'post_data', a new option which sets custom HTTP post data …
(edit) @c7bd556d   13 years justin.ruggles lavfi: amix: check active input count before calling request_samples …
(edit) @a1fc1d2e   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @6163d880   13 years rsbultje vp8: move block coeff arithcoder on stack. This prevents gcc from …
(edit) @64bde805   13 years rsbultje mp3/ac3 probe: search for PES headers to prevent probing MPEG-PS as MP3.
(edit) @d041dec3   13 years derek.buitenhuis pcm-mpeg: improve log message wording We support every defined value …
(edit) @39f0a45a   13 years michaelni h264_cavlc: check prefix before using it. Found-by: Mateusz "j00ru" …
(edit) @32e60b6b   13 years michaelni h264: increase scantable sizes to avoid overread We could also check …
(edit) @fd4c1c0b   13 years michaelni truemotion1: Check index, fix out of array read Found-by: Mateusz …
(edit) @96fe99cb   13 years michaelni ffmpeg: disable autoinsertion for -async on the output side of the …
(edit) @89cf5bf3   13 years michaelni cmdutils: replace 1 line #ifs by if() Signed-off-by: Michael …
(edit) @bf6fb563   13 years michaelni Allow building of command line utils without swresample lib This …
(edit) @f5af8d5e   13 years onemda exr: make message about missing feature more useful Signed-off-by: …
(edit) @d24ef674   13 years michaelni fate: fix long standing bug in the g723_1 test The test compared …
(edit) @f5e0ef5   13 years michaelni fate: add a fate-acodec-dca test that works on all platforms second …
(edit) @607461e5   13 years michaelni fate: add bitexact flag to ac3-fixed cant hurt, and should be there …
(edit) @8f615269   13 years onemda iff: check if there is extradata Fixes #1368. Signed-off-by: Paul B …
(edit) @d66b0cd5   13 years onemda exr: alpha support Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @0857e46d   13 years mans fate: add missing $(TARGET_PATH) to ac3-fixed-encode Signed-off-by: …
(edit) @00c78a0a   13 years mans fate: fix md5sum replacement on some systems On systems where the …
(edit) @7a2ae764   13 years michaelni fate: disable fate-acodec-dca the new test doesnt work on all …
(edit) @ef96ec97   13 years michaelni fate: remove unused functions Signed-off-by: Michael Niedermayer …
(edit) @6aceed3b   13 years michaelni fate: remove tests/codec-regression.sh This was somehow forgotten in …
(edit) @5855e463   13 years michaelni fate: resurrect acodec-dca This was lost in todays merge Ideas to do …
(edit) @73f3f6ba   13 years michaelni lavc: clarify experimental codec message Should be easier for new …
(edit) @fd707ad   13 years michaelni fate: try to fix fate-nellymoser-aref-encode make dependancies …
(edit) @e0a01e4c   13 years michaelni fate: make idroq test run again. Didnt investigate what broke it …
(edit) @16e25ef   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: avconv: …
(edit) @b0387ed   13 years michaelni Merge commit 'f919cc7df6ab844bc12f89fe7bef4fb915a47725' * commit …
(edit) @8619362f   13 years Clément Bœsch ffprobe: fix C escaping.
(edit) @43b50e6   13 years lu_zero avprobe: correctly set the default formatter
(edit) @2d52ee8a   13 years Clément Bœsch lavf/microdvd: support events lasting to the next one. Example: …
(edit) @d51e08bb   13 years Clément Bœsch lavc: switch from ts_end to duration in ff_ass_add_rect. Make …
(edit) @b75726c   13 years justin.ruggles lavr: add x86-optimized function for mixing 2 to 1 s16p with q8 coeffs
(edit) @c140fb2c   13 years justin.ruggles lavr: add x86-optimized functions for mixing 2 to 1 s16p with float coeffs
(edit) @8dfc1227   13 years justin.ruggles lavr: add C functions for mixing 2 to 1 channels with s16p format
(edit) @5289955   13 years lu_zero avprobe: move formatter functions in the context Avoid possible clashes.
(edit) @e7cb1615   13 years michaelni ape: Fix null ptr dereference with files missing a seekatable. Such …
(edit) @5880d788   13 years michaelni movdec: Check count of stts/ctts elements instead of just the pointer. …
(edit) @1b8741a6   13 years michaelni 4xm: fix division by zero caused by bps<8 Found-by: Mateusz "j00ru" …
(edit) @c9cc7629   13 years anton avconv: extend -r to work on any input stream. This is done by …
(edit) @4f81a507   13 years anton doc/avconv: expand documentation for the -s option.
(edit) @cf6c38c6   13 years anton avconv: don't print filters inserted by avconv in stream mappings.
Note: See TracRevisionLog for help on using the revision log.