index
:
~bilboed/gstreamer
fastqueue
ghostperf
gstarray
master
queue2-hacking
work
Personal copy of GStreamer (core)
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-03
pipeline: Use an object as first argument to GST_WARNING_OBJECT
HEAD
master
Edward Hervey
1
-1/+2
2010-12-03
micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers
Edward Hervey
13
-37/+37
2010-12-03
gstquery: Use structure property directly, avoid function variable.
Edward Hervey
1
-67/+31
2010-12-03
gstinfo: remove useless ternary operator usage.
Edward Hervey
1
-3/+3
2010-12-03
gstevent: Use structure property directly, avoid function variable.
Edward Hervey
1
-13/+7
2010-12-03
pad: add push cache to bufferlists
Wim Taymans
1
-1/+59
2010-12-03
pad: don't cache the peer chainfunc
Wim Taymans
1
-3/+1
2010-12-03
pad: clear pad cache when installing probes
Wim Taymans
3
-11/+17
2010-12-03
pad: explicitly inline some functions
Wim Taymans
1
-3/+3
2010-12-03
pad: remove unused variable
Wim Taymans
1
-1/+0
2010-12-03
pad: invalidate caches on flush and pad block
Wim Taymans
1
-0/+17
2010-12-03
pad: don't unref NULL caps
Wim Taymans
1
-1/+2
2010-12-03
pad: add invalidate function
Wim Taymans
1
-13/+39
2010-12-03
pad: small cleanup
Wim Taymans
1
-3/+0
2010-12-03
pad: improve pad push caching
Wim Taymans
1
-45/+81
2010-12-03
pad: prototype of pad push cache
Wim Taymans
1
-1/+83
2010-12-03
docs: fix previous extract.pl commit
Stefan Kost
1
-2/+9
2010-12-03
task: avoid task lock for each iteration
Wim Taymans
1
-28/+32
2010-12-03
docs: fix example matching in extract.pl
Stefan Kost
1
-4/+8
2010-12-03
docs: query doc improvements
Stefan Kost
3
-6/+13
2010-12-03
elementfactory: clarify list item types in comments
Stefan Kost
1
-2/+2
2010-12-03
padtemplate: add two FIXME0.11: comments
Stefan Kost
2
-0/+2
2010-12-03
padtemplate: allow disablinbg the template name conformance checks
Stefan Kost
1
-2/+3
2010-12-03
padtemplate: the supplied caps may not be NULL
Stefan Kost
1
-2/+1
2010-12-03
fakesink: Print sink-message events like a message and the GstMessage structure
Andoni Morales Alastruey
1
-8/+20
2010-12-03
design-docs: add html output using asciidoc
Stefan Kost
46
-1633/+1681
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-02
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
[next]