summaryrefslogtreecommitdiff
path: root/ext/opus
AgeCommit message (Expand)AuthorFilesLines
2018-07-27Add feature options for almost all pluginsNirbheek Chauhan1-1/+1
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2018-03-25opus: Rename opusheader functions to prevent symbol conflicts with static lin...Sebastian Dröge1-1/+4
2017-11-25opusparse: fix uninitialized-warningHavard Graff1-1/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-05-09opusparse: do not drop preskip and gain from OpusHead headerVincent Penquerc'h1-42/+33
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-3/+3
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+20
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-6/+5
2016-02-26opus: rename plugin to opusparse for the time beingTim-Philipp Müller2-8/+8
2016-02-26opus: remove Opus encoder/decoder, moved to -baseTim-Philipp Müller8-2450/+2
2016-02-25opus: remove Opus RTP elements, they have moved to -goodTim-Philipp Müller6-582/+3
2016-02-03opus: fix FECVincent Penquerc'h1-7/+11
2016-02-02opusdec: fix wrong buffer being checked for missing dataVincent Penquerc'h1-2/+2
2015-12-15plugins-bad: Fix example pipelinesVineeth TM3-3/+3
2015-11-27opusparse: remove unneeded statementLuis de Bethencourt1-1/+0
2015-11-18Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet1-2/+1
2015-11-12opusenc: avoid potential overflow expressionLuis de Bethencourt1-2/+3
2015-11-12opusparse: initialize sample rate to a defaultLuis de Bethencourt1-1/+1
2015-11-05opusdec: Update sink pad templatesSebastian Dröge1-2/+7
2015-11-04opusenc: Create an empty taglist if there is noneSebastian Dröge1-0/+5
2015-11-03opus: Add proper support for multichannel audioSebastian Dröge10-404/+217
2015-11-03opusparse: Fix up pre-skip in OpusHead if upstream using GstAudioClippingMetaSebastian Dröge2-24/+66
2015-11-03opusdec: Handle GstAudioClippingMeta instead of the pre-skip field in the Opu...Sebastian Dröge1-5/+30
2015-11-03opusenc: Add GstAudioClippingMeta to buffers that need to be clippedSebastian Dröge1-4/+20
2015-11-03opusenc: Disable granule position calculations by the base classSebastian Dröge1-6/+0
2015-11-03opusenc: Add some FIXME comments about calculating padding with LPCSebastian Dröge1-0/+8
2015-11-03opusenc: Encode exactly the amount of samples we got as input and put correct...Sebastian Dröge2-12/+57
2015-11-03opusenc: Put lookahead/pre-skip into the OpusHead headerSebastian Dröge4-16/+22
2015-11-02opusdec: Assume 48kHz if no sample rate is given in the headerSebastian Dröge1-0/+2
2015-11-02opusenc: Place 48kHz first in the capsSebastian Dröge1-1/+6
2015-09-15opusdec: remove check for number of channelsThiago Santos1-6/+0
2015-09-11opusenc: improve deprecated properties docsMiguel París Díaz1-12/+12
2015-09-11opusenc: do not throw g_warning when getting deprecated propertiesMiguel París Díaz1-3/+8
2015-08-17audioencoders: use template subset check for accept-capsThiago Santos1-0/+2
2015-08-15audiodecoders: use default pad accept-caps handlingThiago Santos1-0/+3
2015-08-11opus: Copy metadata in the (de)payloader, but only the relevant onesSebastian Dröge2-0/+59
2015-07-27opuscommon: Use GString instead of snprintf for concatingNirbheek Chauhan1-5/+10
2015-07-20opusdec: Fix PLC frame size calculationsCarlos Rafael Giani2-4/+51
2015-06-22opusenc: Add bitrate to the tagsMersad Jelacic1-0/+20
2015-06-04opusdec: If channel/rate negotiation fails, fall back to stereo and 48kHzSebastian Dröge1-0/+11
2015-06-04opusparse: Set up default header with 48kHz sample rate instead of 0Sebastian Dröge1-1/+1
2015-06-04opusdec: gst_structure_fixate_field_nearest_int() only works if the structure...Sebastian Dröge1-2/+11
2015-05-04opusdepay: Set multistream=FALSE on the Opus capsSebastian Dröge1-2/+4
2015-05-04opusheader: Do not include rate in caps if it is 0Jose Antonio Santos Cadenas1-1/+6
2015-04-28opus: fix includes and compilation against opus in non-standard prefixTim-Philipp Müller4-4/+4
2015-04-28opus: don't use deprecated gst_buffer_new_and_allocMersad Jelacic2-2/+6
2015-04-03opus: Fix incorrect fall-through condition in property getterArun Raghavan1-1/+1
2015-03-25rtpopuspay: Forward stereo preferences from caps upstreamOlivier Crête1-1/+64
2015-03-25rtpopuspay: Set the number of channels to 2 as per RFC draftOlivier Crête1-0/+1