summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2015-04-02videorate: Detect framerate if not forced to variable downstreamThibault Saunier2-1/+67
2015-04-02videorate: Do not loop forever pushing first buffer when variable framerateThibault Saunier1-0/+8
2015-04-01audioconvert: avoid float calculations when mixing integer-formatted channelsBernhard Miller2-1/+40
2015-03-30playbin: avoid possible deference of null pointerLuis de Bethencourt1-4/+6
2015-03-27decodebin: improve debug message by printing the objectThiago Santos1-1/+1
2015-03-25playbin: ignore new pads if it is shutting downThiago Santos1-2/+14
2015-03-24videorate: Don't leak the poolsNicolas Dufresne1-1/+3
2015-03-24audioconvert: Eliminate unsigned quantizersIlya Konstantinov1-22/+9
2015-03-24audioconvert: Avoid int division in quantizationIlya Konstantinov2-34/+14
2015-03-24decodebin2: Set multiqueue sizes before use-buffering.Duncan Palmer1-7/+20
2015-03-14streamsynchronizer: fix deadlock conditionThiago Santos1-1/+5
2015-03-14playsink: remove redundant else statementsRamiro Polla1-7/+4
2015-03-14playbin: don't escape percent sign in documentation code sampleRamiro Polla1-1/+1
2015-03-14socketsrc: Add support for GstNetControlMessageMetaWilliam Manley1-2/+18
2015-03-14multisocketsink: Add support for GstNetControlMessageMetaWilliam Manley1-4/+25
2015-03-13socketsrc: Add `connection-closed-by-peer` signalWilliam Manley2-4/+49
2015-03-13socketsrc: Tidy up usage of `g_object_unref`/`g_clear_object` and lockingWilliam Manley1-14/+9
2015-03-13socketsrc: Refactor to simplifyWilliam Manley1-86/+13
2015-03-13tcp: Add element socketsrcWilliam Manley4-2/+421
2015-03-13multisocketsink: Map `GstMemory`s individually when sendingWilliam Manley1-15/+97
2015-03-13docs: Add new video functions and objects. Cleanup a little.Jan Schmidt1-1/+0
2015-03-12playbin: Disconnect signals and invalidate group if it fails to activateSebastian Dröge1-3/+14
2015-03-11streamsynchronizer: Remove unnecessary ERROR message.Song Bing1-1/+0
2015-03-10videotestsrc: add all colors modeWim Taymans4-1/+35
2015-03-10Fix double semicolonsTim-Philipp Müller2-2/+2
2015-03-09videorate: Accept any capsfeaturesOlivier Crete1-5/+8
2015-03-05volume: Explicitly cast integers to doubles and then back to integers after m...Sebastian Dröge1-4/+8
2015-02-27adder: Drop custom latency querying logicArun Raghavan1-90/+0
2015-02-26playback: Fix broken GList modificationEdward Hervey1-1/+1
2015-02-24decodebin: fix deadlock when resetting bufferingVincent Penquerc'h1-2/+0
2015-02-24playbin: forward template and ring buffer settings to existing decodebinsVincent Penquerc'h1-0/+16
2015-02-23decodebin: move null checkLuis de Bethencourt1-5/+5
2015-02-20decodebin: Only consider non-parser factories for generating the post-parser ...Sebastian Dröge1-1/+3
2015-02-19decodebin: fix deadlock between downward state change and pad additionVincent Penquerc'h1-3/+12
2015-02-19decodebin: guard against the decode chain going while a pad is addedVincent Penquerc'h1-28/+51
2015-02-19decodebin: possible fix for deadlock when spamming "next song"Vincent Penquerc'h1-1/+5
2015-02-19uridecodebin: Reset the default query return value when the iterator has to r...Sebastian Dröge1-1/+1
2015-02-19uridecodebin: Let the latency query fail if one of the source queries failsSebastian Dröge1-3/+6
2015-02-17uridecodebin: Pass object, not GValue to debug printOlivier Crête1-1/+1
2015-02-16streamsynchronizer: Use the same waiting function for EOS and stream switchesSong Bing1-11/+10
2015-02-16streamsynchronizer: Send GAP events from the pads' streaming threadsSong Bing1-4/+14
2015-02-16streamsynchronizer: Send GAP event to finish preroll when change state from P...Song Bing2-22/+120
2015-02-11playbin: improve debug logStefan Sauer1-2/+2
2015-02-11Improve and fix LATENCY query handlingSebastian Dröge2-17/+21
2015-02-04videoscale: fix memory leakLuis de Bethencourt1-0/+1
2015-01-28videoscale: don't do ditheringWim Taymans1-1/+3
2015-01-27orc: update orc filesLuis de Bethencourt4-326/+238
2015-01-27videoscale: disable chroma and matrix operationsWim Taymans1-1/+3
2015-01-21Constify some static arrays everywhereSebastian Dröge4-10/+10
2015-01-20dcodebin2: fix lock/unlock mismatch on multiqueue overrunVincent Penquerc'h1-1/+1