summaryrefslogtreecommitdiff
path: root/sbc
AgeCommit message (Expand)AuthorFilesLines
2012-04-04Fix spelling errorsRafael Fonseca1-1/+1
2012-02-24sbc: fix "always_inline function might not be inlinable" warningSiarhei Siamashka1-1/+1
2011-10-19sbc: Reduce for-loop induced indentation in sbc_unpack_frameJohan Hedberg1-16/+20
2011-10-19sbc: overflow bugfix and audio decoding quality improvementSiarhei Siamashka2-6/+11
2011-09-06sbc: Use __asm__ keywordMaarten Bosmans4-25/+25
2011-05-18sbc: Fix empty parameter list in usage() declarationSzymon Janc1-1/+1
2011-05-15sbc: Remove unused variableJohan Hedberg1-2/+1
2011-03-29sbc: better compatibility with ARM thumb/thumb2Siarhei Siamashka2-3/+3
2010-12-23sbc: detect when bitpool has changedLuiz Augusto von Dentz1-1/+7
2010-11-18Add iwmmxt optimization for sbc for pxa series cpuKeith Mok3-0/+350
2010-11-11sbc: added "cc" to the clobber list of mmx inline assemblySiarhei Siamashka1-3/+3
2010-07-02sbc: ARMv6 optimized version of analysis filter for SBC encoderSiarhei Siamashka3-0/+355
2010-07-02sbc: faster 'sbc_calculate_bits' functionSiarhei Siamashka1-15/+28
2010-07-02sbc: slightly faster 'sbc_calc_scalefactors_neon'Siarhei Siamashka1-15/+10
2010-07-02sbc: ARM NEON optimizations for input permutation in SBC encoderSiarhei Siamashka1-0/+350
2010-07-02sbc: ARM NEON optimized joint stereo processing in SBC encoderSiarhei Siamashka1-0/+243
2010-06-30Fix signedness of libsbc parametersJohan Hedberg3-6/+7
2010-06-30sbc: ARM NEON optimization for scale factors calculationSiarhei Siamashka2-1/+59
2010-06-30sbc: MMX optimization for scale factors calculationSiarhei Siamashka1-0/+54
2010-06-30sbc: new 'sbc_calc_scalefactors_j' function added to sbc primitivesSiarhei Siamashka3-68/+103
2010-06-08sbc: Fix redundant null check on calling free()Gustavo F. Padovan2-8/+4
2010-01-07Update Nokia copyrightsJohan Hedberg14-0/+14
2010-01-01Update copyright informationMarcel Holtmann15-18/+18
2009-08-23Switch to a full non-recursive build systemMarcel Holtmann1-33/+0
2009-04-17sbc: added saturated clipping of decoder output to 16-bitSiarhei Siamashka1-5/+15
2009-04-17Do some coding style cleanupsMarcel Holtmann2-24/+16
2009-04-17fix up sbc.h prototypes to use const/size_t wherever applicableLennart Poettering4-22/+45
2009-04-01Remove unused variable.Luiz Augusto von Dentz1-2/+0
2009-03-14sbc: ensure 16-byte buffer position alignment for 4 subbands encodingSiarhei Siamashka2-4/+4
2009-03-21Fix misuse of 'frame.joint' when estimating the frame length.Luiz Augusto von Dentz1-17/+12
2009-03-12Fix a couple of other places that should use size_t and ssize_tJohan Hedberg3-8/+11
2009-02-17sbc: don't dereference sbc pointer if NULLMarc-André Lureau1-2/+2
2009-02-17sbc: provide implementation info as a readable stringMarc-André Lureau6-0/+19
2009-02-01make check_mmx_support() a proper C functionLennart Poettering1-1/+1
2009-01-30Fix SBC to compile cleanly with -Wsign-compareMarcel Holtmann2-6/+9
2009-01-29Fix for SBC encoding with block sizes other than 16Siarhei Siamashka1-6/+13
2009-01-29Add -Wno-sign-compare for the library and fix the other warningsMarcel Holtmann4-6/+7
2009-01-29SBC encoder scale factors calculation optimized with __builtin_clzSiarhei Siamashka3-16/+50
2009-01-28Performance optimizations for input data processing in SBC encoderSiarhei Siamashka5-203/+258
2009-01-23Use of -funroll-loops option to improve SBC encoder performanceSiarhei Siamashka3-17/+41
2009-01-23Audio quality improvement for 16-bit fixed point SBC encoderSiarhei Siamashka2-347/+270
2009-01-19Fix sbcenc breakage when au file header size is larger than 24 bytesSiarhei Siamashka1-7/+17
2009-01-18Performance optimizations for sbcenc utilitySiarhei Siamashka1-72/+50
2009-01-18Coding style fixesSiarhei Siamashka1-21/+32
2009-01-16Fix indentation to use only tabsJohan Hedberg5-219/+219
2009-01-16Add missing sbc headers to distJohan Hedberg1-0/+1
2009-01-16MMX and ARM NEON optimized versions of analysis filter for SBC encoderSiarhei Siamashka6-1/+765
2009-01-16SBC arrays and constant tables aligned at 16 byte boundary for SIMDSiarhei Siamashka4-15/+36
2009-01-16SIMD-friendly variant of SBC encoder analysis filterSiarhei Siamashka6-160/+703
2009-01-07Fix for big endian problems in SBC codecSiarhei Siamashka1-12/+0