summaryrefslogtreecommitdiffstats
path: root/sbc/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* SIMD-friendly variant of SBC encoder analysis filterSiarhei Siamashka2009-01-161-1/+2
| | | | | | | | | Added SIMD-friendly C implementation of SBC analysis filter (the structure of code had to be changed a bit and constants in the tables reordered). This code can be used as a reference for developing platform specific SIMD optimizations. These functions are put into a new file 'sbc_primitives.c', which is going to contain all the basic stuff for SBC codec.
* Let the decoder write Sun/NeXT audio S16_BE filesMarcel Holtmann2008-10-261-0/+2
|
* rollback an unintended commit on Makefile.amBrad Midgley2008-03-081-1/+2
|
* Cidorvan found another place where the spec had us saving a bunch of valuesBrad Midgley2008-03-081-2/+1
| | | | that were used immediately. Just compute and use instead of saving. In the decoder.
* Enable gcc -O3 optimizations for SBCMarcel Holtmann2008-03-051-0/+2
|
* Add build magic around sbctester programMarcel Holtmann2007-10-251-1/+13
|
* Build SBC library only when ALSA or GStreamer is enabledMarcel Holtmann2007-08-221-1/+1
|
* Only compile SBC library if ALSA is enabledMarcel Holtmann2007-04-101-0/+2
|
* Add SBC helper includesMarcel Holtmann2007-02-211-1/+1
|
* Add SBC utilitiesMarcel Holtmann2007-02-211-0/+6
|
* Add skeleton for embedding SBC libraryMarcel Holtmann2007-01-311-0/+6