summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-03pad: add push cache to bufferlistspush-cacheWim 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-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
2010-12-02adapter: improve docs a little.Wim Taymans1-2/+4
2010-12-02check: lock src state to avoid error casesWim Taymans1-0/+2
2010-12-02pipeline: avoid using invalid clock timesWim Taymans1-1/+7
2010-12-02caps: improve some comments about the zigzag intersectionWim Taymans1-6/+7
2010-12-02docs: Add unused symbols to proper sectionsEdward Hervey1-1/+18
2010-12-02docs: Add GstDateTime section and update it for latest symbolsEdward Hervey2-0/+3
2010-12-02queue2: Only call update_buffering if needed.Edward Hervey1-4/+7
2010-12-02queue2: Avoid re-checking many times whether an item is a bufferEdward Hervey1-9/+11
2010-12-02queue2: Reduce amount of time locks are takenEdward Hervey1-8/+8
2010-12-02queue2: Fixup documentation of some propertiesEdward Hervey1-3/+5
2010-12-02queue2: Avoid useless segment_to_running_time() calculations.Edward Hervey2-16/+45
2010-12-02basesink: Re-using GstClockID instead of constantly recreating oneEdward Hervey1-5/+15
2010-12-02gstclock: New API to re-use a single shot GstClockIDEdward Hervey4-0/+42
2010-12-02basesink: Pass along miniobject type through various functionsEdward Hervey1-35/+63
2010-12-02basesink: Switch enable_last_buffer to an atomic intEdward Hervey1-20/+12
2010-12-02queue: Remove useless checks from e406f7Edward Hervey1-20/+5
2010-12-02gstdataqueue: Only emit g_cond_signal when neededEdward Hervey2-8/+22
2010-12-02segment: move g_return_if_fail to where it is neededWim Taymans1-4/+4