vp8: Add encoder/decoder
authorDavid Schleef <ds@schleef.org>
Thu, 13 May 2010 08:04:04 +0000 (01:04 -0700)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 19 May 2010 17:24:02 +0000 (19:24 +0200)
commit4991d5fef359392266a01026e88186d46c2930cf
tree23f6c2d51c57b16be5e0e3c52403ae919bb7d8d4
parent2441c79afa426848f2896434249dd38646cceff7
vp8: Add encoder/decoder
18 files changed:
configure.ac
ext/Makefile.am
ext/vp8/Makefile.am [new file with mode: 0644]
ext/vp8/gst/video/gstbasevideocodec.c [new file with mode: 0644]
ext/vp8/gst/video/gstbasevideocodec.h [new file with mode: 0644]
ext/vp8/gst/video/gstbasevideodecoder.c [new file with mode: 0644]
ext/vp8/gst/video/gstbasevideodecoder.h [new file with mode: 0644]
ext/vp8/gst/video/gstbasevideoencoder.c [new file with mode: 0644]
ext/vp8/gst/video/gstbasevideoencoder.h [new file with mode: 0644]
ext/vp8/gst/video/gstbasevideoparse.c [new file with mode: 0644]
ext/vp8/gst/video/gstbasevideoparse.h [new file with mode: 0644]
ext/vp8/gst/video/gstbasevideoutils.c [new file with mode: 0644]
ext/vp8/gst/video/gstbasevideoutils.h [new file with mode: 0644]
ext/vp8/gst/video/gstvideocompat.c [new file with mode: 0644]
ext/vp8/gst/video/gstvideocompat.h [new file with mode: 0644]
ext/vp8/gstvp8dec.c [new file with mode: 0644]
ext/vp8/gstvp8enc.c [new file with mode: 0644]
ext/vp8/plugin.c [new file with mode: 0644]