openh264dec: Accept constrained-high and progressive-high profiles
[platform/upstream/gstreamer.git] / ext / openh264 / gstopenh264dec.cpp
2020-11-18 Olivier Crêteopenh264dec: Accept constrained-high and progressive...
2020-09-10 Mathieu Duponchelleopenh264dec: port to new request_sync_point() API
2019-03-21 Tim-Philipp Mülleropenh264: fix build with gstreamer debug system disabled
2019-02-11 Seungha Yangopenh264dec: Fix build with msvc
2019-01-30 Jan Schmidtopenh264: Conditionally support the main and high profiles
2019-01-30 Jan Schmidtopenh264: Use DecodeFrameNoDelay() API instead of Decod...
2019-01-30 Jan Schmidtopenh264dec: Hook up openh264 messages to GStreamer...
2019-01-30 Jan Schmidtopenh264dec: Handle B frame decoding
2019-01-30 Jan SchmidtAdd OpenH264 version check macro
2019-01-29 Jan Schmidtopenh264dec: Fix up EOS handling
2018-01-03 Edward Herveyopenh264dec: Remove useless check
2017-08-10 Sebastian Drögeopenh264dec: Drop current frame if passing it to the...
2017-08-10 Sebastian Drögeopenh264dec: Don't unref NULL frame on EOS decoding...
2016-07-18 Tim-Philipp Mülleropenh264: fix up for API changes in v1.6.0
2016-04-11 Tim-Philipp Mülleropenh264dec: minor clean-ups
2016-04-11 Tim-Philipp Mülleropenh264: remove unnecessary instance private structures
2016-04-11 Tim-Philipp Mülleropenh264: fix indentation
2016-03-24 Vineeth TMbad: use new gst_element_class_add_static_pad_template()
2015-07-02 Sebastian Drögeopenh264dec: Unref video frames and codec state in...
2015-07-02 Sebastian Drögeopenh264dec: Uninitializing the decoder can't fail...
2015-01-13 Zaheer Abbas MeraliRevert "Revert "openh264: fix to work with released...
2014-12-12 Tim-Philipp MüllerRevert "openh264: fix to work with released versions...
2014-12-12 Zaheer Abbas Meraliopenh264: fix to work with released versions and master...
2014-10-03 Sebastian Drögeopenh264dec: The codec can only do baseline so simplify...
2014-10-03 Sebastian Drögeopenh264dec: On ::finish() stop trying if the decoder...
2014-10-03 Sebastian Drögeopenh264: Run gst-indent over everything
2014-10-03 Sebastian Drögeopenh264: Add FIXME comment about missing API in openh264
2014-10-03 Sebastian Drögeopenh264dec: Try to handle frame reordering
2014-10-03 Sebastian Drögeopenh264dec: Don't drop videocodec frames if we can...
2014-10-03 Sebastian Drögeopenh264dec: GstVideoDecoder works on frames, not sub...
2014-10-03 Sebastian Drögeopenh264dec: As we require NAL alignment from upstream...
2014-10-03 Sebastian Drögeopenh264dec: Properly drain codec on ::finish()
2014-10-03 Sebastian Drögeopenh264dec: Add support for GstVideoMeta
2014-10-03 Sebastian Drögeopenh264dec: Optimize frame copying a bit
2014-10-03 Sebastian Drögeopenh264dec: Don't forget to unref the input state
2014-10-03 Sebastian Drögeopenh264dec: Fix various crashes on ::stop()
2014-10-03 Sebastian Drögeopenh264dec: Remove invalid sprops-parameter-set handling
2014-10-03 Sebastian Drögeopenh264dec: Fix input state handling and propagation...
2014-10-03 Sebastian Drögeopenh264: Add OpenH264 based encoder/decoder elements