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-10-18fate: Add a target for creating a 16000 Hz mono synthetic audio fileMartin Storsjö
2011-10-14prores: add FATE testsDiego Biurrun
2011-09-27fate: allow testing with libavfilter disabledMans Rullgard
2011-08-12Make a copy of ffmpeg under a new name -- avconv.Anton Khirnov
2011-08-01Remove the ffserver test.Anton Khirnov
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
2006-10-18Don't run libavtest if CONFIG_GPL is not set.Diego Biurrun
2006-10-15Warn about --enable-gpl.Diego Biurrun
2006-10-150.pgm is now 00.pgm.Diego Biurrun
2006-10-03Mark all phony targets as such.Diego Biurrun
2006-10-02Merge identical targets.Diego Biurrun
2006-08-17simplification cosmeticsDiego Biurrun
2006-08-17Simplify dsptest* rule and add libavutil to the dsptest* includes.Diego Biurrun
2006-08-03Add $(EXESUF) where necessary, fixes regression tests under MinGW.Víctor Paesa
2006-07-19Add missing EXESUF to executable rules.Víctor Paesa
2006-07-05100l: V_PATH vs VPATH typoDiego Biurrun
2006-07-05cosmetics: Break overly long lines.Diego Biurrun