summaryrefslogtreecommitdiffstats
path: root/sbc
Commit message (Collapse)AuthorAgeFilesLines
* fix MUL* macros with ()Brad Midgley2007-10-052-14/+7
| | | | factor more multiplies in 4-subband encoder
* 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 ↵Brad Midgley2007-10-041-0/+37
| | | | encoder. seems to work fine.
* optimizations for 2nd stage of 4-subband encoderBrad Midgley2007-10-041-0/+23
| | | | disabled but in place so indt folks don't duplicate the optimization effort
* 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
| | | | | caller is responsible for filling the end of the input if it really wants the frame encoded (ie with silence at the end)
* 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
| | | | | I also tagged the sbc project with "copied-to-bluez-utils" at the same time. We will do sbc work under bluez and sync it with the old sbc project if necessary.
* 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