webrtc: Make ssrc map into separate data structures
[platform/upstream/gst-plugins-bad.git] / ext / opus /
2020-02-21 Gilbok LeeMerge branch 'tizen_gst_1.16.2' into tizen 94/225594/1 accepted/tizen/unified/20200304.124000 submit/tizen/20200221.064623 submit/tizen/20200302.032418
2020-01-29 Gilbok LeeMerge branch 'upstream/1.16' into tizen_gst_1.16.2 52/223352/1
2018-07-27 Nirbheek ChauhanAdd feature options for almost all plugins
2018-04-25 Xavier ClaessensMeson: Generate pc file for all plugins in bad
2018-03-25 Sebastian Drögeopus: Rename opusheader functions to prevent symbol...
2018-01-05 Gilbok LeeMerge branch 'tizen_gst_upgrade' into tizen 86/165986/1 sandbox/sejun/new-feature accepted/tizen/unified/20180110.141849 submit/tizen/20180105.085839
2017-11-25 Havard Graffopusparse: fix uninitialized-warning
2017-11-08 Eunhae ChoiMerge tizen patch based on 1.12.2 31/158531/5
2017-05-16 Nicolas DufresneRemove plugin specific static build option
2017-05-09 Vincent Penquerc'hopusparse: do not drop preskip and gain from OpusHead...
2017-04-12 Thibault Saunierdocs: Port all docstring to gtk-doc markdown
2016-08-20 Nirbheek ChauhanAdd support for Meson as alternative/parallel build...
2016-03-24 Vineeth TMbad: use new gst_element_class_add_static_pad_template()
2016-02-26 Tim-Philipp Mülleropus: rename plugin to opusparse for the time being
2016-02-26 Tim-Philipp Mülleropus: remove Opus encoder/decoder, moved to -base
2016-02-25 Tim-Philipp Mülleropus: remove Opus RTP elements, they have moved to...
2016-02-03 Vincent Penquerc'hopus: fix FEC
2016-02-02 Vincent Penquerc'hopusdec: fix wrong buffer being checked for missing...
2015-12-15 Vineeth TMplugins-bad: Fix example pipelines
2015-11-27 Luis de Bethencourtopusparse: remove unneeded statement
2015-11-26 Eunhae ChoiMerge remote-tracking branch 'remotes/origin/upstream... 02/52702/1
2015-11-19 Reynaldo H. Verdej... Remove unnecessary NULL checks before g_free()
2015-11-12 Luis de Bethencourtopusenc: avoid potential overflow expression
2015-11-12 Luis de Bethencourtopusparse: initialize sample rate to a default
2015-11-05 Sebastian Drögeopusdec: Update sink pad templates
2015-11-03 Sebastian Drögeopusenc: Create an empty taglist if there is none
2015-11-03 Sebastian Drögeopus: Add proper support for multichannel audio
2015-11-03 Sebastian Drögeopusparse: Fix up pre-skip in OpusHead if upstream...
2015-11-03 Sebastian Drögeopusdec: Handle GstAudioClippingMeta instead of the...
2015-11-03 Sebastian Drögeopusenc: Add GstAudioClippingMeta to buffers that need...
2015-11-03 Sebastian Drögeopusenc: Disable granule position calculations by the...
2015-11-03 Sebastian Drögeopusenc: Add some FIXME comments about calculating...
2015-11-03 Sebastian Drögeopusenc: Encode exactly the amount of samples we got...
2015-11-03 Sebastian Drögeopusenc: Put lookahead/pre-skip into the OpusHead header
2015-11-03 Sebastian Drögeopusenc: Place 48kHz first in the caps
2015-11-03 Sebastian Drögeopusdec: Assume 48kHz if no sample rate is given in...
2015-11-02 Sebastian Drögeopusdec: Assume 48kHz if no sample rate is given in...
2015-11-02 Sebastian Drögeopusenc: Place 48kHz first in the caps
2015-09-15 Thiago Santosopusdec: remove check for number of channels
2015-09-11 Miguel París Díazopusenc: improve deprecated properties docs
2015-09-11 Miguel París Díazopusenc: do not throw g_warning when getting deprecated...
2015-08-17 Thiago Santosaudioencoders: use template subset check for accept...
2015-08-15 Thiago Santosaudiodecoders: use default pad accept-caps handling
2015-08-11 Sebastian Drögeopus: Copy metadata in the (de)payloader, but only...
2015-07-27 Nirbheek Chauhanopuscommon: Use GString instead of snprintf for concating
2015-07-20 Carlos Rafael Gianiopusdec: Fix PLC frame size calculations
2015-06-22 Mersad Jelacicopusenc: Add bitrate to the tags
2015-06-04 Sebastian Drögeopusdec: If channel/rate negotiation fails, fall back...
2015-06-04 Sebastian Drögeopusparse: Set up default header with 48kHz sample...
2015-06-04 Sebastian Drögeopusdec: gst_structure_fixate_field_nearest_int() only...
2015-05-04 Sebastian Drögeopusdepay: Set multistream=FALSE on the Opus caps
2015-05-04 Jose Antonio Santo... opusheader: Do not include rate in caps if it is 0
2015-04-28 Tim-Philipp Mülleropus: fix includes and compilation against opus in...
2015-04-28 Mersad Jelacicopus: don't use deprecated gst_buffer_new_and_alloc
2015-04-03 Arun Raghavanopus: Fix incorrect fall-through condition in property...
2015-03-25 Olivier Crêtertpopuspay: Forward stereo preferences from caps upstream
2015-03-25 Olivier Crêtertpopuspay: Set the number of channels to 2 as per...
2015-03-24 Luis de Bethencourtopusenc: fall through switch statement
2015-03-23 Sebastian Drögeopusenc: Set output format immediately after creating...
2015-03-23 Sebastian Drögeopusenc: Remove another unused variable
2015-03-23 Sebastian Drögeopusenc: Remove useless headers and header_sent variabl...
2015-03-23 Sebastian Drögeopus: Handle sprop-stereo and sprop-maxcapturerate...
2015-03-23 Sebastian Drögeopusdec: Take channels and sample rate from the caps...
2015-03-23 Sebastian Drögeopusdec: Reset the decoder if the caps change
2015-03-23 Sebastian Drögeopusdec: Take output sample rate from the stream header...
2015-03-23 Sebastian Drögeopusheader: Put number of channels and sample rate...
2015-03-12 Vincent Penquerc'hopusenc: replace cbr and constrained-vbr properties...
2015-03-04 Vincent Penquerc'hopusdec: fix latency query in FEC case
2015-02-19 Vincent Penquerc'hrtpopuspay: default encoding name to OPUS
2015-02-19 Vincent Penquerc'hrtpopuspay: make caps writable before truncating them
2015-02-19 Vincent Penquerc'hrtpopuspay: negotiate the encoding name
2015-02-18 Sebastian Drögeopusenc: Remove g_warnings() for the deprecated audio...
2015-02-11 Sebastian DrögeImprove and fix LATENCY query handling
2015-01-29 Vincent Penquerc'hopusenc: change audio property to audio-type
2014-12-18 Thiago Santosopusenc: plug ref leak of template caps
2014-12-15 Vincent Penquerc'hopusparse: fix frame size determination
2014-11-01 Nicolas Dufresnertpopus: Use OPUS encoding name
2014-10-30 Vincent Penquerc'hopusenc: update output segment stop time to match clipp...
2014-09-10 Tim-Philipp MüllerFix up one-element lists in template caps
2014-08-12 Sebastian Rasmussenopusenc: Unref pad template caps after usage
2014-08-11 Sebastian Rasmussenopusenc: Unref pad template caps after usage
2014-08-10 Sebastian Rasmussenopus: Improve annotation of internal function
2014-07-11 Philip Withnallopus: Fix a double-unref in the Opus header code
2014-05-26 Miguel París Díazopusenc: Use aux vars to minimize critical region
2014-04-09 Vincent Penquerc'hopus: add missing va_end in variadic function
2013-12-28 Sebastian Drögeopusparse: Don't send caps in GstBaseParse::start()
2013-12-27 Vincent Penquerc'hopusenc: increase max payload size to 4000 bytes
2013-12-05 Sebastian Drögeopusdec: Require caps to be set before any data processing
2013-04-15 Sebastian Drögegst: Add better support for static plugins
2013-03-27 Tim-Philipp MüllerMerge SBC decoder and encoder from bluez
2013-02-11 Wim Taymansopusdec: clear the state of the decoder
2013-01-31 Wim Taymansopuspay: fix timestamps
2013-01-28 Tim-Philipp Mülleropusenc: fix crash when setting "cbr" property when...
2012-12-18 Thijs Vermeiropus: use appropriate printf format for gsize
2012-11-04 Tim-Philipp MüllerFix FSF address
2012-10-25 Carlos Rafael Gianiopusdec: fixed buffer unmapping bug
2012-10-22 Wim Taymansopuspay: remove pointless caps serialization
2012-10-17 Tim-Philipp MüllerUse gst_element_class_set_static_metadata()
2012-09-22 Olivier Crêteopusenc: Rank as Primary
2012-09-22 Olivier Crêtertpopuspay: Allocate the rtp buffer correctly
next