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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-06-26vc1dec: use get_bits_long and limit the read bits to 32Andreas Cadhalpun
2015-05-31mpegvideo: msmpeg4: Move function declarationsVittorio 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
2015-02-21libavcodec: Make use of av_clip functionsPeter Meerwald
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2014-10-08vc1: initialize color propertiesVittorio Giovara
2014-10-08vc1: Split the decoder in componentsLuca Barbato
2014-10-05vc1: Do not assume seek happens after decodingLuca Barbato
2014-09-26vc1: Use logical instead of bitwise or for twomvMichael Niedermayer
2014-09-26vc1: Use logical instead of bitwise or for coded_interTim Walker
2014-08-19vc1: Add missing parentheses to conditions in vc1_decode_b_mb_intfr()Diego Biurrun
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-05vc-1: Add platform-specific start code search routine to VC1DSPContext.Ben Avison
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-19dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun
2014-05-29dsputil: Split off quarterpel bits into their own 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-25vc1: Do not return an error when skipping b framesAlessandro Ghedini
2014-04-09mpegvideo: operate with pointers to AVFrames instead of whole structswm4
2014-04-02vc1dec: fix a possible unitialized variable warningVittorio Giovara
2014-03-31vc1dec: improve hwaccel #ifdefsRémi Denis-Courmont
2014-03-23lavc: drop ff_pixfmt_list_420Vittorio Giovara
2014-03-17mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara
2014-01-09mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov
2013-12-18vc1: Fix mb_height for field picturesMichael Niedermayer
2013-12-05mpegvideo: do not set current_picture_ptr in decodersAnton Khirnov
2013-12-05vc1dec: move setting repeat_pict after frame_start() has been called.Anton Khirnov
2013-11-21vc1: fix a memleak.Anton Khirnov
2013-11-16vc1: use the AVFrame API properly.Anton Khirnov
2013-11-15lavc: Edge emulation with dst/src linesizeRonald S. Bultje
2013-11-10hwaccel: Simplify ff_find_hwaccelLuca Barbato
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-22vc1dec: Check the error handling flags on slice/field header decode errorsMartin Storsjö
2013-09-22vc1dec: Don't decode slices when the latest slice header failed to decodeMichael Niedermayer
2013-09-22vc1dec: Make sure last_picture is initialized in vc1_decode_skip_blocksMartin Storsjö
2013-09-22vc1dec: Undo mpegvideo initialization if unable to allocate tablesMartin Storsjö
2013-09-22vc1dec: Fix leaks in ff_vc1_decode_init_alloc_tables on errorsMartin Storsjö
2013-08-05vc1: check mb_height validity.Luca Barbato
2013-08-05vc1: check the source buffer in vc1_mc functionsLuca Barbato
2013-08-05vdpau: remove old-style decodersRémi Denis-Courmont
2013-05-28vc1dec: Fix mixed field/frame intensity compensationMichael Niedermayer
2013-05-28vc1dec: Match addressing between compensation and MC in vc1_mc_4mv_chroma4Michael Niedermayer