summaryrefslogtreecommitdiff
path: root/omx/gstomxh264enc.h
Commit message (Collapse)AuthorAgeFilesLines
* omxh264enc: Add 'ref-frames' propertyShinya Saito2019-06-041-0/+1
| | | | | | Add a property to control the number of frames for reference. Min and max value is based on OpenMAX IL 1.2.0 Specification.
* omxh264enc: add some encoding propertiesGuillaume Desmottes2018-01-301-0/+3
| | | | | | | entropy-mode, constrained-intra-prediction and loop-filter-mode. Those map standard OMX settings. https://bugzilla.gnome.org/show_bug.cgi?id=792528
* omxh264enc: add 'b-frames' propertyGuillaume Desmottes2017-07-031-0/+1
| | | | | | | Add a property to control the number of B-frames produced by the encoder using the OMX_VIDEO_PARAM_AVCTYPE OMX API. https://bugzilla.gnome.org/show_bug.cgi?id=784379
* omxh264enc: Properly accumulate headers and push before the next frameSebastian Dröge2014-06-291-0/+2
| | | | | | | Fixes output of encoding on RPi, where each header buffer (SPS and PPS) is in a separate OMX buffer. https://bugzilla.gnome.org/show_bug.cgi?id=726669
* fix filemodeMichal Lazo2014-03-191-0/+0
|
* omxh264enc: IDR interval, SPS and PPS headers for rpiMichal Lazo2014-03-161-0/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=720031
* omxh264enc: Add H.264 encoder elementSebastian Dröge2011-07-251-0/+60