summaryrefslogtreecommitdiff
path: root/ext/vorbis
Commit message (Expand)AuthorAgeFilesLines
* vorbis: avoid duplicate symbolsStéphane Cerveau2021-04-216-36/+30
* vorbis: fix debug category initStéphane Cerveau2021-03-181-0/+10
* vorbis: allow per feature registrationStéphane Cerveau2021-03-169-43/+110
* vorbis: drop unneeded check for vorbis_synthesis_restart()Tim-Philipp Müller2019-12-092-10/+2
* Remove autotools build systemTim-Philipp Müller2019-10-131-45/+0
* Pass the code through codespellThibault Saunier2019-08-301-1/+1
* docstrings: port ulinks to markdown linksMathieu Duponchelle2019-08-232-7/+5
* doc: Port to hotdocThibault Saunier2019-05-131-0/+2
* vorbisdec: fix leak of header buffersTim-Philipp Müller2019-03-061-0/+4
* vorbisdec: Initialize decoder directly once we have the 3 headersSebastian Dröge2018-09-211-3/+27
* meson: Add an option for the 'Tremor' Vorbis implementationNirbheek Chauhan2018-09-102-2/+3
* vorbisdec: Always handle in-band header packets once the first non-header pac...Sebastian Dröge2018-08-281-13/+18
* meson: Add feature options for all pluginsNirbheek Chauhan2018-07-271-3/+3
* Meson: Generate pc file for all plugins in baseXavier Claessens2018-04-251-0/+2
* vorbisenc: do not map input buffer in WRITE modeMathieu Duponchelle2018-04-121-1/+1
* vorbisparse: error out when headers are missingTim-Philipp Müller2018-02-141-2/+44
* vorbisdec: Improve "new headers while initialized" handlingEdward Hervey2018-02-132-7/+106
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-2/+0
* docs: Convert gtkdoc comments to markdownThibault Saunier2017-03-104-19/+24
* vorbisdec: Reset decoder in more situationsEdward Hervey2017-03-031-1/+5
* vorbisdec: reset decoder on vorbis headers updateJochen Henneberg2017-02-271-12/+21
* vorbisenc: Resend (new, updated) headers when the caps are changingSebastian Dröge2017-02-271-0/+1
* vorbis: Fix channel reorder map for 5.1, 6.1 and 7.1Jochen Henneberg2017-02-201-3/+3
* meson: vorbis: Add -DTREMOR to flags for gstivorbisdecScott D Phillips2016-11-151-1/+1
* vorbisenc: correct codebooks packet identifier from 3 to 5Vincent Penquerc'h2016-10-071-1/+1
* vorbisenc: strip after-eos samples from the end of the eos bufferVincent Penquerc'h2016-10-052-0/+209
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+54
* Revert "vorbisenc: push an updated segment stop time when we know it"Arun Raghavan2016-07-211-21/+0
* base: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-243-15/+12
* vorbisdec: Re-init on new capsJan Schmidt2015-11-111-0/+29
* vorbisenc: use template subset check for accept-capsThiago Santos2015-08-161-0/+2
* vorbisenc: use more accurate sink pad template capsThiago Santos2015-08-161-36/+9
* vorbisdec: use default pad accept-caps handlingThiago Santos2015-08-151-0/+3
* docs: update element example pipelinesTim-Philipp Müller2015-05-104-9/+11
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-15/+0
* Fix double semicolonsTim-Philipp Müller2015-03-101-1/+1
* Don't compare booleans for equality to TRUE and FALSESebastian Dröge2014-12-011-1/+1
* vorbisenc: push an updated segment stop time when we know itVincent Penquerc'h2014-10-301-0/+21
* vorbisdec: don't reorder streams with channels count greater than eightAurélien Zanelli2014-10-021-1/+31
* vorbisenc: Improve annotation of internal functionSebastian Rasmussen2014-08-101-3/+4
* vorbisenc: add missing va_end in variadic functionEdward Hervey2014-06-091-0/+1
* docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller2014-04-263-6/+0
* vorbisenc: remove unused variablesTim-Philipp Müller2013-08-262-6/+1
* vorbisenc: implement flushingAlessandro Decina2013-08-261-0/+12
* vorbisparse: Fix event handlingSebastian Dröge2013-05-101-2/+3
* vorbis: Fix compilation after function renameSebastian Dröge2013-05-031-1/+1
* vorbis: prefix get_copy_sample_func and fix duplicated symbolsAndoni Morales Alastruey2013-05-033-3/+4
* ivorbisdec: fix duplicated symbols with vorbisdecAndoni Morales Alastruey2013-05-031-0/+1
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-2/+2
* vorbis: small GValue optimisationTim-Philipp Müller2013-03-032-12/+3