summaryrefslogtreecommitdiff
path: root/ext/sbc/gstsbcdec.h
Commit message (Collapse)AuthorAgeFilesLines
* sbc: port decoder to GstAudioDecoderTim-Philipp Müller2013-03-271-14/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=690582
* sbc: import sbc decoder/encoder from bluez and port to 1.0Tim-Philipp Müller2013-03-271-21/+17
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=690582
* sbc: sbcdec: make decoder more performantWim Taymans2013-03-271-1/+3
| | | | | | Use an adapter to accumulate input buffers. Decode all input in one output buffer when possible to reduce the amount of push operations.
* sbc: sbcdec: handle DISCONT and timestampsWim Taymans2013-03-271-0/+1
| | | | | Reset state on discont. Interpollate timestamps.
* sbc: audio: Remove workaround for compiler warningsMarcel Holtmann2013-03-271-1/+1
|
* sbc: Update copyright informationMarcel Holtmann2013-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-2/+1
|
* sbc: Update gstreamer plugin to use new sbc API.Luiz Augusto von Dentz2013-03-271-0/+1
|
* sbc: Update copyright informationMarcel Holtmann2013-03-271-1/+1
|
* sbc: Fixes gstreamer caps and code cleanup.Luiz Augusto von Dentz2013-03-271-0/+3
|
* sbc: Make a2dpsink to act like a bin and split the payloader.Luiz Augusto von Dentz2013-03-271-0/+2
|
* sbc: Implement full decoding supportMarcel Holtmann2013-03-271-0/+6
|
* sbc: Add SBC encoder and decoder skeletons for GStreamerMarcel Holtmann2013-03-271-0/+55