summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidecoder_mpeg4.c
Commit message (Expand)AuthorAgeFilesLines
* libs: humongous code style fixVíctor Manuel Jáquez Leal2016-02-031-936/+952
* vaapi: fix 'ISO C90 forbids mixed declarations and code' compiler warningsTim-Philipp Müller2016-02-021-9/+17
* decoder: mpeg4: remove an spurious comparisonVíctor Manuel Jáquez Leal2015-04-081-3/+0
* decoder: cast GST_VAAPI_DECODER_STATUS_DROP_FRAMEVíctor Manuel Jáquez Leal2015-04-081-1/+1
* decoder: mpeg4: fix uninitialized variables.Gwenole Beauchesne2014-11-251-1/+2
* decoder: mpeg4: fix picture decoder return value for skipped frames.Fabrice Bellet2014-07-211-1/+1
* decoder: default to YUV 4:2:0 VA surfaces.Gwenole Beauchesne2014-04-251-0/+1
* legal: add per-file authorship information.Gwenole Beauchesne2013-11-221-0/+1
* mpeg4: fix double definition of GstVaapiDecoderMpeg4Class.Gwenole Beauchesne2013-08-261-1/+0
* libs: use GstVaapiMiniObject for video decoders.Gwenole Beauchesne2013-05-071-112/+78
* decoder: fix unpaired GstBuffer map/unmaps.Gwenole Beauchesne2013-04-101-0/+1
* Add initial support for GStreamer 1.0.Sreerenj Balachandran2013-04-101-6/+7
* decoder: sanitize codec-data decoding.Gwenole Beauchesne2013-03-211-12/+16
* decoder: get rid of GstVaapiDecoderUnit::buffer field.Gwenole Beauchesne2013-03-211-10/+7
* decoder: sanitize uses of codec frame input buffer (cosmetics).Gwenole Beauchesne2013-03-211-3/+3
* legal: fix year for some copyright notices (2013).Gwenole Beauchesne2013-01-291-1/+1
* legal: fix year for some copyright notices (2012).Gwenole Beauchesne2013-01-291-1/+1
* decoder: refactor decoder unit API.Gwenole Beauchesne2013-01-071-9/+2
* mpeg4: initial port to new GstVaapiDecoder APIGwenole Beauchesne2012-12-181-108/+154
* decoder: cope with new GstVaapiContextInfo based API.Gwenole Beauchesne2012-09-101-4/+9
* mpeg4: fix debug info for unsupported profile.Gwenole Beauchesne2012-09-071-1/+1
* libs: fix build in strict ISO C mode.Gwenole Beauchesne2012-09-071-1/+1
* mpeg: fix picture used to determine backward_reference_vop_coding_type.Wind Yuan2012-05-111-1/+1
* mpeg4: map Simple_Scalable profile to Advanced_Simple profile.Wind Yuan2012-05-101-0/+1
* mpeg4: handle skipped frames (vop_hdr->coded = 0).Wind Yuan2012-05-101-1/+5
* mpeg4: fix timestamp issues on too fast playback.Wind Yuan2012-05-101-8/+61
* mpeg4: fix VOP coding type of backward reference pictures.Wind Yuan2012-04-121-1/+7
* mpeg4: fix handling of temporal reference distances.Wind Yuan2012-04-121-8/+25
* mpeg4: improve error checking while decoding packets.Wind Yuan2012-03-301-0/+4
* mpeg4: check for decoder status prior to decoding packet.Wind Yuan2012-03-221-3/+9
* cosmetics: fix warnings (drop unused variables).Gwenole Beauchesne2012-02-071-1/+0
* Add header for system-dependent definitions.Gwenole Beauchesne2012-01-301-1/+1
* decoder: properly reference count pictures.Gwenole Beauchesne2012-01-271-12/+5
* decoder: rework the internal VA objects API.Gwenole Beauchesne2012-01-271-45/+15
* mpeg4: replace GstVaapiTSB with GstAdapter (gst-plugins-base >= 0.10.24).Zhao Halley2012-01-161-12/+15
* Add initial MPEG-4 decoder.Zhao Halley2012-01-161-0/+1108