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
AgeCommit message (Expand)Author
2019-02-16tests: Add a convenience function for video-only lavf testsDiego Biurrun
2019-02-16tests: Unify output directory creationDiego Biurrun
2014-05-15lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov
2012-05-29fate: convert codec-regression.sh to makefile rulesMans Rullgard
2012-05-18fate: remove unused code from regressions-funcs.shMans Rullgard
2012-05-16fate: work around non-standard wc implementationsMans Rullgard
2012-03-06FATE: add CPUFLAGS variable, mapping to -cpuflags avconv option.Anton Khirnov
2012-02-26FATE: remove a bunch of useless -vsync 0Anton Khirnov
2011-10-09fate: run avconv with -nostats flagMans Rullgard
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-12Make a copy of ffmpeg under a new name -- avconv.Anton Khirnov
2011-06-21fate: remove output redirections from old regtest scriptsMans Rullgard
2011-06-15ffmpeg: don't abuse a global for passing samplerate from input to outputAnton Khirnov
2011-06-02H264/MPEG frame-level multi-threading.Alexander Strange
2011-05-20fate: disable threading for encodingMans Rullgard
2011-05-18fate: remove do_ffmpeg_nocheck functionMans Rullgard
2011-05-18fate: do not collect -benchmark outputMans Rullgard
2011-05-09regtest: separate flags for encoding and decodingMans Rullgard
2011-05-08regtest: simplify encoding functionsMans Rullgard
2011-03-23fate: simplify regression-funcs.shLuca Barbato
2011-03-23fate: add support for multithread testingLuca Barbato
2011-01-22fate: make lavfi tests output only md5Mans Rullgard
2010-09-23fate: print commands being executed with V=1Måns Rullgård
2010-07-22regtest: simplify cleanup after each testMåns Rullgård
2010-07-09Change names of regtest output files to closer match the reference filesMåns Rullgård
2010-03-08regtest: move md5sum wrappers into separate fileMåns Rullgård
2010-03-03Remove unused argument to test scriptsMåns Rullgård
2010-03-03Place regression test output files in subdirs per familyMåns Rullgård
2010-02-18Use stripped executable in regression testsMåns Rullgård
2010-01-31Separate audio-only tests so they are only run onceMåns Rullgård
2010-01-16regtest: suppress console output from testsMåns Rullgård
2009-12-26Replace ` ` syntax by $( ) in regression test shell scripts.Diego Biurrun
2009-10-24Split codec-regression.sh, put all the code which can be shared byStefano Sabatini