summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-06audio-quantize: update docsWim Taymans2-2/+24
2015-11-06audioconvert: cleanups and add some docsWim Taymans5-58/+65
2015-11-06defs: update defsWim Taymans1-0/+6
2015-11-06audio: update orc filesWim Taymans2-0/+413
2015-11-06audioconvert: move audio quantize code to libsWim Taymans11-259/+354
2015-11-05audio-channels: rename get_default_maskWim Taymans5-8/+11
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 Taymans5-141/+59
2015-11-04tests: Add a test for video blending over transparent framesAndreas Frisch1-7/+60
2015-11-04video: blend using OVER operationArnaud Vrac1-37/+65
2015-11-03oggdemux: Create full Opus caps with all fieldsSebastian Dröge1-1/+7
2015-11-03codec-utils: Add utilities for Opus caps and the OpusHead headerSebastian Dröge5-0/+544
2015-11-03oggmux: Use GstAudioClippingMeta for Opus for accurate end clippingSebastian Dröge1-14/+31
2015-11-03oggdemux: Add GstAudioClippingMeta for Opus for accurate start/end clippingSebastian Dröge4-0/+33
2015-11-03audio: Add GstAudioClippingMeta for specifying clipping on encoded audio buffersSebastian Dröge5-4/+168
2015-11-03oggdemux: Allow start clipping for OpusSebastian Dröge3-10/+3
2015-11-03audio: update disted orc backup filesTim-Philipp Müller2-290/+1102
2015-11-03audioclock: use GST_STIME_FORMAT for GstClockTimeDiffLuis de Bethencourt1-3/+3
2015-11-03videodecoder: Print GstClockTimeDiff as a signed integer in debug logsLuis de Bethencourt1-2/+2
2015-11-03audio-format: add TRUNCATE_RANGE flagWim Taymans4-44/+107
2015-11-03audiopack: improve pack functionsWim Taymans1-28/+8
2015-11-03audioconvert: change multiplier for int<->float conversionWim Taymans2-8/+8
2015-11-02audiobasesink: use GST_STIME_ARGS for GstClockTimeDiffLuis de Bethencourt1-11/+12
2015-11-02oggmux: Print GstClockTimeDiff as a signed integer in debug logsLuis de Bethencourt1-2/+2
2015-11-02oggdemux: Use GstClockTimeDiff and print signed integer in debug logsLuis de Bethencourt1-6/+6
2015-11-02examples: use GST_STIME_FORMAT for GstClockTimeDiffLuis de Bethencourt1-1/+1
2015-11-02audio: Fix parameters to gst_buffer_get_audio_downmix_meta() in macroSebastian Dröge1-1/+1
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-02videodecoder: subtract time difference with GST_CLOCK_DIFFLuis de Bethencourt1-1/+2
2015-11-02encoding-profile: Do not force user to provide an encoding profile nameThibault Saunier1-3/+5
2015-11-02encoding-target: Do not unconditionally break when searching for a targetThibault Saunier1-1/+3
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-02audiofilter: Clip input buffers to the segment before handling themSebastian Dröge1-0/+24
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-29videodecoder: Print another time difference as a signed integer instead of a ...Sebastian Dröge1-2/+2
2015-10-29videodecoder: Print GstClockTimeDiff as a signed integer in debug logsSebastian Dröge1-2/+2
2015-10-28tools: gst-device-monitor: fix two memory leaksNirbheek Chauhan1-1/+2
2015-10-28encoding-target: Add a GST_ENCODING_TARGET_PATH envvar to find target filesThibault Saunier1-1/+21
2015-10-28encoding-target: Allow having encoding target without a category setThibault Saunier1-1/+6
2015-10-28encoding-target: Create directory before trying to save encoding targetsThibault Saunier1-2/+13
2015-10-28encoding-profile: Allow specifying the target category in the serialized enco...Thibault Saunier1-5/+6
2015-10-28audioconvert: make the quantizer a reusable objectWim Taymans6-226/+239