webrtc: Make ssrc map into separate data structures
[platform/upstream/gst-plugins-bad.git] / ext / sbc /
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-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-08 Eunhae ChoiMerge tizen patch based on 1.12.2 31/158531/5
2017-09-05 Sebastian Drögesbcenc: Fix typo in docs
2017-05-16 Nicolas DufresneRemove plugin specific static build option
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-01-12 Tim Sheridansbc: sbcdec: Fix frame length calculation
2015-11-26 Eunhae ChoiMerge remote-tracking branch 'remotes/origin/upstream... 02/52702/1
2015-08-17 Thiago Santosaudioencoders: use template subset check for accept...
2015-08-15 Thiago Santosaudiodecoders: use default pad accept-caps handling
2014-08-12 Sebastian Rasmussensbcenc: Unref output caps in error cases
2014-08-11 Sebastian Rasmussensbcenc: Unref output caps in error cases
2014-03-12 Aurélien Zanellisbcenc: Allow user to set channel-mode
2013-12-05 Sebastian Drögesbcdec: 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üllersbc: port encoder to GstAudioEncoder
2013-03-27 Tim-Philipp Müllersbc: port decoder to GstAudioDecoder
2013-03-27 Tim-Philipp Müllersbc: import sbc decoder/encoder from bluez and port...
2013-03-27 Tim-Philipp MüllerMerge SBC decoder and encoder from bluez
2013-03-27 Tim-Philipp Müllersbc: remove parser in favour of new GstBaseParse-based...
2013-03-27 Wim Taymanssbc: sbcdec: make decoder more performant
2013-03-27 Wim Taymanssbc: sbcdec: skip the frame on decoding error
2013-03-27 Wim Taymanssbc: sbcdec: set DISCONT on outgoing buffers.
2013-03-27 Wim Taymanssbc: sbcdec: handle DISCONT and timestamps
2013-03-27 Arun Raghavansbc: audio: Make the sbcdec element copy buffer metadata
2013-03-27 Wim Taymanssbc: enc: sbc_get_frame_duration is in milliseconds
2013-03-27 Wim Taymanssbc: dec: chain up to parent before downward state...
2013-03-27 Arun Raghavansbc: audio: Fix a leak in sbcdec
2013-03-27 Arun Raghavansbc: audio: Initialise SBC data before use in sbcparse...
2013-03-27 Anderson Lizardosbc: Fix trivial coding style issues on pointer declara...
2013-03-27 Syam Sidhardhansbc: audio: Fix newline before EOF
2013-03-27 Lucas De Marchisbc: Fix common misspelled words
2013-03-27 Marcel Holtmannsbc: audio: Remove workaround for compiler warnings
2013-03-27 Marcel Holtmannsbc: Add pragma based workaround for GStreamer warnings
2013-03-27 Marcel Holtmannsbc: Update copyright information
2013-03-27 Luiz Augusto von... sbc: Remove unused variable.
2013-03-27 Luiz Augusto von... sbc: Remove unused variable.
2013-03-27 Marcel Holtmannsbc: Fix signed/unsigned comparison issue within GStrea...
2013-03-27 Siarhei Siamashkasbc: Use native byte order for audio in GStreamer and...
2013-03-27 Marcel Holtmannsbc: Update copyright information
2013-03-27 Marcel Holtmannsbc: First attempt in fixing compiler warnings (still...
2013-03-27 Marcel Holtmannsbc: Assign variables after declarations
2013-03-27 Johan Hedbergsbc: More coding style fixes
2013-03-27 Luiz Augusto von... sbc: Fix runtime warnings of gstreamer plugin.
2013-03-27 Luiz Augusto von... sbc: Update gstreamer plugin to use new sbc API.
2013-03-27 Luiz Augusto von... sbc: Make use of parameters selected in alsa plugin...
2013-03-27 Marcel Holtmannsbc: Update copyright information
2013-03-27 Luiz Augusto von... sbc: Add bitpool property and others fixes for gstreame...
2013-03-27 Luiz Augusto von... sbc: Enable gstreamer plugin to use autoconnect flag.
2013-03-27 Luiz Augusto von... sbc: Fixes gstreamer caps and code cleanup.
2013-03-27 Luiz Augusto von... sbc: Fix gtreamer payloader sending fragmented frames.
2013-03-27 Luiz Augusto von... sbc: Add mp3 support for gstreamer plugin.
2013-03-27 Luiz Augusto von... sbc: Make a2dpsink to act like a bin and split the...
2013-03-27 Luiz Augusto von... sbc: Code cleanup.
2013-03-27 Luiz Augusto von... sbc: Integrate new ipc API implementation.
2013-03-27 Luiz Augusto von... sbc: Add sbc_reinit.
2013-03-27 Luiz Augusto von... sbc: Fix bug in sbcenc when changing encoder parameters.
2013-03-27 Luiz Augusto von... sbc: Make sbc codec to write directly in application...
2013-03-27 Luiz Augusto von... sbc: Fix sbc negotiation and improves buffer handling...
2013-03-27 Luiz Augusto von... sbc: Fix buffers timestamps in sbcenc.
2013-03-27 Luiz Augusto von... sbc: Add bitpool capability.
2013-03-27 Marcel Holtmannsbc: Some more coding style changes
2013-03-27 Marcel Holtmannsbc: Don't forget to include the config options
2013-03-27 Marcel Holtmannsbc: Fix coding style issues
2013-03-27 Luiz Augusto von... sbc: Fix coding style issues.
2013-03-27 Luiz Augusto von... sbc: Fixes sbcparser element.
2013-03-27 Luiz Augusto von... sbc: Fixes for gstsbcenc.
2013-03-27 Luiz Augusto von... sbc: Add gstsbcutil.c and gstsbcutil.h.
2013-03-27 Marcel Holtmannsbc: Force LITTLE_ENDIAN instead of BYTE_ORDER for now
2013-03-27 Marcel Holtmannsbc: Implement full parsing support
2013-03-27 Marcel Holtmannsbc: Add mode property to the encoder
2013-03-27 Marcel Holtmannsbc: Implement full encoding support
2013-03-27 Marcel Holtmannsbc: Fix class variable naming
2013-03-27 Marcel Holtmannsbc: Limit the supported output rates
2013-03-27 Marcel Holtmannsbc: Implement full decoding support
2013-03-27 Marcel Holtmannsbc: Add SBC encoder and decoder skeletons for GStreamer