projects
/
platform
/
upstream
/
gstreamer.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
clock: use seqlocks to parallellize readers
2009-05-15
Wim Taymans
clock: use seqlocks to parallellize readers
commit
|
commitdiff
|
tree
2009-05-15
Wim Taymans
stress: add a clock stresstest
commit
|
commitdiff
|
tree
2009-05-14
Wim Taymans
docs: rename and delete some design docs
commit
|
commitdiff
|
tree
2009-05-14
Wim Taymans
element: add gst_element_lost_state_full()
commit
|
commitdiff
|
tree
2009-05-13
Wim Taymans
adapter: don't use realloc, it does a memcpy
commit
|
commitdiff
|
tree
2009-05-13
Wim Taymans
docs: update trickmode document
commit
|
commitdiff
|
tree
2009-05-13
Wim Taymans
adapter: use g_realloc for resizing the buffer
commit
|
commitdiff
|
tree
2009-05-13
Wim Taymans
adapter: move new member to private struct
commit
|
commitdiff
|
tree
2009-05-13
Wim Taymans
adapter: update some docs
commit
|
commitdiff
|
tree
2009-05-13
Wim Taymans
tests: add another test for adapter timestamps
commit
|
commitdiff
|
tree
2009-05-13
Wim Taymans
tests: add new timestamp unit test
commit
|
commitdiff
|
tree
2009-05-13
Wim Taymans
defs: add new symbol
commit
|
commitdiff
|
tree
2009-05-13
Wim Taymans
adapter: add method to keep track of timestamps
commit
|
commitdiff
|
tree
2009-05-13
Wim Taymans
adapter: small cleanups
commit
|
commitdiff
|
tree
2009-05-12
Wim Taymans
docs: add some docs about buffer lists
commit
|
commitdiff
|
tree
2009-05-12
Wim Taymans
bufferlist: make objects opaque
commit
|
commitdiff
|
tree
2009-05-12
Wim Taymans
bufferlist: fix a comment
commit
|
commitdiff
|
tree
2009-05-12
Jonas Holmberg
bufferlist: hook up the pad functions
commit
|
commitdiff
|
tree
2009-05-12
Jonas Holmberg
bufferlist: add docs/build/debug/unittest
commit
|
commitdiff
|
tree
2009-05-12
Jonas Holmberg
bufferlist: add bufferlist code
commit
|
commitdiff
|
tree
2009-05-12
Wim Taymans
adapter: optimize taking the headbuffer
commit
|
commitdiff
|
tree
2009-05-12
Arnout Vandecappelle
typefind: don't leak the force-caps property
commit
|
commitdiff
|
tree
2009-05-12
Wim Taymans
element: fix posting of async-start messages
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
GstTask: fix compilation
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
tests: set the latency-time to something low
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
tests: improve the example
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
TaskPool: remove _set_func()
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
tests: add example of custom taskpools
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
taskpool: fix a comment
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
tests: cleanup some code
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
Pad: post STREAM_STATUS_TYPE_CREATE
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
defs: add new task methods
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
GstTask: add methods for configuring the pool
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
Task: remember pool
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
defs: update .defs file with taskpool methods
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
task: fix deadlock due to typo
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
GstTask: use GstTaskPool for managing threads
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
taskpool: fix docs, make push/join generic
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
taskpool: add new object to manage threads
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
examples: set bus handler before state change
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
tests: add example app for stream-status
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
Task: add method to set the priority
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
tests: add a unit-test for the stream-status
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
GstTask: improve documentation
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
tests: fix unit-tests for new stream-status
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
GstPad: install thread callbacks of the task
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
message: clarify some docs
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
Task: call leave_thread before signaling
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
GstMessage: Add STREAM_STATUS message methods
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
quark: add "object" quark
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
Task: remove create/join methods
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
GstTask: add private data, fix parent_class
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
GstTask: hook up enter/leave/notify callbacks
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
defs: add new symbol to defs file
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
GstTask: allow setting callbacks
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
basesrc: don't ignore pad_start return value
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
design: more STREAM_STATUS updates
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
design: update stream-status document some more
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
design: add first version of stream-status
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
GstTask: add some more docs
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
GstPad: use new task function
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
GstTask: unify task state functions
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
Message: small indentation change.
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
Avoid unneeded type checks
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
registry: avoid calling _get_name() too much
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
Use new _ref_sink when we can
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
gstobject: add gst_object_ref_sink
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
gstobject: avoid type checks
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
gstbuffer: avoid typechecks in finalize
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
fakesink: avoid typecheck
commit
|
commitdiff
|
tree
2009-05-11
Wim Taymans
-launch: connect to deep-notify with right name
commit
|
commitdiff
|
tree
2009-04-24
Wim Taymans
GstBin: set PENDING_STATE correctly
commit
|
commitdiff
|
tree
2009-04-16
Wim Taymans
-launch: disable CLOCK_LOST message handling
commit
|
commitdiff
|
tree
2009-04-14
Wim Taymans
docs: add simple doc blurb
commit
|
commitdiff
|
tree
2009-04-14
Wim Taymans
paramspecs: add note about racyness
commit
|
commitdiff
|
tree
2009-04-14
LRN
info: use mutex to do console colors on windows
commit
|
commitdiff
|
tree
2009-04-10
Wim Taymans
-launch: handle clock-lost messages
commit
|
commitdiff
|
tree
2009-04-09
Olivier Crete
tee: add property to control the alloc pad
commit
|
commitdiff
|
tree
2009-04-09
Wim Taymans
bin: always mark pending_async_done
commit
|
commitdiff
|
tree
2009-04-09
Wim Taymans
info: fix compilation, %08x needs an unsigned int
commit
|
commitdiff
|
tree
2009-03-27
Wim Taymans
clock: wakeup the async thread a bit more
commit
|
commitdiff
|
tree
2009-03-27
Wim Taymans
element: Fix a little debug message
commit
|
commitdiff
|
tree
2009-03-26
Wim Taymans
clock: make UNSCHEDULED checks threadsafe
commit
|
commitdiff
|
tree
2009-03-26
Wim Taymans
clock: remove pending async wakeup sooner
commit
|
commitdiff
|
tree
2009-03-26
Wim Taymans
clock: add some more comments.
commit
|
commitdiff
|
tree
2009-03-26
Wim Taymans
clock: rework the wakeup of entries.
commit
|
commitdiff
|
tree
2009-03-26
Wim Taymans
clock: fix 2 wakeup races.
commit
|
commitdiff
|
tree
2009-03-24
Wim Taymans
gstutils: improve property set and convert code
commit
|
commitdiff
|
tree
2009-03-20
LRN
win32: fix seeking in files >4GB
commit
|
commitdiff
|
tree
2009-03-19
Wim Taymans
gstpad: fix gst_pad_can_link
commit
|
commitdiff
|
tree
2009-03-19
Wim Taymans
docs: interesting idea for fast rw locks
commit
|
commitdiff
|
tree
2009-03-19
Wim Taymans
defs: add new symbol to windows .def file
commit
|
commitdiff
|
tree
2009-03-18
Damien Lespiau
info: more indentation fixes
commit
|
commitdiff
|
tree
2009-03-18
Wim Taymans
info: indentation fix
commit
|
commitdiff
|
tree
2009-03-18
Wim Taymans
info: simply some more
commit
|
commitdiff
|
tree
2009-03-18
Wim Taymans
info: refactor debug colors for win32 and other
commit
|
commitdiff
|
tree
2009-03-18
Wim Taymans
windows: initial commit for terminal colors
commit
|
commitdiff
|
tree
2009-03-18
Zeeshan Ali (Khattak)
gstpad: fix gst_pad_can_link()
commit
|
commitdiff
|
tree
2009-03-13
Wim Taymans
Fix indentation of .h files
commit
|
commitdiff
|
tree
2009-03-12
Wim Taymans
docs: Improve some docs
commit
|
commitdiff
|
tree
next