summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sbc: Use of -funroll-loops option to improve SBC encoder performanceSiarhei Siamashka2012-07-292-16/+39
* sbc: Audio quality improvement for 16-bit fixed point SBC encoderSiarhei Siamashka2012-07-292-347/+270
* sbc: Fix sbcenc breakage when au file header size is larger than 24 bytesSiarhei Siamashka2012-07-291-7/+17
* sbc: Performance optimizations for sbcenc utilitySiarhei Siamashka2012-07-291-72/+50
* sbc: Coding style fixesSiarhei Siamashka2012-07-291-21/+32
* sbc: Fix indentation to use only tabsJohan Hedberg2012-07-295-219/+219
* sbc: MMX and ARM NEON optimized versions of analysis filter for SBC encoderSiarhei Siamashka2012-07-295-0/+764
* sbc: SBC arrays and constant tables aligned at 16 byte boundary for SIMDSiarhei Siamashka2012-07-294-15/+36
* sbc: SIMD-friendly variant of SBC encoder analysis filterSiarhei Siamashka2012-07-295-159/+701
* sbc: Fix for big endian problems in SBC codecSiarhei Siamashka2012-07-291-12/+0
* sbc: Fixed correct handling of frame sizes in the encoderChristian Hoene2012-07-293-5/+7
* sbc: Use of constant shift in SBC quantization code to make it fasterSiarhei Siamashka2012-07-291-10/+13
* sbc: Update copyright informationMarcel Holtmann2012-07-299-13/+13
* sbc: Added possibility to analyze 4 blocks at once in SBC encoderSiarhei Siamashka2012-07-291-49/+82
* sbc: New SBC analysis filter function to replace current broken codeSiarhei Siamashka2012-07-293-244/+323
* sbc: Fixed subbands selection for joint-stereo in SBC encoderSiarhei Siamashka2012-07-291-4/+4
* sbc: Add more options to control encoding methodsMarcel Holtmann2012-07-291-16/+51
* sbc: Don't decode a frame if it is too smallMarcel Holtmann2012-07-291-0/+3
* sbc: Remove unnecessary code and fix a coding style.Luiz Augusto von Dentz2012-07-291-14/+11
* sbc: Fix for overflow bug in SBC quantization codeSiarhei Siamashka2012-07-291-1/+1
* sbc: Bitstream writing optimization for SBC encoderSiarhei Siamashka2012-07-291-28/+37
* sbc: Add more options to SBC encoder and decoderMarcel Holtmann2012-07-292-13/+48
* sbc: Fix SBC gain mismatchMarcel Holtmann2012-07-292-4/+5
* sbc: Fix SBC decoding handlingMarcel Holtmann2012-07-291-4/+4
* sbc: Let the decoder write Sun/NeXT audio S16_BE filesMarcel Holtmann2012-07-293-33/+74
* sbc: Add bitpool option to encoderMarcel Holtmann2012-07-291-5/+13
* sbc: Fix missing encoding of last frameMarcel Holtmann2012-07-292-5/+4
* sbc: Add low-complexity, subband codec supportMarcel Holtmann2012-07-298-0/+2970
* Initial revisionMarcel Holtmann2012-07-1114-0/+1201