OSDN Git Service

android-x86/external-bluetooth-sbc.git
2014-10-30 Marcel HoltmannRelease 1.3 kitkat-x86 lollipop-x86 marshmallow-x86 nougat-x86 android-x86-6.0-r1 android-x86-6.0-r2 android-x86-6.0-r3
2014-10-30 Marcel HoltmannAUTHORS: Mention Aurélien's contributions
2014-10-30 Marcel Holtmannbuild: Update library revision number
2014-10-24 Aurélien Zanellisbc: use an uint16 to store frame length in internal...
2014-10-24 Aurélien Zanellisbc: fix frame length calculation for DUAL_CHANNEL...
2014-01-23 Marcel HoltmannRelease 1.2
2014-01-23 Luiz Augusto... sbc: Add sbc_reinit_a2dp to sbc.sym
2014-01-23 Luiz Augusto... sbc: Add sbc_reinit_a2dp
2014-01-22 Marcel HoltmannTODO: Update entries in TODO list
2014-01-22 Marcel Holtmannsbc: Use bool variable for priv->init
2014-01-22 Marcel Holtmannsbc: Add Intel copyright to public header file
2014-01-22 Marcel Holtmannbuild: Update library version for new sbc_init_a2dp...
2014-01-22 Marcel Holtmannbuild: Keep high precision support disabled by default
2014-01-21 Luiz Augusto... sbc: Add sbc_init_a2dp to sbc.sym
2014-01-21 Luiz Augusto... sbc: Add sbc_init_a2dp
2013-09-16 Luiz Augusto... build: Add configure option --disable-high-precision
2013-08-25 Marcel Holtmannsbc: Fix declaration of sbc_init_msbc symbol
2013-04-30 Marcel HoltmannRelease 1.1
2013-04-30 Marcel Holtmannbuild: Update library version for new sbc_init_msbc...
2013-04-15 Marcel HoltmannAUTHORS: Mention Frédéric's contributions
2013-04-15 Frédéric DalleauTODO: Add TODO list
2013-04-15 Frédéric Dalleausbc: Update sbcinfo for msbc
2013-04-15 Frédéric Dalleausbc: Update sbcenc for msbc
2013-04-15 Frédéric Dalleausbc: Update sbcdec for msbc
2013-04-15 Frédéric Dalleausbc: Add support for mSBC frame header
2013-04-15 Frédéric Dalleausbc: Declare and implement sbc_init_msbc
2013-04-15 Frédéric Dalleausbc: Add a private boolean flag to enable 15 block...
2013-04-15 Frédéric Dalleausbc: Fix input reordering for 15 blocks case
2013-04-15 Frédéric Dalleausbc: Use plain C primitive if doing msbc on neon
2013-04-15 Frédéric Dalleausbc: Add plain C primitive for 1b 8s analysis
2013-04-15 Frédéric Dalleausbc: Add iwmmxt primitive for 1b 8s encoding
2013-04-15 Frédéric Dalleausbc: Add armv6 primitive for 1b 8s analysis
2013-04-15 Frédéric Dalleausbc: Add mmx primitive for 1b 8s analysis
2013-04-15 Frédéric Dalleausbc: Rename sbc_analyze_4b_xx to sbc_analyze_xx
2013-04-15 Frédéric Dalleausbc: Break 4 blocks processing to variable steps
2013-04-15 Frédéric Dalleausbc: Add encoder_state to analysis functions
2013-03-01 Lucas De Marchibuild: Do not use deprecated AM_CONFIG_HEADER
2012-07-30 Marcel HoltmannRelease 1.0
2012-07-30 Johan Hedbergsbc: Remove unnecessary whitespace from empty line
2012-07-30 Marcel Holtmannbuild: Set initial public library version
2012-07-30 Marcel Holtmannsbc: Set symbols for version 1.0
2012-07-30 Marcel Holtmannbuild: Add symbol table for library
2012-07-30 Marcel Holtmannsbc: Use SBC_EXPORT instead of LIB_EXPORT
2012-07-30 Marcel Holtmannsbc: Fix spelling mistake
2012-07-30 Marcel Holtmannbuild: Add library version information
2012-07-30 Marcel HoltmannREADME: Add basic information
2012-07-30 Marcel HoltmannAUTHORS: Add missing original contributor
2012-07-30 Marcel Holtmannsbc: Export public functions as API
2012-07-30 Marcel Holtmannbuild: Add private SBC library header
2012-07-30 Marcel Holtmannbuild: Switch to -fvisibility=hidden by default
2012-07-30 Marcel Holtmannbuild: Add pkg-config information
2012-07-30 Marcel Holtmannbuild: Private library is not needed when tools are...
2012-07-30 Marcel Holtmannbuild: Rename option for SBC tester
2012-07-30 Marcel Holtmannbuild: Add option to disable SBC tools
2012-07-30 Marcel Holtmannbuild: Install SBC header includes
2012-07-30 Marcel HoltmannAUTHORS: Update list of contributors
2012-07-30 Marcel Holtmannbuild: Add support for building SBC tester
2012-07-30 Marcel Holtmannbuild: Use -Wshadow compiler option
2012-07-30 Marcel Holtmannbuild: Add support for building SBC tools
2012-07-30 Marcel Holtmannbuild: Add support for building SBC library
2012-07-30 Marcel Holtmannsrc: Move SBC tester utility
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...
next