summaryrefslogtreecommitdiff
path: root/libavcodec/vc1_pred.c
Commit message (Collapse)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* vc1_pred: Always initialize px and py in ff_vc1_pred_mv_intfr()Vittorio Giovara2015-04-19
| | | | Fix a rather lengthy initialization warning from clang.
* vc1pred: remove logically dead codeVittorio Giovara2014-11-25
| | | | | CC: libav-stable@libav.org Bug-Id: CID 1245699 / CID 1245700
* vc1: Split the decoder in componentsLuca Barbato2014-10-08
Speed up the overall compilation time.