summaryrefslogtreecommitdiff
path: root/ext/opus
Commit message (Expand)AuthorAgeFilesLines
* opusenc: Place 48kHz first in the capsSebastian Dröge2015-11-031-1/+6
* opusdec: Assume 48kHz if no sample rate is given in the headerSebastian Dröge2015-11-031-0/+2
* 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
* opus: Fix incorrect fall-through condition in property getterArun Raghavan2015-04-031-1/+1
* rtpopuspay: Forward stereo preferences from caps upstreamOlivier Crête2015-03-251-1/+64
* rtpopuspay: Set the number of channels to 2 as per RFC draftOlivier Crête2015-03-251-0/+1
* opusenc: fall through switch statementLuis de Bethencourt2015-03-241-0/+1
* opusenc: Set output format immediately after creating the encoder instanceSebastian Dröge2015-03-231-17/+14
* opusenc: Remove another unused variableSebastian Dröge2015-03-232-5/+0
* opusenc: Remove useless headers and header_sent variables from the instance s...Sebastian Dröge2015-03-233-21/+8
* opus: Handle sprop-stereo and sprop-maxcapturerate RTP caps fieldsSebastian Dröge2015-03-232-1/+67
* opusdec: Take channels and sample rate from the caps if we have no stream headerSebastian Dröge2015-03-231-0/+16
* opusdec: Reset the decoder if the caps changeSebastian Dröge2015-03-231-0/+13
* opusdec: Take output sample rate from the stream headers tooSebastian Dröge2015-03-231-3/+2
* opusheader: Put number of channels and sample rate into the capsSebastian Dröge2015-03-231-1/+9
* opusenc: replace cbr and constrained-vbr properties with an enumVincent Penquerc'h2015-03-122-14/+83
* opusdec: fix latency query in FEC caseVincent Penquerc'h2015-03-041-4/+4
* rtpopuspay: default encoding name to OPUSVincent Penquerc'h2015-02-191-2/+1
* rtpopuspay: make caps writable before truncating themVincent Penquerc'h2015-02-191-1/+1
* rtpopuspay: negotiate the encoding nameVincent Penquerc'h2015-02-191-1/+18
* opusenc: Remove g_warnings() for the deprecated audio propertySebastian Dröge2015-02-181-4/+0
* Improve and fix LATENCY query handlingSebastian Dröge2015-02-111-0/+3
* opusenc: change audio property to audio-typeVincent Penquerc'h2015-01-292-10/+52
* opusenc: plug ref leak of template capsThiago Santos2014-12-171-3/+1
* opusparse: fix frame size determinationVincent Penquerc'h2014-12-151-0/+5
* rtpopus: Use OPUS encoding nameNicolas Dufresne2014-11-012-2/+2
* opusenc: update output segment stop time to match clipped samplesVincent Penquerc'h2014-10-302-0/+28
* Fix up one-element lists in template capsTim-Philipp Müller2014-09-101-1/+1
* opusenc: Unref pad template caps after usageSebastian Rasmussen2014-08-111-5/+6
* opus: Improve annotation of internal functionSebastian Rasmussen2014-08-101-3/+4
* opus: Fix a double-unref in the Opus header codePhilip Withnall2014-07-111-2/+5
* opusenc: Use aux vars to minimize critical regionMiguel París Díaz2014-05-261-9/+17
* opus: add missing va_end in variadic functionVincent Penquerc'h2014-04-091-0/+1
* opusparse: Don't send caps in GstBaseParse::start()Sebastian Dröge2013-12-281-5/+0
* opusenc: increase max payload size to 4000 bytesVincent Penquerc'h2013-12-271-2/+2