summaryrefslogtreecommitdiffstats
path: root/sbc/sbc.h
Commit message (Collapse)AuthorAgeFilesLines
* SBC arrays and constant tables aligned at 16 byte boundary for SIMDSiarhei Siamashka2009-01-161-0/+1
| | | | | | | Most SIMD instruction sets benefit from data being naturally aligned. And even if it is not strictly required, performance is usually better with the aligned data. ARM NEON and SSE2 have different instruction variants for aligned/unaligned memory accesses.
* Fixed correct handling of frame sizes in the encoderChristian Hoene2009-01-061-1/+1
|
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
|
* Introduce sbc new API.Luiz Augusto von Dentz2008-02-191-8/+39
|
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
|
* Introduce sbc_get_frame_duration.Luiz Augusto von Dentz2007-11-231-2/+1
|
* Add sbc_reinit.Luiz Augusto von Dentz2007-11-131-0/+1
|
* Make sbc codec to write directly in application buffers and so avoiding memcpys.Luiz Augusto von Dentz2007-11-121-7/+7
|
* Add simple implementation of sbc_parse()Marcel Holtmann2007-08-261-0/+1
|
* Update copyright informationMarcel Holtmann2007-08-251-1/+1
|
* Add swap member to sbc struct and fix pcm plugin to not swap the buffer.Luiz Augusto von Dentz2007-08-211-0/+1
|
* Don't hardcode allocation method to SNRJohan Hedberg2007-08-111-0/+1
|
* update the sbc encoder from the working fixed-point code in the sbc projectBrad Midgley2007-03-171-1/+29
| | | | | 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 skeleton for embedding SBC libraryMarcel Holtmann2007-01-311-0/+35