summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidecoder_mpeg2.c
Commit message (Expand)AuthorAgeFilesLines
* mpeg2: fix PTS cache for GOP start.Gwenole Beauchesne2015-05-271-1/+6
* mpeg2: avoid crash when seeking with debug logsVíctor Manuel Jáquez Leal2015-05-271-2/+2
* mpeg2: Avoid crashes and warnings on re-opened decoder after a seekJan Schmidt2015-05-271-1/+7
* vaapidecode: Tell the base class about released frames on closeOlivier Crete2015-04-201-1/+2
* decoder: cast GST_VAAPI_DECODER_STATUS_DROP_FRAMEVíctor Manuel Jáquez Leal2015-04-081-1/+1
* decoder: mpeg2: respect any input PTS provided for a frame.Jan Schmidt2014-07-041-1/+4
* 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
* mpeg2: disable video cropping as picture_display_extension() is missing.Gwenole Beauchesne2013-08-261-9/+26
* mpeg2: don't output dummy pictures.0.5.5Gwenole Beauchesne2013-07-151-0/+1
* mpeg2: add support for video cropping.Sreerenj Balachandran2013-07-081-0/+11
* mpeg2: reset quantization matrices on new sequence headers.Zhong Cong2013-07-051-0/+1
* mpeg2: cope with latest codecparser changes.Gwenole Beauchesne2013-07-051-176/+69
* libs: use GstVaapiMiniObject for video decoders.Gwenole Beauchesne2013-05-071-97/+80
* libs: refine GstVaapiMiniObject.Gwenole Beauchesne2013-05-071-0/+1
* decoder: fix unpaired GstBuffer map/unmaps.Gwenole Beauchesne2013-04-101-0/+2
* Add initial support for GStreamer 1.0.Sreerenj Balachandran2013-04-101-3/+15
* decoder: sanitize uses of codec frame input buffer (cosmetics).Gwenole Beauchesne2013-03-211-5/+6
* mpeg2: fix decoding of 4K videos.Gwenole Beauchesne2013-01-301-2/+3
* mpeg2: fix decoding of sequence_end().Gwenole Beauchesne2013-01-301-5/+0
* mpeg2: improve robustness when packets are missing.Gwenole Beauchesne2013-01-301-16/+78
* mpeg2: implement GstVaapiDecoder::flush() as a DPB flush.Sreerenj Balachandran2013-01-291-0/+12
* 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
* dpb: port to GstVaapiMiniObject.Gwenole Beauchesne2013-01-141-4/+1
* dpb: drop GstVaapiDpb2 interface, keep only one class.Gwenole Beauchesne2013-01-141-2/+2
* dpb: rename GstVaapiDpbMpeg2 to GstVaapiDpb2.Sreerenj Balachandran2013-01-141-2/+2
* mpeg2: optimize scan for the end of the frame.Gwenole Beauchesne2013-01-091-3/+14
* mpeg2: optimize scan for start codes.Gwenole Beauchesne2013-01-091-29/+44
* mpeg2: drop useless gst_adapter_peek().Gwenole Beauchesne2013-01-081-5/+0
* mpeg2: cosmetics: move parse_slice() down.Gwenole Beauchesne2013-01-071-61/+61
* mpeg2: avoid too many allocations of parser info objects.Gwenole Beauchesne2013-01-071-137/+219
* decoder: refactor decoder unit API.Gwenole Beauchesne2013-01-071-6/+2
* mpeg2: introduce parser info instead of MPEG-2 specific decoder unit.Gwenole Beauchesne2013-01-071-113/+139
* mpeg2: don't create sub-buffer for slice data.Gwenole Beauchesne2013-01-031-11/+3
* mpeg2: minor clean-ups.Gwenole Beauchesne2013-01-031-108/+103
* mpeg2: optimize scan for the second start code.Gwenole Beauchesne2013-01-031-6/+17
* mpeg2: use sequence_display_extension() to compute PAR.Gwenole Beauchesne2013-01-031-10/+12
* mpeg2: handle sequence_display_extension().Gwenole Beauchesne2013-01-031-0/+36
* mpeg2: implement {start,end}_frame() hooks.Gwenole Beauchesne2013-01-031-152/+188
* mpeg2: parse slice() header earlier.Gwenole Beauchesne2013-01-031-50/+78
* mpeg2: add codec specific decoder unit.Gwenole Beauchesne2013-01-031-127/+239
* mpeg2: initial port to new GstVaapiDecoder API.Gwenole Beauchesne2012-12-181-75/+115
* mpeg2: fix PAR calculation from commit bd11bae.Sreerenj Balachandran2012-11-151-5/+9
* mpeg2: use pixel-aspec-ratio information from bitstream parser.Simon Farnsworth2012-10-111-0/+6
* mpeg2: add decode_packet() helper function.Gwenole Beauchesne2012-10-101-76/+87
* mpeg2: fix end-of-stream conditions (flush).Gwenole Beauchesne2012-10-091-6/+14
* mpeg2: fix memory leak of empty packets.Gwenole Beauchesne2012-10-091-12/+1
* mpeg2: fix return value for "no-data" conditions.Gwenole Beauchesne2012-10-091-9/+30
* decoder: cope with new GstVaapiContextInfo based API.Gwenole Beauchesne2012-09-101-4/+9