summaryrefslogtreecommitdiff
path: root/gst/gstsegment.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-24Move files from gstreamer into the "subprojects/gstreamer/" subdirThibault Saunier1-1254/+0
2020-03-26gstsegment: Refuse instant-rate seeks in gst_segment_do_seek()Jan Schmidt1-0/+5
2019-04-24gstsegment: Add GST_SEEK_FLAG_TRICKMODE_FORWARD_PREDICTEDMathieu Duponchelle1-0/+2
2018-10-29segment: Allow stop == -1 in gst_segment_to_running_time() and rate < 0Jan Schmidt1-0/+3
2018-08-28gstsegment: Handle positions before the segment properlyJan Schmidt1-10/+23
2018-05-01Fix typos in comments and docsluz.paz1-2/+2
2018-02-18gst: fix some GIR annotationsMark Nauwelaerts1-1/+1
2017-12-26segment: add a FIXME-2.0 for the format parametersStefan Sauer1-0/+6
2017-10-20Revert "segment: also intialize the duration"Stefan Sauer1-6/+0
2017-10-20segment: also intialize the durationStefan Sauer1-0/+6
2017-07-28segment: Add missing out annotations for various parametersSebastian Dröge1-5/+5
2017-05-15gst: add GST_DEPRECATED_FOR() and also export deprecated symbolsTim-Philipp Müller1-4/+0
2017-01-31segment: Modifiy inside segment conditionSeungha Yang1-2/+5
2017-01-27Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier1-4/+4
2015-10-26segment: Return -1 if gst_segment_to_stream_time_full() considers the positio...Sebastian Dröge1-1/+1
2015-10-23segment: Remove leftover debug g_print()Sebastian Dröge1-6/+1
2015-10-23segment: Add _full variants of all stream/running_time from/to segment positi...Vivia Nikolaidou1-102/+358
2015-10-20segment: Correct stream_time calc for negative applied rateVivia Nikolaidou1-24/+33
2015-09-26segment: Replaced gst_segment_to_position with gst_segment_position_from_runn...Vivia Nikolaidou1-5/+36
2015-09-25segment: gst_segment_to_stream_time: Renamed 'result' to 'stream_time'Vivia Nikolaidou1-8/+8
2015-09-25segment: Added gst_segment_position_from_stream_time()Vivia Nikolaidou1-0/+63
2015-04-03segment: add gst_segment_is_equalVincent Penquerc'h1-0/+40
2015-03-20segment: remove the bounds check from _to_running_time_full()Wim Taymans1-60/+43
2015-03-19segment: add option to disable clippingWim Taymans1-17/+27
2015-03-18segment: add helper to get negative running-timeWim Taymans1-48/+123
2015-03-18segment: fix offset handling with non 0 startWim Taymans1-1/+1
2015-01-27segment: Add new skip flags for clarifying trick mode playback.Jan Schmidt1-2/+6
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson1-6/+6
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2014-01-15segment: gst_segment_offset_running_time() will be available in 1.2.3Sebastian Dröge1-1/+1
2014-01-08segment: take offset into account in _to_position()Wim Taymans1-2/+2
2014-01-08segment: add method to offset the segment running-timeWim Taymans1-1/+48
2013-12-07docs: Fix typos in function/object descriptionsSebastian Rasmussen1-1/+1
2013-11-02segment: resurrect sanitizing start and stop for seekingMark Nauwelaerts1-3/+3
2013-04-04segment: don't WARN, just DEBUGWim Taymans1-6/+6
2013-04-04segment: Fix seeking when position is slightly outside the segmentNicolas Dufresne1-0/+3
2013-02-27seeking: add more logging for seekingStefan Sauer1-6/+24
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-08-31GstSegment: Fix doc description string last_stop->positionJan Schmidt1-1/+1
2012-07-27segment: add offset fieldWim Taymans1-4/+27
2012-07-27Update for new seeking variable nameWim Taymans1-1/+1
2012-07-27segment: small cleanupWim Taymans1-22/+21
2012-07-27segment: remove redundant checksWim Taymans1-35/+14
2012-07-18basesink: handle -1 step amountsWim Taymans1-2/+1
2012-07-11segment: remove removed api from the docs.Stefan Sauer1-5/+4
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-6/+0
2012-07-09segment: also copy the segment flagStefan Sauer1-0/+2
2012-07-04segment: make sure we don't have unmapped seek flags littering out segment flagsTim-Philipp Müller1-1/+6
2012-03-29docs: update more documentationWim Taymans1-10/+17
2012-02-20segment: don't use duration in clippingWim Taymans1-3/+0