decoder: h264: properly support grayscale formats.
[platform/upstream/gstreamer-vaapi.git] / gst-libs / gst / vaapi / gstvaapidecoder_h264.c
2014-05-10 Gwenole Beauchesnedecoder: h264: properly support grayscale formats.
2014-04-26 Cong Zhongdecoder: h264: fix long-term reference picture marking...
2014-04-26 Gwenole Beauchesnedecoder: h264: fix initialization of RefPicLists for...
2014-04-26 Zhong Congdecoder: h264: skip SPS extension and auxiliary slice...
2014-04-25 Li Xiaoweidecoder: h264: fix slice data bit offset with MVC NAL...
2014-04-25 Gwenole Beauchesnedecoder: h264: fix activation of picture and sequence...
2014-04-25 Gwenole Beauchesnedecoder: h264: retain SEI messages until the end of...
2014-04-25 Gwenole Beauchesnedecoder: h264: add support for grayscale encoded clips.
2014-04-25 Gwenole Beauchesnedecoder: default to YUV 4:2:0 VA surfaces.
2014-04-18 Gwenole Beauchesnedecoder: h264: cope with new gst_h264_parser_parse_sei...
2014-02-19 Gwenole Beauchesnedecoder: h264: fix robustness patch for bytestream...
2014-01-22 Gwenole Beauchesnelegal: update copyright notice dates.
2014-01-10 Gwenole Beauchesneutils: h264: expose levels in public header.
2013-12-10 Gwenole Beauchesneh264: improve robustness when packets are missing.
2013-12-10 Gwenole Beauchesnedecoder: h264: fix decoding of BA3_SVA_C.264.
2013-12-09 Wind Yuandecoder: h264: add support for constrained baseline...
2013-12-09 Gwenole Beauchesnedecoder: h264: fix decoding of scaling lists.
2013-12-06 Gwenole Beauchesneutils: add helpers for H.264 levels.
2013-12-06 Gwenole Beauchesneutils: add new H.264 helper functions.
2013-11-22 Gwenole Beauchesnelegal: add per-file authorship information.
2013-07-08 Sreerenj Balachandranh264: add support for video cropping.
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 codec-data decoding.
2013-03-21 Gwenole Beauchesnedecoder: sanitize uses of codec frame input buffer...
2013-02-08 Gwenole Beauchesneh264: set {luma,chroma}_log2_weight_denom to 0 if no...
2013-02-07 Gwenole Beauchesneh264: use new profile definitions from codecparsers.
2013-01-29 Gwenole Beauchesnelegal: fix year for some copyright notices (2013).
2013-01-17 Gwenole Beauchesneh264: implement GstVaapiDecoder::flush() as a DPB flush.
2013-01-17 Gwenole Beauchesneh264: handle end-of-stream NALU.
2013-01-07 Gwenole Beauchesnedecoder: refactor decoder unit API.
2013-01-07 Gwenole Beauchesneh264: introduce parser info instead of H.264 specific...
2013-01-06 Sreerenj Balachandranh264: set default values for some header fields.
2013-01-03 Gwenole Beauchesneh264: don't create sub-buffer for slice data.
2012-12-18 Gwenole Beauchesneh264: optimize initialization process of decoder units.
2012-12-18 Gwenole Beauchesneh264: minor clean-ups.
2012-12-18 Gwenole Beauchesneh264: drop GstVaapiSliceH264 object.
2012-12-18 Gwenole Beauchesneh264: detect new pictures from decode-units.
2012-12-18 Gwenole Beauchesneh264: implement {start,end}_frame() hooks.
2012-12-18 Gwenole Beauchesneh264: optimize scan for the second start code.
2012-12-18 Gwenole Beauchesneh264: add codec specific decoder unit.
2012-12-18 Gwenole Beauchesneh264: initial port to new GstVaapiDecoder API
2012-12-18 Gwenole BeauchesnePort GstVaapiFrameStore to GstVaapiMiniObject.
2012-12-18 Gwenole BeauchesnePort codec objects to GstVaapiMiniObject.
2012-12-17 Gwenole Beauchesneh264: initialize VA context before allocating the first...
2012-11-16 Gwenole Beauchesneh264: fix picture size in macroblocks.
2012-11-14 Gwenole Beauchesneh264: fix incorrect integration of previous commit...
2012-11-14 Gwenole Beauchesneh264: start decoding slices after first SPS/PPS activation.
2012-11-14 Gwenole Beauchesneh264: fix VAPictureParameterBufferH264.ReferenceFrames...
2012-11-14 Gwenole Beauchesneh264: fix interlaced stream decoding with MMCO.
2012-11-14 Gwenole Beauchesneh264: add initial support for interlaced streams.
2012-11-14 Gwenole Beauchesneh264: split remove_reference_at() into finer units.
2012-11-14 Gwenole Beauchesneh264: add picture structure for reference picture marki...
2012-11-14 Gwenole Beauchesneh264: introduce new frame store structure.
2012-10-31 Gwenole Beauchesneh264: minor clean-ups.
2012-10-31 Gwenole Beauchesneh264: simplify reference picture marking process.
2012-10-31 Gwenole Beauchesneh264: introduce per-field POC in GstVaapiPictureH264.
2012-10-31 Gwenole Beauchesneh264: introduce GST_VAAPI_PICTURE_{SHORT,LONG}_TERM_REF...
2012-10-31 Gwenole Beauchesneh264: introduce GST_VAAPI_PICTURE_FLAG_IDR flag.
2012-10-31 Gwenole Beauchesneh264: fill in GstVaapiPicture structure.
2012-10-31 Gwenole Beauchesneh264: add vaapi_fill_picture() helper.
2012-10-26 Gwenole Beauchesneh264: fix activation order of picture and sequence...
2012-10-26 Gwenole Beauchesneh264: fix scaling list generation.
2012-10-24 Gwenole Beauchesneh264: fix detection of picture boundaries.
2012-10-24 Gwenole Beauchesneh264: optimize handling of scaling lists.
2012-10-23 Gwenole Beauchesneh264: simplify code when MMCO is 5.
2012-10-22 Gwenole Beauchesneh264: fix MMCO-based reference picture marking process.
2012-10-22 Gwenole Beauchesneh264: move MMCO handlers out of the loop (cosmetics).
2012-10-16 Gwenole Beauchesneh264: add flag to compile with strict DPB ordering...
2012-10-16 Gwenole Beauchesneh264: drop extra code covered by built-in codecparsers.
2012-10-10 Simon Farnsworthh264: use pixel-aspect-ratio from SPS header.
2012-10-10 Gwenole Beauchesneh264: add decode_nalu() helper function.
2012-10-10 Gwenole Beauchesneh264: fix end-of-stream conditions (flush).
2012-09-21 Gwenole Beauchesneh264: review and report errors accordingly.
2012-09-20 Gwenole Beauchesneh264: exclusively use GstAdapter, drop sub-buffer hack.
2012-09-10 Gwenole Beauchesnedecoder: cope with new GstVaapiContextInfo based API.
2012-09-07 Gwenole Beauchesnelibs: fix build in strict ISO C mode.
2012-03-23 Gwenole Beauchesneh264: skip all Filler Data NALs.
2012-03-02 Gwenole Beauchesneh264: fix slice_data_bit_offset calculation.
2012-03-01 Wind Yuanh264: skip all Access Unit (AU) NALs.
2012-03-01 Wind Yuanh264: fix modification process of reference picture...
2012-02-08 Gwenole Beauchesneh264: complete any current picture decoder before SPS...
2012-02-08 Gwenole Beauchesneh264: create VA context earlier when SPS is parsed.
2012-02-08 Gwenole Beauchesneh264: don't allocate too big data structures on stack.
2012-01-30 Gwenole BeauchesneAdd header for system-dependent definitions.
2012-01-29 Gwenole Beauchesneh264: simplify RefPicList reconstruction.
2012-01-29 Gwenole Beauchesneh264: flush DPB when the end of the sequence is reached.
2012-01-29 Gwenole Beauchesneh264: handle Decoded Picture Buffer (DPB).
2012-01-29 Gwenole Beauchesneh264: fix pred_weight_table() reconstruction.
2012-01-29 Gwenole Beauchesneh264: execute reference picture marking process (MMCO).
2012-01-29 Gwenole Beauchesneh264: fix presentation timestamps.
2012-01-29 Gwenole Beauchesneh264: execute reference picture marking process (slidin...
2012-01-29 Gwenole Beauchesneh264: handle avcC format for decoding buffers.
2012-01-29 Sreerenj Balachandranh264: handle codec-data.
2012-01-29 Gwenole BeauchesneAdd initial H.264 decoder.