| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/vc1_loopfilter: Fix colums typos | Michael Niedermayer | 2018-10-07 | 1 | -3/+3 |
* | avcodec/vc1: fix overlap filter for frame interlaced pictures | Jerome Borsboom | 2018-06-29 | 1 | -14/+72 |
* | avcodec/vc1: remove unused ff_vc1_loop_filter_iblk | Jerome Borsboom | 2018-06-18 | 1 | -30/+0 |
* | Revert "avcodec/vc1: add Simple and Main profile to vc1_put_signed_blocks_cla... | Carl Eugen Hoyos | 2018-06-18 | 1 | -0/+30 |
* | avcodec/vc1: remove unused ff_vc1_loop_filter_iblk | Jerome Borsboom | 2018-06-16 | 1 | -30/+0 |
* | avcodec/vc1: fix overlap and loop filtering for Simple and Main profile | Jerome Borsboom | 2018-06-16 | 1 | -15/+20 |
* | avcodec/vc1: fix overlap smoothing filter for P frames | Jerome Borsboom | 2018-06-16 | 1 | -25/+35 |
* | avcodec/vc1: fix out of bounds access of overlap filter | Jerome Borsboom | 2018-04-26 | 1 | -3/+3 |
* | avcodec/vc1: remove unused overlap smooting and loop filter | Jerome Borsboom | 2018-04-25 | 1 | -297/+0 |
* | avcodec/vc1: re-implement and expand VC-1 loop filtering | Jerome Borsboom | 2018-04-25 | 1 | -0/+1042 |
* | avcodec/vc1: re-implement and expand VC-1 overlap smoothing | Jerome Borsboom | 2018-04-25 | 1 | -0/+94 |
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -10/+10 |
|\ |
|
| * | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -3/+3 |
* | | Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42' | Michael Niedermayer | 2015-05-22 | 1 | -10/+10 |
|\| |
|
| * | mpegvideo: Drop flags and flags2 | Vittorio Giovara | 2015-05-22 | 1 | -3/+3 |
| * | vc1: Use the correct shift amount | Michael Niedermayer | 2014-11-25 | 1 | -7/+7 |
* | | lavc/vc1: Never decode vc1 as gray if gray decoding was not enabled. | Carl Eugen Hoyos | 2015-05-17 | 1 | -2/+2 |
* | | avcodec/vc1: Skip chroma operations if CODEC_FLAG_GRAY is set | Michael Niedermayer | 2015-05-08 | 1 | -8/+14 |
* | | Merge commit '04d14c9b68b03e8dbc6e3003c1ee06892dd32576' | Michael Niedermayer | 2014-10-08 | 1 | -12/+12 |
|/ |
|
* | vc1: Split the decoder in components | Luca Barbato | 2014-10-08 | 1 | -0/+353 |