summaryrefslogtreecommitdiff
path: root/libavcodec/vc1_loopfilter.c
Commit message (Collapse)AuthorAge
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
| | | | | | Convert doxygen to multiline and express bitfields more simply. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-22
| | | | They are just duplicates of AVCodecContext members so use those instead.
* 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.