summaryrefslogtreecommitdiffstats
path: root/sbc/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Fix SBC to compile cleanly with -Wsign-compareMarcel Holtmann2009-01-301-2/+2
|
* Add -Wno-sign-compare for the library and fix the other warningsMarcel Holtmann2009-01-291-2/+2
|
* Use of -funroll-loops option to improve SBC encoder performanceSiarhei Siamashka2009-01-231-1/+2
| | | | | | | | | Added the use of -funroll-loops gcc option for SBC. Also in order to gain better effect, 'sbc_pack_frame' function body moved to an inline function, which gets instantiated for 4 different subbands/channels combinations. So that 'frame_subbands' and 'frame_channels' arguments become compile time constants and can be better optimized by the compiler.
* Add missing sbc headers to distJohan Hedberg2009-01-161-0/+1
|
* MMX and ARM NEON optimized versions of analysis filter for SBC encoderSiarhei Siamashka2009-01-161-1/+1
|
* 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