summaryrefslogtreecommitdiff
path: root/ext/opus
Commit message (Expand)AuthorAgeFilesLines
* opus: allow per feature registrationStéphane Cerveau2021-03-233-10/+20
* Remove autotools build systemTim-Philipp Müller2019-10-141-22/+0
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-1/+1
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* opus: Rename opusheader functions to prevent symbol conflicts with static lin...Sebastian Dröge2018-03-251-1/+4
* opusparse: fix uninitialized-warningHavard Graff2017-11-251-1/+1
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* opusparse: do not drop preskip and gain from OpusHead headerVincent Penquerc'h2017-05-091-42/+33
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-3/+3
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+20
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-6/+5
* opus: rename plugin to opusparse for the time beingTim-Philipp Müller2016-02-262-8/+8
* opus: remove Opus encoder/decoder, moved to -baseTim-Philipp Müller2016-02-268-2450/+2
* opus: remove Opus RTP elements, they have moved to -goodTim-Philipp Müller2016-02-256-582/+3
* 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-153-3/+3
* opusparse: remove unneeded statementLuis de Bethencourt2015-11-271-1/+0
* 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
* opusparse: initialize sample rate to a defaultLuis de Bethencourt2015-11-121-1/+1
* 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-0310-404/+217
* opusparse: Fix up pre-skip in OpusHead if upstream using GstAudioClippingMetaSebastian Dröge2015-11-032-24/+66
* opusdec: Handle GstAudioClippingMeta instead of the pre-skip field in the Opu...Sebastian Dröge2015-11-031-5/+30
* opusenc: Add GstAudioClippingMeta to buffers that need to be clippedSebastian Dröge2015-11-031-4/+20
* opusenc: Disable granule position calculations by the base classSebastian Dröge2015-11-031-6/+0
* opusenc: Add some FIXME comments about calculating padding with LPCSebastian Dröge2015-11-031-0/+8
* opusenc: Encode exactly the amount of samples we got as input and put correct...Sebastian Dröge2015-11-032-12/+57
* opusenc: Put lookahead/pre-skip into the OpusHead headerSebastian Dröge2015-11-034-16/+22
* opusdec: Assume 48kHz if no sample rate is given in the headerSebastian Dröge2015-11-021-0/+2
* opusenc: Place 48kHz first in the capsSebastian Dröge2015-11-021-1/+6
* opusdec: remove check for number of channelsThiago Santos2015-09-151-6/+0
* opusenc: improve deprecated properties docsMiguel París Díaz2015-09-111-12/+12
* opusenc: do not throw g_warning when getting deprecated propertiesMiguel París Díaz2015-09-111-3/+8
* audioencoders: use template subset check for accept-capsThiago Santos2015-08-171-0/+2
* audiodecoders: use default pad accept-caps handlingThiago Santos2015-08-151-0/+3
* opus: Copy metadata in the (de)payloader, but only the relevant onesSebastian Dröge2015-08-112-0/+59
* opuscommon: Use GString instead of snprintf for concatingNirbheek Chauhan2015-07-271-5/+10
* opusdec: Fix PLC frame size calculationsCarlos Rafael Giani2015-07-202-4/+51
* opusenc: Add bitrate to the tagsMersad Jelacic2015-06-221-0/+20
* opusdec: If channel/rate negotiation fails, fall back to stereo and 48kHzSebastian Dröge2015-06-041-0/+11
* opusparse: Set up default header with 48kHz sample rate instead of 0Sebastian Dröge2015-06-041-1/+1
* opusdec: gst_structure_fixate_field_nearest_int() only works if the structure...Sebastian Dröge2015-06-041-2/+11
* opusdepay: Set multistream=FALSE on the Opus capsSebastian Dröge2015-05-041-2/+4
* opusheader: Do not include rate in caps if it is 0Jose Antonio Santos Cadenas2015-05-041-1/+6
* opus: fix includes and compilation against opus in non-standard prefixTim-Philipp Müller2015-04-284-4/+4
* opus: don't use deprecated gst_buffer_new_and_allocMersad Jelacic2015-04-282-2/+6