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
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
2009-01-06
Fixed correct handling of frame sizes in the encoder
Christian Hoene
3
-5
/
+7
2009-01-06
Use of constant shift in SBC quantization code to make it faster
Siarhei Siamashka
1
-10
/
+13
2009-01-01
Update copyright information
Marcel Holtmann
9
-13
/
+13
2009-01-01
Added possibility to analyze 4 blocks at once in SBC encoder
Siarhei Siamashka
1
-49
/
+82
2008-12-29
New SBC analysis filter function to replace current broken code
Siarhei Siamashka
3
-244
/
+323
2008-12-29
Fixed subbands selection for joint-stereo in SBC encoder
Siarhei Siamashka
1
-4
/
+4
2008-12-23
Add more options to control encoding methods
Marcel Holtmann
1
-16
/
+51
2008-12-23
Don't decode a frame if it is too small
Marcel Holtmann
1
-0
/
+3
2008-12-18
Remove unnecessary code and fix a coding style.
Luiz Augusto von Dentz
1
-14
/
+11
2008-12-18
Fix for overflow bug in SBC quantization code
Siarhei Siamashka
1
-1
/
+1
2008-12-18
Bitstream writing optimization for SBC encoder
Siarhei Siamashka
1
-28
/
+37
2008-11-01
Add more options to SBC encoder and decoder
Marcel Holtmann
2
-13
/
+48
2008-10-31
Fix SBC gain mismatch
Marcel Holtmann
2
-4
/
+5
2008-10-30
Fix SBC decoding handling
Marcel Holtmann
1
-4
/
+4
2008-10-26
Let the decoder write Sun/NeXT audio S16_BE files
Marcel Holtmann
4
-33
/
+76
2008-10-26
Add bitpool option to encoder
Marcel Holtmann
1
-5
/
+13
2008-10-26
Fix missing encoding of last frame
Marcel Holtmann
2
-5
/
+4
2008-06-11
Avoid direct inclusion of malloc.h
Marcel Holtmann
1
-1
/
+0
2008-03-08
rollback an unintended commit on Makefile.am
Brad Midgley
1
-1
/
+2
2008-03-08
Cidorvan found another place where the spec had us saving a bunch of values
Brad Midgley
2
-26
/
+14
2008-03-06
decoder optimization, now using nested multiply calls
Brad Midgley
1
-48
/
+51
[next]