summaryrefslogtreecommitdiff
path: root/libavcodec/vc1_loopfilter.c
Commit message (Collapse)AuthorAge
* vc1: Use the correct shift amountMichael Niedermayer2014-11-25
| | | | | | | | | `is_intra` is a 6bits bitfield. CC: libav-stable@libav.org Bug-Id: CID 1194380 / CID 1194381 Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* vc1: Split the decoder in componentsLuca Barbato2014-10-08
Speed up the overall compilation time.