OSDN Git Service

sbc: Update Nokia copyrights
[android-x86/external-bluetooth-sbc.git] / sbc / sbc.c
2012-07-30 Johan Hedbergsbc: Update Nokia copyrights
2012-07-30 Marcel Holtmannsbc: Update copyright information
2012-07-30 Siarhei Siamashkasbc: added saturated clipping of decoder output to...
2012-07-30 Marcel Holtmannsbc: Do some coding style cleanups
2012-07-30 Lennart Poetteringsbc: fix up sbc.h prototypes to use const/size_t wherev...
2012-07-30 Siarhei Siamashkasbc: ensure 16-byte buffer position alignment for 4...
2012-07-30 Luiz Augusto von... sbc: Fix misuse of 'frame.joint' when estimating the...
2012-07-30 Marc-André Lureausbc: don't dereference sbc pointer if NULL
2012-07-30 Marc-André Lureausbc: provide implementation info as a readable string
2012-07-30 Marcel Holtmannsbc: Fix SBC to compile cleanly with -Wsign-compare
2012-07-30 Siarhei Siamashkasbc: Fix for SBC encoding with block sizes other than 16
2012-07-30 Siarhei Siamashkasbc: SBC encoder scale factors calculation optimized...
2012-07-30 Siarhei Siamashkasbc: Performance optimizations for input data processin...
2012-07-30 Siarhei Siamashkasbc: Use of -funroll-loops option to improve SBC encode...
2012-07-30 Siarhei Siamashkasbc: Coding style fixes
2012-07-30 Siarhei Siamashkasbc: SBC arrays and constant tables aligned at 16 byte...
2012-07-30 Siarhei Siamashkasbc: SIMD-friendly variant of SBC encoder analysis...
2012-07-30 Siarhei Siamashkasbc: Fix for big endian problems in SBC codec
2012-07-30 Christian Hoenesbc: Fixed correct handling of frame sizes in the encoder
2012-07-30 Siarhei Siamashkasbc: Use of constant shift in SBC quantization code...
2012-07-30 Marcel Holtmannsbc: Update copyright information
2012-07-30 Siarhei Siamashkasbc: Added possibility to analyze 4 blocks at once...
2012-07-30 Siarhei Siamashkasbc: New SBC analysis filter function to replace curren...
2012-07-30 Siarhei Siamashkasbc: Fixed subbands selection for joint-stereo in SBC...
2012-07-30 Marcel Holtmannsbc: Don't decode a frame if it is too small
2012-07-30 Luiz Augusto von... sbc: Remove unnecessary code and fix a coding style.
2012-07-30 Siarhei Siamashkasbc: Fix for overflow bug in SBC quantization code
2012-07-30 Siarhei Siamashkasbc: Bitstream writing optimization for SBC encoder
2012-07-30 Marcel Holtmannsbc: Fix SBC gain mismatch
2012-07-30 Marcel Holtmannsbc: Add low-complexity, subband codec support