Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | openh264: add "qp-min" and "qp-max" properties | Tim-Philipp Müller | 2017-01-24 | 1 | -0/+2 |
| | |||||
* | openh264: fix up for API changes in v1.6.0 | Tim-Philipp Müller | 2016-07-18 | 1 | -1/+7 |
| | | | | | | Update for API changes in v1.6.0. https://bugzilla.gnome.org/show_bug.cgi?id=768771 | ||||
* | openh264enc: Remove meaningless drop bitrate handling | Sebastian Dröge | 2016-06-30 | 1 | -1/+0 |
| | | | | This doesn't even have a property. | ||||
* | openh264enc: Expose maximum bitrate setting | Sebastian Dröge | 2016-06-30 | 1 | -0/+1 |
| | |||||
* | openh264: remove unnecessary instance private structures | Tim-Philipp Müller | 2016-04-11 | 1 | -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 elements | Sebastian Dröge | 2014-10-03 | 1 | -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 |