update h264dec
viddec: add fallback support for non-TILER buffers
Add a GstDucatiBufferPool which can allocate TILER output buffers for the
codec, in case the downstream element does not allocate TILER buffers for
us. This makes use cases like decode to filesink or fakesink and
transcoding work properly.
Add a GstDucatiBufferPool which can allocate TILER output buffers for the
codec, in case the downstream element does not allocate TILER buffers for
us. This makes use cases like decode to filesink or fakesink and
transcoding work properly.
clean up padded buffer size calculations
viddec: add interlaced support
mpeg2dec: add MPEG-2 support
viddec: error handling
fix compile error with newer gcc
warnings about unused variables
warnings about unused variables
vp7dec: add On2 VP7 support
vp6dec: add On2 VP6 support
vc1dec: add VC-1 Advanced, Main, and Simple profile support
mpeg4dec: add MPEG-4 support
viddec: implement flush (seek/eos)
viddec: add profiling traces for process call
viddec: add support for cropping
initial commit