summaryrefslogtreecommitdiff
path: root/tests/audiogen.c
Commit message (Collapse)AuthorAge
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-15
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* miscellaneous typo fixesDiego Biurrun2013-07-25
|
* miscellaneous typo fixesDiego Biurrun2012-12-21
|
* audiogen: allow specifying random seed as a commandline parameter.Anton Khirnov2012-07-28
|
* FATE: optionally write a WAVE header in audiogenJustin Ruggles2012-04-20
|
* tests: K&R formatting cosmetics for test programsGaurav Narula2012-01-18
|
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Allow audiogen to take commandline parameters for sample rate and number ofJustin Ruggles2010-09-15
| | | | | | channels. Originally committed as revision 25127 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
* typoDiego Biurrun2007-05-24
| | | | Originally committed as revision 9121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add standard LGPL header with Fabrice's permission.Diego Biurrun2007-02-27
| | | | Originally committed as revision 8150 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
* use the correct file modesMike Melanson2003-10-15
| | | | Originally committed as revision 2381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added first version of regression tests - simply type 'make test' to test ↵Fabrice Bellard2002-05-18
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