index
:
~jprvita/bluez
fixes
master
Bluetooth protocol stack for Linux
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbc
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-04
Fix spelling errors
Rafael Fonseca
1
-1
/
+1
2012-02-24
sbc: fix "always_inline function might not be inlinable" warning
Siarhei Siamashka
1
-1
/
+1
2011-10-19
sbc: Reduce for-loop induced indentation in sbc_unpack_frame
Johan Hedberg
1
-16
/
+20
2011-10-19
sbc: overflow bugfix and audio decoding quality improvement
Siarhei Siamashka
2
-6
/
+11
2011-09-06
sbc: Use __asm__ keyword
Maarten Bosmans
4
-25
/
+25
2011-05-18
sbc: Fix empty parameter list in usage() declaration
Szymon Janc
1
-1
/
+1
2011-05-15
sbc: Remove unused variable
Johan Hedberg
1
-2
/
+1
2011-03-29
sbc: better compatibility with ARM thumb/thumb2
Siarhei Siamashka
2
-3
/
+3
2010-12-23
sbc: detect when bitpool has changed
Luiz Augusto von Dentz
1
-1
/
+7
2010-11-18
Add iwmmxt optimization for sbc for pxa series cpu
Keith Mok
3
-0
/
+350
2010-11-11
sbc: added "cc" to the clobber list of mmx inline assembly
Siarhei Siamashka
1
-3
/
+3
2010-07-02
sbc: ARMv6 optimized version of analysis filter for SBC encoder
Siarhei Siamashka
3
-0
/
+355
2010-07-02
sbc: faster 'sbc_calculate_bits' function
Siarhei Siamashka
1
-15
/
+28
2010-07-02
sbc: slightly faster 'sbc_calc_scalefactors_neon'
Siarhei Siamashka
1
-15
/
+10
2010-07-02
sbc: ARM NEON optimizations for input permutation in SBC encoder
Siarhei Siamashka
1
-0
/
+350
2010-07-02
sbc: ARM NEON optimized joint stereo processing in SBC encoder
Siarhei Siamashka
1
-0
/
+243
2010-06-30
Fix signedness of libsbc parameters
Johan Hedberg
3
-6
/
+7
2010-06-30
sbc: ARM NEON optimization for scale factors calculation
Siarhei Siamashka
2
-1
/
+59
2010-06-30
sbc: MMX optimization for scale factors calculation
Siarhei Siamashka
1
-0
/
+54
2010-06-30
sbc: new 'sbc_calc_scalefactors_j' function added to sbc primitives
Siarhei Siamashka
3
-68
/
+103
2010-06-08
sbc: Fix redundant null check on calling free()
Gustavo F. Padovan
2
-8
/
+4
2010-01-07
Update Nokia copyrights
Johan Hedberg
14
-0
/
+14
2010-01-01
Update copyright information
Marcel Holtmann
15
-18
/
+18
2009-08-23
Switch to a full non-recursive build system
Marcel Holtmann
1
-33
/
+0
2009-04-17
sbc: added saturated clipping of decoder output to 16-bit
Siarhei Siamashka
1
-5
/
+15
2009-04-17
Do some coding style cleanups
Marcel Holtmann
2
-24
/
+16
2009-04-17
fix up sbc.h prototypes to use const/size_t wherever applicable
Lennart Poettering
4
-22
/
+45
2009-04-01
Remove unused variable.
Luiz Augusto von Dentz
1
-2
/
+0
2009-03-14
sbc: ensure 16-byte buffer position alignment for 4 subbands encoding
Siarhei Siamashka
2
-4
/
+4
2009-03-21
Fix misuse of 'frame.joint' when estimating the frame length.
Luiz Augusto von Dentz
1
-17
/
+12
2009-03-12
Fix a couple of other places that should use size_t and ssize_t
Johan Hedberg
3
-8
/
+11
2009-02-17
sbc: don't dereference sbc pointer if NULL
Marc-André Lureau
1
-2
/
+2
2009-02-17
sbc: provide implementation info as a readable string
Marc-André Lureau
6
-0
/
+19
2009-02-01
make check_mmx_support() a proper C function
Lennart Poettering
1
-1
/
+1
2009-01-30
Fix SBC to compile cleanly with -Wsign-compare
Marcel Holtmann
2
-6
/
+9
2009-01-29
Fix for SBC encoding with block sizes other than 16
Siarhei Siamashka
1
-6
/
+13
2009-01-29
Add -Wno-sign-compare for the library and fix the other warnings
Marcel Holtmann
4
-6
/
+7
2009-01-29
SBC encoder scale factors calculation optimized with __builtin_clz
Siarhei Siamashka
3
-16
/
+50
2009-01-28
Performance optimizations for input data processing in SBC encoder
Siarhei Siamashka
5
-203
/
+258
2009-01-23
Use of -funroll-loops option to improve SBC encoder performance
Siarhei Siamashka
3
-17
/
+41
2009-01-23
Audio quality improvement for 16-bit fixed point SBC encoder
Siarhei Siamashka
2
-347
/
+270
2009-01-19
Fix sbcenc breakage when au file header size is larger than 24 bytes
Siarhei Siamashka
1
-7
/
+17
2009-01-18
Performance optimizations for sbcenc utility
Siarhei Siamashka
1
-72
/
+50
2009-01-18
Coding style fixes
Siarhei Siamashka
1
-21
/
+32
2009-01-16
Fix indentation to use only tabs
Johan Hedberg
5
-219
/
+219
2009-01-16
Add missing sbc headers to dist
Johan Hedberg
1
-0
/
+1
2009-01-16
MMX and ARM NEON optimized versions of analysis filter for SBC encoder
Siarhei Siamashka
6
-1
/
+765
2009-01-16
SBC arrays and constant tables aligned at 16 byte boundary for SIMD
Siarhei Siamashka
4
-15
/
+36
2009-01-16
SIMD-friendly variant of SBC encoder analysis filter
Siarhei Siamashka
6
-160
/
+703
2009-01-07
Fix for big endian problems in SBC codec
Siarhei Siamashka
1
-12
/
+0
[next]