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
2012-02-15
baseparse: fix reverse playback
Mark Nauwelaerts
1
-3
/
+2
2012-02-11
baseparse: bitrate mechanics should not deal with duration update
Mark Nauwelaerts
1
-8
/
+0
2012-01-27
collectpads2: Move private fields from the public structs to private structs
Sebastian Dröge
2
-161
/
+190
2012-01-18
baseparse: clear adapter in reset so baseparse is reusable
Antoine Tremblay
1
-0
/
+3
2012-01-05
basesink: don't compensate for render-delay twice
Havard Graff
1
-10
/
+1
2011-12-19
basetransform: suggestion compatible with upstream is not much of a suggestion
Mark Nauwelaerts
1
-1
/
+2
2011-12-16
collectpads2: delay collecting buffer if a pad newly set waiting
Mark Nauwelaerts
1
-0
/
+1
2011-12-08
basetransform: Fix code path to come up with possible caps if incompatible ca...
Sebastian Dröge
1
-10
/
+29
2011-12-08
basetransform: Fall back to upstream provided caps if suggested caps are not ...
Sebastian Dröge
1
-1
/
+14
2011-12-08
basetransform: Fall back to upstream provided caps if fixation of suggested c...
Sebastian Dröge
1
-2
/
+5
2011-12-08
basetransform: Refactor gst_base_transform_buffer_alloc() code
Sebastian Dröge
1
-91
/
+97
2011-12-07
baseparse: do not use a byte value instead of a time value when bisecting
Vincent Penquerc'h
1
-1
/
+12
2011-12-07
basetransform: If suggested caps are not compatible with upstream try to come...
Sebastian Dröge
1
-10
/
+19
2011-12-04
check: allow non-joinable threads in private g_thread_create() copy
Tim-Philipp Müller
1
-2
/
+4
2011-12-04
Suppress deprecation warnings in selected files, for g_static_rec_mutex_* mostly
Tim-Philipp Müller
5
-0
/
+21
2011-12-04
Work around deprecated thread API in glib master
Tim-Philipp Müller
10
-11
/
+106
2011-12-04
net: initialise GError variables to NULL
Tim-Philipp Müller
2
-2
/
+2
2011-12-03
g_thread_init() is deprecated in glib master
Tim-Philipp Müller
1
-0
/
+2
2011-12-03
g_thread_create() is deprecated in GLib master, use g_thread_try_new() instead
Tim-Philipp Müller
3
-2
/
+25
2011-11-30
basetransform: Always intersect the suggested sink caps with the peer caps
Sebastian Dröge
1
-16
/
+18
2011-11-26
libs: sprinkle some G_GNUC_MALLOC
Tim-Philipp Müller
5
-13
/
+13
2011-11-23
baseparse: Return template caps instead of other side's peer caps if get_sink...
Sebastian Dröge
1
-2
/
+1
2011-11-12
gst, controller: replace g_list_prepend + reverse with GQueue
Tim-Philipp Müller
1
-4
/
+4
2011-11-08
docs: fix Since: markers for API added after 0.10.35
Tim-Philipp Müller
2
-2
/
+2
2011-11-04
basetransform: Only use the cached transform on strictly equal caps
Sjoerd Simons
1
-1
/
+1
2011-11-03
collectpads2: use flags enum instead of guint in structure
Tim-Philipp Müller
1
-1
/
+1
2011-11-01
adapter: simplify gst_adapter_take_list()
Tim-Philipp Müller
1
-8
/
+4
2011-10-28
basetransform: Also fush the cache when changing the upstream caps suggestion
Sjoerd Simons
1
-0
/
+1
2011-10-28
basetransform: Add debug output when returning a cached transform
Sjoerd Simons
1
-0
/
+2
2011-10-28
collectpads2: Fix refcount handling if a buffer was dropped due to clipping
Sebastian Dröge
1
-2
/
+3
2011-10-28
collectpads2: Merge the clip and prepare_buffer function into one
Sebastian Dröge
2
-67
/
+21
2011-10-28
collectpads2: Merge clipping API from old collectpads
Sebastian Dröge
2
-0
/
+65
2011-10-28
basesink: make default query function name show up in gst-inspect
Tim-Philipp Müller
1
-0
/
+1
2011-10-28
collectpads2: avoid hanging in case of sparse newsegment events
Mark Nauwelaerts
1
-0
/
+5
2011-10-28
collectpads2: Use G_DEFINE_TYPE instead of GST_BOILERPLATE
Sebastian Dröge
1
-10
/
+4
2011-10-28
base: Add collectpads2
Sebastian Dröge
3
-0
/
+2339
2011-10-27
basetransform: Fix refcount leak
Jan Schmidt
1
-4
/
+5
2011-10-27
controller: fix wrong order of calls in the docs.
Stefan Sauer
1
-4
/
+7
2011-10-20
baseparse: Fix documentation, it's pre_push_frame and not pre_push_buffer
Sebastian Dröge
2
-5
/
+5
2011-10-20
basetransform: cache transformed caps where appropriate
Vincent Penquerc'h
1
-0
/
+60
2011-10-20
basebarse: Add detect vfunc to allow subclasses to do format detection before...
Sebastian Dröge
2
-1
/
+129
2011-10-18
baseparse: add since doc to new getcaps function
Thiago Santos
1
-0
/
+1
2011-10-18
logging: more logging and prefer human readable details over memory locations
Stefan Sauer
1
-2
/
+6
2011-10-18
baseparse: add getcaps function
Thiago Santos
2
-1
/
+30
2011-10-18
basesrc: also update the stream time
Wim Taymans
1
-0
/
+2
2011-10-18
baseparse: Fix handling of queued frames
Sebastian Dröge
1
-1
/
+0
2011-10-12
basesrc: properly adjust start time
Wim Taymans
1
-0
/
+1
2011-10-06
baseparse: send duration message when updating internal duration
Mark Nauwelaerts
1
-0
/
+13
2011-10-03
baseparse: Return success if optional start/stop method is not provided
Stas Sergeev
1
-1
/
+1
2011-09-30
baseparse: make estimating the position in query handler actually work
Tim-Philipp Müller
1
-3
/
+3
[next]