summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidecoder_mpeg4.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-10decoder: cope with new GstVaapiContextInfo based API.Gwenole Beauchesne1-4/+9
2012-09-07mpeg4: fix debug info for unsupported profile.Gwenole Beauchesne1-1/+1
2012-09-07libs: fix build in strict ISO C mode.Gwenole Beauchesne1-1/+1
2012-05-11mpeg: fix picture used to determine backward_reference_vop_coding_type.Wind Yuan1-1/+1
2012-05-10mpeg4: map Simple_Scalable profile to Advanced_Simple profile.Wind Yuan1-0/+1
2012-05-10mpeg4: handle skipped frames (vop_hdr->coded = 0).Wind Yuan1-1/+5
2012-05-10mpeg4: fix timestamp issues on too fast playback.Wind Yuan1-8/+61
2012-04-12mpeg4: fix VOP coding type of backward reference pictures.Wind Yuan1-1/+7
2012-04-12mpeg4: fix handling of temporal reference distances.Wind Yuan1-8/+25
2012-03-30mpeg4: improve error checking while decoding packets.Wind Yuan1-0/+4
2012-03-22mpeg4: check for decoder status prior to decoding packet.Wind Yuan1-3/+9
2012-02-07cosmetics: fix warnings (drop unused variables).Gwenole Beauchesne1-1/+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-45/+15
2012-01-16mpeg4: replace GstVaapiTSB with GstAdapter (gst-plugins-base >= 0.10.24).Zhao Halley1-12/+15
2012-01-16Add initial MPEG-4 decoder.Zhao Halley1-0/+1108