decoder: mpeg2: respect any input PTS provided for a frame.
[platform/upstream/gstreamer-vaapi.git] / gst-libs / gst / vaapi / gstvaapidecoder_mpeg2.c
2014-07-04 Jan Schmidtdecoder: mpeg2: respect any input PTS provided for...
2014-04-25 Gwenole Beauchesnedecoder: default to YUV 4:2:0 VA surfaces.
2013-11-22 Gwenole Beauchesnelegal: add per-file authorship information.
2013-08-26 Gwenole Beauchesnempeg2: disable video cropping as picture_display_extens...
2013-07-15 Gwenole Beauchesnempeg2: don't output dummy pictures. 0.5.5
2013-07-08 Sreerenj Balachandranmpeg2: add support for video cropping.
2013-07-05 Zhong Congmpeg2: reset quantization matrices on new sequence...
2013-07-05 Gwenole Beauchesnempeg2: cope with latest codecparser changes.
2013-05-07 Gwenole Beauchesnelibs: use GstVaapiMiniObject for video decoders.
2013-05-07 Gwenole Beauchesnelibs: refine GstVaapiMiniObject.
2013-04-10 Gwenole Beauchesnedecoder: fix unpaired GstBuffer map/unmaps.
2013-04-10 Sreerenj BalachandranAdd initial support for GStreamer 1.0.
2013-03-21 Gwenole Beauchesnedecoder: sanitize uses of codec frame input buffer...
2013-01-30 Gwenole Beauchesnempeg2: fix decoding of 4K videos.
2013-01-30 Gwenole Beauchesnempeg2: fix decoding of sequence_end().
2013-01-30 Gwenole Beauchesnempeg2: improve robustness when packets are missing.
2013-01-29 Sreerenj Balachandranmpeg2: implement GstVaapiDecoder::flush() as a DPB...
2013-01-29 Gwenole Beauchesnelegal: fix year for some copyright notices (2013).
2013-01-29 Gwenole Beauchesnelegal: fix year for some copyright notices (2012).
2013-01-14 Gwenole Beauchesnedpb: port to GstVaapiMiniObject.
2013-01-14 Gwenole Beauchesnedpb: drop GstVaapiDpb2 interface, keep only one class.
2013-01-14 Sreerenj Balachandrandpb: rename GstVaapiDpbMpeg2 to GstVaapiDpb2.
2013-01-09 Gwenole Beauchesnempeg2: optimize scan for the end of the frame.
2013-01-09 Gwenole Beauchesnempeg2: optimize scan for start codes.
2013-01-08 Gwenole Beauchesnempeg2: drop useless gst_adapter_peek().
2013-01-07 Gwenole Beauchesnempeg2: cosmetics: move parse_slice() down.
2013-01-07 Gwenole Beauchesnempeg2: avoid too many allocations of parser info objects.
2013-01-07 Gwenole Beauchesnedecoder: refactor decoder unit API.
2013-01-07 Gwenole Beauchesnempeg2: introduce parser info instead of MPEG-2 specific...
2013-01-03 Gwenole Beauchesnempeg2: don't create sub-buffer for slice data.
2013-01-03 Gwenole Beauchesnempeg2: minor clean-ups.
2013-01-03 Gwenole Beauchesnempeg2: optimize scan for the second start code.
2013-01-03 Gwenole Beauchesnempeg2: use sequence_display_extension() to compute...
2013-01-03 Gwenole Beauchesnempeg2: handle sequence_display_extension().
2013-01-03 Gwenole Beauchesnempeg2: implement {start,end}_frame() hooks.
2013-01-03 Gwenole Beauchesnempeg2: parse slice() header earlier.
2013-01-03 Gwenole Beauchesnempeg2: add codec specific decoder unit.
2012-12-18 Gwenole Beauchesnempeg2: initial port to new GstVaapiDecoder API.
2012-11-15 Sreerenj Balachandranmpeg2: fix PAR calculation from commit bd11bae.
2012-10-11 Simon Farnsworthmpeg2: use pixel-aspec-ratio information from bitstream...
2012-10-10 Gwenole Beauchesnempeg2: add decode_packet() helper function.
2012-10-09 Gwenole Beauchesnempeg2: fix end-of-stream conditions (flush).
2012-10-09 Gwenole Beauchesnempeg2: fix memory leak of empty packets.
2012-10-09 Gwenole Beauchesnempeg2: fix return value for "no-data" conditions.
2012-09-10 Gwenole Beauchesnedecoder: cope with new GstVaapiContextInfo based API.
2012-09-07 Gwenole Beauchesnelibs: fix build in strict ISO C mode.
2012-08-27 Gwenole Beauchesnempeg2: include start code into VA slice data buffer.
2012-04-02 Gwenole Beauchesnempeg2: fix calculation of macroblock_offset.
2012-04-02 Gwenole Beauchesnempeg2: fix interpolation of GOP TSN from new PTS.
2012-04-02 Gwenole Beauchesnempeg2: fix decoding of high profile streams.
2012-04-02 Gwenole Beauchesnempeg2: allocate dummy picture for first field based...
2012-04-02 Gwenole Beauchesnempeg2: fix simple to main profile fallback.
2012-03-30 Gwenole Beauchesnedecoder: use POC to maintain the DPB.
2012-03-30 Gwenole Beauchesnempeg2: rework generation of presentation timestamps.
2012-03-30 Gwenole Beauchesnempeg2: ignore empty user-data packets.
2012-03-29 Gwenole Beauchesnempeg2: review and report errors accordingly.
2012-03-28 Gwenole Beauchesnempeg2: fix invalid interlaced frame in progressive...
2012-03-28 Gwenole Beauchesnempeg2: add support for interlaced streams.
2012-03-28 Gwenole Beauchesnempeg2: add new decoded picture buffer infrastructure.
2012-03-28 Gwenole Beauchesnedecoder: add first-field flag to picture.
2012-03-28 Gwenole Beauchesnedecoder: rework picture field flags.
2012-03-22 Wind Yuanmpeg2: fix GOP timestamps when incorrect data is received.
2012-03-21 Wind Yuanmpeg2: don't decode anything before the first sequence_...
2012-03-16 Gwenole Beauchesnempeg2: fix is_first_field calculation.
2012-03-16 Gwenole Beauchesnempeg2: catch incorrect picture_structure from bitstreams.
2012-03-16 Gwenole Beauchesnempeg2: fix slice_vertical_position calculation (again).
2012-02-24 Sreerenj Balachandranmpeg2: fix size calculation from sequence_extension().
2012-02-23 Gwenole Beauchesnempeg2: fix slice_vertical_position calculation.
2012-02-23 Gwenole Beauchesnempeg2: fix decoding at end-of-sequence.
2012-02-23 Gwenole Beauchesnempeg2: fix slice_horizontal_position calculation.
2012-02-23 Gwenole Beauchesnempeg2: drop useless mb_y and mb_height members.
2012-02-23 Gwenole Beauchesnempeg2: fix decoding of multiple slices with same slice_...
2012-02-07 Gwenole Beauchesnecosmetics: fix warnings (drop unused variables).
2012-02-06 Gwenole Beauchesnempeg2: fix crash when there is no free surface to decod...
2012-01-31 Gwenole Beauchesnempeg2: use GstAdapter to track input sequence.
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 Halleympeg2: fix first field detection.
2012-01-16 Gwenole Beauchesnempeg2: fix quantisation matrix construction.
2012-01-16 Sreerenj Balachandranmpeg2: replace GstVaapiTSB API with GstAdapter (gst...
2012-01-16 Gwenole Beauchesnempeg2: fix packets spanning over two buffers.
2012-01-16 Gwenole Beauchesnempeg2: ignore system start codes (PES headers).
2012-01-16 Gwenole Beauchesnempeg2: handle closed_gop.
2012-01-16 Gwenole BeauchesneAdd initial MPEG-2 decoder.