decoder: h264: slightly optimize the process to detect new pictures.
[platform/upstream/gstreamer-vaapi.git] / gst-libs /
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-27 Sreerenj Balachandranencoder: h264: generate new SPS only when codec config...
2014-06-27 Gwenole Beauchesneencoder: h264: track encoder config changes.
2014-06-27 Gwenole Beauchesneencoder: h264: add pixel-aspect-ratio to VUI parameters.
2014-06-27 Sreerenj Balachandranencoder: h264: fix number of anchor and non-anchor...
2014-06-27 Sreerenj Balachandranencoder: h264: fix timing_info_present_flag value in...
2014-06-27 Sreerenj Balachandranencoder: h264: add cpbBrNalFactor values for MVC profiles.
2014-06-26 Sreerenj Balachandranencoder: h264: fix NAL unit types in packed headers.
2014-06-26 Sreerenj Balachandranencoder: h264: add missing field in packed Subset SPS...
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-17 Sreerenj Balachandranencoder: h264: fix multiple slices support in packed...
2014-06-17 Sreerenj Balachandranencoder: add infrastructure for per-slice handling...
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-06-03 Gwenole Beauchesneencoder: h264: drop extraneous definitions.
2014-06-03 Sreerenj Balachandranencoder: h264: remove unnecessary calcualtion of max_pi...
2014-06-03 Sreerenj Balachandranencoder: h264: don't allow CABAC with Extended profile.
2014-06-02 Sreerenj Balachandranencoder: h264: use packed headers mode for MVC encoding.
2014-06-02 Sreerenj Balachandranencoder: h264: add support for packed slice headers.
2014-06-02 Sreerenj Balachandranencoder: h264: store subset sps to generate the codec...
2014-06-02 Sreerenj Balachandranencoder: h264: fix MVC pipeline hang while encoding...
2014-06-02 Li Xiaoweiencoder: h264: add initial support for H.264 Stereo...
2014-06-02 Li Xiaoweiencoder: h264: wrap pools for refs and frames reordering.
2014-06-02 Li Xiaoweiencoder: h264: add provisional support for subset SPS...
2014-06-02 Li Xiaoweiutils: add H.264 MVC profiles.
2014-06-02 Gwenole Beauchesneutils: only enable VP8 profiles for newer VA-API versions.
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-21 Gwenole Beauchesnedisplay: add utility function to query VA driver name.
2014-05-21 Gwenole Beauchesnedisplay: make cache maintenance really MT-safe.
2014-05-21 Gwenole Beauchesnecontext: allow dynamic growth of VA surfaces pool.
2014-05-21 Gwenole Beauchesnecontext: reset VA context if VA surfaces set changed.
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-05-09 Simon Farnsworthbuild: fix source file modes.
2014-05-09 Sreerenj Balachandranbuild: fix conditional compilation of VP8 decoder.
2014-05-01 Gwenole Beauchesnebuild: fix make dist for codecparsers.
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-25 Gwenole Beauchesnedecoder: re-indent GstVaapiDecoder base object.
2014-04-25 Gwenole Beauchesneencoder: derive chroma type from video format.
2014-04-25 Gwenole Beauchesnecontext: add support for non-YUV 4:2:0 formats.
2014-04-22 Gwenole Beauchesnevp8: fix per-segment deblocking filter level in relativ...
2014-04-22 Gwenole Beauchesnevp8: fix check for disabling the loop filter (again).
2014-04-21 Gwenole Beauchesnebuild: fix make dist with certain conditionals not...
2014-04-21 Gwenole Beauchesnevp8: allow compilation without the built-in libvpx.
2014-04-21 Gwenole Beauchesnevp8: propagate PTS from demux frame.
2014-04-19 Gwenole Beauchesnevp8: fix compilation with built-in libvpx.
2014-04-18 Gwenole Beauchesnevp8: use range decoder from libvpx.
2014-04-18 Gwenole Beauchesnevp8: fix check for disabling the loop filter.
2014-04-18 Zhao, HalleyAdd initial VP8 decoder.
2014-04-18 Gwenole Beauchesnedecoder: h264: cope with new gst_h264_parser_parse_sei...
2014-04-18 Gwenole Beauchesnecodecparsers: update to gst-vaapi-branch commit 8fadf40.
2014-02-19 Gwenole Beauchesnedecoder: h264: fix robustness patch for bytestream...
2014-02-19 Gwenole Beauchesnebuild: fix packaging for GStreamer 1.2.
2014-01-23 Gwenole Beauchesnebuild: fix warnings on 64-bit platforms.
2014-01-23 Gwenole Beauchesnebuild: fix for older versions of VA-API (< 0.34.0).
2014-01-23 Gwenole Beauchesnelibs: factor out usages of vaGetConfigAttributes().
2014-01-23 Gwenole Beauchesnelibs: re-indent all source code related to VA utilities.
2014-01-23 Gwenole Beauchesnelibs: add missing file (libgstvaapi_priv_check.h).
2014-01-23 Gwenole Beauchesneencoder: notify the encoder of the submitted packed...
2014-01-23 Gwenole Beauchesneencoder: fix and factor out check for supported rate...
2014-01-23 Gwenole Beauchesnecontext: move rate-control mode to encoder specific...
2014-01-23 Gwenole Beauchesnecontext: introduce concept of usage.
2014-01-23 Gwenole Beauchesnecontext: fix get_attribute() value result.
2014-01-23 Gwenole Beauchesnecontext: move overlay composition to separate files.
2014-01-23 Gwenole Beauchesnecontext: clean-ups. Strip down APIs.
2014-01-23 Gwenole Beauchesnecontext: re-indent all GstVaapiContext related source...
2014-01-23 Gwenole Beauchesnelibs: check that private headers remain private.
2014-01-22 Gwenole Beauchesnelegal: update copyright notice dates.
2014-01-22 Gwenole Beauchesnelegal: add per-file authorship information.
2014-01-22 Gwenole Beauchesnedecoder: fix video codec frame number in standalone...
next