decoder: h264: fix memory leak in PPS.
[platform/upstream/gstreamer-vaapi.git] / gst-libs / gst / vaapi / gstvaapidecoder_h264.c
2014-07-01 Gwenole Beauchesnedecoder: h264: fix memory leak in PPS.
2014-06-30 Gwenole Beauchesnedecoder: h264: decode current picture earlier.
2014-06-30 Gwenole Beauchesnedecoder: h264: fix output of second field when first...
2014-06-30 Gwenole Beauchesnedecoder: h264: slightly optimize the process to detect...
2014-06-30 Gwenole Beauchesnedecoder: h264: handle access unit ("au") optimization.
2014-06-28 Gwenole Beauchesnedecoder: h264: fix tracking of DPB size changes.
2014-06-27 Gwenole Beauchesnedecoder: h264: fix the DPB compaction process.
2014-06-25 Gwenole Beauchesnedecoder: h264: fix marking of non-reference picture...
2014-06-19 Gwenole Beauchesnedecoder: h264: fix DPB clear when no decoding actually...
2014-06-19 Sreerenj Balachandrandecoder: h264: add support for NALU "alignment" optimiz...
2014-06-19 Gwenole Beauchesnedecoder: h264: fix caps to report interlace-mode accord...
2014-06-13 Gwenole Beauchesnedecoder: h264: cope with new gst_h264_quant_matrix_...
2014-06-10 Gwenole Beauchesnedecoder: h264: factor out DPB pruning for MVC.
2014-06-10 Gwenole Beauchesnedecoder: h264: clean-ups.
2014-06-10 Gwenole Beauchesnedecoder: h264: improve pruning of unused MVC inter...
2014-06-10 Gwenole Beauchesnedecoder: h264: improve DPB bumping process for MVC.
2014-06-06 Gwenole Beauchesnedecoder: h264: fix inter-view references array growth.
2014-06-06 Gwenole Beauchesnedecoder: h264: reduce ReferenceFrames entries to the...
2014-06-04 Gwenole Beauchesnedecoder: h264: fix MVC inter-view prediction process.
2014-06-04 Gwenole Beauchesnedecoder: h264: fix detection of profile changes for...
2014-05-22 Gwenole Beauchesnedecoder: h264: compute view ids only once per slice.
2014-05-21 Gwenole Beauchesnedecoder: h264: add support for MVC interlaced streams.
2014-05-21 Gwenole Beauchesnedecoder: h264: add MVC profiles compatibility logic.
2014-05-21 Gwenole Beauchesnedecoder: h264: add initial support for MVC.
2014-05-21 Gwenole Beauchesnedecoder: h264: dynamically allocate the DPB.
2014-05-21 Gwenole Beauchesnedecoder: h264: fix detection of access unit boundaries.
2014-05-21 Sreerenj Balachandrandecoder: h264: detect the first VCL NAL unit of a pictu...
2014-05-21 Sreerenj Balachandrandecoder: h264: properly handle Prefix NAL units.
2014-05-21 Xiaowei Lidecoder: h264: add support for MVC base views.
2014-05-21 Gwenole Beauchesnedecoder: h264: simplify storage of decoded picture...
2014-05-21 Gwenole Beauchesnedecoder: h264: minor clean-ups.
2014-05-12 Gwenole Beauchesnedecoder: h264: fix assignment of LongTermFrameIdx. upstream/0.2.6+1195+gc12d80e
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.
next