summaryrefslogtreecommitdiff
path: root/ext/openh264/gstopenh264enc.cpp
Commit message (Expand)AuthorAgeFilesLines
* openh264enc: fix broken header AU emission by base classTim-Philipp Müller2021-08-251-25/+0
* openh264enc: fix header buffer leakTim-Philipp Müller2021-08-251-1/+1
* openh264enc: fix broken sps/pps header generationTim-Philipp Müller2021-08-251-2/+7
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-061-5/+5
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge2020-06-041-0/+6
* openh264enc: keep the headersStéphane Cerveau2019-12-061-4/+21
* openh264enc: Fix compilation with openh264 v2.0Víctor Manuel Jáquez Leal2019-05-081-1/+1
* openh264enc: set GST_PARAM_MUTABLE_PLAYING for bitrate/max-bitrate propertiesNicola Murino2017-07-171-2/+4
* openh264enc: allow to dynamically change bitrateNicola Murino2017-07-171-2/+52
* openh264enc: fix indentationNicola Murino2017-07-171-4/+6
* openh264: add "qp-min" and "qp-max" propertiesTim-Philipp Müller2017-01-241-0/+34
* plugins: Use explicit type conversion from enumsNirbheek Chauhan2016-10-271-3/+3
* openh264: fix up for API changes in v1.6.0Tim-Philipp Müller2016-07-181-10/+31
* openh264enc: Set frame timestamps before sending to the encoderSebastian Dröge2016-06-301-1/+1
* openh264enc: Fix initial time-per-frame calculationSebastian Dröge2016-06-301-1/+1
* openh264enc: Remove meaningless drop bitrate handlingSebastian Dröge2016-06-301-11/+0
* openh264enc: Expose maximum bitrate settingSebastian Dröge2016-06-301-3/+22
* openh264enc: Actually hook up the rate-control propertySebastian Dröge2016-06-301-1/+1
* openh264enc: Use a constant SPS/PPS ID no matter if openh264 older or newer t...Sebastian Dröge2016-06-301-1/+1
* openh264enc: Make slice settings more explicit and don't set any number if no...Sebastian Dröge2016-06-301-4/+11
* openh264enc: Remove broken byte-stream to avc conversion and just output byte...Sebastian Dröge2016-06-301-114/+31
* openh264: remove unnecessary instance private structuresTim-Philipp Müller2016-04-111-158/+113
* openh264: fix indentationTim-Philipp Müller2016-04-111-14/+18
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+2
* openh264enc: Add complexity property for speed/quality tradeoffRobert Swain2015-04-171-0/+38
* open264: Fix GType/gsize usageEdward Hervey2015-04-071-8/+8
* openh264: Detect 1.4 API changeEdward Hervey2015-04-071-0/+5
* openh264: Implement the preset interfaceArun Raghavan2015-01-221-0/+1
* Constify some static arrays everywhereSebastian Dröge2015-01-211-2/+2
* Revert "Revert "openh264: fix to work with released versions and master of up...Zaheer Abbas Merali2015-01-131-4/+6
* openh264: remove all trace output to console from encoderZaheer Abbas Merali2015-01-131-0/+3
* Revert "openh264: fix to work with released versions and master of upstream"Tim-Philipp Müller2014-12-121-6/+4
* openh264: fix to work with released versions and master of upstreamZaheer Abbas Merali2014-12-121-4/+6
* openh264enc: Use a fixed number of slices by defaultSebastian Dröge2014-11-241-1/+1
* openh264enc: Add some more encoding propertiesSebastian Dröge2014-11-241-7/+167
* openh264enc: Add new enable-frame-skip property and disable it by defaultSebastian Dröge2014-11-121-10/+27
* openh264enc: make denoise workNicola Murino2014-10-061-1/+0
* openh264: Run gst-indent over everythingSebastian Dröge2014-10-031-541/+584
* openh264: Add FIXME comment about missing API in openh264Sebastian Dröge2014-10-031-0/+3
* openh264enc: Properly drain the encoder on ::finish()Sebastian Dröge2014-10-031-52/+79
* openh264enc: We always get a single frame as output, not a NALSebastian Dröge2014-10-031-21/+23
* openh264enc: Fix up caps and stride handlingSebastian Dröge2014-10-031-12/+13
* openh264enc: Add support for GstVideoMetaSebastian Dröge2014-10-031-1/+11
* openh264enc: Don't set caps manuallySebastian Dröge2014-10-031-2/+1
* openh264: Add OpenH264 based encoder/decoder elementsSebastian Dröge2014-10-031-0/+698