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 (Expand)Author
2013-11-29mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContextAnton Khirnov
2013-10-28lavc: don't set AVFrame.pts to random numbers in decoders.Anton Khirnov
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun
2013-02-07h263: remove an unused parameter from ff_h263_decode_init_vlcAnton Khirnov
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-02ituh263dec: Implement enough of Annex O (scalability) to fix a FPE.Michael Niedermayer
2012-03-05Replace computations of remaining bits with calls to get_bits_left().Alex Converse
2012-02-16rv: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-16mpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2012-02-16h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-12-12lavc: convert error_recognition to err_recognition.Dustin Brody
2011-10-10mpeg124: use sign_extend() functionMans Rullgard
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-06-02Remove unused variablesMans Rullgard
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-05-02Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-30Replace dprintf with av_dlogLuca Barbato
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-02-17Use LOCAL_ALIGNED macro for local arraysMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2010-01-09Split H263 encoder and decoder from common code.Michael Niedermayer