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
/
gst
/
check
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-05
check: add macro to check for memory refcount
Wim Taymans
1
-0
/
+8
2012-01-02
registry: rename gst_registry_get_default() to gst_registry_get()
Tim-Philipp Müller
1
-1
/
+1
2011-12-08
Merge remote-tracking branch 'origin/master' into 0.11
Tim-Philipp Müller
1
-2
/
+4
2011-12-04
check: allow non-joinable threads in private g_thread_create() copy
Tim-Philipp Müller
1
-2
/
+4
2011-12-04
Merge remote-tracking branch 'origin/master' into 0.11
Tim-Philipp Müller
1
-0
/
+73
2011-12-04
Work around deprecated thread API in glib master
Tim-Philipp Müller
1
-0
/
+62
2011-12-03
g_thread_create() is deprecated in GLib master, use g_thread_try_new() instead
Tim-Philipp Müller
1
-0
/
+11
2011-11-24
check: drop caps argument from gst_check_setup_{src,sink}_pad
René Stadler
2
-24
/
+6
2011-11-17
pad: add parent to other functions
Wim Taymans
2
-3
/
+3
2011-11-11
.h: fix header files
Wim Taymans
2
-142
/
+142
2011-11-10
introspection: Add --warn-all to introspection scanner
Edward Hervey
1
-0
/
+1
2011-11-08
pad: Add GstPadProbeInfo
Wim Taymans
2
-6
/
+9
2011-11-07
pad: rework pad probes
Wim Taymans
1
-1
/
+1
2011-11-01
pad: rename GstProbeType and GstProbeReturn to GstPadProbe{Type,Return}
Tim-Philipp Müller
2
-4
/
+4
2011-10-28
check: also debug the DTS
Wim Taymans
1
-2
/
+4
2011-10-17
gstcheck: Make ASSERT_MINI_OBJECT_REFCOUNT more useful
Edward Hervey
1
-3
/
+3
2011-10-17
gstcheck: Make _check_buffer_data a bit more verbose
Edward Hervey
1
-0
/
+8
2011-08-10
Fix and clarify debug statements
Josep Torra
1
-2
/
+2
2011-07-05
gst: make compiler warn about unstable API if GST_USE_UNSTABLE_API is not def...
Tim-Philipp Müller
1
-0
/
+1
2011-06-07
caps: use the caps event
Wim Taymans
1
-2
/
+4
2011-06-01
pad: implement pad block with probes
Wim Taymans
2
-7
/
+9
2011-06-01
utils: remove _full variants of probes
Wim Taymans
2
-2
/
+3
2011-05-24
Merge branch 'master' into 0.11
Wim Taymans
1
-0
/
+28
2011-05-24
check: add fail_unless_equals_int64
Debarshi Ray
1
-0
/
+28
2011-05-16
Rework GstSegment handling
segment-rework
Wim Taymans
1
-8
/
+8
2011-05-10
event: Hide the GstStructure
Wim Taymans
1
-1
/
+2
2011-05-08
base: avoid using buffer caps
Wim Taymans
1
-4
/
+16
2011-05-06
check: let the normal code unset caps
Wim Taymans
1
-3
/
+0
2011-05-05
Revert "context: use context on buffers instead of caps"
Wim Taymans
1
-15
/
+17
2011-05-04
context: use context on buffers instead of caps
remove-caps
Wim Taymans
1
-17
/
+15
2011-04-16
Merge branch 'master' into 0.11
Sebastian Dröge
1
-2
/
+4
2011-04-16
libs: gobject-introspection scanner doesn't need to scan or update plugin info
Tim-Philipp Müller
1
-0
/
+1
2011-04-16
libs: make sure gobject-introspection scanner calls gst_init()
Tim-Philipp Müller
1
-0
/
+1
2011-03-28
buffer: more fixes
Wim Taymans
3
-0
/
+22
2011-03-28
memory: port code to new buffer data API
Wim Taymans
1
-8
/
+17
2011-02-22
Merge branch 'master' into 0.11
Wim Taymans
3
-2
/
+10
2011-01-25
checks: add a comment to indicate that we intentionally leave out the 'break'
Stefan Kost
1
-0
/
+1
2011-01-24
check: don't leak xml file name if GST_CHECK_XML is set
Tim-Philipp Müller
1
-2
/
+5
2011-01-18
gobject-introspection: try harder to make g-ir-scanner use the right libgstre...
Tim-Philipp Müller
1
-0
/
+1
2011-01-11
gobject-introspection: make g-ir-scanner try harder to find the right libgstr...
Tim-Philipp Müller
1
-0
/
+1
2010-12-11
libs: Fix GIR build for srcdir != builddir
Edward Hervey
1
-0
/
+2
2010-12-07
Merge branch 'master' into 0.11
Wim Taymans
1
-0
/
+1
2010-12-07
libs: Add -I$(top_srcdir)/libs to g-ir-scanner commands
Edward Hervey
1
-0
/
+1
2010-12-06
more 0.10 -> 0.11
Wim Taymans
1
-4
/
+4
2010-12-05
gstcheck: Don't check pad refcount too early
Edward Hervey
1
-1
/
+4
2010-11-21
introspection: Include exported packages information in GIRs
Evan Nemerson
1
-0
/
+1
2010-09-01
build: use new AG_GST_PKG_CONFIG_PATH m4 macro from common
Tim-Philipp Müller
1
-1
/
+1
2010-08-30
check: Use g_strcmp0 instead of strcmp
Edward Hervey
1
-1
/
+1
2010-08-05
check: don't use c++ keywords as variable names
Stefan Kost
2
-12
/
+12
2010-07-16
gstcheck: fix some silly list iteration code
Tim-Philipp Müller
1
-11
/
+6
[next]