summaryrefslogtreecommitdiff
path: root/ext/openh264
AgeCommit message (Expand)AuthorFilesLines
2021-08-24openh264enc: fix broken header AU emission by base classTim-Philipp Müller1-25/+0
2021-08-24openh264enc: fix caps and header buffer leakTim-Philipp Müller1-1/+3
2021-08-24openh264enc: fix broken sps/pps header generationTim-Philipp Müller1-2/+7
2021-08-09openh264: Respect level set downstreamThibault Saunier2-1/+16
2021-05-13openh264: Don't use GOnce for ABI checkOlivier Crête1-16/+8
2021-03-23openh264: allow per feature registrationStéphane Cerveau6-21/+129
2021-02-11openh264enc: Add support for main and high profilesThibault Saunier1-7/+36
2020-11-18openh264dec: Accept constrained-high and progressive-high profilesOlivier Crête1-1/+1
2020-09-10openh264dec: port to new request_sync_point() APIMathieu Duponchelle1-3/+3
2020-06-06plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle1-5/+5
2020-06-04plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge1-0/+6
2020-04-27openh264: memcmp return value 0 means matchSeppo Yli-Olli1-1/+1
2020-04-23Have strict version check for OpenH264 to avoid ABI issuesSeppo Yli-Olli1-5/+17
2019-12-06openh264enc: keep the headersStéphane Cerveau1-4/+21
2019-10-14Remove autotools build systemTim-Philipp Müller1-15/+0
2019-05-13docs: Build documentation with hotdocThibault Saunier1-0/+1
2019-05-08openh264enc: Fix compilation with openh264 v2.0Víctor Manuel Jáquez Leal1-1/+1
2019-03-21openh264: fix build with gstreamer debug system disabledTim-Philipp Müller1-9/+14
2019-02-11openh264dec: Fix build with msvcSeungha Yang1-6/+7
2019-01-30openh264: Conditionally support the main and high profilesJan Schmidt1-1/+12
2019-01-30openh264: Use DecodeFrameNoDelay() API instead of DecodeFrame2Jan Schmidt1-1/+1
2019-01-30openh264dec: Hook up openh264 messages to GStreamer loggingJan Schmidt1-0/+30
2019-01-30openh264dec: Handle B frame decodingJan Schmidt1-43/+57
2019-01-30Add OpenH264 version check macroJan Schmidt1-0/+4
2019-01-30openh264dec: Fix up EOS handlingJan Schmidt1-4/+17
2018-07-27Add feature options for almost all pluginsNirbheek Chauhan1-3/+3
2018-06-28meson: Add fallback for openh264 dependencyThibault Saunier1-1/+2
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2018-01-03openh264dec: Remove useless checkEdward Hervey1-1/+1
2017-08-10openh264dec: Drop current frame if passing it to the decoder caused an errorSebastian Dröge1-0/+3
2017-08-10openh264dec: Don't unref NULL frame on EOS decoding errorSebastian Dröge1-1/+0
2017-07-17openh264enc: set GST_PARAM_MUTABLE_PLAYING for bitrate/max-bitrate propertiesNicola Murino1-2/+4
2017-07-17openh264enc: allow to dynamically change bitrateNicola Murino2-2/+54
2017-07-17openh264enc: fix indentationNicola Murino1-4/+6
2017-05-18Fix up package name and origin in some pluginsTim-Philipp Müller1-2/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-01-24openh264: add "qp-min" and "qp-max" propertiesTim-Philipp Müller2-0/+36
2016-10-27plugins: Use explicit type conversion from enumsNirbheek Chauhan1-3/+3
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+20
2016-07-18openh264: fix up for API changes in v1.6.0Tim-Philipp Müller3-11/+40
2016-06-30openh264enc: Set frame timestamps before sending to the encoderSebastian Dröge1-1/+1
2016-06-30openh264enc: Fix initial time-per-frame calculationSebastian Dröge1-1/+1
2016-06-30openh264enc: Remove meaningless drop bitrate handlingSebastian Dröge2-12/+0
2016-06-30openh264enc: Expose maximum bitrate settingSebastian Dröge2-3/+23
2016-06-30openh264enc: Actually hook up the rate-control propertySebastian Dröge1-1/+1
2016-06-30openh264enc: Use a constant SPS/PPS ID no matter if openh264 older or newer t...Sebastian Dröge1-1/+1
2016-06-30openh264enc: Make slice settings more explicit and don't set any number if no...Sebastian Dröge1-4/+11
2016-06-30openh264enc: Remove broken byte-stream to avc conversion and just output byte...Sebastian Dröge1-114/+31
2016-04-11openh264dec: minor clean-upsTim-Philipp Müller1-52/+4
2016-04-11openh264: remove unnecessary instance private structuresTim-Philipp Müller4-214/+187