summaryrefslogtreecommitdiff
path: root/ext/sbc/gstsbcdec.c
Commit message (Expand)AuthorAgeFilesLines
* sbc: sbcdec: Fix frame length calculationTim Sheridan2016-01-161-4/+4
* audiodecoders: use default pad accept-caps handlingThiago Santos2015-08-151-0/+3
* sbcdec: Require caps to be set before any data processingSebastian Dröge2013-12-051-3/+2
* sbc: port decoder to GstAudioDecoderTim-Philipp Müller2013-03-271-201/+141
* sbc: import sbc decoder/encoder from bluez and port to 1.0Tim-Philipp Müller2013-03-271-77/+52
* sbc: sbcdec: make decoder more performantWim Taymans2013-03-271-88/+142
* sbc: sbcdec: skip the frame on decoding errorWim Taymans2013-03-271-2/+4
* sbc: sbcdec: set DISCONT on outgoing buffers.Wim Taymans2013-03-271-1/+8
* sbc: sbcdec: handle DISCONT and timestampsWim Taymans2013-03-271-6/+49
* sbc: audio: Make the sbcdec element copy buffer metadataArun Raghavan2013-03-271-2/+1
* sbc: dec: chain up to parent before downward state changeWim Taymans2013-03-271-1/+8
* sbc: audio: Fix a leak in sbcdecArun Raghavan2013-03-271-0/+1
* sbc: Add pragma based workaround for GStreamer warningsMarcel Holtmann2013-03-271-0/+1
* sbc: Update copyright informationMarcel Holtmann2013-03-271-1/+1
* sbc: Remove unused variable.Luiz Augusto von Dentz2013-03-271-2/+0
* sbc: Use native byte order for audio in GStreamer and ALSA pluginsSiarhei Siamashka2013-03-271-1/+1
* sbc: Update copyright informationMarcel Holtmann2013-03-271-1/+1
* sbc: First attempt in fixing compiler warnings (still needs cleanup)Marcel Holtmann2013-03-271-0/+1
* sbc: More coding style fixesJohan Hedberg2013-03-271-2/+2
* sbc: Update gstreamer plugin to use new sbc API.Luiz Augusto von Dentz2013-03-271-2/+4
* sbc: Update copyright informationMarcel Holtmann2013-03-271-1/+1
* sbc: Fixes gstreamer caps and code cleanup.Luiz Augusto von Dentz2013-03-271-15/+27
* sbc: Make a2dpsink to act like a bin and split the payloader.Luiz Augusto von Dentz2013-03-271-0/+7
* sbc: Make sbc codec to write directly in application buffers and so avoiding ...Luiz Augusto von Dentz2013-03-271-7/+9
* sbc: Force LITTLE_ENDIAN instead of BYTE_ORDER for nowMarcel Holtmann2013-03-271-1/+1
* sbc: Fix class variable namingMarcel Holtmann2013-03-271-2/+2
* sbc: Limit the supported output ratesMarcel Holtmann2013-03-271-1/+1
* sbc: Implement full decoding supportMarcel Holtmann2013-03-271-2/+132
* sbc: Add SBC encoder and decoder skeletons for GStreamerMarcel Holtmann2013-03-271-0/+62