summaryrefslogtreecommitdiff
path: root/ext/openh264
Commit message (Expand)AuthorAgeFilesLines
* 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
* openh264: fix indentationTim-Philipp Müller2016-04-112-16/+22
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-242-8/+4
* openh264dec: Unref video frames and codec state in all casesSebastian Dröge2015-07-021-1/+9
* openh264dec: Uninitializing the decoder can't fail and will always return 0 =...Sebastian Dröge2015-07-021-3/+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-132-6/+8
* 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-122-8/+6
* openh264: fix to work with released versions and master of upstreamZaheer Abbas Merali2014-12-122-6/+8
* 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
* openh264: Use a MARGINAL rank for the encoder and decoderSebastian Dröge2014-10-061-2/+2
* openh264enc: make denoise workNicola Murino2014-10-061-1/+0