summaryrefslogtreecommitdiff
path: root/libavcodec/vc1_mc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame interlace flags in all decoders and encodersJames Almer2023-05-041-9/+9
* avcodec/vc1: fix out-of-bounds reference pixel replicationJerome Borsboom2018-06-041-283/+385
* avcodec/vc1: implement interlaced out-of-bounds reference pixel replicationJerome Borsboom2018-04-251-67/+309
* avcodec/vc1: store color-difference reference field typeJerome Borsboom2018-04-251-0/+8
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-2/+2
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-6/+6
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-6/+6
* | Merge commit 'da0c8664b4dc906696803685f7e53ade68594ab8'Michael Niedermayer2015-06-081-20/+20
|\ \ | |/
| * mpegvideo: Move various temporary buffers to a separate contextVittorio Giovara2015-06-081-20/+20
* | Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer2015-05-221-6/+8
|\ \ | |/
| * mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-221-6/+8
* | lavc/vc1: Never decode vc1 as gray if gray decoding was not enabled.Carl Eugen Hoyos2015-05-171-6/+6
* | avcodec/vc1_mc: optimize get_chroma_mv, and add get_luma_mvzhaoxiu.zeng2015-03-081-105/+74
* | avcodec/vc1_mc: change the type of s_rndtblfield to uint8_tzhaoxiu.zeng2015-03-071-1/+1
* | avcodec/vc1_mc: Simplify v_edge_pos and src_y correction when fieldmv is truezhaoxiu.zeng2015-03-071-9/+12
* | avcodec/vc1_mc: remove useless variablesZeng Zhaoxiu2015-03-071-11/+7
* | avcodec/vc1_mc: factor out helper functions for scaling blockszhaoxiu.zeng2015-02-161-144/+113
* | avcodec/vc1_mc: move median4() to mathops.hzhaoxiu.zeng2015-02-161-11/+0
* | avcodec/vc1_mc: use the same reference as luma does in ff_vc1_mc_4mv_chroma()Michael Niedermayer2014-12-251-1/+1
* | Merge commit '28d82b7675bea76a1349070a3cdd737d964d4775'Michael Niedermayer2014-11-131-5/+3
|\ \ | |/
| * vc1dec: refactor check with missing parenthesisVittorio Giovara2014-11-131-4/+3
| * vc1dec: always initialize tx and tyVittorio Giovara2014-11-131-1/+1
* | Merge commit '04d14c9b68b03e8dbc6e3003c1ee06892dd32576'Michael Niedermayer2014-10-081-39/+45
|/
* vc1: Split the decoder in componentsLuca Barbato2014-10-081-0/+948