Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fate: avoid freopen(NULL) in videogen/rotozoom | Mans Rullgard | 2012-06-07 | 1 | -5/+6 |
| | | | | | | | | | 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 stream | Mans Rullgard | 2012-05-29 | 1 | -5/+12 |
| | | | | | | | 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 Biurrun | 2012-05-05 | 1 | -124/+2 |
| | |||||
* | tests: Mark some file-internal symbols as static. | Diego Biurrun | 2012-05-05 | 1 | -7/+7 |
| | |||||
* | tests: K&R formatting cosmetics for test programs | Gaurav Narula | 2012-01-18 | 1 | -55/+58 |
| | |||||
* | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 1 | -1/+1 |
| | |||||
* | rotozoom: Eliminate French variable name. | Diego Biurrun | 2011-05-11 | 1 | -6/+6 |
| | |||||
* | rotozoom: Check return value of fread(). | Diego Biurrun | 2011-05-11 | 1 | -2/+4 |
| | | | | | | 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 Biurrun | 2011-05-11 | 1 | -1/+1 |
| | |||||
* | rotozoom: Make init_demo() return int and check for errors on invocation. | Diego Biurrun | 2011-05-11 | 1 | -3/+6 |
| | |||||
* | rotozoom: Drop silly UINT8 typedef. | Diego Biurrun | 2011-05-11 | 1 | -4/+4 |
| | |||||
* | rotozoom: Drop some unnecessary parentheses. | Diego Biurrun | 2011-05-11 | 1 | -5/+5 |
| | |||||
* | rotozoom: K&R coding style cosmetics | Diego Biurrun | 2011-05-11 | 1 | -101/+106 |
| | |||||
* | tests: Remove disabled code. | Diego Biurrun | 2011-04-29 | 1 | -8/+0 |
| | |||||
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Remove unused global variable. | Carl Eugen Hoyos | 2009-07-22 | 1 | -2/+0 |
| | | | | Originally committed as revision 19483 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Calculate gradient from parameter instead of using a global variable. | Carl Eugen Hoyos | 2009-07-22 | 1 | -2/+2 |
| | | | | Originally committed as revision 19482 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Mark functions only used within the test programs as static. | Diego Biurrun | 2009-02-19 | 1 | -5/+5 |
| | | | | Originally committed as revision 17454 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Relicense to LGPL and add standard license header. | Diego Biurrun | 2007-03-02 | 1 | -2/+19 |
| | | | | | | Approved by the author, Sebastien Bechet, over email. Originally committed as revision 8188 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -4/+4 |
| | | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -15/+15 |
| | | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Add a leading zero to the sequence files generated by the testsuite | Sam Hocevar | 2005-09-21 | 1 | -1/+1 |
| | | | | | | | 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/wb | Michael Niedermayer | 2004-12-24 | 1 | -2/+2 |
| | | | | Originally committed as revision 3774 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | use explicit image name | Fabrice Bellard | 2003-06-05 | 1 | -9/+15 |
| | | | | Originally committed as revision 1930 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | use bilinear interpolation for the rotozoom | Michael Niedermayer | 2003-04-12 | 1 | -0/+19 |
| | | | | Originally committed as revision 1759 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | finished integrating rotozoom test in ffmpeg | Michael Niedermayer | 2003-04-11 | 1 | -41/+47 |
| | | | | | | 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 Niedermayer | 2003-04-11 | 1 | -0/+258 |
dot net>) Originally committed as revision 1754 to svn://svn.ffmpeg.org/ffmpeg/trunk |