summaryrefslogtreecommitdiff
path: root/sbc
Commit message (Expand)AuthorAgeFilesLines
* sbc: Fix empty parameter list in usage() declarationSzymon Janc2011-05-181-1/+1
* sbc: Remove unused variableJohan Hedberg2011-05-151-2/+1
* sbc: better compatibility with ARM thumb/thumb2Siarhei Siamashka2011-03-292-3/+3
* sbc: detect when bitpool has changedLuiz Augusto von Dentz2010-12-231-1/+7
* Add iwmmxt optimization for sbc for pxa series cpuKeith Mok2010-11-183-0/+350
* sbc: added "cc" to the clobber list of mmx inline assemblySiarhei Siamashka2010-11-111-3/+3
* sbc: ARMv6 optimized version of analysis filter for SBC encoderSiarhei Siamashka2010-07-023-0/+355
* sbc: faster 'sbc_calculate_bits' functionSiarhei Siamashka2010-07-021-15/+28
* sbc: slightly faster 'sbc_calc_scalefactors_neon'Siarhei Siamashka2010-07-021-15/+10
* sbc: ARM NEON optimizations for input permutation in SBC encoderSiarhei Siamashka2010-07-021-0/+350
* sbc: ARM NEON optimized joint stereo processing in SBC encoderSiarhei Siamashka2010-07-021-0/+243
* Fix signedness of libsbc parametersJohan Hedberg2010-06-303-6/+7
* sbc: ARM NEON optimization for scale factors calculationSiarhei Siamashka2010-06-302-1/+59
* sbc: MMX optimization for scale factors calculationSiarhei Siamashka2010-06-301-0/+54
* sbc: new 'sbc_calc_scalefactors_j' function added to sbc primitivesSiarhei Siamashka2010-06-303-68/+103
* sbc: Fix redundant null check on calling free()Gustavo F. Padovan2010-06-082-8/+4
* Update Nokia copyrightsJohan Hedberg2010-01-0714-0/+14
* Update copyright informationMarcel Holtmann2010-01-0115-18/+18
* Switch to a full non-recursive build systemMarcel Holtmann2009-08-231-33/+0
* sbc: added saturated clipping of decoder output to 16-bitSiarhei Siamashka2009-04-171-5/+15
* Do some coding style cleanupsMarcel Holtmann2009-04-172-24/+16
* fix up sbc.h prototypes to use const/size_t wherever applicableLennart Poettering2009-04-174-22/+45
* Remove unused variable.Luiz Augusto von Dentz2009-04-011-2/+0
* sbc: ensure 16-byte buffer position alignment for 4 subbands encodingSiarhei Siamashka2009-03-142-4/+4
* Fix misuse of 'frame.joint' when estimating the frame length.Luiz Augusto von Dentz2009-03-211-17/+12
* Fix a couple of other places that should use size_t and ssize_tJohan Hedberg2009-03-123-8/+11
* sbc: don't dereference sbc pointer if NULLMarc-André Lureau2009-02-171-2/+2
* sbc: provide implementation info as a readable stringMarc-André Lureau2009-02-176-0/+19
* make check_mmx_support() a proper C functionLennart Poettering2009-02-011-1/+1
* Fix SBC to compile cleanly with -Wsign-compareMarcel Holtmann2009-01-302-6/+9
* Fix for SBC encoding with block sizes other than 16Siarhei Siamashka2009-01-291-6/+13
* Add -Wno-sign-compare for the library and fix the other warningsMarcel Holtmann2009-01-294-6/+7
* SBC encoder scale factors calculation optimized with __builtin_clzSiarhei Siamashka2009-01-293-16/+50
* Performance optimizations for input data processing in SBC encoderSiarhei Siamashka2009-01-285-203/+258
* Use of -funroll-loops option to improve SBC encoder performanceSiarhei Siamashka2009-01-233-17/+41
* Audio quality improvement for 16-bit fixed point SBC encoderSiarhei Siamashka2009-01-232-347/+270
* Fix sbcenc breakage when au file header size is larger than 24 bytesSiarhei Siamashka2009-01-191-7/+17
* Performance optimizations for sbcenc utilitySiarhei Siamashka2009-01-181-72/+50
* Coding style fixesSiarhei Siamashka2009-01-181-21/+32
* Fix indentation to use only tabsJohan Hedberg2009-01-165-219/+219
* 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-166-1/+765
* SBC arrays and constant tables aligned at 16 byte boundary for SIMDSiarhei Siamashka2009-01-164-15/+36
* SIMD-friendly variant of SBC encoder analysis filterSiarhei Siamashka2009-01-166-160/+703
* Fix for big endian problems in SBC codecSiarhei Siamashka2009-01-071-12/+0
* Fixed correct handling of frame sizes in the encoderChristian Hoene2009-01-063-5/+7
* Use of constant shift in SBC quantization code to make it fasterSiarhei Siamashka2009-01-061-10/+13
* Update copyright informationMarcel Holtmann2009-01-019-13/+13
* Added possibility to analyze 4 blocks at once in SBC encoderSiarhei Siamashka2009-01-011-49/+82
* New SBC analysis filter function to replace current broken codeSiarhei Siamashka2008-12-293-244/+323