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-05-31mpegvideo: Move tables to a separate fileVittorio Giovara
2015-05-25D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme
2015-05-22mpegvideo: Drop flags and flags2Vittorio Giovara
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2014-12-03mpeg12dec: Use more specific error codesMichael Niedermayer
2014-12-03mpeg12dec: Print error/warning messages on issues in mpeg1_decode_sequence()Michael Niedermayer
2014-11-06mpeg12dec: simplify context duplicationVittorio Giovara
2014-10-15lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov
2014-09-26mpeg12: Always invoke the get_format() callbackRémi Denis-Courmont
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-08-04avcodec: Suppress deprecation warnings from DTG code scheduled for removalDiego Biurrun
2014-08-04avcodec: Deprecate dtg_active_format field in favor of avframe side-dataKieran Kunhya
2014-06-30dsputil: Split off IDCT bits into their own contextDiego Biurrun
2014-06-23mpeg: Split error resilience bits off into a separate fileDiego Biurrun
2014-06-20Add av_image_check_sar() and use it to validate SARJustin Ruggles
2014-06-19dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun
2014-05-11lavc: set AVCodecContext.hwaccel in ff_get_format()Anton Khirnov
2014-05-11lavc: Add an internal wrapper around get_format()Anton Khirnov
2014-04-09mpegvideo: operate with pointers to AVFrames instead of whole structswm4
2014-03-22avcodec: more correct printf specifiersDiego Biurrun
2014-03-17mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara
2014-02-13mpeg12dec: do not add stereo3D side data to a non-existing frameJanne Grunau
2014-02-05mpeg: K&R formatting cosmeticsVittorio Giovara
2014-01-26mpeg12: check scantable indices in all decode_block functionsJanne Grunau
2013-12-09mpeg12dec: parse frame packing arrangement user_data and save relevant stereo...Vittorio Giovara
2013-12-05mpeg12dec: move first_slice from MpegEncContext to Mpeg1ContextAnton Khirnov
2013-11-26mpeg12dec: Extract CC user data into frame side dataJohn Stebbins
2013-11-14mpeg12dec: Remove outdated UV swapping code for VCR2Diego Biurrun
2013-11-14mpeg12dec: Remove unused swap_uv member from Mpeg1ContextDiego Biurrun
2013-11-14Deprecate obsolete XvMC hardware decoding supportDiego Biurrun
2013-11-10hwaccel: Simplify ff_find_hwaccelLuca Barbato
2013-10-31mpeg12dec: stop using deprecated avcodec_set_dimensionsAnton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-08-15mpeg12decdata.h: Move all tables to the only place they are usedDiego Biurrun
2013-08-05vdpau: remove old-style decodersRémi Denis-Courmont
2013-07-25mpeg12: Ignore slice threading if hwaccel is activeRémi Denis-Courmont
2013-05-28mpeg12: skip frames consistentlyJanne Grunau
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-05-05avcodec: Add av_cold attributes to end functions missing themDiego Biurrun
2013-03-27mpeg12: Move Mpeg1Context declaration to the only place it is usedDiego Biurrun
2013-03-27Split MPEG-1/2 decoder code off from MPEG-1/2 common codeDiego Biurrun