| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | Use avcodec_free_frame() to free AVFrames. | Anton Khirnov | 2012-09-24 | 1 | -4/+4 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | api-example: use new video encoding API. | Anton Khirnov | 2012-08-15 | 1 | -28/+44 |
* | api-example: update to new audio encoding API. | Anton Khirnov | 2012-08-08 | 1 | -17/+120 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -4/+4 |
* | examples: unbreak compilation | Luca Barbato | 2012-02-19 | 1 | -7/+4 |
* | api-example: update to use avcodec_decode_audio4() | Justin Ruggles | 2011-12-04 | 1 | -9/+20 |
* | lavc: make avcodec_alloc_context3 officially public. | Anton Khirnov | 2011-07-10 | 1 | -4/+4 |
* | doxygen: Include libavcodec and libavformat examples into the documentation | Reinhard Tartler | 2011-06-30 | 1 | -1/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Cosmetics: reindent after the previous commit | Martin Storsjö | 2010-05-25 | 1 | -27/+27 |
* | api-example: Try to avoid decoding incomplete frames | Martin Storsjö | 2010-05-25 | 1 | -7/+16 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Allow building api-example from outside of libavcodec and also | Jai Menon | 2009-10-06 | 1 | -1/+1 |
* | Use the new avcodec_decode_* API. | Thilo Borgmann | 2009-04-10 | 1 | -23/+28 |
* | Mark non-exported functions in test and example programs as static. | Diego Biurrun | 2009-03-31 | 1 | -5/+6 |
* | Rename apiexample.c --> api-example.c to be consistent with other example files. | Diego Biurrun | 2009-03-29 | 1 | -0/+452 |