videodecoder: Add properties to automatically request sync points and vfunc to allow...
[platform/upstream/gstreamer.git] / gst-libs / gst / video / gstvideodecoder.h
2021-09-20 Sebastian Drögevideodecoder: Add properties to automatically request...
2021-07-08 Stéphane Cerveauvideodecoder: add API to receive subframes
2020-11-09 Guillaume Desmottesvideo: fix doc warning
2020-09-10 Sebastian Drögevideodecoder: Add API for subclasses to request a new...
2020-09-10 Sebastian Drögevideodecoder: Add API for subclasses to signal that...
2019-06-05 Niels De GraefUse G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally
2019-04-23 Sebastian Drögelibs: Fix various Since markers
2018-12-28 Tim-Philipp MüllerMove GstVideoAggregator, compositor and OpenGL mixers...
2018-08-29 Zeeshan Alivideo: Add gst_video_decoder_set_interlaced_output_state()
2018-03-13 Tim-Philipp Müllervideo: GST_EXPORT -> GST_VIDEO_API
2018-02-13 Tim-Philipp Mülleraudioaggregator, audiomixer, audiointerleave: move...
2018-02-07 Sebastian Drögevideo: Change struct padding from void* to gpointer
2017-12-19 Tim-Philipp MüllerMove OpenGL library and plugin from -bad
2017-05-16 Tim-Philipp Müllervideo: mark symbols explicitly for export with GST_EXPORT
2017-02-25 Sebastian DrögeMerge branch 'rawparse-moved-plugin'
2016-11-04 Julien Isorcevideo: add gst_video_decoder_allocate_output_frame_with...
2016-05-10 Sebastian Drögevideodecoder/encoder: Correct GST_IS_*CODER_CLASS macros
2016-02-25 Tim-Philipp MüllerMerge branch 'plugin-move-opus'
2015-12-14 Xavier Claessensbase: Add g_autoptr() support to all types
2015-08-15 Thiago SantosRevert "videodecoder: expose default query handling...
2015-08-15 Thiago Santosvideodecoder: add option to use default pad accept...
2015-08-14 Thiago Santosvideodecoder: expose default query handling function
2015-06-30 Sebastian Drögevideodecoder: Add transform_meta() vfunc with default...
2015-02-23 Jan Schmidtvideodecoder: Add drain() vfunc
2014-12-17 Thiago Santosvideodecoder: expose getcaps virtual function
2014-12-10 Jan Schmidtvideodecoder: Add GST_VIDEO_DECODER_CAST macro
2014-08-14 Jan Schmidtvideodecoder: Reset last_timestamp_out on new segment
2014-03-02 Sebastian Rasmussendocs: Fix argument and annotation typos
2014-01-18 Sebastian Drögevideodecoder: Add API to get the currently pending...
2013-12-09 Nicolas Dufresnevideodecoder: Add sink_query() src_query() virtual
2013-12-05 Sebastian Drögevideodecoder: Add API to allow subclasses to specify...
2013-12-01 Mark Nauwelaertsvideodecoder: make _release_frame external API
2013-08-16 Tim-Philipp Müllervideo: make direct includes work again
2013-08-15 Sebastian Drögevideo{en,de}coder: Add new flush vfunc as a replacement...
2013-08-15 Sebastian Drögevideo{en,de}coder: Revert to old ::reset() behaviour...
2013-07-25 Sebastian Drögeaudio/videodecoder: Rename variable in macro from dec...
2012-11-20 Sebastian Drögevideodecoder: Return the proportion directly
2012-11-20 Sebastian Drögevideodecoder: Rename from get_qos_info() to get_qos_pro...
2012-11-19 Andoni Morales Ala... videodecoder: add getter for QoS proportion and earlies...
2012-11-03 Tim-Philipp MüllerFix FSF address
2012-10-08 Andoni Morales Ala... audio/video: update documentation for vfunc's that...
2012-10-08 Wim Taymansvideo: small docs fix
2012-09-10 Mark Nauwelaertsvideo: add some padding
2012-08-16 Sebastian Drögevideo: Add methods to return a list of all pending...
2012-08-14 Víctor Manuel Jáqu... videodecoder: getters for pool and allocator
2012-08-09 Sebastian Drögevideodecoder: Add API to conveniently handle tags
2012-08-09 Sebastian Drögevideodecoder: Add negotiate vfunc that is used to negot...
2012-07-23 Sebastian Drögevideo: Rename alloc_output_buffer() to allocate_output_...
2012-07-18 Edward Herveyvideodecoder: Expose _negotiate function
2012-07-13 Edward Herveylibs: Remove "Since" markers and minor doc fixups
2012-06-15 Sebastian Drögevideodecoder: Add GstVideoDecoder::propose_allocation...
2012-04-25 Sebastian Drögevideodecoder: Change configure_buffer_pool() vfunc...
2012-04-24 Sebastian Drögevideodecoder: Add support for subclasses to configure...
2012-04-24 Sebastian Drögevideodecoder: Add minimal support for buffer pools
2012-04-24 Sebastian Drögevideodecoder: Require to chain up to the parent classes...
2012-04-24 Sebastian Drögevideo: Initial port of video base classes and related...
2012-04-24 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-04-24 Edward Herveyvideo: Base classes for video decoders and encoders