summaryrefslogtreecommitdiffstats
path: root/sbc
Commit message (Expand)AuthorAgeFilesLines
...
* Frederic's conformance testsBrad Midgley2007-10-251-0/+358
* 8-subband encoder had a sign error that made high frequencies noisyBrad Midgley2007-10-171-1/+1
* a little more factoringBrad Midgley2007-10-061-7/+5
* clean out dead codeBrad Midgley2007-10-061-132/+5
* fix MUL* macros with ()Brad Midgley2007-10-052-14/+7
* enable 4 subband lower half optimizationsBrad Midgley2007-10-041-32/+23
* fix & enable 8-subband second half optimizationBrad Midgley2007-10-041-4/+5
* off-by-one problem in 8 subband optimizationBrad Midgley2007-10-041-2/+2
* a (disabled for now) cpu optimization for the bottom half of the 8 subbands e...Brad Midgley2007-10-041-0/+37
* optimizations for 2nd stage of 4-subband encoderBrad Midgley2007-10-041-0/+23
* Make SBC frame header endian safeMarcel Holtmann2007-08-271-0/+15
* Add simple implementation of sbc_parse()Marcel Holtmann2007-08-262-0/+6
* indicate 0 bytes consumed in encoder if input is too short.Brad Midgley2007-08-261-1/+4
* Fix parameter handling of encoderMarcel Holtmann2007-08-251-5/+7
* Fix output handling of decoderMarcel Holtmann2007-08-251-21/+30
* Update copyright informationMarcel Holtmann2007-08-254-4/+4
* Build SBC library only when ALSA or GStreamer is enabledMarcel Holtmann2007-08-221-1/+1
* Add swap member to sbc struct and fix pcm plugin to not swap the buffer.Luiz Augusto von Dentz2007-08-214-3/+18
* Don't hardcode allocation method to SNRJohan Hedberg2007-08-112-1/+2
* Only compile SBC library if ALSA is enabledMarcel Holtmann2007-04-101-0/+2
* Update coding styleMarcel Holtmann2007-03-241-3/+5
* whitespace fixesBrad Midgley2007-03-242-5/+5
* 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-242-2/+417
* update the sbc encoder from the working fixed-point code in the sbc projectBrad Midgley2007-03-174-23/+1453
* Add SBC helper includesMarcel Holtmann2007-02-214-1/+236
* Add SBC utilitiesMarcel Holtmann2007-02-214-0/+372
* Add skeleton for embedding SBC libraryMarcel Holtmann2007-01-313-0/+69