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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-03
gstobject: more default name generation more efficient
Stefan Kost
1
-5
/
+9
2010-12-03
pluginfeature: use the parent_class from G_DEFINE_TYPE macro and drop extra copy
Stefan Kost
1
-4
/
+1
2010-12-03
elementfactory: use g_intern_string for interface names
Stefan Kost
1
-2
/
+2
2010-12-03
registry: also intern the static caps
Stefan Kost
2
-4
/
+5
2010-12-03
elementfactory: meta-data can be NULL
Stefan Kost
1
-0
/
+3
2010-12-02
gstdatetime: Fix handling of timezones
Thiago Santos
2
-4
/
+16
2010-12-02
gstdataqueue: Don't break ABI
Edward Hervey
2
-13
/
+17
2010-12-02
basesink: rework position reporting code
Wim Taymans
3
-207
/
+157
2010-12-02
basesink: perform wait_preroll in a while loop
Wim Taymans
1
-1
/
+1
2010-12-02
utils: return immediately for -1 conversion
Wim Taymans
1
-2
/
+2
2010-12-02
utils: a convert query can have a -1 input value
Wim Taymans
1
-1
/
+0
2010-12-02
basesink: also preroll after a flush with async=false
Wim Taymans
2
-1
/
+81
2010-12-02
adapter: improve docs a little.
Wim Taymans
1
-2
/
+4
2010-12-02
check: lock src state to avoid error cases
Wim Taymans
1
-0
/
+2
2010-12-02
pipeline: avoid using invalid clock times
Wim Taymans
1
-1
/
+7
2010-12-02
caps: improve some comments about the zigzag intersection
Wim Taymans
1
-6
/
+7
2010-12-02
docs: Add unused symbols to proper sections
Edward Hervey
1
-1
/
+18
2010-12-02
docs: Add GstDateTime section and update it for latest symbols
Edward Hervey
2
-0
/
+3
2010-12-02
queue2: Only call update_buffering if needed.
Edward Hervey
1
-4
/
+7
2010-12-02
queue2: Avoid re-checking many times whether an item is a buffer
Edward Hervey
1
-9
/
+11
2010-12-02
queue2: Reduce amount of time locks are taken
Edward Hervey
1
-8
/
+8
2010-12-02
queue2: Fixup documentation of some properties
Edward Hervey
1
-3
/
+5
2010-12-02
queue2: Avoid useless segment_to_running_time() calculations.
Edward Hervey
2
-16
/
+45
2010-12-02
basesink: Re-using GstClockID instead of constantly recreating one
Edward Hervey
1
-5
/
+15
2010-12-02
gstclock: New API to re-use a single shot GstClockID
Edward Hervey
4
-0
/
+42
2010-12-02
basesink: Pass along miniobject type through various functions
Edward Hervey
1
-35
/
+63
2010-12-02
basesink: Switch enable_last_buffer to an atomic int
Edward Hervey
1
-20
/
+12
2010-12-02
queue: Remove useless checks from e406f7
Edward Hervey
1
-20
/
+5
2010-12-02
gstdataqueue: Only emit g_cond_signal when needed
Edward Hervey
2
-8
/
+22
2010-12-02
segment: move g_return_if_fail to where it is needed
Wim Taymans
1
-4
/
+4
2010-12-02
version: Take nano version into account in GST_CHECK_VERSION()
Sebastian Dröge
1
-1
/
+3
2010-12-02
pad: Set the event source object if none is set yet in gst_pad_push_event()
Sebastian Dröge
1
-0
/
+5
2010-12-02
queue2: Remove dead assignment and unused variable
Sebastian Dröge
1
-2
/
+1
2010-12-02
queue2: Remove dead assignment and move variable declaration into inner block
Sebastian Dröge
1
-2
/
+3
2010-12-02
queue2: Remove redundant variable
Sebastian Dröge
2
-4
/
+1
2010-12-02
gsttask: Set thread names on Windows with MSVC if a debugger is attached
David Hoyt
1
-0
/
+38
2010-12-02
macros: Define restrict keyword if not available
Sebastian Dröge
1
-0
/
+8
2010-12-01
Bump GLib requirement to >= 2.22
Tim-Philipp Müller
1
-1
/
+1
2010-12-01
Back to development
Tim-Philipp Müller
5
-11
/
+11
2010-11-30
Release 0.10.31
Tim-Philipp Müller
9
-123
/
+2966
2010-11-29
utils: avoid 'unused argument' warnings caused by GST_BOILERPLATE_FULL
Tim-Philipp Müller
1
-3
/
+2
2010-11-28
docs: some small fixes to the plugin writer's guide
reynaldo
1
-11
/
+16
2010-11-27
manual: Improve states documentation
Thiago Santos
1
-1
/
+3
2010-11-21
introspection: Include exported packages information in GIRs
Evan Nemerson
6
-0
/
+6
2010-11-18
0.10.30.5 pre-release
Tim-Philipp Müller
3
-6
/
+6
2010-11-18
elementfactory: fix caps leak in element factory list utility functions
Tim-Philipp Müller
1
-0
/
+1
2010-11-17
po: update translations
Tim-Philipp Müller
7
-620
/
+568
2010-11-17
datetime: Add _from_unix_epoch variants
Thiago Santos
5
-11
/
+102
2010-11-03
math-compat: don't re-define _USE_MATH_DEFINES if already defined
Vladimir Eremeev
1
-0
/
+2
2010-11-01
0.10.30.4 pre-release
Tim-Philipp Müller
3
-6
/
+6
[next]