encoder: h264: add missing field in packed Subset SPS header.
[platform/upstream/gstreamer-vaapi.git] / gst-libs / gst / vaapi / gstvaapiencoder_h264.c
2014-06-26 Sreerenj Balachandranencoder: h264: add missing field in packed Subset SPS...
2014-06-17 Sreerenj Balachandranencoder: h264: fix multiple slices support in packed...
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-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-22 Gwenole Beauchesnelegal: update copyright notice dates.
2014-01-22 Gwenole Beauchesnelegal: add per-file authorship information.
2014-01-22 Gwenole Beauchesneencoder: h264: disable NAL HRD parameters for now.
2014-01-22 Gwenole Beauchesneencoder: h264: fix default CPB buffer size.
2014-01-22 Gwenole Beauchesneencoder: h264: fix bitrate encoding for HRD conformance.
2014-01-22 Gwenole Beauchesneencoder: h264: fix level lookup constraints wrt. bitrate.
2014-01-22 Gwenole Beauchesneencoder: h264: submit sequence parameter only once.
2014-01-22 Gwenole Beauchesneencoder: h264: only submit packed headers when required.
2014-01-22 Gwenole Beauchesneencoder: h264: fix ip_period value in sequence parameter.
2014-01-22 Gwenole Beauchesneencoder: h264: fix level when bitrate is automatically...
2014-01-22 Gwenole Beauchesneencoder: h264: clean-ups.
2014-01-22 Gwenole Beauchesneencoder: h264: clean-up bitwriter related utilities.
2014-01-22 Gwenole Beauchesneencoder: h264: completely remove private headers.
2014-01-15 Gwenole Beauchesneencoder: h264: fix PPS header packing with profile...
2014-01-15 Gwenole Beauchesneencoder: h264: always emit VUI parameters for framerate.
2014-01-15 Gwenole Beauchesneencoder: h264: really fix frame cropping rectangle...
2014-01-14 Gwenole Beauchesneencoder: clean-up objects.
2014-01-13 Gwenole Beauchesneencoder: h264: fix frame cropping rectangle calculation.
2014-01-13 Gwenole Beauchesneencoder: h264: improve automatic bitrate calculation.
2014-01-13 Gwenole Beauchesneencoder: h264: support "high-compression" tuning option.
2014-01-13 Gwenole Beauchesneencoder: h264: allow target decoder constraints.
2014-01-13 Gwenole Beauchesneencoder: h264: refine size of coded buffer.
2014-01-13 Wind Yuanencoder: h264: expose more coding tools.
2014-01-13 Gwenole Beauchesneencoder: h264: derive profile and level from active...
2014-01-13 Gwenole Beauchesneencoder: h264: fix hardware profile lookup.
2014-01-13 Gwenole Beauchesneencoder: h264: support only the byte-stream format.
2014-01-13 Gwenole Beauchesneencoder: h264: clean-ups.
2014-01-13 Gwenole Beauchesneencoder: add tuning options API.
2014-01-13 Gwenole Beauchesneencoder: fix bitrate units to match kbps.
2014-01-13 Gwenole Beauchesneencoder: add keyframe period API.
2014-01-13 Gwenole Beauchesneencoder: improve codec reconfiguration.
2014-01-13 Gwenole Beauchesneencoder: add video codec-state API.
2014-01-13 Gwenole Beauchesneencoder: add properties API.
2014-01-13 Gwenole Beauchesneencoder: add bitrate API.
2014-01-13 Gwenole Beauchesneencoder: add rate control API.
2014-01-13 Gwenole Beauchesneencoder: fix indentation.
2013-12-05 Gwenole Beauchesneencoder: fix computation of max coded buffer size ...
2013-12-04 Gwenole Beauchesneencoder: fix computation of max coded buffer size.
2013-12-04 Gwenole Beauchesneencoder: simplify VA context initialization process.
2013-12-04 Gwenole Beauchesneencoder: clean-ups and document public APIs.
2013-12-04 Gwenole Beauchesneencoder: refactor status codes.
2013-12-04 Gwenole Beauchesneencoder: fix subclassing process.
2013-12-04 Gwenole Beauchesneencoder: rework GstVaapiCodedBuffer and related proxy.
2013-11-27 Gwenole Beauchesnevaapiencode: add initial support for GStreamer 0.10.
2013-11-24 Wind Yuanencoder: add h264 encoder.