History log of /external/bluetooth/bluez/sbc/sbcenc.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b3339488a913564059575d8c7f7c08f4d108bf9e 30-Jun-2010 Johan Hedberg <johan.hedberg@nokia.com> Fix signedness of libsbc parameters

The written parameter of sbc_encode can be negative so it should be
ssize_t instead of size_t.
/external/bluetooth/bluez/sbc/sbcenc.c
5592142cb9383df0556b27ac59e96547b380310b 07-Jan-2010 Johan Hedberg <johan.hedberg@nokia.com> Update Nokia copyrights
/external/bluetooth/bluez/sbc/sbcenc.c
9184e2eeb7b97371c6b83b747c8984e2340d2b47 02-Jan-2010 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/sbc/sbcenc.c
c43f8bdcc1d527e2d77481a66217771038be3acd 23-Mar-2009 Lennart Poettering <lennart@poettering.net> fix up sbc.h prototypes to use const/size_t wherever applicable
/external/bluetooth/bluez/sbc/sbcenc.c
ae6e4f68f37333e3dbd6b8b89445850b87bcbfe2 12-Mar-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix a couple of other places that should use size_t and ssize_t
/external/bluetooth/bluez/sbc/sbcenc.c
dc1d52cfac56e18d2942c9ee78a96f351e322b77 29-Jan-2009 Marcel Holtmann <marcel@holtmann.org> Add -Wno-sign-compare for the library and fix the other warnings
/external/bluetooth/bluez/sbc/sbcenc.c
906a4655cc998bb4ef8f23f4e62ce916d37f7caa 18-Jan-2009 Siarhei Siamashka <siarhei.siamashka@gmail.com> Fix sbcenc breakage when au file header size is larger than 24 bytes
/external/bluetooth/bluez/sbc/sbcenc.c
e010fc175e9bedbd5d099f7e32068ad8a051cbec 16-Jan-2009 Siarhei Siamashka <siarhei.siamashka@nokia.com> Performance optimizations for sbcenc utility

Read and write buffers sizes increased, memmove overhead eliminated.
Nonportable cast from 'unsigned char *' to 'struct au_header *' is
now also resolved as part of the changes.
/external/bluetooth/bluez/sbc/sbcenc.c
2cada66773cb8cf3a95d571fbed669a994bac2e0 05-Jan-2009 Christian Hoene <hoene@ieee.org> Fixed correct handling of frame sizes in the encoder
/external/bluetooth/bluez/sbc/sbcenc.c
fb333f1c88df9c50529a390297565a6627bcf7ad 01-Jan-2009 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/sbc/sbcenc.c
440d5aa50c3e739927d469440395b72f739281eb 23-Dec-2008 Marcel Holtmann <marcel@holtmann.org> Add more options to control encoding methods
/external/bluetooth/bluez/sbc/sbcenc.c
c4918c93aa30f2e3363e288989180124d3931118 01-Nov-2008 Marcel Holtmann <marcel@holtmann.org> Add more options to SBC encoder and decoder
/external/bluetooth/bluez/sbc/sbcenc.c
f0fc782355d3cf567694e096828a9c6bf177837e 26-Oct-2008 Marcel Holtmann <marcel@holtmann.org> Let the decoder write Sun/NeXT audio S16_BE files
/external/bluetooth/bluez/sbc/sbcenc.c
0242f1216747b69686ae11fdb1de6f6badfc1f3a 26-Oct-2008 Marcel Holtmann <marcel@holtmann.org> Add bitpool option to encoder
/external/bluetooth/bluez/sbc/sbcenc.c
66e81554621cf700f88a9482b2e55bf797229fbc 26-Oct-2008 Marcel Holtmann <marcel@holtmann.org> Fix missing encoding of last frame
/external/bluetooth/bluez/sbc/sbcenc.c
ce342bf2524b69b19ea5a4ad604faf1aa40ad19c 19-Feb-2008 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Introduce sbc new API.
/external/bluetooth/bluez/sbc/sbcenc.c
e823c15e43a6f924779e466d434c51157002d9ee 02-Feb-2008 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/sbc/sbcenc.c
397d6c2b3bc7661f978c1777442d33fd86ada21e 12-Nov-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Make sbc codec to write directly in application buffers and so avoiding memcpys.
/external/bluetooth/bluez/sbc/sbcenc.c
9138f99acb799d7ce702afb357c134042f933f4b 01-Nov-2007 Johan Hedberg <johan.hedberg@nokia.com> Coding style cleanup
/external/bluetooth/bluez/sbc/sbcenc.c
aec1793366001cdda187e851f9e37113678d7ee8 25-Aug-2007 Marcel Holtmann <marcel@holtmann.org> Fix parameter handling of encoder
/external/bluetooth/bluez/sbc/sbcenc.c
b1618922db92f9bc65b0841f66eb71742bc1b553 21-Aug-2007 Luiz Augusto von Dentz <luiz.dentz@openbossa.org> Add swap member to sbc struct and fix pcm plugin to not swap the buffer.
/external/bluetooth/bluez/sbc/sbcenc.c
1d6beece31584c71a7ce730133923f2e1d0d3b7d 24-Mar-2007 Brad Midgley <bmidgley@xmission.com> add Marcel's original, unmodified sbcdec/enc clients to sbc
/external/bluetooth/bluez/sbc/sbcenc.c
5430ca31bc276a9d07c932383910ef600ef08c87 21-Feb-2007 Marcel Holtmann <marcel@holtmann.org> Add SBC utilities
/external/bluetooth/bluez/sbc/sbcenc.c