summaryrefslogtreecommitdiff
path: root/sbc/sbcdec.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-08sbc: Fix redundant null check on calling free()Gustavo F. Padovan1-6/+3
2010-01-07Update Nokia copyrightsJohan Hedberg1-0/+1
2010-01-01Update copyright informationMarcel Holtmann1-2/+2
2009-04-17fix up sbc.h prototypes to use const/size_t wherever applicableLennart Poettering1-2/+3
2009-04-01Remove unused variable.Luiz Augusto von Dentz1-2/+0
2009-03-12Fix a couple of other places that should use size_t and ssize_tJohan Hedberg1-2/+3
2009-01-29Add -Wno-sign-compare for the library and fix the other warningsMarcel Holtmann1-1/+1
2009-01-01Update copyright informationMarcel Holtmann1-2/+2
2008-11-01Add more options to SBC encoder and decoderMarcel Holtmann1-8/+20
2008-10-30Fix SBC decoding handlingMarcel Holtmann1-4/+4
2008-10-26Let the decoder write Sun/NeXT audio S16_BE filesMarcel Holtmann1-1/+18
2008-10-26Fix missing encoding of last frameMarcel Holtmann1-2/+1
2008-02-19Introduce sbc new API.Luiz Augusto von Dentz1-5/+26
2008-02-02Update copyright informationMarcel Holtmann1-2/+2
2008-01-30fix off-by-one in sbcdecBrad Midgley1-2/+2
2007-11-12Make sbc codec to write directly in application buffers and so avoiding memcpys.Luiz Augusto von Dentz1-10/+10
2007-11-01Coding style cleanupJohan Hedberg1-15/+21
2007-08-25Fix output handling of decoderMarcel Holtmann1-21/+30
2007-08-21Add swap member to sbc struct and fix pcm plugin to not swap the buffer.Luiz Augusto von Dentz1-0/+1
2007-03-24Update coding styleMarcel Holtmann1-3/+5
2007-03-24whitespace fixesBrad Midgley1-3/+3
2007-03-24examine the result of write() ops, avoid warningsBrad Midgley1-5/+7
2007-03-24add Marcel's original, unmodified sbcdec/enc clients to sbcBrad Midgley1-1/+194
2007-02-21Add SBC utilitiesMarcel Holtmann1-0/+33