summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-25typefindfunctions: identify adobe's f4v isomedia varianthdsThiago Santos1-0/+11
2015-02-25uridecodebin: list HDS as an adaptive formatThiago Santos1-1/+1
2015-02-25typefindfunctions: add HDS typefindingThiago Santos3-28/+107
2015-02-25typefindfunctions: add moof as a valid atom to identify video/quicktimeThiago Santos1-0/+1
2015-02-24video-converter: use 1.0 as default alphaWim Taymans1-1/+1
2015-02-24video-converter: add alpha handlingWim Taymans5-284/+489
2015-02-24video-converter: fix chroma subsamplingWim Taymans1-2/+4
2015-02-24video-converter: disable fastpath when scaling and gammaWim Taymans1-2/+4
2015-02-24video-converter: don't do gamma on alpha channelWim Taymans1-6/+18
2015-02-24decodebin: fix deadlock when resetting bufferingVincent Penquerc'h1-2/+0
2015-02-24video-converter: minor docs fixTim-Philipp Müller1-1/+1
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-24audiodecoder: Don't send pending events before decodeJan Schmidt1-2/+34
2015-02-24videodecoder: Add drain() vfuncJan Schmidt2-6/+24
2015-02-22Revert "videodecoder: drain current segment upon new one to ensure correct fl...Mark Nauwelaerts1-12/+0
2015-02-22Revert "audiodecoder: drain current segment upon new one to ensure correct fl...Mark Nauwelaerts1-5/+0
2015-02-22videodecoder: drain current segment upon new one to ensure correct flow returnMark Nauwelaerts1-0/+12
2015-02-22audiodecoder: drain current segment upon new one to ensure correct flow returnMark Nauwelaerts1-0/+5
2015-02-20decodebin: Only consider non-parser factories for generating the post-parser ...Sebastian Dröge1-1/+3
2015-02-19audio: video: fix a few GI annotationsThiago Santos4-5/+5
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-18tagdemux: ensure tags have been fetched before pulling dataThiago Santos1-7/+21
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-18pbutils: description: fix MPEG-2 video profiles in descriptionTim-Philipp Müller1-0/+12
2015-02-17uridecodebin: Pass object, not GValue to debug printOlivier Crête1-1/+1
2015-02-16audiovisualizer: don't use private GMutex implementation detailsTim-Philipp Müller1-8/+7
2015-02-16streamsynchronizer: Use the same waiting function for EOS and stream switchesSong Bing1-11/+10
2015-02-16streamsynchronizer: Unit test for streamsynchronizer's EOS handlingSong Bing2-0/+167
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-16Revert "codec-utils: Handle the two rext profiles for h265"Sebastian Dröge1-9/+0
2015-02-15pbutils: description: move some code into utility functionTim-Philipp Müller1-36/+22
2015-02-15pbutils: descriptions: add H.265 profile to description if availableTim-Philipp Müller2-1/+38
2015-02-15pbutils: descriptions: add MPEG-4 video profile to description if availableTim-Philipp Müller2-1/+49
2015-02-15pbutils: descriptions: add Dirac/VC-2 profile to description if availableTim-Philipp Müller2-2/+20
2015-02-15pbutils: descriptions: add H.264 profile to description if availableTim-Philipp Müller2-1/+45
2015-02-13install-plugins: fix indentation and add Since markerTim-Philipp Müller1-2/+6
2015-02-13install-plugins: add new API to exports .def and to docsTim-Philipp Müller2-0/+6
2015-02-13install-plugins: Add API to suppress confirmation before searchingKalev Lember2-0/+31
2015-02-13install-plugins: Add API for passing desktop ID and startup IDKalev Lember2-7/+84
2015-02-12video-orc: update with new methodsWim Taymans2-0/+3412
2015-02-12video-format: add orc function for RGB15/16 unpackWim Taymans2-104/+285
2015-02-11playbin: improve debug logStefan Sauer1-2/+2
2015-02-11codec-utils: Handle the two rext profiles for h265Sebastian Dröge1-0/+9
2015-02-11Improve and fix LATENCY query handlingSebastian Dröge8-40/+43
2015-02-11video-scaler: add 2d scalerWim Taymans4-312/+295