summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Prepare for HFP featuresJohan Hedberg2007-12-141-28/+47
| |
| * smooth out last shift-in-place wrinkleBrad Midgley2007-12-141-11/+2
| |
| * push in-place-shift optimization up into scalefactors sectionBrad Midgley2007-12-141-7/+13
| |
| * shift-in-place opt is back in, with a bugfix for the 4-subband caseBrad Midgley2007-12-141-7/+15
| |
| * coding style on ?:Brad Midgley2007-12-141-1/+1
| |
| * be more strict about calculating from joint since client may set it toBrad Midgley2007-12-141-1/+1
| | | | | | | | a funky value other than 0/1
| * roll back the shift-in-place bitpack optimization while we figure out ifBrad Midgley2007-12-141-7/+6
| | | | | | | | it tickles a bug or creates a bug for 4 subbands
| * Fix mic gain valueJohan Hedberg2007-12-141-1/+1
| |
| * Add TCP connection support for serial proxyMarcel Holtmann2007-12-132-11/+95
| |
| * don't need to memset the data headerBrad Midgley2007-12-131-8/+4
| |
| * Add initial mechanism to handle headset commands.Luiz Augusto von Dentz2007-12-122-128/+149
| |
| * Don't install network.conf for nowMarcel Holtmann2007-12-121-1/+1
| |
| * Add missing macros, MIN, MAX, ABS and CLAMP to eglib.Luiz Augusto von Dentz2007-12-121-0/+12
| |
| * Fix connecting to hfp headset. (Patch from fdalleau)Luiz Augusto von Dentz2007-12-113-11/+39
| |
| * Add fix for Logitech HID proxy switchingMarcel Holtmann2007-12-091-1/+1
| |
| * Make sure to install network.confMarcel Holtmann2007-12-091-1/+1
| |
| * Use proper function for checking signal nameMarcel Holtmann2007-12-091-9/+2
| |
| * Update changelog and bump version numberutils-3.23Marcel Holtmann2007-12-081-1/+1
| |
| * Update changelog and bump version numberMarcel Holtmann2007-12-081-0/+11
| |
| * Fixes use of g_idle_add function.Luiz Augusto von Dentz2007-12-071-22/+35
| |
| * Fix bug of error responses being ignored.Luiz Augusto von Dentz2007-12-071-2/+8
| |
| * Bring back start variable to fix racecondition with quickly reconnecting IPC ↵Johan Hedberg2007-12-071-1/+21
| | | | | | | | clients
| * a2dp_source_suspend should call avdtp_suspend and not avdtp_start if the ↵Johan Hedberg2007-12-071-2/+2
| | | | | | | | state is STREAMING
| * Fix another potential uninitialized memory access issueJohan Hedberg2007-12-071-1/+1
| |
| * Minor locality issueJohan Hedberg2007-12-071-1/+1
| |
| * Make sure remote SEP cache and active streams stay in syncJohan Hedberg2007-12-071-3/+5
| |
| * Fix unitialized memory access issueJohan Hedberg2007-12-071-2/+2
| |
| * Fix BT_GETCAPABILITIES when the headset has already been acting as INTJohan Hedberg2007-12-072-6/+7
| |
| * Minor coding style fixesJohan Hedberg2007-12-074-14/+20
| |
| * Fixes for hsp.Luiz Augusto von Dentz2007-12-062-61/+121
| |
| * Fix memory leakMarcel Holtmann2007-12-061-0/+1
| |
| * Cache discovery process to avoid delays.Luiz Augusto von Dentz2007-12-051-6/+5
| |
| * Fix error messages. (thanks to fchevalier for the patch)Luiz Augusto von Dentz2007-12-045-84/+89
| |
| * Handle new ipc messages properly and adapt the plugins.Luiz Augusto von Dentz2007-12-039-580/+1225
| |
| * Add build ids for Unified 23c firmwaresMarcel Holtmann2007-12-011-0/+14
| |
| * combine two conditionals in bit packingBrad Midgley2007-11-301-5/+1
| |
| * change inner loop bit packing to use shift-in-place instead of complex opsBrad Midgley2007-11-301-7/+8
| |
| * don't use the audio_sample array inside the frame structBrad Midgley2007-11-291-7/+5
| | | | | | | | it's totally unnecessary to keep all these temporary results around
| * Remove unnecessary checks for output buffer length and some optimizations.Luiz Augusto von Dentz2007-11-291-26/+9
| |
| * Enable AVRCP by defaultJohan Hedberg2007-11-271-1/+1
| |
| * Use KEY_PREVIOUSSONG and KEY_NEXTSONG (instead of KEY_PREVIOUS and KEY_NEXT) ↵Johan Hedberg2007-11-271-4/+4
| | | | | | | | since they seem to be more widely supported by existing software
| * eliminate another max_bitneed loop, eliminate extraneous loop termination testsBrad Midgley2007-11-271-11/+11
| |
| * eliminate extra loop for bitneed computeBrad Midgley2007-11-271-13/+9
| | | | | | | | make a couple while loops easier to read as for loops
| * combine the blk loops inside the joint conditionalBrad Midgley2007-11-271-10/+7
| |
| * rework joint subband test--uses a lot less stack space, simplify multipleBrad Midgley2007-11-271-27/+31
| | | | | | | | loops into one, unroll one tiny loop
| * Update services to new error codes and helper functionsJohan Hedberg2007-11-2631-1133/+487
| |
| * Update API descriptions to match new error codesJohan Hedberg2007-11-264-107/+132
| |
| * Add common error helper functionsJohan Hedberg2007-11-264-0/+324
| |
| * Mention Kai's contributionsMarcel Holtmann2007-11-262-0/+2
| |
| * Add test for files with page sizeMarcel Holtmann2007-11-261-1/+16
| |