aboutsummaryrefslogtreecommitdiff
path: root/sbc
AgeCommit message (Expand)Author
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
2009-01-01Added possibility to analyze 4 blocks at once in SBC encoderSiarhei Siamashka
2008-12-29New SBC analysis filter function to replace current broken codeSiarhei Siamashka
2008-12-29Fixed subbands selection for joint-stereo in SBC encoderSiarhei Siamashka
2008-12-23Add more options to control encoding methodsMarcel Holtmann
2008-12-23Don't decode a frame if it is too smallMarcel Holtmann
2008-12-18Remove unnecessary code and fix a coding style.Luiz Augusto von Dentz
2008-12-18Fix for overflow bug in SBC quantization codeSiarhei Siamashka
2008-12-18Bitstream writing optimization for SBC encoderSiarhei Siamashka
2008-11-01Add more options to SBC encoder and decoderMarcel Holtmann
2008-10-31Fix SBC gain mismatchMarcel Holtmann
2008-10-30Fix SBC decoding handlingMarcel Holtmann
2008-10-26Let the decoder write Sun/NeXT audio S16_BE filesMarcel Holtmann
2008-10-26Add bitpool option to encoderMarcel Holtmann
2008-10-26Fix missing encoding of last frameMarcel Holtmann
2008-06-11Avoid direct inclusion of malloc.hMarcel Holtmann
2008-03-08rollback an unintended commit on Makefile.amBrad Midgley
2008-03-08Cidorvan found another place where the spec had us saving a bunch of valuesBrad Midgley
2008-03-06decoder optimization, now using nested multiply callsBrad Midgley
2008-03-05Enable gcc -O3 optimizations for SBCMarcel Holtmann
2008-02-29Cidorvan's 4-subband overflow fixesBrad Midgley
2008-02-22Replace 64bits multiplies by 32bits to further optimize the codeJohan Hedberg
2008-02-19Introduce sbc new API.Luiz Augusto von Dentz
2008-02-15fix for decoder noise at high bitpoolsBrad Midgley
2008-02-02Update copyright informationMarcel Holtmann
2008-01-30arm assembly version of MULABrad Midgley
2008-01-30change MUL/MULA semanticsBrad Midgley