summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2015-12-10multisocketsink: add GstNetworkMessage eventHEADmasterWim Taymans2-12/+83
2015-12-10multisocketsink: add dispatched eventWim Taymans2-2/+26
2015-12-10socketsrc: handle GstNetworkMessage eventsWim Taymans2-0/+84
2015-12-09audio-convert: improve converter APIWim Taymans1-2/+2
2015-12-04multisocketsink: let downstream know we support metadataWim Taymans1-0/+15
2015-12-02decodebin2: fix "Attempt to unlock mutex that was not locked"Tim-Philipp Müller1-1/+2
2015-12-02playback: Expose XSUB formats by defaultEdward Hervey1-0/+1
2015-12-02streamsynchronizer: Rename GstStream => GstSyncStreamEdward Hervey1-28/+28
2015-12-02decodebin: Update buffering messages when removing an element that had buffer...Sebastian Dröge1-2/+61
2015-12-02multisocketsink: keep on reading when we stop sendingWim Taymans2-29/+44
2015-12-01[PATCH] Fix a race condition accessing the decode_chain field.Thomas Bluemel1-16/+40
2015-12-01decodebin: early out on pad-added when the pad is inactiveVincent Penquerc'h1-0/+7
2015-12-01decodebin: lock the expose lock around decode_chain useVincent Penquerc'h1-8/+14
2015-11-10audio-converter: add output size argumentWim Taymans1-3/+2
2015-11-06decodebin: Properly deactivate ghostpadsEdward Hervey1-1/+1
2015-11-06audioconvert: fix buildTim-Philipp Müller4-842/+0
2015-11-06audio-converter: move audio converter to audio libsWim Taymans4-578/+2
2015-11-06audio-channel-mix: move channel mixer to audio libsWim Taymans6-974/+0
2015-11-06audio: add debug categoriesWim Taymans3-0/+46
2015-11-06channelmix: don't limit channelpositionsWim Taymans2-8/+9
2015-11-06channelmix: simplify API a littleWim Taymans3-92/+102
2015-11-06channelmix: GstChannel -> GstAudioChannelWim Taymans3-122/+136
2015-11-06audioconvert: cleanups and add some docsWim Taymans5-58/+65
2015-11-06audioconvert: move audio quantize code to libsWim Taymans8-813/+302
2015-11-05audio-channels: rename get_default_maskWim Taymans1-1/+1
2015-11-05volume: Do not try to get binding value array if we are not processing any sa...Thibault Saunier1-2/+2
2015-11-05audio-channels: make method to get default channel-maskWim Taymans1-71/+2
2015-11-03audio-format: add TRUNCATE_RANGE flagWim Taymans1-1/+2
2015-11-03audioconvert: change multiplier for int<->float conversionWim Taymans1-2/+2
2015-11-02audiotestsrc: increase freq limitWim Taymans1-5/+6
2015-11-02audiotestsrc: add support for unlimited number of channelsWim Taymans1-0/+8
2015-11-02audiotestsrc: add support for all formatsWim Taymans2-14/+57
2015-11-02audioresample: Clip input buffers to the segment before handling themSebastian Dröge1-0/+23
2015-11-02audioconvert: Clip input buffers to the segment before handling themSebastian Dröge1-0/+23
2015-11-01audioconvert: update orc backup code to fix build without orcTim-Philipp Müller2-0/+278
2015-10-31multisocketsink: fix "client-removed" signal on 64-bit platforms and with bin...Csaba Toth1-1/+1
2015-10-30videotestsrc: fix handling of Bayer format 'gbrg'Joan Pau Beltran1-1/+1
2015-10-30audioconvert: rework audioconvertWim Taymans5-475/+432
2015-10-30channelmix: fix up API a littleWim Taymans2-8/+8
2015-10-30audioquantize: make helper for add with saturationWim Taymans1-18/+11
2015-10-28audioconvert: make the quantizer a reusable objectWim Taymans6-226/+239
2015-10-28audioconvert: make the channel mixer a separate reusable objectWim Taymans4-261/+342
2015-10-28audioquantize: fix 8-pole noise shapingWim Taymans1-3/+3
2015-10-27decodebin: Send SEEK events directly to adaptive streaming demuxersSebastian Dröge1-2/+38
2015-10-25decodebin: fix event leakGuillaume Desmottes1-0/+1
2015-10-23audioconvert: Update disted orc filesSebastian Dröge2-7685/+70
2015-10-23audioconvert: use pack/unpack functionsWim Taymans5-1197/+123
2015-10-23playbin: Send upstream events directly to playsinkSebastian Dröge1-0/+24
2015-10-22videotestsrc: Force alpha downstream if foreground color contains alphaThibault Saunier1-1/+64
2015-10-20decodebin: track the exposable pads through connect_padMatthew Waters1-7/+31