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
2015-06-12mpegvideo: rv10: Move function declaration to a separate headerVittorio Giovara
2015-06-12mpegvideo: h263: Move all tables to a single fileVittorio Giovara
2015-06-08mpegvideo: Move OutFormat enum to mpegutils.hVittorio Giovara
2015-05-31mpegvideo: Move tables to a separate fileVittorio Giovara
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2014-08-15cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-08-15mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun
2014-08-14idct: remove call to ff_idctdsp_init from ff_MPV_common_initJohn Stebbins
2014-07-20mpegencconetxt: Move rv10-specific orig_width/orig_height where they belongNidhi Makhijani
2014-06-23mpeg: Split error resilience bits off into a separate fileDiego Biurrun
2014-04-09mpegvideo: operate with pointers to AVFrames instead of whole structswm4
2014-03-23lavc: drop ff_pixfmt_list_420Vittorio Giovara
2014-03-22avcodec: more correct printf specifiersDiego Biurrun
2014-03-08rv10: K&R formatting cosmeticsKeiji Costantini
2014-03-08rv10: Forward error from rv10_decode_packetKeiji Costantini
2014-01-09mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov
2013-11-08dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun
2013-10-31rv10: stop using deprecated avcodec_set_dimensionsAnton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-19rv10: Validate the dimensions set from the containerMartin Storsjö
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-04-17rv10: check that extradata is large enoughAnton Khirnov
2013-04-17rv10: return meaningful error codes.Anton Khirnov
2013-04-17rv10: cosmetics, reformatAnton Khirnov
2013-03-14avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-03-07Add missing error_resilience includes to files that use ERDiego Biurrun
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-15error_resilience: decouple ER from MpegEncContextAnton Khirnov
2013-02-07rv10: improve buffer size check.Anton Khirnov
2013-02-07h263: remove an unused parameter from ff_h263_decode_init_vlcAnton Khirnov
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-01avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-21Remove lowres video decodingMans Rullgard
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-05lavc: deprecate AVCodecContext.sub_id.Anton Khirnov
2012-03-02rv10/20: Fix slice overflow with checked bitstream reader.Alex Converse
2012-03-02rv10/20: Fix a buffer overread caused by losing track of the remaining buffer...Alex Converse
2012-03-02Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2012-02-16rv: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-16h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-01-25rv20: prevent calling ff_h263_decode_mba() with unset height/widthJanne Grunau
2012-01-24rv10: verify slice offsets against buffer sizeJanne Grunau
2011-12-13lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato
2011-12-13error_resilience: use the ER_ namespaceLuca Barbato