summaryrefslogtreecommitdiff
path: root/gst-libs/gst/video/gstvideodecoder.h
AgeCommit message (Expand)AuthorFilesLines
2014-12-11videodecoder: Add GST_VIDEO_DECODER_CAST macroJan Schmidt1-0/+1
2014-09-23videodecoder: Reset last_timestamp_out on new segmentJan Schmidt1-1/+2
2014-03-02docs: Fix argument and annotation typosSebastian Rasmussen1-1/+1
2014-01-18videodecoder: Add API to get the currently pending frame size for parsingSebastian Dröge1-0/+1
2013-12-09videodecoder: Add sink_query() src_query() virtualNicolas Dufresne1-1/+18
2013-12-05videodecoder: Add API to allow subclasses to specify that they needs caps bef...Sebastian Dröge1-0/+5
2013-12-01videodecoder: make _release_frame external APIMark Nauwelaerts1-0/+3
2013-08-16video: make direct includes work againTim-Philipp Müller1-1/+0
2013-08-15video{en,de}coder: Add new flush vfunc as a replacement for resetSebastian Dröge1-1/+6
2013-08-15video{en,de}coder: Revert to old ::reset() behaviour and deprecate itSebastian Dröge1-0/+1
2013-07-25audio/videodecoder: Rename variable in macro from dec to __decSebastian Dröge1-2/+2
2012-11-20videodecoder: Return the proportion directlySebastian Dröge1-2/+1
2012-11-20videodecoder: Rename from get_qos_info() to get_qos_proportion()Sebastian Dröge1-3/+2
2012-11-19videodecoder: add getter for QoS proportion and earliest_timeAndoni Morales Alastruey1-0/+4
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-08audio/video: update documentation for vfunc's that require chaining upAndoni Morales Alastruey1-0/+10
2012-10-08video: small docs fixWim Taymans1-1/+1
2012-09-10video: add some paddingMark Nauwelaerts1-2/+1
2012-08-16video: Add methods to return a list of all pending GstVideoCodecFramesSebastian Dröge1-2/+4
2012-08-14videodecoder: getters for pool and allocatorVíctor Manuel Jáquez Leal1-0/+4
2012-08-09videodecoder: Add API to conveniently handle tagsSebastian Dröge1-0/+4
2012-08-09videodecoder: Add negotiate vfunc that is used to negotiate with downstreamSebastian Dröge1-0/+4
2012-07-23video: Rename alloc_output_buffer() to allocate_output_buffer()Sebastian Dröge1-3/+3
2012-07-18videodecoder: Expose _negotiate functionEdward Hervey1-0/+2
2012-07-13libs: Remove "Since" markers and minor doc fixupsEdward Hervey1-26/+0
2012-06-15videodecoder: Add GstVideoDecoder::propose_allocation() vfuncSebastian Dröge1-0/+3
2012-04-25videodecoder: Change configure_buffer_pool() vfunc to decide_allocation() wit...Sebastian Dröge1-6/+6
2012-04-24videodecoder: Add support for subclasses to configure the buffer poolSebastian Dröge1-1/+7
2012-04-24videodecoder: Add minimal support for buffer poolsSebastian Dröge1-2/+0
2012-04-24videodecoder: Require to chain up to the parent classes event functionsSebastian Dröge1-9/+0
2012-04-24video: Initial port of video base classes and related things to 0.11Sebastian Dröge1-3/+6
2012-04-24video: Base classes for video decoders and encodersEdward Hervey1-0/+369