Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-11api-example: remove an unneeded call to avcodec_get_frame_defaults().Anton Khirnov
avcodec_decode_audio4() resets the frame itself.
2013-12-11Replace all uses of avcodec_free_frame with av_frame_free().Anton Khirnov
2013-11-16Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov
2013-04-04doc: Fix best_nb_channells typoPeter Meerwald
Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
Also reorder some other #include when applicable.
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-24Use avcodec_free_frame() to free AVFrames.Anton Khirnov
2012-08-15Don't include common.h from avutil.hMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2012-08-15api-example: use new video encoding API.Anton Khirnov
2012-08-08api-example: update to new audio encoding API.Anton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-02-19examples: unbreak compilationLuca Barbato
Update api so it will compile again.
2011-12-05api-example: update to use avcodec_decode_audio4()Justin Ruggles
2011-07-10lavc: make avcodec_alloc_context3 officially public.Anton Khirnov
Deprecate avcodec_alloc_context/2.
2011-06-30doxygen: Include libavcodec and libavformat examples into the documentationReinhard Tartler
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2010-05-25Cosmetics: reindent after the previous commitMartin Storsjö
Originally committed as revision 23324 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-25api-example: Try to avoid decoding incomplete framesMartin Storsjö
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
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
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
2009-10-06Allow building api-example from outside of libavcodec and alsoJai Menon
make it more consistent with libavformat/output-example. Originally committed as revision 20176 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-10Use the new avcodec_decode_* API.Thilo Borgmann
Patch by Thilo Borgmann name.surname AT googlemail.com. Originally committed as revision 18409 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-31Mark non-exported functions in test and example programs as static.Diego Biurrun
Originally committed as revision 18259 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-29Rename apiexample.c --> api-example.c to be consistent with other example files.Diego Biurrun
Originally committed as revision 18216 to svn://svn.ffmpeg.org/ffmpeg/trunk