summaryrefslogtreecommitdiff
path: root/tests/rotozoom.c
Commit message (Collapse)AuthorAge
* fate: avoid freopen(NULL) in videogen/rotozoomMans Rullgard2012-06-07
| | | | | | | | | 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>
* fate: teach videogen/rotozoom to output a single raw video streamMans Rullgard2012-05-29
| | | | | | | 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>
* tests: Refactor rotozoom/videogen common code into a separate file.Diego Biurrun2012-05-05
|
* tests: Mark some file-internal symbols as static.Diego Biurrun2012-05-05
|
* tests: K&R formatting cosmetics for test programsGaurav Narula2012-01-18
|
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
|
* rotozoom: Eliminate French variable name.Diego Biurrun2011-05-11
|
* rotozoom: Check return value of fread().Diego Biurrun2011-05-11
| | | | | | This fixes the warnings: tests/rotozoom.c:252: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result tests/rotozoom.c:254: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
* rotozoom: Return an error value instead of calling exit().Diego Biurrun2011-05-11
|
* rotozoom: Make init_demo() return int and check for errors on invocation.Diego Biurrun2011-05-11
|
* rotozoom: Drop silly UINT8 typedef.Diego Biurrun2011-05-11
|
* rotozoom: Drop some unnecessary parentheses.Diego Biurrun2011-05-11
|
* rotozoom: K&R coding style cosmeticsDiego Biurrun2011-05-11
|
* tests: Remove disabled code.Diego Biurrun2011-04-29
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Remove unused global variable.Carl Eugen Hoyos2009-07-22
| | | | Originally committed as revision 19483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Calculate gradient from parameter instead of using a global variable.Carl Eugen Hoyos2009-07-22
| | | | Originally committed as revision 19482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark functions only used within the test programs as static.Diego Biurrun2009-02-19
| | | | Originally committed as revision 17454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Relicense to LGPL and add standard license header.Diego Biurrun2007-03-02
| | | | | | Approved by the author, Sebastien Bechet, over email. Originally committed as revision 8188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a leading zero to the sequence files generated by the testsuiteSam Hocevar2005-09-21
| | | | | | | 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
* r/w -> rb/wbMichael Niedermayer2004-12-24
| | | | Originally committed as revision 3774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use explicit image nameFabrice Bellard2003-06-05
| | | | Originally committed as revision 1930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use bilinear interpolation for the rotozoomMichael Niedermayer2003-04-12
| | | | Originally committed as revision 1759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* finished integrating rotozoom test in ffmpegMichael Niedermayer2003-04-11
| | | | | | replaced float by integer to avoid rounding differenes between platforms Originally committed as revision 1755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alternative test video generator by (Sebastien Bechet <s dot bechet at av7 ↵Michael Niedermayer2003-04-11
dot net>) Originally committed as revision 1754 to svn://svn.ffmpeg.org/ffmpeg/trunk