platform/upstream/gstreamer-vaapi.git
2014-06-13 Gwenole Beauchesneplugins: fix initialization with foreign context.
2014-06-13 Gwenole Beauchesneplugins: add built-in video parsers as "vaapiparse...
2014-06-13 Gwenole Beauchesnedecoder: h264: cope with new gst_h264_quant_matrix_...
2014-06-13 Gwenole Beauchesnecodecparsers: update to gst-vaapi-branch commit d6325ac.
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-28 Gwenole Beauchesnecodecparsers: update to gst-vaapi-branch commit eaa3f7e. upstream/0.2.6+1190+g7f5b9ed
2014-04-26 Gwenole Beauchesnecodecparsers: update to gst-vaapi branch commit f44edfc.
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 Beauchesnebuild: add missing files for GStreamer 0.10.
2014-04-21 Gwenole Beauchesnebuild: add missing files for VP8 bitstream parser.
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 a454f86.
2014-04-18 Gwenole Beauchesnecodecparsers: update to gst-vaapi-branch commit d459bc5.
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 pkgconfig file names (again).
2014-02-19 Gwenole Beauchesnebuild: fix packaging for GStreamer 1.2.
2014-01-24 Gwenole BeauchesneBump version for development. old-upstream-20140217 upstream/0.5.8
2014-01-24 Gwenole Beauchesnedebian: fix trailing whitespace in description. 0.5.8
2014-01-23 Gwenole Beauchesnedebian: fix package description.
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 Beauchesne0.5.8.
2014-01-23 Gwenole BeauchesneREADME: updates.
2014-01-23 Gwenole BeauchesneNEWS: updates.
2014-01-23 Gwenole Beauchesnetests: test-filter: fix "deinterlace" option parse.
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 BeauchesneBump library major version.
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