summaryrefslogtreecommitdiff
path: root/gst/audiobuffersplit
Commit message (Expand)AuthorAgeFilesLines
* audiobuffersplit: Remove unneeded buffer_clip wrapperNicolas Dufresne2021-09-221-10/+1
* gst-plugins: allow per feature registrationStéphane Cerveau2021-04-112-8/+7
* audiobuffersplit: Calculate the correct size for fixed size buffersJan Schmidt2020-12-171-2/+3
* audio: Use new AudioFormatInfo::fill_silence functionMarijn Suijten2020-11-261-1/+1
* audiobuffersplit: Add support for specifying output buffer sizeSanchayan Maity2020-09-212-0/+31
* audiobuffersplit: Specify in the template caps that only interleaved audio is...Sebastian Dröge2020-06-231-2/+4
* audiobuffersplit: Unset DISCONT flag if not discontinuousSebastian Dröge2020-05-251-1/+6
* audiobuffersplit: Perform discont tracking on running timeSebastian Dröge2020-05-112-53/+80
* audiobuffersplit: Keep incoming and outgoing segments separateSebastian Dröge2020-05-112-11/+35
* Remove autotools build systemTim-Philipp Müller2019-10-141-13/+0
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* audiobuffersplit: Added max-silence-time propertyVivia Nikolaidou2019-02-212-82/+117
* audiobuffersplit: Fix format string warningJohan Bjäreholt2018-08-281-2/+2
* audiobuffersplit: Add a gapless mode which inserts silence/drops samples on d...Sebastian Dröge2018-08-172-11/+178
* audiobuffersplit: Always set DISCONT flag after resyncsSebastian Dröge2018-08-171-0/+4
* audiobuffersplit: Keep track of resync time separatelySebastian Dröge2018-08-172-5/+3
* audiobuffersplit: Update output buffer size after each buffer to compensate f...Sebastian Dröge2018-08-171-0/+7
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* audiobuffersplit: Drain pending samples if the caps are changingSebastian Dröge2017-09-281-3/+28
* audiobuffersplit: Use new GstAudioStreamAlign APISebastian Dröge2017-09-282-97/+63
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* audiobuffersplit: Allow changing the output-buffer-duration at any timeSebastian Dröge2017-05-111-40/+87
* audiobuffersplit: Install srcpad query function on the srcpad, not the sinkpadSebastian Dröge2017-03-221-1/+1
* audiobuffersplit: Add strict-buffer-size propertyVivia Nikolaidou2017-02-222-2/+28
* audiobuffersplit: Don't try to output anything if samples_per_buffer == 0Sebastian Dröge2016-12-231-0/+4
* audiobuffersplit: New element that splits raw audio buffers into equal-sized ...Sebastian Dröge2016-11-234-0/+676