summaryrefslogtreecommitdiffstats
path: root/libavcodec/api-example.c
Commit message (Collapse)AuthorAgeFilesLines
* examples: unbreak compilationLuca Barbato2012-02-191-7/+4
| | | | Update api so it will compile again.
* api-example: update to use avcodec_decode_audio4()Justin Ruggles2011-12-041-9/+20
|
* lavc: make avcodec_alloc_context3 officially public.Anton Khirnov2011-07-101-4/+4
| | | | Deprecate avcodec_alloc_context/2.
* doxygen: Include libavcodec and libavformat examples into the documentationReinhard Tartler2011-06-301-1/+2
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Cosmetics: reindent after the previous commitMartin Storsjö2010-05-251-27/+27
| | | | Originally committed as revision 23324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* api-example: Try to avoid decoding incomplete framesMartin Storsjö2010-05-251-7/+16
| | | | | | | Use a larger input audio buffer, refill it when it has less than 4 KB data left. Originally committed as revision 23323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
| | | | | | | | Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow building api-example from outside of libavcodec and alsoJai Menon2009-10-061-1/+1
| | | | | | make it more consistent with libavformat/output-example. Originally committed as revision 20176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the new avcodec_decode_* API.Thilo Borgmann2009-04-101-23/+28
| | | | | | Patch by Thilo Borgmann name.surname AT googlemail.com. Originally committed as revision 18409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark non-exported functions in test and example programs as static.Diego Biurrun2009-03-311-5/+6
| | | | Originally committed as revision 18259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename apiexample.c --> api-example.c to be consistent with other example files.Diego Biurrun2009-03-291-0/+452
Originally committed as revision 18216 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud