summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-03clock: init variables in _reinit()lockfree-clocksWim Taymans1-0/+2
2010-12-03clock: make sync clock wait lockfreeWim Taymans3-84/+111
2010-12-03poll: small cleanupsWim Taymans1-17/+16
2010-12-03poll: make sure we remove the readfd messagesWim Taymans1-1/+1
2010-12-03poll: add method to get a GPollFDWim Taymans4-0/+25
2010-12-03poll: Refactor and make more lockfreeWim Taymans1-162/+102
2010-12-03poll: move lock to where it makes more senseWim Taymans1-2/+2
2010-12-03poll: make timer polls lockfreeWim Taymans1-33/+64
2010-12-03multiqueue: return upon input when already eosMark Nauwelaerts1-0/+21
2010-12-03caps: fix doc typoMark Nauwelaerts1-1/+1
2010-12-03gst-inspect: remove some commented codeMark Nauwelaerts1-1/+0
2010-12-03gstobject: add stdio.h for snprintStefan Kost1-0/+2
2010-12-03pipeline: Use an object as first argument to GST_WARNING_OBJECTEdward Hervey1-1/+2
2010-12-03micro-optim: if (x) is cheaper than if (x > 0) for unsigned integersEdward Hervey13-37/+37
2010-12-03gstquery: Use structure property directly, avoid function variable.Edward Hervey1-67/+31
2010-12-03gstinfo: remove useless ternary operator usage.Edward Hervey1-3/+3
2010-12-03gstevent: Use structure property directly, avoid function variable.Edward Hervey1-13/+7
2010-12-03pad: add push cache to bufferlistsWim Taymans1-1/+59
2010-12-03pad: don't cache the peer chainfuncWim Taymans1-3/+1
2010-12-03pad: clear pad cache when installing probesWim Taymans3-11/+17
2010-12-03pad: explicitly inline some functionsWim Taymans1-3/+3
2010-12-03pad: remove unused variableWim Taymans1-1/+0
2010-12-03pad: invalidate caches on flush and pad blockWim Taymans1-0/+17
2010-12-03pad: don't unref NULL capsWim Taymans1-1/+2
2010-12-03pad: add invalidate functionWim Taymans1-13/+39
2010-12-03pad: small cleanupWim Taymans1-3/+0
2010-12-03pad: improve pad push cachingWim Taymans1-45/+81
2010-12-03pad: prototype of pad push cacheWim Taymans1-1/+83
2010-12-03docs: fix previous extract.pl commitStefan Kost1-2/+9
2010-12-03task: avoid task lock for each iterationWim Taymans1-28/+32
2010-12-03docs: fix example matching in extract.plStefan Kost1-4/+8
2010-12-03docs: query doc improvementsStefan Kost3-6/+13
2010-12-03elementfactory: clarify list item types in commentsStefan Kost1-2/+2
2010-12-03padtemplate: add two FIXME0.11: commentsStefan Kost2-0/+2
2010-12-03padtemplate: allow disablinbg the template name conformance checksStefan Kost1-2/+3
2010-12-03padtemplate: the supplied caps may not be NULLStefan Kost1-2/+1
2010-12-03fakesink: Print sink-message events like a message and the GstMessage structureAndoni Morales Alastruey1-8/+20
2010-12-03design-docs: add html output using asciidocStefan Kost46-1633/+1681
2010-12-03gstobject: more default name generation more efficientStefan Kost1-5/+9
2010-12-03pluginfeature: use the parent_class from G_DEFINE_TYPE macro and drop extra copyStefan Kost1-4/+1
2010-12-03elementfactory: use g_intern_string for interface namesStefan Kost1-2/+2
2010-12-03registry: also intern the static capsStefan Kost2-4/+5
2010-12-03elementfactory: meta-data can be NULLStefan Kost1-0/+3
2010-12-02gstdatetime: Fix handling of timezonesThiago Santos2-4/+16
2010-12-02gstdataqueue: Don't break ABIEdward Hervey2-13/+17
2010-12-02basesink: rework position reporting codeWim Taymans3-207/+157
2010-12-02basesink: perform wait_preroll in a while loopWim Taymans1-1/+1
2010-12-02utils: return immediately for -1 conversionWim Taymans1-2/+2
2010-12-02utils: a convert query can have a -1 input valueWim Taymans1-1/+0
2010-12-02basesink: also preroll after a flush with async=falseWim Taymans2-1/+81