summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix SBC to compile cleanly with -Wsign-compareMarcel Holtmann2009-01-302-6/+9
* Fix for SBC encoding with block sizes other than 16Siarhei Siamashka2009-01-291-6/+13
* Fix mostly every warning caused by -Wsign-compareMarcel Holtmann2009-01-2927-60/+73
* Add -Wno-sign-compare until the SDP functions get fixedMarcel Holtmann2009-01-291-0/+2
* Add -Wno-sign-compare for the library and fix the other warningsMarcel Holtmann2009-01-294-6/+7
* Fix signed/unsigned integer comparison for helpersMarcel Holtmann2009-01-294-5/+5
* Fix signed/unsigned integer comparisonMarcel Holtmann2009-01-291-2/+4
* SBC encoder scale factors calculation optimized with __builtin_clzSiarhei Siamashka2009-01-293-16/+50
* Implement AVDTP signal fragmentation supportJohan Hedberg2009-01-281-293/+487
* Fix uninitialized address variableJohan Hedberg2009-01-281-0/+2
* Performance optimizations for input data processing in SBC encoderSiarhei Siamashka2009-01-285-203/+258
* Don't auto-disconnect explicitly created A2DP connectionsJohan Hedberg2009-01-273-1/+18
* Set the Alias only after checking the EIR dataJohan Hedberg2009-01-271-11/+11
* Fix DBusError usage with dbus_message_get_argsJohan Hedberg2009-01-261-2/+2
* Use of -funroll-loops option to improve SBC encoder performanceSiarhei Siamashka2009-01-233-17/+41
* Audio quality improvement for 16-bit fixed point SBC encoderSiarhei Siamashka2009-01-232-347/+270
* Fix bug on error report.Luiz Augusto von Dentz2009-01-231-1/+1
* Fix bug which prevents emitting DeviceDisappered.Luiz Augusto von Dentz2009-01-212-37/+30
* Fix bug on alsa plugin when debug is active.Luiz Augusto von Dentz2009-01-211-1/+2
* Update l2ping man page for recent changes to l2ping.Nick Pelly2009-01-211-4/+13
* Fix sbcenc breakage when au file header size is larger than 24 bytesSiarhei Siamashka2009-01-191-7/+17
* Use native byte order for audio in GStreamer and ALSA pluginsSiarhei Siamashka2009-01-193-4/+4
* Mention Nick's contributionsMarcel Holtmann2009-01-181-0/+1
* Remove extra commentMarcel Holtmann2009-01-181-3/+1
* Add -v and -d options to l2pingNick Pelly2009-01-181-35/+69
* Performance optimizations for sbcenc utilitySiarhei Siamashka2009-01-181-72/+50
* Coding style fixesSiarhei Siamashka2009-01-181-21/+32
* Fix indentation to use only tabsJohan Hedberg2009-01-165-219/+219
* Release 4.274.27Marcel Holtmann2009-01-162-1/+19
* Update library versionMarcel Holtmann2009-01-161-1/+1
* Add missing sbc headers to distJohan Hedberg2009-01-161-0/+1
* Use MITM for CreatePairedDevice and handle the NoInputNoOuput casesMarcel Holtmann2009-01-162-4/+12
* Also check the local IO capability before requiring MITMJohan Hedberg2009-01-161-3/+6
* Require MITM for dedicated bonding if the remote side is capable of itJohan Hedberg2009-01-163-2/+14
* Fix memory leakJohan Hedberg2009-01-161-1/+3
* Bail out from extract_des if sdp_uuid_extract failsJohan Hedberg2009-01-161-5/+5
* Use L2CAP_LM for the L2CAP raw socket for nowJohan Hedberg2009-01-161-7/+10
* MMX and ARM NEON optimized versions of analysis filter for SBC encoderSiarhei Siamashka2009-01-166-1/+765
* SBC arrays and constant tables aligned at 16 byte boundary for SIMDSiarhei Siamashka2009-01-164-15/+36
* SIMD-friendly variant of SBC encoder analysis filterSiarhei Siamashka2009-01-166-160/+703
* Don't use auth_required. New kernels still need explicit auth requestedJohan Hedberg2009-01-161-6/+1
* Don't try to remove bonding->io_id twice (bonding_request_free does it)Johan Hedberg2009-01-161-3/+0
* Fix bonding with pre-2.1 devices and newer kernelsJohan Hedberg2009-01-161-0/+5
* Use dedicated bonding and no MITM for pairingMarcel Holtmann2009-01-152-5/+2
* Add another debug for auth requirements from kernelMarcel Holtmann2009-01-151-3/+5
* Fix device creation for incoming security mode 3 connectsJohan Hedberg2009-01-151-2/+4
* Fix IO capabilities for non-pairing and pairing casesMarcel Holtmann2009-01-151-12/+14
* Differentiate between buffer and data sizeMarcel Holtmann2009-01-151-4/+19
* Add support for fragmentation of data packetsMarcel Holtmann2009-01-151-16/+29
* Use different socket option numbers to deal with old kernelsMarcel Holtmann2009-01-141-2/+2