docs/design/part-seeking.txt: Some small update.
[platform/upstream/gstreamer.git] / gst / gstsegment.c
2007-02-13 Wim Taymansdocs/design/part-seeking.txt: Some small update.
2006-12-19 Edward Herveygst/gstsegment.c: Fine tune the cases where the segment...
2006-11-20 Wim Taymansgst/gstsegment.c: Fix boundary checking in to_running_t...
2006-10-18 Wim Taymansgst/gstsegment.c: Relax arg checking again, -1 is allowed.
2006-10-18 Wim Taymansgst/gstsegment.c: _set_last_stop() must be with a value...
2006-10-13 Wim Taymansgst/gstsegment.c: When seeking to stop -1, set last_sto...
2006-10-09 Wim Taymansgst/gstevent.c: Rename some more @cur to @start to...
2006-10-09 Wim Taymansdocs/design/part-qos.txt: Fix typo.
2006-09-15 Wim Taymansgst/: Small cleanups in docs and code.
2006-06-12 Wim Taymansgst/gstsegment.c: Use G_UNLIKELY to help the compiler...
2006-06-05 Edward Herveygst/gstsegment.c: _copy() was always returning NULL...
2006-05-08 Wim Taymansdocs/design/part-overview.txt: Make upsteam/downstream...
2006-04-10 Wim Taymansgst/gstsegment.c: Added some more docs.
2006-03-14 Wim Taymansgst/gstsegment.c: Return correct return type in case...
2006-03-13 Wim TaymansDocumentation updates.
2006-02-28 Wim Taymansgst/gstbin.c: Help the compiler a bit with type registr...
2006-02-02 Wim Taymansgst/gstsegment.c: No reason to refuse to clip when...
2006-01-12 Sébastien Mouttelibs/gst/base/gstbasesink.c: *cur = (now - base) *...
2005-12-12 Wim Taymansgst/gstsegment.c: Added more documentation.
2005-11-29 Edward Herveygst/base/gstbasesink.c: Properly handle non GST_FORMAT_...
2005-11-21 Wim Taymansgst/gstsegment.*: Make binding friendly.
2005-11-21 Wim TaymansMore segment updates, replace code in plugins with...
2005-11-21 Andy Wingogst/gstsegment.c (gst_segment_init): Initialize abs_rate.
2005-11-21 Wim TaymansMore segment updates and more checks.
2005-11-20 Wim TaymansAdded segment helper structure and methods. Not fully...