summaryrefslogtreecommitdiffstats
path: root/libavcodec/api-example.c
Commit message (Expand)AuthorAgeFilesLines
* doc: Fix best_nb_channells typoPeter Meerwald2013-04-041-3/+3
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Use avcodec_free_frame() to free AVFrames.Anton Khirnov2012-09-241-4/+4
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* api-example: use new video encoding API.Anton Khirnov2012-08-151-28/+44
* api-example: update to new audio encoding API.Anton Khirnov2012-08-081-17/+120
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-4/+4
* examples: unbreak compilationLuca Barbato2012-02-191-7/+4
* 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
* 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
* Cosmetics: reindent after the previous commitMartin Storsjö2010-05-251-27/+27
* api-example: Try to avoid decoding incomplete framesMartin Storsjö2010-05-251-7/+16
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Allow building api-example from outside of libavcodec and alsoJai Menon2009-10-061-1/+1
* Use the new avcodec_decode_* API.Thilo Borgmann2009-04-101-23/+28
* Mark non-exported functions in test and example programs as static.Diego Biurrun2009-03-311-5/+6
* Rename apiexample.c --> api-example.c to be consistent with other example files.Diego Biurrun2009-03-291-0/+452
OpenPOWER on IntegriCloud