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
2011-11-07fate: add --timeout=60 --contimeout=60 to fate-rsyncMichael Niedermayer
2011-11-04ffmpeg: add -map_channel option.Clément Bœsch
2011-10-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-18fate: Add a target for creating a 16000 Hz mono synthetic audio fileMartin Storsjö
2011-10-14fate: enable the prores testsMichael Niedermayer
2011-10-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-14prores: add FATE testsDiego Biurrun
2011-09-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-27fate: allow testing with libavfilter disabledMans Rullgard
2011-08-30fate: Switch default tool to test from avconv to ffmpegMichael Niedermayer
2011-08-16fate: allow specifying the tool to use for fate (avconv / ffmpeg)Michael Niedermayer
2011-08-15fate-rsync: switch to our server in preparation of h264 4:2:2 testsMichael Niedermayer
2011-08-13Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer
2011-08-12Make a copy of ffmpeg under a new name -- avconv.Anton Khirnov
2011-08-01Remove the ffserver test.Anton Khirnov
2011-08-01Rm lavfi-showfiltfmts on make testclean.Carl Eugen Hoyos
2011-07-18fate: make vsynth tests depend on only the relevant vrefMans Rullgard
2011-07-13build: move tests/seek_test.c to libavformat and reuse generic build rulesDiego Biurrun
2011-07-11build: remove unnecessary FFLDFLAGS variableMans Rullgard
2011-07-11build: rework rules for things in the tools dirMans Rullgard
2011-07-04fate: add idct8x8 testMans Rullgard
2011-07-03fate: move libavutil test rules to a separate fileMans Rullgard
2011-06-30build: Eliminate obsolete test targets.Diego Biurrun
2011-06-29fate: move amr[nw]b test rules into separate filesMans Rullgard
2011-06-28build: replace some addprefix/addsuffix with substitution refsMans Rullgard
2011-06-23build: remove SRC_PATH_BARE variableMans Rullgard
2011-06-23build: move test rules to tests/MakefileMans Rullgard
2007-06-08Merge tests Makefile into the top-level Makefile.Diego Biurrun
2007-05-30seek tests only available with GPL enabledBenoit Fouet
2007-05-29Mark phony swscale_error target as such.Diego Biurrun
2007-05-27Exit with error when running libavtest and not configured with --enable-gpl.Diego Biurrun
2007-05-27Rename variable for consistency.Diego Biurrun
2007-05-27whitespace cosmeticsDiego Biurrun
2007-05-27better variable namesDiego Biurrun
2007-05-27Remove comments that are neither very enlightening nor particularly up-to-date.Diego Biurrun
2007-05-27Do not hide the commands make runs.Diego Biurrun
2007-05-27Fix seek_test compilation for out-of-tree builds.Diego Biurrun
2007-05-25Also remove seek_test upon clean.Diego Biurrun
2007-05-25Replace multiple rules for compiling binaries by one pattern rule.Diego Biurrun
2007-05-25Remove obsolete and non-working DSP test program.Diego Biurrun
2007-05-09Remove trailing / from -I flags, MinGW appears to dislike them.Zuxy Meng
2007-04-22enable seektestMichael Niedermayer
2007-04-22ensure that seek_test is rebuild if any of the libs changedMichael Niedermayer
2007-02-07Add seektest to list of PHONY targets.Diego Biurrun
2007-02-05seek regression testsMichael Niedermayer
2007-01-25Do not run (broken) ffserver test by default and warn about its brokenness.Diego Biurrun
2007-01-10Bail out immediately with software scaler instead of failing the tests.Diego Biurrun
2006-12-23Fix regression tests with out-of-tree builds.Diego Biurrun
2006-12-22Use $< instead of explicit names.Diego Biurrun
2006-11-08allow spaces in source and build directory namesMåns Rullgård