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
/
libs
Age
Commit message (
Expand
)
Author
Files
Lines
2007-04-02
docs/random/ensonic/dynlink.txt: More work on proposal for new core api.
Stefan Kost
3
-7
/
+29
2007-03-29
libs/gst/base/gstadapter.c: Make take_buffer a bit quicker by removing redund...
Jan Schmidt
1
-8
/
+11
2007-03-25
libs/gst/base/gstbasesrc.c: Only push the segment events in the PLAYING state...
Wim Taymans
1
-10
/
+11
2007-03-22
libs/gst/base/gstbasesrc.c: Handle errors from the clock sync better, only UN...
Wim Taymans
1
-2
/
+14
2007-03-21
libs/gst/base/gstbasesrc.c: Clarify FIXME comment in the face of having added...
Jan Schmidt
1
-3
/
+6
2007-03-19
libs/gst/base/: Add ::unlock_stop to basesrc and basesink. This allows an opp...
Jan Schmidt
4
-7
/
+57
2007-03-19
docs/gst/gstreamer-sections.txt: Add new element field and method.
Wim Taymans
1
-11
/
+54
2007-03-14
fix misleading log statement
Thomas Vander Stichele
1
-2
/
+2
2007-03-09
Add metadata copy functions. Fixes #393099.
Wim Taymans
1
-4
/
+2
2007-03-08
libs/gst/base/gstbasetransform.*: Add support for dropping buffers with custo...
Wim Taymans
2
-5
/
+42
2007-03-01
libs/gst/base/gstbasesrc.c: Log flow-names and not numbers.
Stefan Kost
1
-2
/
+4
2007-02-28
libs/gst/base/gstbasesink.c: Don't unref query twice.
Wim Taymans
1
-1
/
+0
2007-02-28
libs/gst/base/gstbasesink.c: Improve latency query code.
Wim Taymans
1
-12
/
+26
2007-02-19
libs/gst/base/gstbasetransform.c: Implement a checkgetrange function instead ...
Wim Taymans
1
-0
/
+18
2007-02-15
More docs coverage and some ChangeLog surgery (add missing names)
Stefan Kost
3
-1
/
+11
2007-02-15
libs/gst/base/gstbasesrc.c: Answer LATENCY query.
Wim Taymans
1
-0
/
+8
2007-02-12
docs/design/draft-latency.txt: Small update.
Wim Taymans
2
-23
/
+176
2007-02-11
docs/libs/Makefile.am: Fix path to core docs.
Stefan Kost
1
-1
/
+1
2007-02-01
libs/gst/base/gstcollectpads.*: Don't put the previously added destroy notify...
Sebastian Dröge
2
-8
/
+23
2007-02-01
API: Add function to specify a destroy notification for custom
Sebastian Dröge
2
-0
/
+65
2007-01-25
API: gst_adapter_copy() that can reduce the amount of memcpy when getting dat...
David Schleef
2
-0
/
+54
2007-01-16
libs/gst/check/gstcheck.c: Actually write ABI structs to the file specified i...
Tim-Philipp Müller
1
-6
/
+17
2007-01-12
libs/gst/base/gstbasetransform.c (gst_base_transform_activate): Factor start/...
Andy Wingo
2
-84
/
+51
2007-01-12
libs/gst/base/gstbasesink.c (gst_base_sink_negotiate_pull): Don't set_caps() ...
Andy Wingo
1
-2
/
+9
2007-01-12
libs/gst/base/gstbasetransform.c (_GstBaseTransformPrivate): (gst_base_transf...
Andy Wingo
5
-20
/
+146
2007-01-12
libs/gst/check/: Add G_BEGIN_DECLS and G_END_DECLS. Move GST_CHECK_MAIN where...
Tim-Philipp Müller
2
-2
/
+8
2007-01-09
libs/gst/base/gstcollectpads.c: unref data at the end when we are done with t...
Wim Taymans
1
-3
/
+3
2007-01-06
libs/gst/base/gstbasesink.h: New GstBaseSinkClass vmethod, activate_pull(), p...
Andy Wingo
2
-20
/
+39
2007-01-05
libs/gst/base/gstbasesrc.c: Change some GST_ERROR_OBJECT that aren't really e...
Tim-Philipp Müller
1
-2
/
+2
2006-12-21
libs/gst/check/gstcheck.c: do not automatically (de)activate pads
Stefan Kost
1
-8
/
+0
2006-12-20
libs/gst/base/gstcollectpads.c: Fix two doc typos (#387866).
Sebastian Dröge
1
-2
/
+2
2006-12-16
libs/gst/base/gstcollectpads.*: Add refcounting to the collectpads data so we...
Sjoerd Simons
2
-26
/
+73
2006-12-15
libs/gst/base/gstcollectpads.c: Automatically activate/deactivate pads when t...
Wim Taymans
1
-0
/
+12
2006-12-07
libs/gst/base/gstbasesink.c: Improve debugging of events.
Wim Taymans
1
-2
/
+6
2006-11-28
libs/gst/base/: New GstDataQueue object for threadsafe queueing. Most useful ...
Edward Hervey
3
-2
/
+746
2006-11-20
libs/gst/check/gstcheck.h: Fix compilation and running against 0.9.4. Fixes #...
Sebastian Droege
1
-1
/
+12
2006-11-13
libs/gst/base/gstbasesrc.c: Store new length in segment duration so we don't ...
Jonathan Matthew
1
-1
/
+5
2006-11-10
libs/gst/base/gstadapter.c: Fix format string to use all its arguments.
Jan Schmidt
1
-2
/
+2
2006-11-09
Do some optimisation work in GstAdapter to avoid copies in more cases.
Jan Schmidt
2
-33
/
+91
2006-10-27
libs/gst/base/gstbasetransform.c: Revert previous commit, 0 sized buffers are...
Wim Taymans
1
-2
/
+1
2006-10-25
libs/gst/base/gstbasetransform.c: Don't push the buffer if it's empty.
Edward Hervey
1
-1
/
+2
2006-10-24
gst/gstevent.h: Add small comment.
Wim Taymans
1
-3
/
+3
2006-10-23
libs/gst/base/gstbasesrc.c: Make sure size is always initialized. Fixes #364388.
Sergey Scobich
1
-0
/
+2
2006-10-13
gst/gstelement.h: Clarify _NO_PREROLL a bit more.
Yves Lefebvre
1
-2
/
+11
2006-10-11
libs/gst/controller/gstcontroller.c: Fix refcounting here too, just like we d...
Tim-Philipp Müller
1
-17
/
+12
2006-10-10
libs/gst/controller/gstcontroller.c: Take ref to controlled object so that it...
René Stadler
1
-15
/
+34
2006-10-10
libs/gst/check/gstcheck.c: Activate/deactivate pads in setup/teardown respect...
Wim Taymans
1
-0
/
+9
2006-10-09
libs/gst/net/gstnetclientclock.c: Remove local debugging system and use Gstre...
Zaheer Abbas Merali
1
-15
/
+10
2006-10-09
common/m4/gst-error.m4: Disable warning of statement not reached on Forte.
Josep Torre Valles
2
-3
/
+3
2006-10-05
Fix a compilation issue with Forte on Solaris. inet_aton is in libresolv.
Josep Torre Valles
1
-1
/
+1
[next]