summaryrefslogtreecommitdiffstats
path: root/sbc/sbcdec.c
Commit message (Expand)AuthorAgeFilesLines
* fix up sbc.h prototypes to use const/size_t wherever applicableLennart Poettering2009-03-231-2/+3
* Fix a couple of other places that should use size_t and ssize_tJohan Hedberg2009-03-121-2/+3
* Add -Wno-sign-compare for the library and fix the other warningsMarcel Holtmann2009-01-291-1/+1
* Update copyright informationMarcel Holtmann2009-01-011-2/+2
* Add more options to SBC encoder and decoderMarcel Holtmann2008-11-011-8/+20
* Fix SBC decoding handlingMarcel Holtmann2008-10-301-4/+4
* Let the decoder write Sun/NeXT audio S16_BE filesMarcel Holtmann2008-10-261-1/+18
* Fix missing encoding of last frameMarcel Holtmann2008-10-261-2/+1
* Introduce sbc new API.Luiz Augusto von Dentz2008-02-191-5/+26
* Update copyright informationMarcel Holtmann2008-02-021-2/+2
* fix off-by-one in sbcdecBrad Midgley2008-01-301-2/+2
* Make sbc codec to write directly in application buffers and so avoiding memcpys.Luiz Augusto von Dentz2007-11-121-10/+10
* Coding style cleanupJohan Hedberg2007-11-011-15/+21
* Fix output handling of decoderMarcel Holtmann2007-08-251-21/+30
* Add swap member to sbc struct and fix pcm plugin to not swap the buffer.Luiz Augusto von Dentz2007-08-211-0/+1
* Update coding styleMarcel Holtmann2007-03-241-3/+5
* whitespace fixesBrad Midgley2007-03-241-3/+3
* examine the result of write() ops, avoid warningsBrad Midgley2007-03-241-5/+7
* add Marcel's original, unmodified sbcdec/enc clients to sbcBrad Midgley2007-03-241-1/+194
* Add SBC utilitiesMarcel Holtmann2007-02-211-0/+33