summaryrefslogtreecommitdiffstats
path: root/audio/gstsbcdec.c
Commit message (Collapse)AuthorAgeFilesLines
* Use native byte order for audio in GStreamer and ALSA pluginsSiarhei Siamashka2009-01-191-1/+1
| | | | | This fixes endianness inconsistency between default SBC configuration and GStreamer/ALSA.
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
|
* First attempt in fixing compiler warnings (still needs cleanup)Marcel Holtmann2008-12-231-0/+1
|
* More coding style fixesJohan Hedberg2008-12-201-3/+3
|
* Update gstreamer plugin to use new sbc API.Luiz Augusto von Dentz2008-02-191-2/+6
|
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
|
* Fixes gstreamer caps and code cleanup.Luiz Augusto von Dentz2008-01-301-17/+28
|
* Make a2dpsink to act like a bin and split the payloader.Luiz Augusto von Dentz2008-01-231-3/+14
|
* Make sbc codec to write directly in application buffers and so avoiding memcpys.Luiz Augusto von Dentz2007-11-121-7/+10
|
* Force LITTLE_ENDIAN instead of BYTE_ORDER for nowMarcel Holtmann2007-08-271-1/+1
|
* Fix class variable namingMarcel Holtmann2007-08-251-2/+2
|
* Limit the supported output ratesMarcel Holtmann2007-08-251-1/+1
|
* Implement full decoding supportMarcel Holtmann2007-08-251-2/+136
|
* Add SBC encoder and decoder skeletons for GStreamerMarcel Holtmann2007-08-231-0/+60