OSDN Git Service

Fix potential AVDTP reference leak
[android-x86/external-bluetooth-bluez.git] / sbc /
2009-07-16 Mike Lockwoodsbc: Enable neon optimizations.
2009-07-14 Mike Reeddisable neon extras until they build properly
2009-04-17 Siarhei Siamashkasbc: added saturated clipping of decoder output to...
2009-04-16 Marcel HoltmannDo some coding style cleanups
2009-04-16 Lennart Poetteringfix up sbc.h prototypes to use const/size_t wherever...
2009-04-01 Luiz Augusto von... Remove unused variable.
2009-03-14 Siarhei Siamashkasbc: ensure 16-byte buffer position alignment for 4...
2009-03-20 Luiz Augusto von... Fix misuse of 'frame.joint' when estimating the frame...
2009-03-12 Johan HedbergFix a couple of other places that should use size_t...
2009-02-17 Marc-André Lureausbc: don't dereference sbc pointer if NULL
2009-02-17 Marc-André Lureausbc: provide implementation info as a readable string
2009-02-02 Lennart Poetteringmake check_mmx_support() a proper C function
2009-01-29 Marcel HoltmannFix SBC to compile cleanly with -Wsign-compare
2009-01-29 Siarhei SiamashkaFix for SBC encoding with block sizes other than 16
2009-01-29 Marcel HoltmannAdd -Wno-sign-compare for the library and fix the other...
2009-01-29 Siarhei SiamashkaSBC encoder scale factors calculation optimized with...
2009-01-28 Siarhei SiamashkaPerformance optimizations for input data processing...
2009-01-23 Siarhei SiamashkaUse of -funroll-loops option to improve SBC encoder...
2009-01-23 Siarhei SiamashkaAudio quality improvement for 16-bit fixed point SBC...
2009-01-19 Siarhei SiamashkaFix sbcenc breakage when au file header size is larger...
2009-01-18 Siarhei SiamashkaPerformance optimizations for sbcenc utility
2009-01-18 Siarhei SiamashkaCoding style fixes
2009-01-16 Johan HedbergFix indentation to use only tabs
2009-01-16 Johan HedbergAdd missing sbc headers to dist
2009-01-16 Siarhei SiamashkaMMX and ARM NEON optimized versions of analysis filter...
2009-01-16 Siarhei SiamashkaSBC arrays and constant tables aligned at 16 byte bound...
2009-01-15 Siarhei SiamashkaSIMD-friendly variant of SBC encoder analysis filter
2009-01-07 Siarhei SiamashkaFix for big endian problems in SBC codec
2009-01-06 Christian HoeneFixed correct handling of frame sizes in the encoder
2009-01-06 Siarhei SiamashkaUse of constant shift in SBC quantization code to make...
2009-01-01 Marcel HoltmannUpdate copyright information
2009-01-01 Siarhei SiamashkaAdded possibility to analyze 4 blocks at once in SBC...
2008-12-29 Siarhei SiamashkaNew SBC analysis filter function to replace current...
2008-12-29 Siarhei SiamashkaFixed subbands selection for joint-stereo in SBC encoder
2008-12-23 Marcel HoltmannAdd more options to control encoding methods
2008-12-23 Marcel HoltmannDon't decode a frame if it is too small
2008-12-18 Luiz Augusto von... Remove unnecessary code and fix a coding style.
2008-12-18 Siarhei SiamashkaFix for overflow bug in SBC quantization code
2008-12-18 Siarhei SiamashkaBitstream writing optimization for SBC encoder
2008-10-31 Marcel HoltmannAdd more options to SBC encoder and decoder
2008-10-31 Marcel HoltmannFix SBC gain mismatch
2008-10-30 Marcel HoltmannFix SBC decoding handling
2008-10-26 Marcel HoltmannLet the decoder write Sun/NeXT audio S16_BE files
2008-10-25 Marcel HoltmannAdd bitpool option to encoder
2008-10-25 Marcel HoltmannFix missing encoding of last frame
2008-07-26 Marcel HoltmannImport bluez-utils-3.36 revision history
2008-06-11 Marcel HoltmannAvoid direct inclusion of malloc.h
2008-03-08 Brad Midgleyrollback an unintended commit on Makefile.am
2008-03-08 Brad MidgleyCidorvan found another place where the spec had us...
2008-03-06 Brad Midgleydecoder optimization, now using nested multiply calls
2008-03-05 Marcel HoltmannEnable gcc -O3 optimizations for SBC
2008-02-29 Brad MidgleyCidorvan's 4-subband overflow fixes
2008-02-22 Johan HedbergReplace 64bits multiplies by 32bits to further optimize...
2008-02-19 Luiz Augusto von... Introduce sbc new API.
2008-02-15 Brad Midgleyfix for decoder noise at high bitpools
2008-02-02 Marcel HoltmannUpdate copyright information
2008-01-30 Brad Midgleyarm assembly version of MULA
2008-01-30 Brad Midgleychange MUL/MULA semantics
2008-01-30 Brad Midgleyremove unused macros
2008-01-30 Brad Midgleyfix off-by-one in sbcdec
2008-01-29 Brad Midgleyone more .X 32-bitism
2008-01-29 Brad Midgleyrevert 16-bit state.X change (bad on arm)
2008-01-28 Brad Midgleyrevert arm conditional code
2008-01-28 Brad Midgleychange function signature so the arm optimization will...
2008-01-28 Brad Midgleyarm-assembly from cidoca for MULA
2008-01-28 Brad Midgleyremove 16x16 mult optimization--gcc actually generates...
2008-01-28 Johan HedbergWhitespace cleanup
2008-01-27 Brad Midgleyavoid an (unlikely) overflow
2008-01-27 Brad Midgleyget 32-bit products whenever we're sure the multiplican...
2008-01-26 Brad Midgleyshorten the encoder tables to 16 bits, take out mula32...
2008-01-26 Brad Midgleypcm input array should be 16 not 32 bits
2008-01-19 Brad Midgleyupdate copyrights
2008-01-17 Brad Midgleycodec has been using 32-bit (MUL) and 64-bit (MULA...
2008-01-14 Brad Midgleycoding style
2008-01-14 Brad Midgleycomment typo
2008-01-14 Brad Midgleyfix initialization
2008-01-14 Brad Midgleytake out memmove in sbc analyze
2008-01-11 Brad Midgleytweak to the memmove for 4 subbands
2008-01-08 Brad Midgleyoptimizations: use memmove instead of a loop, unroll...
2007-12-14 Brad Midgleysmooth out last shift-in-place wrinkle
2007-12-14 Brad Midgleypush in-place-shift optimization up into scalefactors...
2007-12-14 Brad Midgleyshift-in-place opt is back in, with a bugfix for the...
2007-12-14 Brad Midgleycoding style on ?:
2007-12-14 Brad Midgleybe more strict about calculating from joint since clien...
2007-12-14 Brad Midgleyroll back the shift-in-place bitpack optimization while...
2007-12-13 Brad Midgleydon't need to memset the data header
2007-11-30 Brad Midgleycombine two conditionals in bit packing
2007-11-30 Brad Midgleychange inner loop bit packing to use shift-in-place...
2007-11-29 Brad Midgleydon't use the audio_sample array inside the frame struct
2007-11-29 Luiz Augusto von... Remove unnecessary checks for output buffer length...
2007-11-27 Brad Midgleyeliminate another max_bitneed loop, eliminate extraneou...
2007-11-27 Brad Midgleyeliminate extra loop for bitneed compute
2007-11-27 Brad Midgleycombine the blk loops inside the joint conditional
2007-11-27 Brad Midgleyrework joint subband test--uses a lot less stack space...
2007-11-23 Luiz Augusto von... Introduce sbc_get_frame_duration.
2007-11-13 Luiz Augusto von... Change name of sbc_fill_defaults to sbc_set_defaults.
2007-11-13 Luiz Augusto von... Add sbc_reinit.
2007-11-12 Luiz Augusto von... Make sbc codec to write directly in application buffers...
2007-11-05 Brad Midgleycorrection in the 4 subband optimization
2007-11-02 Johan HedbergMore coding style cleanup
next