summaryrefslogtreecommitdiff
path: root/ext/openh264
Commit message (Expand)AuthorAgeFilesLines
* 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
* openh264dec: The codec can only do baseline so simplify the code a bitSebastian Dröge2014-10-031-29/+4
* openh264dec: On ::finish() stop trying if the decoder returned that no output...Sebastian Dröge2014-10-031-1/+1
* openh264: Run gst-indent over everythingSebastian Dröge2014-10-033-783/+863
* openh264: Remove unused codecparsers libSebastian Dröge2014-10-031-3/+3
* openh264: Add FIXME comment about missing API in openh264Sebastian Dröge2014-10-032-0/+6
* openh264dec: Try to handle frame reorderingSebastian Dröge2014-10-031-1/+27
* openh264dec: Don't drop videocodec frames if we can't decode them *yet*Sebastian Dröge2014-10-031-5/+2
* openh264dec: GstVideoDecoder works on frames, not sub-frames (e.g. NALs)Sebastian Dröge2014-10-031-1/+1
* openh264dec: As we require NAL alignment from upstream we don't need to parse...Sebastian Dröge2014-10-031-64/+15
* openh264dec: Properly drain codec on ::finish()Sebastian Dröge2014-10-031-58/+77