summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-29sbc: better compatibility with ARM thumb/thumb2Siarhei Siamashka2-3/+3
2012-07-29sbc: detect when bitpool has changedLuiz Augusto von Dentz1-1/+7
2012-07-29sbc: Add iwmmxt optimization for sbc for pxa series cpuKeith Mok3-0/+350
2012-07-29sbc: added "cc" to the clobber list of mmx inline assemblySiarhei Siamashka1-3/+3
2012-07-29sbc: ARMv6 optimized version of analysis filter for SBC encoderSiarhei Siamashka3-0/+355
2012-07-29sbc: faster 'sbc_calculate_bits' functionSiarhei Siamashka1-15/+28
2012-07-29sbc: slightly faster 'sbc_calc_scalefactors_neon'Siarhei Siamashka1-15/+10
2012-07-29sbc: ARM NEON optimizations for input permutation in SBC encoderSiarhei Siamashka1-0/+350
2012-07-29sbc: ARM NEON optimized joint stereo processing in SBC encoderSiarhei Siamashka1-0/+243
2012-07-29sbc: Fix signedness of libsbc parametersJohan Hedberg3-6/+7
2012-07-29sbc: ARM NEON optimization for scale factors calculationSiarhei Siamashka2-1/+59
2012-07-29sbc: MMX optimization for scale factors calculationSiarhei Siamashka1-0/+54
2012-07-29sbc: new 'sbc_calc_scalefactors_j' function added to sbc primitivesSiarhei Siamashka3-68/+103
2012-07-29sbc: Fix redundant null check on calling free()Gustavo F. Padovan2-8/+4
2012-07-29sbc: Update Nokia copyrightsJohan Hedberg14-0/+14
2012-07-29sbc: Update copyright informationMarcel Holtmann15-18/+18
2012-07-29sbc: added saturated clipping of decoder output to 16-bitSiarhei Siamashka1-5/+15
2012-07-29sbc: Do some coding style cleanupsMarcel Holtmann2-24/+16
2012-07-29sbc: fix up sbc.h prototypes to use const/size_t wherever applicableLennart Poettering4-22/+45
2012-07-29sbc: Remove unused variable.Luiz Augusto von Dentz1-2/+0
2012-07-29sbc: ensure 16-byte buffer position alignment for 4 subbands encodingSiarhei Siamashka2-4/+4
2012-07-29sbc: Fix misuse of 'frame.joint' when estimating the frame length.Luiz Augusto von Dentz1-17/+12
2012-07-29sbc: Fix a couple of other places that should use size_t and ssize_tJohan Hedberg3-8/+11
2012-07-29sbc: don't dereference sbc pointer if NULLMarc-André Lureau1-2/+2
2012-07-29sbc: provide implementation info as a readable stringMarc-André Lureau6-0/+19
2012-07-29sbc: make check_mmx_support() a proper C functionLennart Poettering1-1/+1
2012-07-29sbc: Fix SBC to compile cleanly with -Wsign-compareMarcel Holtmann1-4/+7
2012-07-29sbc: Fix for SBC encoding with block sizes other than 16Siarhei Siamashka1-6/+13
2012-07-29sbc: Add -Wno-sign-compare for the library and fix the other warningsMarcel Holtmann3-4/+5
2012-07-29sbc: SBC encoder scale factors calculation optimized with __builtin_clzSiarhei Siamashka3-16/+50
2012-07-29sbc: Performance optimizations for input data processing in SBC encoderSiarhei Siamashka5-203/+258
2012-07-29sbc: Use of -funroll-loops option to improve SBC encoder performanceSiarhei Siamashka2-16/+39
2012-07-29sbc: Audio quality improvement for 16-bit fixed point SBC encoderSiarhei Siamashka2-347/+270
2012-07-29sbc: Fix sbcenc breakage when au file header size is larger than 24 bytesSiarhei Siamashka1-7/+17
2012-07-29sbc: Performance optimizations for sbcenc utilitySiarhei Siamashka1-72/+50
2012-07-29sbc: Coding style fixesSiarhei Siamashka1-21/+32
2012-07-29sbc: Fix indentation to use only tabsJohan Hedberg5-219/+219
2012-07-29sbc: MMX and ARM NEON optimized versions of analysis filter for SBC encoderSiarhei Siamashka5-0/+764
2012-07-29sbc: SBC arrays and constant tables aligned at 16 byte boundary for SIMDSiarhei Siamashka4-15/+36
2012-07-29sbc: SIMD-friendly variant of SBC encoder analysis filterSiarhei Siamashka5-159/+701
2012-07-29sbc: Fix for big endian problems in SBC codecSiarhei Siamashka1-12/+0
2012-07-29sbc: Fixed correct handling of frame sizes in the encoderChristian Hoene3-5/+7
2012-07-29sbc: Use of constant shift in SBC quantization code to make it fasterSiarhei Siamashka1-10/+13
2012-07-29sbc: Update copyright informationMarcel Holtmann9-13/+13
2012-07-29sbc: Added possibility to analyze 4 blocks at once in SBC encoderSiarhei Siamashka1-49/+82
2012-07-29sbc: New SBC analysis filter function to replace current broken codeSiarhei Siamashka3-244/+323
2012-07-29sbc: Fixed subbands selection for joint-stereo in SBC encoderSiarhei Siamashka1-4/+4
2012-07-29sbc: Add more options to control encoding methodsMarcel Holtmann1-16/+51
2012-07-29sbc: Don't decode a frame if it is too smallMarcel Holtmann1-0/+3
2012-07-29sbc: Remove unnecessary code and fix a coding style.Luiz Augusto von Dentz1-14/+11