summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidecoder_vc1.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-16vc1: use framerate information from bitstream parser.Gwenole Beauchesne1-46/+5
2012-11-16vc1: use pixel-aspect-ratio from bitstream parser.Simon Farnsworth1-1/+8
2012-09-10decoder: cope with new GstVaapiContextInfo based API.Gwenole Beauchesne1-4/+9
2012-09-07libs: fix build in strict ISO C mode.Gwenole Beauchesne1-1/+1
2012-03-28decoder: fix semantics of SKIPPED pictures.Gwenole Beauchesne1-2/+0
2012-01-30Add header for system-dependent definitions.Gwenole Beauchesne1-1/+1
2012-01-27decoder: properly reference count pictures.Gwenole Beauchesne1-12/+5
2012-01-27decoder: rework the internal VA objects API.Gwenole Beauchesne1-44/+18
2012-01-16vc1: replace GstVaapiTSB with GstAdapter (gst-plugins-base >= 0.10.24).Sreerenj Balachandran1-13/+19
2012-01-16vc1: fix codec-data decoding for WMV3 format.Gwenole Beauchesne1-0/+38
2012-01-16vc1: fix presentation timestamps.Gwenole Beauchesne1-3/+12
2012-01-16vc1: fix MV mode packing.Gwenole Beauchesne1-4/+54
2012-01-16vc1: handle codec-data.Gwenole Beauchesne1-0/+60
2012-01-16vc1: handle encapsulated bitstreams.Gwenole Beauchesne1-34/+119
2012-01-16vc1: fix bitplanes decoding.Gwenole Beauchesne1-1/+81
2012-01-16vc1: fix BFRACTION reconstruction.Gwenole Beauchesne1-5/+52
2012-01-16vc1: fix framerate calculation.Gwenole Beauchesne1-6/+61
2012-01-16Add initial VC-1 decoder.Gwenole Beauchesne1-0/+947