summaryrefslogtreecommitdiff
path: root/ext/sbc
AgeCommit message (Expand)Author
2016-01-16sbc: sbcdec: Fix frame length calculationTim Sheridan
2015-08-17audioencoders: use template subset check for accept-capsThiago Santos
2015-08-15audiodecoders: use default pad accept-caps handlingThiago Santos
2014-08-11sbcenc: Unref output caps in error casesSebastian Rasmussen
2014-03-12sbcenc: Allow user to set channel-modeAurélien Zanelli
2013-12-05sbcdec: Require caps to be set before any data processingSebastian Dröge
2013-04-15gst: Add better support for static pluginsSebastian Dröge
2013-03-27sbc: port encoder to GstAudioEncoderTim-Philipp Müller
2013-03-27sbc: port decoder to GstAudioDecoderTim-Philipp Müller
2013-03-27sbc: import sbc decoder/encoder from bluez and port to 1.0Tim-Philipp Müller
2013-03-27sbc: remove parser in favour of new GstBaseParse-based sbcparse in -goodTim-Philipp Müller
2013-03-27sbc: sbcdec: make decoder more performantWim Taymans
2013-03-27sbc: sbcdec: skip the frame on decoding errorWim Taymans
2013-03-27sbc: sbcdec: set DISCONT on outgoing buffers.Wim Taymans
2013-03-27sbc: sbcdec: handle DISCONT and timestampsWim Taymans
2013-03-27sbc: audio: Make the sbcdec element copy buffer metadataArun Raghavan
2013-03-27sbc: enc: sbc_get_frame_duration is in millisecondsWim Taymans
2013-03-27sbc: dec: chain up to parent before downward state changeWim Taymans
2013-03-27sbc: audio: Fix a leak in sbcdecArun Raghavan
2013-03-27sbc: audio: Initialise SBC data before use in sbcparse elementArun Raghavan
2013-03-27sbc: Fix trivial coding style issues on pointer declarations and castingAnderson Lizardo
2013-03-27sbc: audio: Fix newline before EOFSyam Sidhardhan
2013-03-27sbc: Fix common misspelled wordsLucas De Marchi
2013-03-27sbc: audio: Remove workaround for compiler warningsMarcel Holtmann
2013-03-27sbc: Add pragma based workaround for GStreamer warningsMarcel Holtmann
2013-03-27sbc: Update copyright informationMarcel Holtmann
2013-03-27sbc: Remove unused variable.Luiz Augusto von Dentz
2013-03-27sbc: Remove unused variable.Luiz Augusto von Dentz
2013-03-27sbc: Fix signed/unsigned comparison issue within GStreamer pluginMarcel Holtmann
2013-03-27sbc: Use native byte order for audio in GStreamer and ALSA pluginsSiarhei Siamashka
2013-03-27sbc: Update copyright informationMarcel Holtmann
2013-03-27sbc: First attempt in fixing compiler warnings (still needs cleanup)Marcel Holtmann
2013-03-27sbc: Assign variables after declarationsMarcel Holtmann
2013-03-27sbc: More coding style fixesJohan Hedberg
2013-03-27sbc: Fix runtime warnings of gstreamer plugin.Luiz Augusto von Dentz
2013-03-27sbc: Update gstreamer plugin to use new sbc API.Luiz Augusto von Dentz
2013-03-27sbc: Make use of parameters selected in alsa plugin and fix auto selection.Luiz Augusto von Dentz
2013-03-27sbc: Update copyright informationMarcel Holtmann
2013-03-27sbc: Add bitpool property and others fixes for gstreamer plugin.Luiz Augusto von Dentz
2013-03-27sbc: Enable gstreamer plugin to use autoconnect flag.Luiz Augusto von Dentz
2013-03-27sbc: Fixes gstreamer caps and code cleanup.Luiz Augusto von Dentz
2013-03-27sbc: Fix gtreamer payloader sending fragmented frames.Luiz Augusto von Dentz
2013-03-27sbc: Add mp3 support for gstreamer plugin.Luiz Augusto von Dentz
2013-03-27sbc: Make a2dpsink to act like a bin and split the payloader.Luiz Augusto von Dentz
2013-03-27sbc: Code cleanup.Luiz Augusto von Dentz
2013-03-27sbc: Integrate new ipc API implementation.Luiz Augusto von Dentz
2013-03-27sbc: Add sbc_reinit.Luiz Augusto von Dentz
2013-03-27sbc: Fix bug in sbcenc when changing encoder parameters.Luiz Augusto von Dentz
2013-03-27sbc: Make sbc codec to write directly in application buffers and so avoiding ...Luiz Augusto von Dentz
2013-03-27sbc: Fix sbc negotiation and improves buffer handling by using GstAdapter.Luiz Augusto von Dentz