summaryrefslogtreecommitdiff
path: root/libavcodec/vc1_mc.c
Commit message (Collapse)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* 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: Move various temporary buffers to a separate contextVittorio Giovara2015-06-08
|
* mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-22
| | | | They are just duplicates of AVCodecContext members so use those instead.
* vc1dec: refactor check with missing parenthesisVittorio Giovara2014-11-13
| | | | | | | FATE tests updated accordingly, no visual difference. CC: libav-stable@libav.org Bug-Id: CID 1087087
* vc1dec: always initialize tx and tyVittorio Giovara2014-11-13
| | | | | CC: libav-stable@libav.org Bug-Id: CID 1245702 / CID 1245703
* vc1: Split the decoder in componentsLuca Barbato2014-10-08
Speed up the overall compilation time.