aggregator: Assert if the sink/src pad type that is to be used is not a GstAggregator...
[platform/upstream/gstreamer.git] / libs / gst / base / gstbaseparse.c
2019-03-20 Matthew Watersbaseparse: don't reset the disable-passthrough property...
2018-11-28 KimTaeSoobaseparse: Use buffer from short reads instead of pulli...
2018-08-31 Philippe Normandbaseparse: avg_bitrate calculation critical warning fix
2018-06-24 Tim-Philipp MüllerUpdate for g_type_class_add_private() deprecation in...
2018-06-05 Edward Herveybaseparse: Ensure seqnum consistency
2018-05-30 Edward Herveybaseparse: Documentation improvements
2018-04-13 Mark Nauwelaertsbase: fix some GIR annotations
2018-02-22 Nicolas Dufresnebaseparse: Fix integer overflow in bitrate calculation
2018-02-22 Nicolas Dufresnebaseparse: Avoid overflow in update_interval calculation
2018-02-22 Nicolas Dufresnebaseparse: Fix check for update_interval
2017-12-02 Tim-Philipp MüllerMove GstAggregator from -bad to core
2017-08-25 Tim-Philipp Müllerbaseparse: fix taglist update spam
2017-06-22 Nicolas Dufresnebaseparse: sinkcaps can be NULL in default caps negotiation
2017-06-20 Sebastian Drögebase: Export boxed type copy/free functions for the...
2017-03-22 Jan Schmidtbaseparse: Don't forget error returns when processing...
2017-01-27 Thibault SaunierPort gtk-doc comments to their equivalent markdown...
2017-01-26 Julien Isorcebaseparse: correctly handle non-flush seek
2016-12-28 Mark Nauwelaertsbaseparse: also unset DISCONT on buffers in reverse...
2016-11-28 Tim-Philipp MüllerMove dataurisrc element from -bad
2016-11-15 Jan Schmidtbaseparse: Fix previous commit
2016-11-15 Jan Schmidtbaseparse: Restrict query/convert responses when demuxing
2016-11-10 Tim-Philipp Müllerbaseparse: add since marker for new API to docs and...
2016-11-10 Vincent Penquerc'hbaseparse: expose gst_base_parse_drain
2016-11-02 Sebastian DrögeRevert "baseparse: fix draining with less data than...
2016-11-01 Tim-Philipp Müllerbaseparse: fix draining with less data than min frame...
2016-08-27 Thibault SaunierMake use of the new GST_ELEMENT_FLOW_ERROR API all...
2016-07-05 Jan Alexander Stef... baseparse: Don't add calculated bitrates until threshold
2016-07-04 Sebastian Drögebaseparse: Make sure to not create an invalid event...
2016-06-07 Edward Herveybaseparse: Make sure DISCONT flags are properly propagated
2016-04-20 Sebastian Drögebaseparse: Remember if we interpolated DTS from PTS...
2016-04-15 Sebastian Drögebaseparse: When initializing DTS from PTS, remember...
2016-03-14 Sebastian Drögebaseparse: Recheck after pre_push_frame() if there...
2016-02-04 Tim-Philipp Müllerbaseparse: fix stray discont flag set on outgoing buffe...
2016-01-29 HoonHee Leebaseparse: Try to generate caps on the srcpad before...
2015-12-08 Athanasios Oikonomoubaseparse: post tag list when avg bitrate changes at...
2015-11-19 Thiago SantosRevert "baseparse: do not overwrite header buffer times...
2015-11-19 Thiago SantosRevert "baseparse: simplify code a bit"
2015-11-16 Thiago Santosbaseparse: simplify code a bit
2015-11-14 Thiago Santosbaseparse: do not overwrite header buffer timestamps
2015-10-12 Edward Herveybaseparse: Update internal position even if not linked
2015-08-18 Tim-Philipp Müllerbaseparse: avoid tag list spam if upstream provides...
2015-08-16 Tim-Philipp Müllerbaseparse: fix tag handling
2015-08-16 Tim-Philipp Müllerbaseparse: add API for subclass to set tags
2015-08-16 Tim-Philipp Müllerbaseparse: save upstream stream tags
2015-08-15 Tim-Philipp Müllerbaseparse: minor code simplification
2015-07-17 Nicolas Dufresnebaseparse: Don't override gst_segment_do_seek()
2015-07-17 Nicolas Dufresnebaseparse: Fix extrapolation of seeksegment.stop
2015-07-10 Vineeth TMbaseparse: estimate duration on EOS
2015-07-08 Arnaud Vracbaseparse: put buffer in a correct state after gst_adap...
2015-07-06 Vineeth TMbaseparse: reverse playback in pull mode
2015-06-30 Sebastian Drögebaseparse: Use new gst_adapter_get_buffer() API instead...
2015-04-28 Ilya Konstantinovbaseparse: fix GST_BASE_PARSE_FLAG_LOST_SYNC
2015-04-28 Thiago Santosbaseparse: respect DISCONT flag on buffers
2015-04-07 Sebastian Drögebaseparse: Forward SEGMENT_DONE events immediately
2015-03-26 Thiago Santosbaseparse: only post 'no valid frames' error if buffers...
2015-03-17 Olivier Crêtebaseparse: remove duplicate code
2015-03-16 Vincent Penquerc'hbaseparse: reset skip on segments and discontinuities
2015-02-26 Edward Herveybaseparse: Don't emit errors on EOS if we saw GAP events
2015-02-23 Mark Nauwelaertsbaseparse: drain segment upon SEGMENT_DONE to ensure...
2015-02-23 Mark Nauwelaertsbaseparse: clean up some bogus commented code
2015-02-11 Sebastian DrögeImprove and fix LATENCY query handling
2014-12-18 Vincent Penquerc'hbaseparse: jump over large skips in pull mode
2014-11-28 Thiago Santosbaseparse: update the duration variable before emitting...
2014-11-12 Vincent Penquerc'hbaseparse: allow skipping more data than we currently...
2014-10-03 Matej Knoppbaseparse: don't leak caps in gst_base_parse_process_st...
2014-10-03 Tim-Philipp MüllerRevert "baseparse: don't leak caps in gst_base_parse_pr...
2014-10-02 Matej Knoppbaseparse: don't leak caps in gst_base_parse_process_st...
2014-08-27 Thiago Santosbaseparse: handle streamheaders by prepending them...
2014-07-17 Thibault Saunierbaseparse: Return FLOW_FLUSHING when pushing a frame...
2014-06-25 Thiago Santosbaseparse: avoid returning _OK for _NOT_LINKED
2014-06-06 Evan Nemersonbase: use correct syntax in documentation more consistently
2014-06-06 zhoumingbaseparse: Pass rate of input segment to output segment
2014-04-09 Jose Antonio Santo... baseparse: Fix memory leak
2014-04-05 Edward Herveybaseparse: Remove always-true-checks
2014-04-03 Sebastian Drögebaseparse: Make sure to set the DISCONT flag on the...
2014-03-29 Sebastian Drögebaseparse: Fix splitting and reversing of GOPs in rever...
2014-01-13 Thiago Santosbaseparse: do not accumulate buffers on passthrough...
2014-01-08 Thiago Santosbaseparse: do not ignore TIME segments
2014-01-02 Thiago Santosbaseparse: remove pending_segment as it was being misused
2014-01-02 Thiago Santosbaseparse: push pending events before GAP event
2014-01-02 Thiago Santosbaseparse: refactor pending events pushing
2013-12-07 Sebastian Rasmussendocs: Fix typos in function/object descriptions
2013-12-07 Sebastian RasmussenFix some typos in code comments and debug messages
2013-11-16 Mark Nauwelaertsbaseparse: ensure to preserve upstream timestamps
2013-11-02 Mark Nauwelaertsbaseparse: try first frame pts and dts for a valid...
2013-11-02 Mark Nauwelaertsbaseparse: print proper variable in debug statement
2013-08-13 Edward Herveybaseparse: Add a property to disable passthrough
2013-07-29 Sebastian Drögebase: Fix handling of SEGMENT query
2013-07-29 Sebastian Drögebaseparse: Implement SEGMENT query
2013-07-25 Thiago Santosbaseparse: fix seqnum handling for seeks
2013-07-22 Sebastian Drögebase: Use new group-id field in stream-start event...
2013-07-03 Wim Taymansbaseparse: reset PTS after seek
2013-04-23 Sebastian Drögebaseparse: Only infer TS if PTS interpolation is enabled
2013-03-27 Mark Nauwelaertsbaseparse: reset next_pts upon SEGMENT event
2013-03-27 Mark Nauwelaertsbaseparse: more inter-timestamp tracking
2013-02-12 David Schleefbaseparse: Fix doc typo
2013-02-12 David Schleefbaseparse: add gst_base_parse_set_ts_at_offset()
2013-02-09 Mark Nauwelaertsbaseparse: improve PTS interpolating
2013-01-14 Tim-Philipp Müllerdocs: minor GstBaseParse docs fixes
2013-01-13 Tim-Philipp Müllerbaseparse: add vfuncs to intercept queries
next