OSDN Git Service

android-x86/external-bluetooth-sbc.git
2012-07-30 Marcel Holtmannsrc: Move subband encoder, decoder and info tools
2012-07-30 Rafael Fonsecasbc: Fix spelling errors
2012-07-30 Siarhei Siamashkasbc: fix "always_inline function might not be inlinable...
2012-07-30 Johan Hedbergsbc: Reduce for-loop induced indentation in sbc_unpack_...
2012-07-30 Siarhei Siamashkasbc: overflow bugfix and audio decoding quality improvement
2012-07-30 Maarten Bosmanssbc: Use __asm__ keyword
2012-07-30 Szymon Jancsbc: Fix empty parameter list in usage() declaration
2012-07-30 Johan Hedbergsbc: Remove unused variable
2012-07-30 Siarhei Siamashkasbc: better compatibility with ARM thumb/thumb2
2012-07-30 Luiz Augusto... sbc: detect when bitpool has changed
2012-07-30 Keith Moksbc: Add iwmmxt optimization for sbc for pxa series cpu
2012-07-30 Siarhei Siamashkasbc: added "cc" to the clobber list of mmx inline assembly
2012-07-30 Siarhei Siamashkasbc: ARMv6 optimized version of analysis filter for...
2012-07-30 Siarhei Siamashkasbc: faster 'sbc_calculate_bits' function
2012-07-30 Siarhei Siamashkasbc: slightly faster 'sbc_calc_scalefactors_neon'
2012-07-30 Siarhei Siamashkasbc: ARM NEON optimizations for input permutation in...
2012-07-30 Siarhei Siamashkasbc: ARM NEON optimized joint stereo processing in...
2012-07-30 Johan Hedbergsbc: Fix signedness of libsbc parameters
2012-07-30 Siarhei Siamashkasbc: ARM NEON optimization for scale factors calculation
2012-07-30 Siarhei Siamashkasbc: MMX optimization for scale factors calculation
2012-07-30 Siarhei Siamashkasbc: new 'sbc_calc_scalefactors_j' function added to...
2012-07-30 Gustavo F.... sbc: Fix redundant null check on calling free()
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 Luiz Augusto... sbc: Remove unused variable.
2012-07-30 Siarhei Siamashkasbc: ensure 16-byte buffer position alignment for 4...
2012-07-30 Luiz Augusto... sbc: Fix misuse of 'frame.joint' when estimating the...
2012-07-30 Johan Hedbergsbc: Fix a couple of other places that should use size_...
2012-07-30 Marc-André... sbc: don't dereference sbc pointer if NULL
2012-07-30 Marc-André... sbc: provide implementation info as a readable string
2012-07-30 Lennart Poetteringsbc: make check_mmx_support() a proper C function
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 Marcel Holtmannsbc: Add -Wno-sign-compare for the library and fix...
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: Audio quality improvement for 16-bit fixed point...
2012-07-30 Siarhei Siamashkasbc: Fix sbcenc breakage when au file header size is...
2012-07-30 Siarhei Siamashkasbc: Performance optimizations for sbcenc utility
2012-07-30 Siarhei Siamashkasbc: Coding style fixes
2012-07-30 Johan Hedbergsbc: Fix indentation to use only tabs
2012-07-30 Siarhei Siamashkasbc: MMX and ARM NEON optimized versions of analysis...
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: Add more options to control encoding methods
2012-07-30 Marcel Holtmannsbc: Don't decode a frame if it is too small
2012-07-30 Luiz Augusto... 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: Add more options to SBC encoder and decoder
2012-07-30 Marcel Holtmannsbc: Fix SBC gain mismatch
2012-07-30 Marcel Holtmannsbc: Fix SBC decoding handling
2012-07-30 Marcel Holtmannsbc: Let the decoder write Sun/NeXT audio S16_BE files
2012-07-30 Marcel Holtmannsbc: Add bitpool option to encoder
2012-07-30 Marcel Holtmannsbc: Fix missing encoding of last frame
2012-07-30 Marcel Holtmannsbc: Add low-complexity, subband codec support
2012-07-11 Marcel HoltmannInitial revision