summaryrefslogtreecommitdiff
path: root/ext/openh264/gstopenh264enc.h
Commit message (Collapse)AuthorAgeFilesLines
* openh264: add "qp-min" and "qp-max" propertiesTim-Philipp Müller2017-01-241-0/+2
|
* openh264: fix up for API changes in v1.6.0Tim-Philipp Müller2016-07-181-1/+7
| | | | | | Update for API changes in v1.6.0. https://bugzilla.gnome.org/show_bug.cgi?id=768771
* openh264enc: Remove meaningless drop bitrate handlingSebastian Dröge2016-06-301-1/+0
| | | | This doesn't even have a property.
* openh264enc: Expose maximum bitrate settingSebastian Dröge2016-06-301-0/+1
|
* openh264: remove unnecessary instance private structuresTim-Philipp Müller2016-04-111-4/+37
| | | | | Element instance structures are not public API, so no need for the extra indirection to hide the data.
* openh264: Add OpenH264 based encoder/decoder elementsSebastian Dröge2014-10-031-0/+63
These are the openh264 elements released under the BSD-2 license by Ericsson as part of the OpenWebRTC project. https://github.com/EricssonResearch/openwebrtc-gst-plugins https://bugzilla.gnome.org/show_bug.cgi?id=737788