summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* build: Add pkg-config informationMarcel Holtmann2012-07-294-1/+16
* build: Private library is not needed when tools are disabledMarcel Holtmann2012-07-291-1/+1
* build: Rename option for SBC testerMarcel Holtmann2012-07-292-5/+5
* build: Add option to disable SBC toolsMarcel Holtmann2012-07-292-0/+6
* build: Install SBC header includesMarcel Holtmann2012-07-291-3/+7
* AUTHORS: Update list of contributorsMarcel Holtmann2012-07-291-0/+5
* build: Add support for building SBC testerMarcel Holtmann2012-07-293-1/+18
* build: Use -Wshadow compiler optionMarcel Holtmann2012-07-291-1/+1
* build: Add support for building SBC toolsMarcel Holtmann2012-07-292-0/+16
* build: Add support for building SBC libraryMarcel Holtmann2012-07-291-0/+14
* src: Move SBC tester utilityMarcel Holtmann2012-07-291-0/+0
* src: Move subband encoder, decoder and info toolsMarcel Holtmann2012-07-294-2/+2
* sbc: Fix spelling errorsRafael Fonseca2012-07-291-1/+1
* sbc: fix "always_inline function might not be inlinable" warningSiarhei Siamashka2012-07-291-1/+1
* sbc: Reduce for-loop induced indentation in sbc_unpack_frameJohan Hedberg2012-07-291-16/+20
* sbc: overflow bugfix and audio decoding quality improvementSiarhei Siamashka2012-07-292-6/+11
* sbc: Use __asm__ keywordMaarten Bosmans2012-07-294-25/+25
* sbc: Fix empty parameter list in usage() declarationSzymon Janc2012-07-291-1/+1
* sbc: Remove unused variableJohan Hedberg2012-07-291-2/+1
* sbc: better compatibility with ARM thumb/thumb2Siarhei Siamashka2012-07-292-3/+3
* sbc: detect when bitpool has changedLuiz Augusto von Dentz2012-07-291-1/+7
* sbc: Add iwmmxt optimization for sbc for pxa series cpuKeith Mok2012-07-293-0/+350
* sbc: added "cc" to the clobber list of mmx inline assemblySiarhei Siamashka2012-07-291-3/+3
* sbc: ARMv6 optimized version of analysis filter for SBC encoderSiarhei Siamashka2012-07-293-0/+355
* sbc: faster 'sbc_calculate_bits' functionSiarhei Siamashka2012-07-291-15/+28
* sbc: slightly faster 'sbc_calc_scalefactors_neon'Siarhei Siamashka2012-07-291-15/+10
* sbc: ARM NEON optimizations for input permutation in SBC encoderSiarhei Siamashka2012-07-291-0/+350
* sbc: ARM NEON optimized joint stereo processing in SBC encoderSiarhei Siamashka2012-07-291-0/+243
* sbc: Fix signedness of libsbc parametersJohan Hedberg2012-07-293-6/+7
* sbc: ARM NEON optimization for scale factors calculationSiarhei Siamashka2012-07-292-1/+59
* sbc: MMX optimization for scale factors calculationSiarhei Siamashka2012-07-291-0/+54
* sbc: new 'sbc_calc_scalefactors_j' function added to sbc primitivesSiarhei Siamashka2012-07-293-68/+103
* sbc: Fix redundant null check on calling free()Gustavo F. Padovan2012-07-292-8/+4
* sbc: Update Nokia copyrightsJohan Hedberg2012-07-2914-0/+14
* sbc: Update copyright informationMarcel Holtmann2012-07-2915-18/+18
* sbc: added saturated clipping of decoder output to 16-bitSiarhei Siamashka2012-07-291-5/+15
* sbc: Do some coding style cleanupsMarcel Holtmann2012-07-292-24/+16
* sbc: fix up sbc.h prototypes to use const/size_t wherever applicableLennart Poettering2012-07-294-22/+45
* sbc: Remove unused variable.Luiz Augusto von Dentz2012-07-291-2/+0
* sbc: ensure 16-byte buffer position alignment for 4 subbands encodingSiarhei Siamashka2012-07-292-4/+4
* sbc: Fix misuse of 'frame.joint' when estimating the frame length.Luiz Augusto von Dentz2012-07-291-17/+12
* sbc: Fix a couple of other places that should use size_t and ssize_tJohan Hedberg2012-07-293-8/+11
* sbc: don't dereference sbc pointer if NULLMarc-André Lureau2012-07-291-2/+2
* sbc: provide implementation info as a readable stringMarc-André Lureau2012-07-296-0/+19
* sbc: make check_mmx_support() a proper C functionLennart Poettering2012-07-291-1/+1
* sbc: Fix SBC to compile cleanly with -Wsign-compareMarcel Holtmann2012-07-291-4/+7
* sbc: Fix for SBC encoding with block sizes other than 16Siarhei Siamashka2012-07-291-6/+13
* sbc: Add -Wno-sign-compare for the library and fix the other warningsMarcel Holtmann2012-07-293-4/+5
* sbc: SBC encoder scale factors calculation optimized with __builtin_clzSiarhei Siamashka2012-07-293-16/+50
* sbc: Performance optimizations for input data processing in SBC encoderSiarhei Siamashka2012-07-295-203/+258