summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2015-12-09audio-convert: improve converter APIWim Taymans2-31/+45
2015-12-08appsrc: duration query support based on the size propertyPhilippe Normand1-0/+12
2015-12-03videodecoder: Avoid pushing buffers before segment startEdward Hervey1-7/+7
2015-12-02Drop usage of deprecated g-ir-scanner --strip-prefix flagReynaldo H. Verdejo Pinochet10-10/+20
2015-12-02discoverer: Also consider XSUB as a subtitle formatEdward Hervey1-1/+1
2015-12-02pbutils: Add description for XSUB subpicture formatEdward Hervey1-0/+1
2015-12-02riff: 'DXSA' is the same as 'DXSB'Edward Hervey1-0/+1
2015-12-02rtspconnection: Update capitalization of x-sessioncookieEvan Callaway2-2/+2
2015-12-01audiobasesrc: Post latency message on the bus after set_caps()Sebastian Dröge1-0/+3
2015-12-01audiobasesink: Post latency message on the bus after set_caps()Michael Olbrich1-0/+3
2015-12-01codec-utils: accept wrong version field in OpusHead headerLuis de Bethencourt1-2/+5
2015-11-27allocators: add debug category for fd memory and allocatorWilliam Manley1-0/+5
2015-11-20id3v2frames: Handle private framesRavi Kiran K N2-0/+48
2015-11-20tags: id3: make sure to register private-id3v2-frame tag before using itTim-Philipp Müller1-0/+2
2015-11-18rtspconnection: Add support for parsing custom headersOgnyan Tonchev1-4/+9
2015-11-17Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet4-40/+20
2015-11-12codec-utils: guint8 can't hold value over 255Luis de Bethencourt1-2/+2
2015-11-12audio-converter: remove unneeded check for unsigned < 0Luis de Bethencourt1-1/+0
2015-11-11pbutils:encoding-target: Fix string memory leakVineeth TM1-0/+2
2015-11-11audio-quantize: Fix dither_buffer memory leakVineeth TM1-0/+1
2015-11-11videometa: add GstVideoAffineTransformationMetaMatthew Waters3-0/+224
2015-11-10audio-converter: add output size argumentWim Taymans2-15/+22
2015-11-07discoverer: Check API arguments and assert if neededThibault Saunier1-0/+11
2015-11-06audio-converter: require interleaved samples and no resamplingWim Taymans1-0/+3
2015-11-06audio: update ORC dist filesWim Taymans2-0/+312
2015-11-06audio-converter: move audio converter to audio libsWim Taymans5-0/+587
2015-11-06audio-channel-mix: move channel mixer to audio libsWim Taymans4-0/+972
2015-11-06audio: add debug categoriesWim Taymans3-0/+68
2015-11-06audio-quantize: update docsWim Taymans2-2/+24
2015-11-06audio: update orc filesWim Taymans2-0/+413
2015-11-06audioconvert: move audio quantize code to libsWim Taymans5-0/+606
2015-11-05audio-channels: rename get_default_maskWim Taymans3-6/+9
2015-11-05audio-channels: make method to get default channel-maskWim Taymans3-70/+56
2015-11-04video: blend using OVER operationArnaud Vrac1-37/+65
2015-11-03codec-utils: Add utilities for Opus caps and the OpusHead headerSebastian Dröge3-0/+533
2015-11-03audio: Add GstAudioClippingMeta for specifying clipping on encoded audio buffersSebastian Dröge3-0/+156
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 Taymans3-43/+105
2015-11-03audiopack: improve pack functionsWim Taymans1-28/+8
2015-11-02audiobasesink: use GST_STIME_ARGS for GstClockTimeDiffLuis de Bethencourt1-11/+12
2015-11-02audio: Fix parameters to gst_buffer_get_audio_downmix_meta() in macroSebastian Dröge1-1/+1
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-02audiofilter: Clip input buffers to the segment before handling themSebastian Dröge1-0/+24
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-28encoding-target: Add a GST_ENCODING_TARGET_PATH envvar to find target filesThibault Saunier1-1/+21