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 (Collapse)Author
2009-11-10Fix make install when all of ffmpeg/ffplay/ffserver are disabledMåns Rullgård
Originally committed as revision 20501 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-31Allow disabling doc generation with --disable-docMåns Rullgård
Originally committed as revision 20424 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-31Makefile cosmeticsMåns Rullgård
Originally committed as revision 20422 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-29Add generic rules for building helpers with HOSTCCMåns Rullgård
Originally committed as revision 20412 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-27Split codec-regression.sh again and create a lavfi-regression.sh forStefano Sabatini
running the libavfilter tests. Originally committed as revision 20384 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-24Split codec-regression.sh, and create the lavf-regression.sh script.Stefano Sabatini
Originally committed as revision 20365 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-21Rename vfilters.texi to libavfilter.texi, as the file is meant toStefano Sabatini
document libavfilter and not only its video filtering facilities. Originally committed as revision 20338 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-18cosmetics: Break overly long lines.Diego Biurrun
Originally committed as revision 20276 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-18Add documentation for libavfilter video filters.Stefano Sabatini
Originally committed as revision 20271 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-07Add ALAC encoding and decoding regression tests.Justin Ruggles
Originally committed as revision 20188 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-27Implement a lavfitest target for testing regressions in libavfilter.Stefano Sabatini
The target is disabled. See the thread: "[PATCH] libavfilter-soc: regression test for libavfilter". Originally committed as revision 20057 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-21Split dnxhd regression test so the parts can run in parallelMåns Rullgård
Originally committed as revision 19936 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-18Add probetest to TOOLS list.Diego Biurrun
Originally committed as revision 19909 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-18Introduce a variable for all targets in the tools subdirectory.Diego Biurrun
Originally committed as revision 19908 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-17Add dnxhd test to regression tests.Reimar Döffinger
Originally committed as revision 19895 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-10Fix typo: '.' was used instead of '/' as directory separator.Diego Biurrun
Originally committed as revision 19807 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-08-23Skip headers requiring external libs not present in checkheadersMåns Rullgård
Originally committed as revision 19685 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-28Replace BUILD_{SHARED,STATIC} with CONFIG_ counterpartsMåns Rullgård
Originally committed as revision 19527 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-22Fix building of tools/*Måns Rullgård
Fixes issue 1282 Originally committed as revision 19486 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-17Make sure that tests/seek_test.o gets deleted on 'make clean'.Diego Biurrun
Closes issue 1273. Originally committed as revision 19458 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-12Use LD for linking, default to same as CCMåns Rullgård
Originally committed as revision 19407 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-25Split developer documentation off from general documentation.Diego Biurrun
Originally committed as revision 19269 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-23Consistently rename variables denoting regression reference file(s)Stefano Sabatini
using the _REFFILE(S) postfix, and regression result file(s) using the _RESFILE(S) postfix. Improve legibility. Originally committed as revision 19253 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-19Rename tests/ffmpeg.regression.ref to tests/vsynth.regression.ref,Stefano Sabatini
since that is the name of the corresponding test. Originally committed as revision 19220 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-16Add "config" make target to rerun configure with old optionsMåns Rullgård
Originally committed as revision 19202 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-29Remove $(CLEANSUFFIXES) and $(DISTCLEANSUFFIXES) on clean/distcleanDave Yeo
in the root directory as well as in subdirectories. patch by Dave Yeo, daveryeo telus net Originally committed as revision 18973 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-25The MLP optimizations do not depend on HAVE_MMX, but on ARCH_X86.Diego Biurrun
Build them when ARCH_X86 is enabled. Fixes linking with MMX disabled. Originally committed as revision 18945 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-25NEON-OBJS should also be cleared for each subdir.Ramiro Polla
Originally committed as revision 18944 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-30Move generated file aynth1.sw to the data subdirectory. Thus it does not haveDiego Biurrun
to be removed separately and there is less clutter in the tests directory. Originally committed as revision 18246 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-30Rename regression.sh --> codec-regression.sh. Now all regression test scriptsDiego Biurrun
carry the regression test they run as prefix in their name. Originally committed as revision 18245 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-30Rename server-regression.sh --> ffserver-regression.sh for consistency.Diego Biurrun
Originally committed as revision 18243 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-30Rename servertest target to ffservertest.Diego Biurrun
Originally committed as revision 18242 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-30Rename libav.regression.ref --> lavf.regression.ref.Diego Biurrun
This matches the new name of the test target. Originally committed as revision 18228 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-30Rename libavtest target to lavftest to better express what it tests.Diego Biurrun
Also rename related variables to match the new name. Originally committed as revision 18227 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-30Rename test.conf --> ffserver.conf, the new name is more meaningful.Diego Biurrun
Originally committed as revision 18226 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-29Rename seek_test.sh --> seek-regression.sh for greater consistency.Diego Biurrun
Originally committed as revision 18220 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-27Move output_example.c --> libavformat/output-example.c.Diego Biurrun
The libavformat directory is a better place for a libavformat API example. Originally committed as revision 18199 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-26Remove unnecessary CFLAGS variable from output_example link command.Diego Biurrun
Originally committed as revision 18197 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-26Removing example programs is already handled by the generic clean commands,Diego Biurrun
so there is no need to remove output_example individually. Originally committed as revision 18196 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-25Clear some more variables that are used on subdir Makefiles.Ramiro Polla
Originally committed as revision 18180 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-23Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun
'test' target and a directory named tests exists. Originally committed as revision 18165 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-23Add rule for building API example programs.Diego Biurrun
Originally committed as revision 18161 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-20PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp
Patch by Daniel Verkamp, daniel drv nu Originally committed as revision 18077 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-13Remove 'lib' and 'swscale-error' from list of phony targets.Diego Biurrun
Both targets no longer exist. Originally committed as revision 17951 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-13Mark all clean targets as phony.Diego Biurrun
Originally committed as revision 17950 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-13Add "testclean" target to .PHONYReimar Döffinger
Originally committed as revision 17948 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-11mxf and mxf d10 regression testsBaptiste Coudurier
Originally committed as revision 17934 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-09Allow different executable suffix for host and targetMåns Rullgård
Originally committed as revision 17885 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-04Remove old scaler.Michael Niedermayer
Originally committed as revision 17786 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-03Remove deprecated vhook subsystem.Diego Biurrun
Originally committed as revision 17769 to svn://svn.ffmpeg.org/ffmpeg/trunk