summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidecoder_mpeg4.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-25libs: remove already include string.hVíctor Manuel Jáquez Leal1-1/+0
2018-09-03libs: decoder: mpeg4: implement reset() callbackVíctor Manuel Jáquez Leal1-2/+9
2018-09-03libs: decoder: refactor decoders as gobjectVíctor Manuel Jáquez Leal1-16/+20
2017-08-08libs: decoder: mpeg4: fail if return value is not OKVíctor Manuel Jáquez Leal1-0/+6
2017-06-01libs: standardize the FIXME commentVíctor Manuel Jáquez Leal1-1/+1
2016-02-16vaapi: Fix various compiler warnings and disable -Wredundant-decls for nowSebastian Dröge1-1/+1
2016-02-03libs: humongous code style fixVíctor Manuel Jáquez Leal1-936/+952
2016-02-02vaapi: fix 'ISO C90 forbids mixed declarations and code' compiler warningsTim-Philipp Müller1-9/+17
2015-04-08decoder: mpeg4: remove an spurious comparisonVíctor Manuel Jáquez Leal1-3/+0
2015-04-08decoder: cast GST_VAAPI_DECODER_STATUS_DROP_FRAMEVíctor Manuel Jáquez Leal1-1/+1
2014-11-25decoder: mpeg4: fix uninitialized variables.Gwenole Beauchesne1-1/+2
2014-07-21decoder: mpeg4: fix picture decoder return value for skipped frames.Fabrice Bellet1-1/+1
2014-04-25decoder: default to YUV 4:2:0 VA surfaces.Gwenole Beauchesne1-0/+1
2013-11-22legal: add per-file authorship information.Gwenole Beauchesne1-0/+1
2013-08-26mpeg4: fix double definition of GstVaapiDecoderMpeg4Class.Gwenole Beauchesne1-1/+0
2013-05-07libs: use GstVaapiMiniObject for video decoders.Gwenole Beauchesne1-112/+78
2013-04-10decoder: fix unpaired GstBuffer map/unmaps.Gwenole Beauchesne1-0/+1
2013-04-10Add initial support for GStreamer 1.0.Sreerenj Balachandran1-6/+7
2013-03-21decoder: sanitize codec-data decoding.Gwenole Beauchesne1-12/+16
2013-03-21decoder: get rid of GstVaapiDecoderUnit::buffer field.Gwenole Beauchesne1-10/+7
2013-03-21decoder: sanitize uses of codec frame input buffer (cosmetics).Gwenole Beauchesne1-3/+3
2013-01-29legal: fix year for some copyright notices (2013).Gwenole Beauchesne1-1/+1
2013-01-29legal: fix year for some copyright notices (2012).Gwenole Beauchesne1-1/+1
2013-01-07decoder: refactor decoder unit API.Gwenole Beauchesne1-9/+2
2012-12-18mpeg4: initial port to new GstVaapiDecoder APIGwenole Beauchesne1-108/+154
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