summaryrefslogtreecommitdiff
path: root/gst/vaapi/gstvaapiencode_h264.c
Commit message (Expand)AuthorAgeFilesLines
* rename encoders to vaapi{codec}encVíctor Manuel Jáquez Leal2016-02-031-3/+3
* docs: update plugin documentationVíctor Manuel Jáquez Leal2016-02-031-0/+14
* refactor vaapi caps strings for pad templatesVíctor Manuel Jáquez Leal2015-08-051-2/+1
* Removal of gstreamer-1.0 supportVíctor Manuel Jáquez Leal2015-04-031-4/+0
* update and move gstcompat.hVíctor Manuel Jáquez Leal2015-04-031-1/+1
* Removal of gstreamer-0.10 supportVíctor Manuel Jáquez Leal2015-04-031-8/+0
* encode: Attach the codec-data to out caps only based on negotiated capsSreerenj Balachandran2014-10-291-2/+5
* encoder: h264: add initial support for H.264 Stereo High profile.Li Xiaowei2014-06-021-1/+1
* legal: update copyright notice dates.Gwenole Beauchesne2014-01-221-1/+1
* legal: add per-file authorship information.Gwenole Beauchesne2014-01-221-0/+2
* encoder: h264: allow target decoder constraints.Gwenole Beauchesne2014-01-131-1/+85
* encoder: h264: clean-ups.Gwenole Beauchesne2014-01-131-2/+2
* vaapiencode: use more GstVaapiPluginBase facilities.Gwenole Beauchesne2014-01-131-1/+2
* vaapiencode: fix negotiation process of output caps.Gwenole Beauchesne2014-01-131-6/+44
* vaapiencode: rename a few member functions.Gwenole Beauchesne2014-01-131-5/+5
* vaapiencode: update for new properties API.Gwenole Beauchesne2014-01-131-100/+13
* encoder: add bitrate API.Gwenole Beauchesne2014-01-131-2/+0
* encoder: add rate control API.Gwenole Beauchesne2014-01-131-1/+0
* vaapiencode: fix indentation.Gwenole Beauchesne2014-01-131-15/+19
* plugins: use G_PARAM_STATIC_STRINGS.Gwenole Beauchesne2013-11-281-7/+13
* vaapiencode: additional clean-ups.Gwenole Beauchesne2013-11-281-14/+19
* vaapiencode: move common properties to base class.Gwenole Beauchesne2013-11-281-33/+3
* vaapiencode: fix plugin description and debug name.Gwenole Beauchesne2013-11-281-3/+6
* vaapiencode: add initial support for GStreamer 0.10.Gwenole Beauchesne2013-11-271-0/+8
* vaapiencode: minor clean-ups.Gwenole Beauchesne2013-11-261-58/+55
* vaapiencode: fix support for raw YUV sink buffers.Gwenole Beauchesne2013-11-261-2/+2
* vaapiencode: initial port to GStreamer 1.2.Wind Yuan2013-11-261-0/+6
* plugins: add h264 encoder element.Wind Yuan2013-11-241-0/+378