summaryrefslogtreecommitdiff
path: root/ext/openh264/gstopenh264dec.cpp
Commit message (Expand)AuthorAgeFilesLines
* openh264dec: minor clean-upsTim-Philipp Müller2016-04-111-52/+4
* openh264: remove unnecessary instance private structuresTim-Philipp Müller2016-04-111-48/+27
* openh264: fix indentationTim-Philipp Müller2016-04-111-2/+4
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+2
* 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
* Revert "Revert "openh264: fix to work with released versions and master of up...Zaheer Abbas Merali2015-01-131-2/+2
* Revert "openh264: fix to work with released versions and master of upstream"Tim-Philipp Müller2014-12-121-2/+2
* openh264: fix to work with released versions and master of upstreamZaheer Abbas Merali2014-12-121-2/+2
* 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-031-228/+267
* openh264: Add FIXME comment about missing API in openh264Sebastian Dröge2014-10-031-0/+3
* 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
* 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
* 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-031-0/+411