index
:
~wtay/gstreamer
0.10
0.10.36
0.11
0.11-bufferlist-remove
0.11-data
0.11-fd0
0.11-fdo
1.0
1.2
1.4
adapter-list
arrayqueue
buffer-recycle
bufferfile
buffermeta
buffermeta2
bufferpool
bufferpool-0.11
bufferpool-scratch
d2see
device-monitor-obsoleted
events2
f20
f21
framestep
gst-state-error-unlock
intlinks-query
less-task-lock
lockfree-bus
lockfree-bus2
lockfree-clocks
lockfree-data
lockfree-poll
lockfree-queue
master
memory-improvements
memory-improvements2
memory-improvements3
memory-lock
merge-mode-functions
miniobject-lock
miniobject-notify
miniobject-qdata
miniobject2
mixed-caps
multiqueue
multiqueue-new
netmeta-check
optimize
pad-cache
pad-state
performance-push
progress
push-cache
qnx-0.10.25
qnx-multiqueue
qos-throttle
queue-batch
queue-batch2
queue-batch3
queue-segment
queue2_ring_buffer
rawhide
release
release-pool
remove-caps
remove-handoff
remove-setcaps
rename-events
reset-time
rework-pad-block
rework-pad-block2
rhel-7.0
rhel-7.2
rhel-8.2.0
sa
segment-rework
segment-serialize
sink-states
state-manager
tp-vision
trans-meta
transform
wim-fd/lockfree-queue
wim_q2_rb
wip-basesink-event
work
work2
working
GStreamer random hacking
wtay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
gstsegment.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-03
segment: add gst_segment_is_equal
Vincent Penquerc'h
1
-0
/
+40
2015-03-20
segment: remove the bounds check from _to_running_time_full()
Wim Taymans
1
-60
/
+43
2015-03-19
segment: add option to disable clipping
Wim Taymans
1
-17
/
+27
2015-03-18
segment: add helper to get negative running-time
Wim Taymans
1
-48
/
+123
2015-03-18
segment: fix offset handling with non 0 start
Wim Taymans
1
-1
/
+1
2015-01-27
segment: Add new skip flags for clarifying trick mode playback.
Jan Schmidt
1
-2
/
+6
2014-05-30
docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSE
Evan Nemerson
1
-6
/
+6
2014-04-26
docs: remove outdated and pointless 'Last reviewed' lines from docs
Tim-Philipp Müller
1
-2
/
+0
2014-01-15
segment: gst_segment_offset_running_time() will be available in 1.2.3
Sebastian Dröge
1
-1
/
+1
2014-01-08
segment: take offset into account in _to_position()
Wim Taymans
1
-2
/
+2
2014-01-08
segment: add method to offset the segment running-time
Wim Taymans
1
-1
/
+48
2013-12-07
docs: Fix typos in function/object descriptions
Sebastian Rasmussen
1
-1
/
+1
2013-11-02
segment: resurrect sanitizing start and stop for seeking
Mark Nauwelaerts
1
-3
/
+3
2013-04-04
segment: don't WARN, just DEBUG
Wim Taymans
1
-6
/
+6
2013-04-04
segment: Fix seeking when position is slightly outside the segment
Nicolas Dufresne
1
-0
/
+3
2013-02-27
seeking: add more logging for seeking
Stefan Sauer
1
-6
/
+24
2012-11-03
Fix FSF address
Tim-Philipp Müller
1
-2
/
+2
2012-08-31
GstSegment: Fix doc description string last_stop->position
Jan Schmidt
1
-1
/
+1
2012-07-27
segment: add offset field
Wim Taymans
1
-4
/
+27
2012-07-27
Update for new seeking variable name
Wim Taymans
1
-1
/
+1
2012-07-27
segment: small cleanup
Wim Taymans
1
-22
/
+21
2012-07-27
segment: remove redundant checks
Wim Taymans
1
-35
/
+14
2012-07-18
basesink: handle -1 step amounts
Wim Taymans
1
-2
/
+1
2012-07-11
segment: remove removed api from the docs.
Stefan Sauer
1
-5
/
+4
2012-07-10
Remove 0.10-related documentation and "Since" markers
Edward Hervey
1
-6
/
+0
2012-07-09
segment: also copy the segment flag
Stefan Sauer
1
-0
/
+2
2012-07-04
segment: make sure we don't have unmapped seek flags littering out segment flags
Tim-Philipp Müller
1
-1
/
+6
2012-03-29
docs: update more documentation
Wim Taymans
1
-10
/
+17
2012-02-20
segment: don't use duration in clipping
Wim Taymans
1
-3
/
+0
2012-01-28
Use macros to register boxed types thread safely
Olivier Crête
1
-12
/
+2
2011-12-04
gstsegment: Initialize with proper type
Edward Hervey
1
-1
/
+1
2011-10-28
segment: remove GST_SEEK_TYPE_CUR
Wim Taymans
1
-20
/
+0
2011-08-26
Merge branch 'master' into 0.11
Wim Taymans
1
-1
/
+1
2011-08-26
segment: use GST_SEEK_FLAG_NONE instead of 0
Josep Torra
1
-1
/
+1
2011-06-22
segment: cast to right type
Koop Mast
1
-1
/
+1
2011-05-31
gstsegment: Remove dead assignment
Edward Hervey
1
-1
/
+0
2011-05-17
segment: handle wraparound better
Wim Taymans
1
-8
/
+14
2011-05-16
Rework GstSegment handling
segment-rework
Wim Taymans
1
-271
/
+109
2011-05-09
segment: remove _full version
Wim Taymans
1
-24
/
+1
2011-05-09
segment: remove abs_rate from segment structure
Wim Taymans
1
-9
/
+12
2010-12-07
docs: gst: more gobject introspection annotations
Tim-Philipp Müller
1
-6
/
+10
2010-12-02
segment: move g_return_if_fail to where it is needed
Wim Taymans
1
-4
/
+4
2009-08-11
gstsegment: Actually start==stop==segment_start is inside the segment
Sebastian Dröge
1
-2
/
+5
2009-08-11
gstsegment: Clipping should detect start=stop<segment_start as outside the se...
Sebastian Dröge
1
-1
/
+1
2009-06-14
segment: fix include order to get config.h before _mingw.h
Руслан Ижбулатов
1
-2
/
+1
2009-06-09
segment: make conversion more precise
Wim Taymans
1
-1
/
+3
2009-06-04
segment: add gst_segment_set_running_time
Wim Taymans
1
-1
/
+57
2009-06-03
segment: add method for converting to position
Wim Taymans
1
-9
/
+79
2009-04-03
Use g_slice_copy instead of g_slice_dup.
Mark Nauwelaerts
1
-1
/
+1
2009-03-26
segment: Use g_slice_dup() now
Sebastian Dröge
1
-4
/
+1
[next]