]> git.sesse.net Git - ffmpeg/history - libavcodec/api-example.c
cngdec: Make the dbov variable have the right unit
[ffmpeg] / libavcodec / api-example.c
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-09-24 Anton KhirnovUse avcodec_free_frame() to free AVFrames.
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-15 Anton Khirnovapi-example: use new video encoding API.
2012-08-08 Anton Khirnovapi-example: update to new audio encoding API.
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-02-19 Luca Barbatoexamples: unbreak compilation
2011-12-04 Justin Rugglesapi-example: update to use avcodec_decode_audio4()
2011-07-10 Anton Khirnovlavc: make avcodec_alloc_context3 officially public.
2011-06-30 Reinhard Tartlerdoxygen: Include libavcodec and libavformat examples...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-05-25 Martin StorsjöCosmetics: reindent after the previous commit
2010-05-25 Martin Storsjöapi-example: Try to avoid decoding incomplete frames
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-10-06 Jai MenonAllow building api-example from outside of libavcodec...
2009-04-10 Thilo BorgmannUse the new avcodec_decode_* API.
2009-03-31 Diego BiurrunMark non-exported functions in test and example program...
2009-03-29 Diego BiurrunRename apiexample.c --> api-example.c to be consistent...