Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update changelog and bump version numberutils-3.23 | Marcel Holtmann | 2007-12-08 | 1 | -1/+1 |
| | |||||
* | Update changelog and bump version number | Marcel Holtmann | 2007-12-08 | 1 | -0/+11 |
| | |||||
* | Fixes use of g_idle_add function. | Luiz Augusto von Dentz | 2007-12-07 | 1 | -22/+35 |
| | |||||
* | Fix bug of error responses being ignored. | Luiz Augusto von Dentz | 2007-12-07 | 1 | -2/+8 |
| | |||||
* | Bring back start variable to fix racecondition with quickly reconnecting IPC ↵ | Johan Hedberg | 2007-12-07 | 1 | -1/+21 |
| | | | | clients | ||||
* | a2dp_source_suspend should call avdtp_suspend and not avdtp_start if the ↵ | Johan Hedberg | 2007-12-07 | 1 | -2/+2 |
| | | | | state is STREAMING | ||||
* | Fix another potential uninitialized memory access issue | Johan Hedberg | 2007-12-07 | 1 | -1/+1 |
| | |||||
* | Minor locality issue | Johan Hedberg | 2007-12-07 | 1 | -1/+1 |
| | |||||
* | Make sure remote SEP cache and active streams stay in sync | Johan Hedberg | 2007-12-07 | 1 | -3/+5 |
| | |||||
* | Fix unitialized memory access issue | Johan Hedberg | 2007-12-07 | 1 | -2/+2 |
| | |||||
* | Fix BT_GETCAPABILITIES when the headset has already been acting as INT | Johan Hedberg | 2007-12-07 | 2 | -6/+7 |
| | |||||
* | Minor coding style fixes | Johan Hedberg | 2007-12-07 | 4 | -14/+20 |
| | |||||
* | Fixes for hsp. | Luiz Augusto von Dentz | 2007-12-06 | 2 | -61/+121 |
| | |||||
* | Fix memory leak | Marcel Holtmann | 2007-12-06 | 1 | -0/+1 |
| | |||||
* | Cache discovery process to avoid delays. | Luiz Augusto von Dentz | 2007-12-05 | 1 | -6/+5 |
| | |||||
* | Fix error messages. (thanks to fchevalier for the patch) | Luiz Augusto von Dentz | 2007-12-04 | 5 | -84/+89 |
| | |||||
* | Handle new ipc messages properly and adapt the plugins. | Luiz Augusto von Dentz | 2007-12-03 | 9 | -580/+1225 |
| | |||||
* | Add build ids for Unified 23c firmwares | Marcel Holtmann | 2007-12-01 | 1 | -0/+14 |
| | |||||
* | combine two conditionals in bit packing | Brad Midgley | 2007-11-30 | 1 | -5/+1 |
| | |||||
* | change inner loop bit packing to use shift-in-place instead of complex ops | Brad Midgley | 2007-11-30 | 1 | -7/+8 |
| | |||||
* | don't use the audio_sample array inside the frame struct | Brad Midgley | 2007-11-29 | 1 | -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 Dentz | 2007-11-29 | 1 | -26/+9 |
| | |||||
* | Enable AVRCP by default | Johan Hedberg | 2007-11-27 | 1 | -1/+1 |
| | |||||
* | Use KEY_PREVIOUSSONG and KEY_NEXTSONG (instead of KEY_PREVIOUS and KEY_NEXT) ↵ | Johan Hedberg | 2007-11-27 | 1 | -4/+4 |
| | | | | since they seem to be more widely supported by existing software | ||||
* | eliminate another max_bitneed loop, eliminate extraneous loop termination tests | Brad Midgley | 2007-11-27 | 1 | -11/+11 |
| | |||||
* | eliminate extra loop for bitneed compute | Brad Midgley | 2007-11-27 | 1 | -13/+9 |
| | | | | make a couple while loops easier to read as for loops | ||||
* | combine the blk loops inside the joint conditional | Brad Midgley | 2007-11-27 | 1 | -10/+7 |
| | |||||
* | rework joint subband test--uses a lot less stack space, simplify multiple | Brad Midgley | 2007-11-27 | 1 | -27/+31 |
| | | | | loops into one, unroll one tiny loop | ||||
* | Update services to new error codes and helper functions | Johan Hedberg | 2007-11-26 | 31 | -1133/+487 |
| | |||||
* | Update API descriptions to match new error codes | Johan Hedberg | 2007-11-26 | 4 | -107/+132 |
| | |||||
* | Add common error helper functions | Johan Hedberg | 2007-11-26 | 4 | -0/+324 |
| | |||||
* | Mention Kai's contributions | Marcel Holtmann | 2007-11-26 | 2 | -0/+2 |
| | |||||
* | Add test for files with page size | Marcel Holtmann | 2007-11-26 | 1 | -1/+16 |
| | |||||
* | Fix key search function to honor the mmap area size | Marcel Holtmann | 2007-11-26 | 1 | -14/+40 |
| | |||||
* | Add autoconf magic for the librt linking | Marcel Holtmann | 2007-11-26 | 2 | -1/+2 |
| | |||||
* | Code cleanup. | Luiz Augusto von Dentz | 2007-11-23 | 3 | -60/+21 |
| | |||||
* | serial: minor cleanup | Claudio Takahasi | 2007-11-23 | 1 | -6/+4 |
| | |||||
* | serial: removed pending call ref | Claudio Takahasi | 2007-11-23 | 1 | -19/+25 |
| | |||||
* | Introduce sbc_get_frame_duration. | Luiz Augusto von Dentz | 2007-11-23 | 2 | -4/+6 |
| | |||||
* | Link librt with the alsa module (needs to be fixed with proper autotools ↵ | Johan Hedberg | 2007-11-22 | 1 | -1/+1 |
| | | | | checks later) | ||||
* | Support multiple periods | Johan Hedberg | 2007-11-22 | 1 | -8/+11 |
| | |||||
* | Get rid of struct timeval completely | Johan Hedberg | 2007-11-22 | 1 | -19/+18 |
| | |||||
* | Integrate new ipc API implementation. | Luiz Augusto von Dentz | 2007-11-21 | 15 | -1282/+1843 |
| | |||||
* | Revert commented lines of previous commit. | Luiz Augusto von Dentz | 2007-11-20 | 1 | -5/+2 |
| | |||||
* | Fix bug in alsa plugin. | Luiz Augusto von Dentz | 2007-11-20 | 1 | -3/+7 |
| | |||||
* | Fix D-Bus match leak for name listeners | Johan Hedberg | 2007-11-16 | 1 | -28/+50 |
| | |||||
* | app specific passkey agent: missing invalid args verification | Claudio Takahasi | 2007-11-14 | 1 | -0/+3 |
| | |||||
* | Change name of sbc_fill_defaults to sbc_set_defaults. | Luiz Augusto von Dentz | 2007-11-13 | 1 | -3/+3 |
| | |||||
* | Add sbc_reinit. | Luiz Augusto von Dentz | 2007-11-13 | 3 | -10/+32 |
| | |||||
* | Fix double-check for HSP instead of checking HFP | Marcel Holtmann | 2007-11-13 | 1 | -1/+1 |
| |