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
2012-06-07fate: avoid freopen(NULL) in videogen/rotozoomMans Rullgard
A number of systems do not implement freopen() with a NULL filename correctly. This changes these programs to output individual images if opening a named output argument as a file fails, in this case assuming it is a directory. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-05-29fate: teach videogen/rotozoom to output a single raw video streamMans Rullgard
This makes videogen/rotozoom output a raw video stream on stdout if no output directory is specified. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-05-05tests: Refactor rotozoom/videogen common code into a separate file.Diego Biurrun
2012-05-05tests: Mark some file-internal symbols as static.Diego Biurrun
2012-01-19tests: K&R formatting cosmetics for test programsGaurav Narula
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2009-08-07Remove some hunks of unused and disabled code cruft.Diego Biurrun
Originally committed as revision 19606 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-21Due to a typo in videogen.c, the regression test videos were not asCarl Eugen Hoyos
complex as originally planned. Typo fixed (the background moves less linear now) and regression test results updated. Originally committed as revision 19478 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-19Mark functions only used within the test programs as static.Diego Biurrun
Originally committed as revision 17454 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-07#include stdint.h instead of using a manual typedef for uint8_t.Diego Biurrun
Originally committed as revision 13073 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-25typoDiego Biurrun
Originally committed as revision 9121 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27Add standard LGPL header with Fabrice's permission.Diego Biurrun
Originally committed as revision 8150 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-09-21Add a leading zero to the sequence files generated by the testsuiteSam Hocevar
so they always appear in proper order. patch by Sam Hocevar < sam -- at -- zoy -- dot -- org > Originally committed as revision 4606 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-10-15use the correct file modesMike Melanson
Originally committed as revision 2381 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-01-12shorter test streams / faster regression testsMichael Niedermayer
Originally committed as revision 1452 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-19added first version of regression tests - simply type 'make test' to test ↵Fabrice Bellard
every codec and some mux/demuxes - added simple synthetic audio and video bitstreams generators so that no big streams needs to be used Originally committed as revision 532 to svn://svn.ffmpeg.org/ffmpeg/trunk