aboutsummaryrefslogtreecommitdiff
path: root/sbc
AgeCommit message (Expand)Author
2011-05-25sbc: Enable neon optimizations.Mike Lockwood
2011-05-25disable neon extras until they build properlyMike Reed
2011-05-18sbc: Fix empty parameter list in usage() declarationSzymon Janc
2011-05-15sbc: Remove unused variableJohan Hedberg
2011-03-29sbc: better compatibility with ARM thumb/thumb2Siarhei Siamashka
2010-12-23sbc: detect when bitpool has changedLuiz Augusto von Dentz
2010-11-18Add iwmmxt optimization for sbc for pxa series cpuKeith Mok
2010-11-11sbc: added "cc" to the clobber list of mmx inline assemblySiarhei Siamashka
2010-07-02sbc: ARMv6 optimized version of analysis filter for SBC encoderSiarhei Siamashka
2010-07-02sbc: faster 'sbc_calculate_bits' functionSiarhei Siamashka
2010-07-02sbc: slightly faster 'sbc_calc_scalefactors_neon'Siarhei Siamashka
2010-07-02sbc: ARM NEON optimizations for input permutation in SBC encoderSiarhei Siamashka
2010-07-02sbc: ARM NEON optimized joint stereo processing in SBC encoderSiarhei Siamashka
2010-06-30Fix signedness of libsbc parametersJohan Hedberg
2010-06-30sbc: ARM NEON optimization for scale factors calculationSiarhei Siamashka
2010-06-30sbc: MMX optimization for scale factors calculationSiarhei Siamashka
2010-06-30sbc: new 'sbc_calc_scalefactors_j' function added to sbc primitivesSiarhei Siamashka
2010-06-08sbc: Fix redundant null check on calling free()Gustavo F. Padovan
2010-01-07Update Nokia copyrightsJohan Hedberg
2010-01-01Update copyright informationMarcel Holtmann
2009-08-23Switch to a full non-recursive build systemMarcel Holtmann
2009-04-17sbc: added saturated clipping of decoder output to 16-bitSiarhei Siamashka
2009-04-17Do some coding style cleanupsMarcel Holtmann
2009-04-17fix up sbc.h prototypes to use const/size_t wherever applicableLennart Poettering
2009-04-01Remove unused variable.Luiz Augusto von Dentz
2009-03-14sbc: ensure 16-byte buffer position alignment for 4 subbands encodingSiarhei Siamashka
2009-03-21Fix misuse of 'frame.joint' when estimating the frame length.Luiz Augusto von Dentz
2009-03-12Fix a couple of other places that should use size_t and ssize_tJohan Hedberg
2009-02-17sbc: don't dereference sbc pointer if NULLMarc-André Lureau
2009-02-17sbc: provide implementation info as a readable stringMarc-André Lureau
2009-02-01make check_mmx_support() a proper C functionLennart Poettering
2009-01-30Fix SBC to compile cleanly with -Wsign-compareMarcel Holtmann
2009-01-29Fix for SBC encoding with block sizes other than 16Siarhei Siamashka
2009-01-29Add -Wno-sign-compare for the library and fix the other warningsMarcel Holtmann
2009-01-29SBC encoder scale factors calculation optimized with __builtin_clzSiarhei Siamashka
2009-01-28Performance optimizations for input data processing in SBC encoderSiarhei Siamashka
2009-01-23Use of -funroll-loops option to improve SBC encoder performanceSiarhei Siamashka
2009-01-23Audio quality improvement for 16-bit fixed point SBC encoderSiarhei Siamashka
2009-01-19Fix sbcenc breakage when au file header size is larger than 24 bytesSiarhei Siamashka
2009-01-18Performance optimizations for sbcenc utilitySiarhei Siamashka
2009-01-18Coding style fixesSiarhei Siamashka
2009-01-16Fix indentation to use only tabsJohan Hedberg
2009-01-16Add missing sbc headers to distJohan Hedberg
2009-01-16MMX and ARM NEON optimized versions of analysis filter for SBC encoderSiarhei Siamashka
2009-01-16SBC arrays and constant tables aligned at 16 byte boundary for SIMDSiarhei Siamashka
2009-01-16SIMD-friendly variant of SBC encoder analysis filterSiarhei Siamashka
2009-01-07Fix for big endian problems in SBC codecSiarhei Siamashka
2009-01-06Fixed correct handling of frame sizes in the encoderChristian Hoene
2009-01-06Use of constant shift in SBC quantization code to make it fasterSiarhei Siamashka
2009-01-01Update copyright informationMarcel Holtmann