vdpau: add beginning of h264 decoder
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Thu, 10 Jun 2010 10:13:50 +0000 (12:13 +0200)
committerCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Wed, 23 Jun 2010 19:51:53 +0000 (21:51 +0200)
commit686d2d230325465119c51a2ac451849ef290e37b
treef2d2ac1a06dd97f99f2861939e57fd18c5efc56a
parent0490cb89c67ef173ce3d68f14fbedb87e2788181
vdpau: add beginning of h264 decoder
sys/vdpau/Makefile.am
sys/vdpau/basevideodecoder/gstvideoframe.h
sys/vdpau/h264/gsth264parser.c [new file with mode: 0644]
sys/vdpau/h264/gsth264parser.h [new file with mode: 0644]
sys/vdpau/h264/gstnalreader.c [new file with mode: 0644]
sys/vdpau/h264/gstnalreader.h [new file with mode: 0644]
sys/vdpau/h264/gstvdph264dec.c [new file with mode: 0644]
sys/vdpau/h264/gstvdph264dec.h [new file with mode: 0644]
sys/vdpau/h264/gstvdph264frame.c [new file with mode: 0644]
sys/vdpau/h264/gstvdph264frame.h [new file with mode: 0644]