summaryrefslogtreecommitdiff
path: root/tests/videogen.c
Commit message (Expand)AuthorAgeFilesLines
* tests: allow passing dimensions to videogenChristophe Gisquet2014-05-291-4/+18
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-071-5/+6
|\
| * fate: avoid freopen(NULL) in videogen/rotozoomMans Rullgard2012-06-071-5/+6
* | fate: dont freopen() stdoutMichael Niedermayer2012-05-311-2/+2
* | Merge commit 'f919cc7df6ab844bc12f89fe7bef4fb915a47725'Michael Niedermayer2012-05-301-4/+11
|\ \ | |/
| * fate: teach videogen/rotozoom to output a single raw video streamMans Rullgard2012-05-291-4/+11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-051-130/+3
|\ \ | |/
| * tests: Refactor rotozoom/videogen common code into a separate file.Diego Biurrun2012-05-051-128/+1
| * tests: Mark some file-internal symbols as static.Diego Biurrun2012-05-051-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-191-69/+75
|\ \ | |/
| * tests: K&R formatting cosmetics for test programsGaurav Narula2012-01-181-69/+75
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-131-2/+2
|\ \ | |/
| * doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Remove some hunks of unused and disabled code cruft.Diego Biurrun2009-08-071-5/+0
* Due to a typo in videogen.c, the regression test videos were not asCarl Eugen Hoyos2009-07-211-1/+1
* Mark functions only used within the test programs as static.Diego Biurrun2009-02-191-5/+5
* #include stdint.h instead of using a manual typedef for uint8_t.Diego Biurrun2008-05-071-1/+1
* typoDiego Biurrun2007-05-241-1/+1
* Add standard LGPL header with Fabrice's permission.Diego Biurrun2007-02-271-0/+19
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-9/+9
* Add a leading zero to the sequence files generated by the testsuiteSam Hocevar2005-09-211-1/+1
* use the correct file modesMike Melanson2003-10-151-1/+1
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-4/+4
* shorter test streams / faster regression testsMichael Niedermayer2003-01-121-1/+1
* added first version of regression tests - simply type 'make test' to test eve...Fabrice Bellard2002-05-181-0/+278