summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidecoder_vc1.c
Commit message (Expand)AuthorAgeFilesLines
* libs: fix compiler warningsVíctor Manuel Jáquez Leal2016-02-031-0/+3
* libs: humongous code style fixVíctor Manuel Jáquez Leal2016-02-031-1108/+1110
* update and move gstcompat.hVíctor Manuel Jáquez Leal2015-04-031-1/+5
* VC1: decoder: Ignore VC1 user BDU'sVíctor Manuel Jáquez Leal2015-02-181-0/+7
* decoder: vc1: Rounding control handling for VC1 simple and Main profileLim Siew Hoon2015-02-101-1/+12
* 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
* vc1: add support for video cropping.Sreerenj Balachandran2013-07-081-0/+20
* libs: use GstVaapiMiniObject for video decoders.Gwenole Beauchesne2013-05-071-112/+90
* decoder: fix unpaired GstBuffer map/unmaps.Gwenole Beauchesne2013-04-101-0/+1
* Add initial support for GStreamer 1.0.Sreerenj Balachandran2013-04-101-2/+7
* vc1: fix use of possibly uninitialized variable.Gwenole Beauchesne2013-03-211-0/+2
* decoder: sanitize codec-data decoding.Gwenole Beauchesne2013-03-211-16/+17
* decoder: sanitize uses of codec frame input buffer (cosmetics).Gwenole Beauchesne2013-03-211-2/+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
* vc1: handle frames with multiple slices.Gwenole Beauchesne2013-01-231-20/+47
* vc1: handle CLOSED_ENTRY.Gwenole Beauchesne2013-01-231-1/+5
* vc1: cope with latest codecparser changes.Gwenole Beauchesne2013-01-231-6/+7
* vc1: fix size of encapsulated BDU.Gwenole Beauchesne2013-01-221-2/+2
* vc1: fix decoding of WMV3 videos in AVI format.Wind Yuan2013-01-221-0/+7
* vc1: review and report errors accordingly.Gwenole Beauchesne2013-01-221-12/+12
* vc1: don't create GstBuffers for all decoder units.Gwenole Beauchesne2013-01-221-13/+4
* vc1: implement flush() hook.Gwenole Beauchesne2013-01-221-0/+11
* vc1: implement {start,end}_frame() hooks.Gwenole Beauchesne2013-01-221-29/+42
* vc1: fix next POC for new sequence layers.Gwenole Beauchesne2013-01-221-0/+7
* vc1: port to common GstVaapiDpb interface.Sreerenj Balachandran2013-01-211-53/+53
* vc1: fix decode_sequence_end() to return success, not EOS.Gwenole Beauchesne2013-01-211-1/+1
* decoder: refactor decoder unit API.Gwenole Beauchesne2013-01-071-7/+2
* vc1: initial port to new GstVaapiDecoder APIGwenole Beauchesne2012-12-181-82/+124
* decoder: use GstVideoCodecState.Sreerenj Balachandran2012-12-181-5/+5
* vc1: use framerate information from bitstream parser.Gwenole Beauchesne2012-10-111-46/+5
* vc1: use pixel-aspect-ratio from bitstream parser.Simon Farnsworth2012-10-111-1/+8
* decoder: cope with new GstVaapiContextInfo based API.Gwenole Beauchesne2012-09-101-4/+9
* libs: fix build in strict ISO C mode.Gwenole Beauchesne2012-09-071-1/+1
* decoder: fix semantics of SKIPPED pictures.Gwenole Beauchesne2012-03-281-2/+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-44/+18
* vc1: replace GstVaapiTSB with GstAdapter (gst-plugins-base >= 0.10.24).Sreerenj Balachandran2012-01-161-13/+19
* vc1: fix codec-data decoding for WMV3 format.Gwenole Beauchesne2012-01-161-0/+38
* vc1: fix presentation timestamps.Gwenole Beauchesne2012-01-161-3/+12
* vc1: fix MV mode packing.Gwenole Beauchesne2012-01-161-4/+54
* vc1: handle codec-data.Gwenole Beauchesne2012-01-161-0/+60
* vc1: handle encapsulated bitstreams.Gwenole Beauchesne2012-01-161-34/+119
* vc1: fix bitplanes decoding.Gwenole Beauchesne2012-01-161-1/+81
* vc1: fix BFRACTION reconstruction.Gwenole Beauchesne2012-01-161-5/+52
* vc1: fix framerate calculation.Gwenole Beauchesne2012-01-161-6/+61
* Add initial VC-1 decoder.Gwenole Beauchesne2012-01-161-0/+947