summaryrefslogtreecommitdiff
path: root/libavcodec/vc1_block.c
Commit message (Expand)AuthorAge
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | Merge commit 'c2084ffcbfc11d1b6ed3a4a0df9cafd56fbb896f'Derek Buitenhuis2016-05-07
|\|
| * intrax8: Use the generic horizband functionVittorio Giovara2016-03-29
* | Merge commit 'b1268e0f032a3af3912fe3fb8d3855e12d7ea83b'Derek Buitenhuis2016-05-07
|\|
| * intrax8: Pass macroblock coordinates to ff_intrax8_decode_pictureVittorio Giovara2016-03-29
* | Merge commit '8072345e9f86d88fbc4a15c17cb03f1e4701c9a5'Derek Buitenhuis2016-04-24
|\|
| * intrax8: Keep a reference to the GetBitContext readerVittorio Giovara2016-03-25
* | Merge commit 'eaeba6f241e0de0e797be10f8fda967ef8489e64'Derek Buitenhuis2016-04-24
|\|
| * intrax8: Pass the output frame to the decoding functionVittorio Giovara2016-03-25
* | Merge commit '577393321c389ad2973bec6168a8045c94a9e099'Derek Buitenhuis2016-04-24
|\|
| * intrax8: Carry over the loopfilter value in ff_intrax8_decode_pictureVittorio Giovara2016-03-25
* | Merge commit '0c6a70873fc6e43194b471d112c30823b6c8d0b4'Derek Buitenhuis2016-04-17
|\|
| * intrax8: Move error resilience out of intrax8Vittorio Giovara2016-03-22
* | Merge commit '1542ec96389f32e5081c6c607e4b6f5e257ccdf2'Hendrik Leppkes2015-08-10
|\|
| * cosmetics: Drop spurious spaces from if clausesPaolo Bizzarri2015-08-08
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* | Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer2015-05-22
|\|
| * mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-22
* | lavc/vc1: Never decode vc1 as gray if gray decoding was not enabled.Carl Eugen Hoyos2015-05-17
* | avcodec/vc1: Skip chroma operations if CODEC_FLAG_GRAY is setMichael Niedermayer2015-05-08
* | avcodec/vc1_block: Optimize vc1_decode_i_block_adv()zhaoxiu.zeng2015-02-28
* | avcodec/vc1_block: Optimize vc1_decode_i_block()zhaoxiu.zeng2015-02-28
* | avcodec/vc1_block: cosmeticszhaoxiu.zeng2015-02-28
* | avcodec/vc1_block: move early exit code up in ff_vc1_pred_dc()zhaoxiu.zeng2015-02-28
* | avcodec/vc1_block: Use av_clip_uintp2()zhaoxiu.zeng2015-02-28
* | avcodec/vc1_block: Optimize vc1_decode_ac_coeff()zhaoxiu.zeng2015-02-28
* | avcodec/vc1_block: Simplify dcdiff initializationzhaoxiu.zeng2015-02-28
* | avcodec/vc1_block: Simplify dir_ptr / pred initializationzhaoxiu.zeng2015-02-28
* | avcodec/vc1: Simplify pred/mc loopszhaoxiu.zeng2015-02-28
* | avcodec/vc1: Simplify dmv_y initializationzhaoxiu.zeng2015-02-28
* | avcodec/vc1: Simplify code setting and using extend_x/yzhaoxiu.zeng2015-02-28
* | avcodec/vc1: Make init_block_index() inlinezhaoxiu.zeng2015-02-28
* | avcodec/vc1: use uint8_t for size_tablezhaoxiu.zeng2015-02-28
* | avcodec/vc1: simplify offset table and accesszhaoxiu.zeng2015-02-28
* | Merge commit 'd25afb579facc83fd3a839f21411124d0b09f0ba'Michael Niedermayer2014-11-25
|\|
| * vc1: Set the is_intra bitfield to all 1 when neededLuca Barbato2014-11-25
* | Merge commit 'b67138598ce158e3083f6295a27b63e2065d5ecb'Michael Niedermayer2014-11-25
|\|
| * vc1: Simplify a little setting the intra variablesLuca Barbato2014-11-25
* | Merge commit '04d14c9b68b03e8dbc6e3003c1ee06892dd32576'Michael Niedermayer2014-10-08
|/
* vc1: Split the decoder in componentsLuca Barbato2014-10-08