h264: fix reference list count less than num_ref
[profile/ivi/gstreamer-vaapi.git] / gst-libs / gst / vaapi / gstvaapidecoder_h264.c
2013-03-02 Wind Yuanh264: fix reference list count less than num_ref
2013-02-28 Wind Yuanh264: clear buffers on GST_EVENT_FLUSH_STOP
2013-01-25 Zhao Halleyh264: reset got_{sps,pps} when corrupted SPS/PPS header...
2012-12-17 Gwenole Beauchesneh264: initialize VA context before allocating the first...
2012-11-19 Gwenole Beauchesneh264: fix picture size in macroblocks.
2012-11-16 Gwenole Beauchesneh264: start decoding slices after first SPS/PPS activation.
2012-11-16 Gwenole Beauchesneh264: fix VAPictureParameterBufferH264.ReferenceFrames...
2012-11-16 Gwenole Beauchesneh264: fix interlaced stream decoding with MMCO.
2012-11-16 Gwenole Beauchesneh264: add initial support for interlaced streams.
2012-11-16 Gwenole Beauchesneh264: split remove_reference_at() into finer units.
2012-11-16 Gwenole Beauchesneh264: add picture structure for reference picture marki...
2012-11-16 Gwenole Beauchesneh264: introduce new frame store structure.
2012-11-16 Gwenole Beauchesneh264: minor clean-ups.
2012-11-16 Gwenole Beauchesneh264: simplify reference picture marking process.
2012-11-16 Gwenole Beauchesneh264: introduce per-field POC in GstVaapiPictureH264.
2012-11-16 Gwenole Beauchesneh264: introduce GST_VAAPI_PICTURE_{SHORT,LONG}_TERM_REF...
2012-11-16 Gwenole Beauchesneh264: introduce GST_VAAPI_PICTURE_FLAG_IDR flag.
2012-11-16 Gwenole Beauchesneh264: fill in GstVaapiPicture structure.
2012-11-16 Gwenole Beauchesneh264: add vaapi_fill_picture() helper.
2012-11-16 Gwenole Beauchesneh264: fix activation order of picture and sequence...
2012-11-16 Gwenole Beauchesneh264: fix detection of picture boundaries.
2012-11-16 Gwenole Beauchesneh264: optimize handling of scaling lists.
2012-11-16 Gwenole Beauchesneh264: simplify code when MMCO is 5.
2012-11-16 Gwenole Beauchesneh264: fix MMCO-based reference picture marking process.
2012-11-16 Gwenole Beauchesneh264: move MMCO handlers out of the loop (cosmetics).
2012-11-16 Gwenole Beauchesneh264: add flag to compile with strict DPB ordering...
2012-11-16 Gwenole Beauchesneh264: drop extra code covered by built-in codecparsers.
2012-11-16 Simon Farnsworthh264: use pixel-aspect-ratio from SPS header.
2012-11-16 Gwenole Beauchesneh264: add decode_nalu() helper function.
2012-11-16 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.