summaryrefslogtreecommitdiff
path: root/ext/opus
Commit message (Expand)AuthorAgeFilesLines
* opusdec: Add Converter class to hint gst-validateNicolas Dufresne2021-05-111-1/+1
* gst: don't use volatile to mean atomicMatthew Waters2021-03-191-5/+5
* opus: allow per feature registrationStéphane Cerveau2021-03-166-14/+89
* opus: disable docs option in meson fallbackStéphane Cerveau2020-11-261-1/+1
* opus: add subproject fallbackTim-Philipp Müller2020-11-131-1/+2
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-061-4/+4
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesMathieu Duponchelle2020-06-031-0/+5
* opusdec: add 'stats' propertyGuillaume Desmottes2020-04-242-5/+178
* opusenc: Add low delay optionAmbareesh "Amby" Balaji2019-11-171-0/+2
* Remove autotools build systemTim-Philipp Müller2019-10-131-17/+0
* doc: Port to hotdocThibault Saunier2019-05-131-0/+1
* Run gst-indent through the filesJordan Petridis2018-11-281-2/+2
* opusenc: fix segmentation fault at x86 versionMarcos Kintschner2018-09-131-2/+2
* opusdec: Add property to control phase inversionNicolas Dufresne2018-08-012-1/+36
* meson: Add feature options for all pluginsNirbheek Chauhan2018-07-271-1/+1
* Meson: Generate pc file for all plugins in baseXavier Claessens2018-04-251-0/+1
* opus: remove unused build variable and defineTim-Philipp Müller2017-12-191-2/+0
* opusenc: Allow unpositioned channels.Mathieu Duponchelle2017-10-112-4/+23
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* docs: Convert gtkdoc comments to markdownThibault Saunier2017-03-102-8/+10
* opusdec: fix 120 ms buffers being wrongly emittedVincent Penquerc'h2016-11-041-18/+41
* opusdec: interpret zero duration as unknownVincent Penquerc'h2016-11-011-1/+1
* opusdec: fix "buffer too small" errorVincent Penquerc'h2016-11-011-4/+3
* opusenc: remove segment stop modification on eosVincent Penquerc'h2016-10-051-21/+0
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+21
* opusdec: handle missing buffers with no durationVincent Penquerc'h2016-06-212-0/+79
* opusenc, subtitleoverlay: use MAY_BE_LEAKED flagGuillaume Desmottes2016-06-021-0/+3
* opus: use default error messages in some more casesTim-Philipp Müller2016-05-232-4/+4
* opusdec: use default error message strings in more casesTim-Philipp Müller2016-05-231-6/+6
* opus: Post error message on GST_FLOW_ERROROlivier Crête2016-05-192-8/+13
* opusdec: Use GST_AUDIO_DECODER_ERROROlivier Crête2016-05-181-2/+5
* opusdec: intersect with the filter before returning on getcapsThiago Santos2016-05-021-8/+15
* opusdec: improve getcaps to return all possible ratesThiago Santos2016-05-021-0/+34
* opusdec: remove artificial restriction on rate negotiationThiago Santos2016-05-021-16/+0
* opusdec: refactor getcaps repeated code into a functionThiago Santos2016-05-021-26/+23
* opusdec: fix caps leaksGuillaume Desmottes2016-04-281-0/+2
* base: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-242-10/+7
* opusdec: plug caps leakHavard Graff2016-03-031-1/+1
* opus: fix mono<->stereo up/down-mixingVincent Penquerc'h2016-02-261-20/+107
* opusenc: remove deprecated "cbr", "audio", and "constrained-vbr" propertiesTim-Philipp Müller2016-02-261-66/+0
* opus: move Opus audio decoder and encoder from -bad to -baseTim-Philipp Müller2016-02-262-21/+5
* opus: fix FECVincent Penquerc'h2016-02-031-7/+11
* opusdec: fix wrong buffer being checked for missing dataVincent Penquerc'h2016-02-021-2/+2
* plugins-bad: Fix example pipelinesVineeth TM2015-12-152-2/+2
* Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-181-2/+1
* opusenc: avoid potential overflow expressionLuis de Bethencourt2015-11-121-2/+3
* opusdec: Update sink pad templatesSebastian Dröge2015-11-051-2/+7
* opusenc: Create an empty taglist if there is noneSebastian Dröge2015-11-041-0/+5
* opus: Add proper support for multichannel audioSebastian Dröge2015-11-036-377/+177
* opusdec: Handle GstAudioClippingMeta instead of the pre-skip field in the Opu...Sebastian Dröge2015-11-031-5/+30