summaryrefslogtreecommitdiff
path: root/ext/openh264
Commit message (Expand)AuthorAgeFilesLines
* 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
* openh264enc: Properly drain the encoder on ::finish()Sebastian Dröge2014-10-031-52/+79
* openh264enc: We always get a single frame as output, not a NALSebastian Dröge2014-10-031-21/+23
* openh264enc: Fix up caps and stride handlingSebastian Dröge2014-10-031-12/+13
* openh264enc: Add support for GstVideoMetaSebastian Dröge2014-10-031-1/+11
* openh264dec: Add support for GstVideoMetaSebastian Dröge2014-10-031-0/+34
* openh264dec: Optimize frame copying a bitSebastian Dröge2014-10-031-3/+5
* openh264dec: Don't forget to unref the input stateSebastian Dröge2014-10-031-0/+3
* openh264dec: Fix various crashes on ::stop()Sebastian Dröge2014-10-031-6/+10
* openh264dec: Remove invalid sprops-parameter-set handlingSebastian Dröge2014-10-031-35/+0
* openh264enc: Don't set caps manuallySebastian Dröge2014-10-031-2/+1
* openh264dec: Fix input state handling and propagation of upstream caps fieldsSebastian Dröge2014-10-031-20/+21
* openh264: Add OpenH264 based encoder/decoder elementsSebastian Dröge2014-10-036-0/+1307