mpeg4: fix size argument to gst_adapter_flush().
[profile/ivi/gstreamer-vaapi.git] / gst-libs / gst / vaapi / gstvaapidecoder_mpeg4.c
2012-12-17 Wind Yuanmpeg4: fix size argument to gst_adapter_flush().
2012-09-10 Gwenole Beauchesnedecoder: cope with new GstVaapiContextInfo based API.
2012-09-07 Gwenole Beauchesnempeg4: fix debug info for unsupported profile.
2012-09-07 Gwenole Beauchesnelibs: fix build in strict ISO C mode.
2012-05-11 Wind Yuanmpeg: fix picture used to determine backward_reference_...
2012-05-10 Wind Yuanmpeg4: map Simple_Scalable profile to Advanced_Simple...
2012-05-10 Wind Yuanmpeg4: handle skipped frames (vop_hdr->coded = 0).
2012-05-10 Wind Yuanmpeg4: fix timestamp issues on too fast playback.
2012-04-12 Wind Yuanmpeg4: fix VOP coding type of backward reference pictures.
2012-04-12 Wind Yuanmpeg4: fix handling of temporal reference distances.
2012-03-30 Wind Yuanmpeg4: improve error checking while decoding packets.
2012-03-22 Wind Yuanmpeg4: check for decoder status prior to decoding packet.
2012-02-07 Gwenole Beauchesnecosmetics: fix warnings (drop unused variables).
2012-01-30 Gwenole BeauchesneAdd header for system-dependent definitions.
2012-01-27 Gwenole Beauchesnedecoder: properly reference count pictures.
2012-01-27 Gwenole Beauchesnedecoder: rework the internal VA objects API.
2012-01-16 Zhao Halleympeg4: replace GstVaapiTSB with GstAdapter (gst-plugins...
2012-01-16 Zhao HalleyAdd initial MPEG-4 decoder.