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
2019-08-05avcodec/vc1_block: Check get_vlc2() return before useMichael Niedermayer
2019-08-04avcodec/vc1_block: Fix integer overflow in ff_vc1_pred_dc()Michael Niedermayer
2019-07-08avcodec/vc1_block: Check for vlc error in vc1_decode_ac_coeff()Michael Niedermayer
2018-06-30avcodec/vc1_block: Fix mqaunt check for negative valuesMichael Niedermayer
2018-06-29avcodec/vc1: change the internal ordering of blocks within a macroblockJerome Borsboom
2018-06-29avcodec/vc1: fix condition guarding overlap filter on I pictureJerome Borsboom
2018-06-18avcodec/vc1: rewrite vc1_decode_i_blocks to align with VC-1 specJerome Borsboom
2018-06-18avcodec/vc1: add Simple and Main profile to vc1_put_signed_blocks_clampedJerome Borsboom
2018-06-18Revert "avcodec/vc1: add Simple and Main profile to vc1_put_signed_blocks_cla...Carl Eugen Hoyos
2018-06-16avcodec/vc1: rewrite vc1_decode_i_blocks to align with VC-1 specJerome Borsboom
2018-06-16avcodec/vc1: add Simple and Main profile to vc1_put_signed_blocks_clampedJerome Borsboom
2018-05-29avcodec/vc1: store zero MVs for all blocks in a MBJerome Borsboom
2018-05-29avcodec/vc1: fix mquant calculation for interlace field picturesJerome Borsboom
2018-05-20avcodec/vc1: DIRECTBIT is only present in inter MBsJerome Borsboom
2018-04-29avcodec/vc1: fix mquant calculationJerome Borsboom
2018-04-25avcodec/vc1: more corrections for AC inverse quantization scalingJerome Borsboom
2018-04-25avcodec/vc1: correct AC inverse quantization scalingJerome Borsboom
2018-04-25avcodec/vc1: add overlap smooting and loop filter for frame/field-interlaceJerome Borsboom
2018-04-25avcodec/vc1: re-implement vc1_put_signed_blocks_clampedJerome Borsboom
2018-04-25avcodec/vc1: store additional bitstream elements during MB decodingJerome Borsboom
2018-04-25avcodec/vc1: change to using v->block instead of s->block for P framesJerome Borsboom
2018-04-24avcodec/vc1_block: simplify ac_val computationMichael Niedermayer
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-07Merge commit 'c2084ffcbfc11d1b6ed3a4a0df9cafd56fbb896f'Derek Buitenhuis
2016-05-07Merge commit 'b1268e0f032a3af3912fe3fb8d3855e12d7ea83b'Derek Buitenhuis
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-24Merge commit '8072345e9f86d88fbc4a15c17cb03f1e4701c9a5'Derek Buitenhuis
2016-04-24Merge commit 'eaeba6f241e0de0e797be10f8fda967ef8489e64'Derek Buitenhuis
2016-04-24Merge commit '577393321c389ad2973bec6168a8045c94a9e099'Derek Buitenhuis
2016-04-17Merge commit '0c6a70873fc6e43194b471d112c30823b6c8d0b4'Derek Buitenhuis
2016-03-29intrax8: Use the generic horizband functionVittorio Giovara
2016-03-29intrax8: Pass macroblock coordinates to ff_intrax8_decode_pictureVittorio Giovara
2016-03-25intrax8: Keep a reference to the GetBitContext readerVittorio Giovara
2016-03-25intrax8: Pass the output frame to the decoding functionVittorio Giovara
2016-03-25intrax8: Carry over the loopfilter value in ff_intrax8_decode_pictureVittorio Giovara
2016-03-22intrax8: Move error resilience out of intrax8Vittorio Giovara
2015-08-10Merge commit '1542ec96389f32e5081c6c607e4b6f5e257ccdf2'Hendrik Leppkes
2015-08-08cosmetics: Drop spurious spaces from if clausesPaolo Bizzarri
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-05-22Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer
2015-05-22mpegvideo: Drop flags and flags2Vittorio Giovara
2015-05-17lavc/vc1: Never decode vc1 as gray if gray decoding was not enabled.Carl Eugen Hoyos
2015-05-08avcodec/vc1: Skip chroma operations if CODEC_FLAG_GRAY is setMichael Niedermayer
2015-02-28avcodec/vc1_block: Optimize vc1_decode_i_block_adv()zhaoxiu.zeng
2015-02-28avcodec/vc1_block: Optimize vc1_decode_i_block()zhaoxiu.zeng
2015-02-28avcodec/vc1_block: cosmeticszhaoxiu.zeng
2015-02-28avcodec/vc1_block: move early exit code up in ff_vc1_pred_dc()zhaoxiu.zeng
2015-02-28avcodec/vc1_block: Use av_clip_uintp2()zhaoxiu.zeng
2015-02-28avcodec/vc1_block: Optimize vc1_decode_ac_coeff()zhaoxiu.zeng