vpx[dec|enc]: Extract IVF support from the apps.
authorTom Finegan <tomfinegan@google.com>
Thu, 14 Nov 2013 20:37:42 +0000 (12:37 -0800)
committerTom Finegan <tomfinegan@google.com>
Fri, 15 Nov 2013 16:33:24 +0000 (08:33 -0800)
commit00a35aab7c740de5ebac2ccb23833f7e16b5e1be
treecdb3df0f335ea0b13591ba6e24960e54c9b5c58a
parent58f754374d422b333142f9568027781c1929c8aa
vpx[dec|enc]: Extract IVF support from the apps.

- Move IVF reading support into ivfdec.c and ivfdec.h
- Move IVF writing support into ivfenc.c and ivfenc.h
- Removed IVF writing code from the SVC example in favor of ivfenc.

Change-Id: I70adf6240d0320fdd232d8546ed573f0f68dd793
examples.mk
ivfdec.c [new file with mode: 0644]
ivfdec.h [new file with mode: 0644]
ivfenc.c [new file with mode: 0644]
ivfenc.h [new file with mode: 0644]
tools_common.c
tools_common.h
vp9_spatial_scalable_encoder.c
vpxdec.c
vpxenc.c