Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2011-09-28fate: use 'run' helper for seek-testMans Rullgard
2011-09-28fate: remove seek-mpeg2reuse testMans Rullgard
2011-09-27avconv: use different variables for decoded and filtered frame.Anton Khirnov
2011-09-27fate: allow testing with libavfilter disabledMans Rullgard
2011-09-24adpcmenc: fix QT IMA ADPCM encoderBaptiste Coudurier
2011-09-24adpcmdec: Fix QT IMA ADPCM decoderBaptiste Coudurier
2011-09-23Fix unnecessary shift with 9/10bit vertical scalingKieran Kunhya
2011-09-22fate.sh: Ignore errors from rm command during cleanup.Diego Biurrun
2011-09-22fate.sh: Run git-pull in quiet mode to avoid console spam.Diego Biurrun
2011-09-22eval: test isnan(sqrt(-1)) instead of just sqrt(-1)Anton Khirnov
2011-09-19eval: implement not() expressionStefano Sabatini
2011-09-19eval: add sqrt function for computing the square rootStefano Sabatini
2011-09-17movenc: create an alternate group for each media typeAnton Khirnov
2011-09-17rawdec: g722 is always 1 channel/16kHzAnton Khirnov
2011-09-14smacker: fix a few off by 1 errorsMichael Niedermayer
2011-09-11avconv: rewrite -qscale and -aq handling.Anton Khirnov
2011-09-07v210dec: switch to PIX_FMT_422P10Baptiste Coudurier
2011-09-07libx264: add 'direct-pred' private optionAnton Khirnov
2011-09-07libx264: add 'partitions' private optionAnton Khirnov
2011-09-05ac3enc: Add channel coupling support for the fixed-point AC-3 encoder.Justin Ruggles
2011-09-05fate: use +frame+slice named constants instead of '3'Anton Khirnov
2011-09-05avconv: move max_frames to options context.Anton Khirnov
2011-09-04avconv: move limit_filesize to options contextAnton Khirnov
2011-09-04avconv: move start_time, recording_time and input_ts_offset to options contextAnton Khirnov
2011-09-02codec-regression: force vsync 0 on the me_threshold test to make sure frames ...Alex Converse
2011-08-26fifo: add FIFO API test program, and fate testStefano Sabatini
2011-08-22movenc: use libx264 by default when possible for mov, mp4 and pspAnton Khirnov
2011-08-22avienc: saner default audio codec.Anton Khirnov
2011-08-22matroskaenc: saner default codecs.Anton Khirnov
2011-08-18avconv: remove -intra option.Anton Khirnov
2011-08-17avconv: rescue poor abused recording_time global.Anton Khirnov
2011-08-17rmdec: parse FPS in RealMedia properlyKostya Shishkov
2011-08-17Use parsers for RealVideo 3/4 to determine correct PTSKostya Shishkov
2011-08-17rmdec: correct DTS calculation in RealMedia container.Kostya Shishkov
2011-08-16Revert "avconv: use stream copy by default when possible."Anton Khirnov
2011-08-16avconv: use stream copy by default when possible.Anton Khirnov
2011-08-16lavc: add audio flag to the 'b' option, deprecate 'ab'.Anton Khirnov
2011-08-16avconv: rename sameq to same_quantAnton Khirnov
2011-08-12swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje
2011-08-12Make a copy of ffmpeg under a new name -- avconv.Anton Khirnov
2011-08-12Add weighted motion compensation for RV40 B-framesKostya Shishkov
2011-08-02Revert "swscale: use 15-bit intermediates for 9/10-bit scaling."Ronald S. Bultje
2011-08-02swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje
2011-08-02Correct chroma vector calculation for RealVideo 3.Kostya Shishkov
2011-08-01Remove the ffserver test.Anton Khirnov
2011-07-21dnxhd: add regression test for 10-bitMans Rullgard
2011-07-21swscale: mark YUV422P10(LE,BE) as supported for outputJoseph Artsimovich
2011-07-18fate: make vsynth tests depend on only the relevant vrefMans Rullgard
2011-07-17fate: separate lavf-mxf_d10 test from lavf-mxfMans Rullgard
2011-07-13mpegtsenc: set Random Access indicator on keyframe start packetsJindrich Makovicka