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
2010-01-31Separate audio-only tests so they are only run onceMåns Rullgård
2010-01-2710l: fix linkingMåns Rullgård
2010-01-27Allow disabling of lavc, lavf, lavd, and lswsMåns Rullgård
2010-01-27Revert r21226, it was a joke:Ramiro Polla
2010-01-19Add rules to install generated headersMåns Rullgård
2010-01-16regtest: run tests only for enabled codecs and formatsMåns Rullgård
2010-01-16regtest: split wma test into wmav1 and wmav2Måns Rullgård
2010-01-16regtest: split reference files allowing tests to run individuallyMåns Rullgård
2010-01-15Get one step closer to world domination.Ramiro Polla
2009-12-12Add ROQ format regression test.Reimar Döffinger
2009-11-10Fix make install when all of ffmpeg/ffplay/ffserver are disabledMåns Rullgård
2009-10-31Allow disabling doc generation with --disable-docMåns Rullgård
2009-10-31Makefile cosmeticsMåns Rullgård
2009-10-29Add generic rules for building helpers with HOSTCCMåns Rullgård
2009-10-27Split codec-regression.sh again and create a lavfi-regression.sh forStefano Sabatini
2009-10-24Split codec-regression.sh, and create the lavf-regression.sh script.Stefano Sabatini
2009-10-21Rename vfilters.texi to libavfilter.texi, as the file is meant toStefano Sabatini
2009-10-18cosmetics: Break overly long lines.Diego Biurrun
2009-10-18Add documentation for libavfilter video filters.Stefano Sabatini
2009-10-07Add ALAC encoding and decoding regression tests.Justin Ruggles
2009-09-27Implement a lavfitest target for testing regressions in libavfilter.Stefano Sabatini
2009-09-21Split dnxhd regression test so the parts can run in parallelMåns Rullgård
2009-09-18Add probetest to TOOLS list.Diego Biurrun
2009-09-18Introduce a variable for all targets in the tools subdirectory.Diego Biurrun
2009-09-17Add dnxhd test to regression tests.Reimar Döffinger
2009-09-10Fix typo: '.' was used instead of '/' as directory separator.Diego Biurrun
2009-08-23Skip headers requiring external libs not present in checkheadersMåns Rullgård
2009-07-28Replace BUILD_{SHARED,STATIC} with CONFIG_ counterpartsMåns Rullgård
2009-07-22Fix building of tools/*Måns Rullgård
2009-07-17Make sure that tests/seek_test.o gets deleted on 'make clean'.Diego Biurrun
2009-07-12Use LD for linking, default to same as CCMåns Rullgård
2009-06-25Split developer documentation off from general documentation.Diego Biurrun
2009-06-23Consistently rename variables denoting regression reference file(s)Stefano Sabatini
2009-06-19Rename tests/ffmpeg.regression.ref to tests/vsynth.regression.ref,Stefano Sabatini
2009-06-16Add "config" make target to rerun configure with old optionsMåns Rullgård
2009-05-29Remove $(CLEANSUFFIXES) and $(DISTCLEANSUFFIXES) on clean/distcleanDave Yeo
2009-05-25The MLP optimizations do not depend on HAVE_MMX, but on ARCH_X86.Diego Biurrun
2009-05-25NEON-OBJS should also be cleared for each subdir.Ramiro Polla
2009-03-30Move generated file aynth1.sw to the data subdirectory. Thus it does not haveDiego Biurrun
2009-03-30Rename regression.sh --> codec-regression.sh. Now all regression test scriptsDiego Biurrun
2009-03-30Rename server-regression.sh --> ffserver-regression.sh for consistency.Diego Biurrun
2009-03-30Rename servertest target to ffservertest.Diego Biurrun
2009-03-30Rename libav.regression.ref --> lavf.regression.ref.Diego Biurrun
2009-03-30Rename libavtest target to lavftest to better express what it tests.Diego Biurrun
2009-03-30Rename test.conf --> ffserver.conf, the new name is more meaningful.Diego Biurrun
2009-03-29Rename seek_test.sh --> seek-regression.sh for greater consistency.Diego Biurrun
2009-03-27Move output_example.c --> libavformat/output-example.c.Diego Biurrun
2009-03-26Remove unnecessary CFLAGS variable from output_example link command.Diego Biurrun
2009-03-26Removing example programs is already handled by the generic clean commands,Diego Biurrun
2009-03-25Clear some more variables that are used on subdir Makefiles.Ramiro Polla