summaryrefslogtreecommitdiff
path: root/libavcodec/api-example.c
Commit message (Expand)AuthorAge
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* api-example: use new video encoding API.Anton Khirnov2012-08-15
* api-example: update to new audio encoding API.Anton Khirnov2012-08-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* examples: unbreak compilationLuca Barbato2012-02-19
* api-example: update to use avcodec_decode_audio4()Justin Ruggles2011-12-04
* lavc: make avcodec_alloc_context3 officially public.Anton Khirnov2011-07-10
* doxygen: Include libavcodec and libavformat examples into the documentationReinhard Tartler2011-06-30
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Cosmetics: reindent after the previous commitMartin Storsjö2010-05-25
* api-example: Try to avoid decoding incomplete framesMartin Storsjö2010-05-25
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Allow building api-example from outside of libavcodec and alsoJai Menon2009-10-06
* Use the new avcodec_decode_* API.Thilo Borgmann2009-04-10
* Mark non-exported functions in test and example programs as static.Diego Biurrun2009-03-31
* Rename apiexample.c --> api-example.c to be consistent with other example files.Diego Biurrun2009-03-29