summaryrefslogtreecommitdiff
path: root/ext/openh264
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-11openh264: fix indentationTim-Philipp Müller2-16/+22
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM2-8/+4
2015-07-02openh264dec: Unref video frames and codec state in all casesSebastian Dröge1-1/+9
2015-07-02openh264dec: Uninitializing the decoder can't fail and will always return 0 =...Sebastian Dröge1-3/+2
2015-04-17openh264enc: Add complexity property for speed/quality tradeoffRobert Swain1-0/+38
2015-04-07open264: Fix GType/gsize usageEdward Hervey1-8/+8
2015-04-07openh264: Detect 1.4 API changeEdward Hervey1-0/+5
2015-01-22openh264: Implement the preset interfaceArun Raghavan1-0/+1
2015-01-21Constify some static arrays everywhereSebastian Dröge1-2/+2
2015-01-13Revert "Revert "openh264: fix to work with released versions and master of up...Zaheer Abbas Merali2-6/+8
2015-01-13openh264: remove all trace output to console from encoderZaheer Abbas Merali1-0/+3
2014-12-12Revert "openh264: fix to work with released versions and master of upstream"Tim-Philipp Müller2-8/+6
2014-12-12openh264: fix to work with released versions and master of upstreamZaheer Abbas Merali2-6/+8
2014-11-24openh264enc: Use a fixed number of slices by defaultSebastian Dröge1-1/+1
2014-11-24openh264enc: Add some more encoding propertiesSebastian Dröge1-7/+167
2014-11-12openh264enc: Add new enable-frame-skip property and disable it by defaultSebastian Dröge1-10/+27
2014-10-06openh264: Use a MARGINAL rank for the encoder and decoderSebastian Dröge1-2/+2
2014-10-06openh264enc: make denoise workNicola Murino1-1/+0
2014-10-03openh264dec: The codec can only do baseline so simplify the code a bitSebastian Dröge1-29/+4
2014-10-03openh264dec: On ::finish() stop trying if the decoder returned that no output...Sebastian Dröge1-1/+1
2014-10-03openh264: Run gst-indent over everythingSebastian Dröge3-783/+863
2014-10-03openh264: Remove unused codecparsers libSebastian Dröge1-3/+3
2014-10-03openh264: Add FIXME comment about missing API in openh264Sebastian Dröge2-0/+6
2014-10-03openh264dec: Try to handle frame reorderingSebastian Dröge1-1/+27
2014-10-03openh264dec: Don't drop videocodec frames if we can't decode them *yet*Sebastian Dröge1-5/+2