summaryrefslogtreecommitdiff
path: root/ext/openh264
Commit message (Expand)AuthorAgeFilesLines
* openh264enc: fix broken header AU emission by base classTim-Philipp Müller2021-08-241-25/+0
* openh264enc: fix caps and header buffer leakTim-Philipp Müller2021-08-241-1/+3
* openh264enc: fix broken sps/pps header generationTim-Philipp Müller2021-08-241-2/+7
* openh264: Respect level set downstreamThibault Saunier2021-08-092-1/+16
* openh264: Don't use GOnce for ABI checkOlivier Crête2021-05-131-16/+8
* openh264: allow per feature registrationStéphane Cerveau2021-03-236-21/+129
* openh264enc: Add support for main and high profilesThibault Saunier2021-02-111-7/+36
* openh264dec: Accept constrained-high and progressive-high profilesOlivier Crête2020-11-181-1/+1
* openh264dec: port to new request_sync_point() APIMathieu Duponchelle2020-09-101-3/+3
* 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
* openh264: memcmp return value 0 means matchSeppo Yli-Olli2020-04-271-1/+1
* Have strict version check for OpenH264 to avoid ABI issuesSeppo Yli-Olli2020-04-231-5/+17
* openh264enc: keep the headersStéphane Cerveau2019-12-061-4/+21
* Remove autotools build systemTim-Philipp Müller2019-10-141-15/+0
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* openh264enc: Fix compilation with openh264 v2.0Víctor Manuel Jáquez Leal2019-05-081-1/+1
* openh264: fix build with gstreamer debug system disabledTim-Philipp Müller2019-03-211-9/+14
* openh264dec: Fix build with msvcSeungha Yang2019-02-111-6/+7
* openh264: Conditionally support the main and high profilesJan Schmidt2019-01-301-1/+12
* openh264: Use DecodeFrameNoDelay() API instead of DecodeFrame2Jan Schmidt2019-01-301-1/+1
* openh264dec: Hook up openh264 messages to GStreamer loggingJan Schmidt2019-01-301-0/+30
* openh264dec: Handle B frame decodingJan Schmidt2019-01-301-43/+57
* Add OpenH264 version check macroJan Schmidt2019-01-301-0/+4
* openh264dec: Fix up EOS handlingJan Schmidt2019-01-301-4/+17
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-3/+3
* meson: Add fallback for openh264 dependencyThibault Saunier2018-06-281-1/+2
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* openh264dec: Remove useless checkEdward Hervey2018-01-031-1/+1
* openh264dec: Drop current frame if passing it to the decoder caused an errorSebastian Dröge2017-08-101-0/+3
* openh264dec: Don't unref NULL frame on EOS decoding errorSebastian Dröge2017-08-101-1/+0
* openh264enc: set GST_PARAM_MUTABLE_PLAYING for bitrate/max-bitrate propertiesNicola Murino2017-07-171-2/+4
* openh264enc: allow to dynamically change bitrateNicola Murino2017-07-172-2/+54
* openh264enc: fix indentationNicola Murino2017-07-171-4/+6
* Fix up package name and origin in some pluginsTim-Philipp Müller2017-05-181-2/+1
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* openh264: add "qp-min" and "qp-max" propertiesTim-Philipp Müller2017-01-242-0/+36
* plugins: Use explicit type conversion from enumsNirbheek Chauhan2016-10-271-3/+3
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+20
* openh264: fix up for API changes in v1.6.0Tim-Philipp Müller2016-07-183-11/+40
* 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-302-12/+0
* openh264enc: Expose maximum bitrate settingSebastian Dröge2016-06-302-3/+23
* 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
* openh264dec: minor clean-upsTim-Philipp Müller2016-04-111-52/+4
* openh264: remove unnecessary instance private structuresTim-Philipp Müller2016-04-114-214/+187