OSDN Git Service

vc1: Split the decoder in components
authorLuca Barbato <lu_zero@gentoo.org>
Wed, 16 Jul 2014 18:18:20 +0000 (20:18 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Wed, 8 Oct 2014 16:34:48 +0000 (18:34 +0200)
commit04d14c9b68b03e8dbc6e3003c1ee06892dd32576
tree4e75884eda26b6a4d9f748336c18dc7cccc448e6
parent7ae9791b641d1183910b6e7faca23f7ae08f8579
vc1: Split the decoder in components

Speed up the overall compilation time.
libavcodec/Makefile
libavcodec/vc1.h
libavcodec/vc1_block.c [new file with mode: 0644]
libavcodec/vc1_loopfilter.c [new file with mode: 0644]
libavcodec/vc1_mc.c [new file with mode: 0644]
libavcodec/vc1_pred.c [new file with mode: 0644]
libavcodec/vc1_pred.h [new file with mode: 0644]
libavcodec/vc1data.h
libavcodec/vc1dec.c