summaryrefslogtreecommitdiff
path: root/gst/gstsegment.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-28Use macros to register boxed types thread safelyOlivier Crête1-12/+2
2011-12-04gstsegment: Initialize with proper typeEdward Hervey1-1/+1
2011-10-28segment: remove GST_SEEK_TYPE_CURWim Taymans1-20/+0
2011-08-26Merge branch 'master' into 0.11Wim Taymans1-1/+1
2011-08-26segment: use GST_SEEK_FLAG_NONE instead of 0Josep Torra1-1/+1
2011-06-22segment: cast to right typeKoop Mast1-1/+1
2011-05-31gstsegment: Remove dead assignmentEdward Hervey1-1/+0
2011-05-17segment: handle wraparound betterWim Taymans1-8/+14
2011-05-16Rework GstSegment handlingWim Taymans1-271/+109
2011-05-09segment: remove _full versionWim Taymans1-24/+1
2011-05-09segment: remove abs_rate from segment structureWim Taymans1-9/+12
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller1-6/+10
2010-12-02segment: move g_return_if_fail to where it is neededWim Taymans1-4/+4
2009-08-11gstsegment: Actually start==stop==segment_start is inside the segmentSebastian Dröge1-2/+5
2009-08-11gstsegment: Clipping should detect start=stop<segment_start as outside the se...Sebastian Dröge1-1/+1
2009-06-14segment: fix include order to get config.h before _mingw.hРуслан Ижбулатов1-2/+1
2009-06-09segment: make conversion more preciseWim Taymans1-1/+3
2009-06-04segment: add gst_segment_set_running_timeWim Taymans1-1/+57
2009-06-03segment: add method for converting to positionWim Taymans1-9/+79
2009-04-03Use g_slice_copy instead of g_slice_dup.Mark Nauwelaerts1-1/+1
2009-03-26segment: Use g_slice_dup() nowSebastian Dröge1-4/+1
2008-10-23gst/gstsegment.c: Set the last_stop to a more meaningful position when config...Wim Taymans1-4/+16