Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use DBG instead of printf for debug print | Johan Hedberg | 2008-09-08 | 1 | -1/+1 |
| | |||||
* | Avoid memory copies in A2DP write routine | Marcel Holtmann | 2008-08-08 | 1 | -42/+68 |
| | |||||
* | Fix return value for snd_pcm_hw_params() calls | Marcel Holtmann | 2008-05-15 | 1 | -1/+5 |
| | |||||
* | Make alsa plugin to detect disconnection of devices. | Luiz Augusto von Dentz | 2008-03-04 | 1 | -4/+19 |
| | |||||
* | Fix alsa plugin to make use of sbc new API. | Luiz Augusto von Dentz | 2008-02-19 | 1 | -20/+21 |
| | |||||
* | Make use of parameters selected in alsa plugin and fix auto selection. | Luiz Augusto von Dentz | 2008-02-14 | 1 | -93/+113 |
| | |||||
* | Fix compilation issues with UCHAR_MAX, USHRT_MAX and UINT_MAX | Marcel Holtmann | 2008-02-02 | 1 | -0/+1 |
| | |||||
* | Update copyright information | Marcel Holtmann | 2008-02-02 | 1 | -1/+1 |
| | |||||
* | Use snd_config_get_bool for autoconnect | Johan Hedberg | 2008-01-30 | 1 | -3/+5 |
| | |||||
* | Clean up unecessary variables from alsa config parsing | Johan Hedberg | 2008-01-30 | 1 | -31/+29 |
| | |||||
* | Add autoconnect config option to IPC and alsa | Johan Hedberg | 2008-01-30 | 1 | -1/+19 |
| | |||||
* | Add mpeg12 sep registration. | Luiz Augusto von Dentz | 2008-01-23 | 1 | -17/+22 |
| | |||||
* | coding style | Brad Midgley | 2008-01-14 | 1 | -1/+1 |
| | |||||
* | Fix frame_size calculation when there already is data in the buffer | Johan Hedberg | 2008-01-09 | 1 | -2/+2 |
| | |||||
* | use correct variable to pick up alsa prefs | Brad Midgley | 2008-01-05 | 1 | -8/+8 |
| | |||||
* | Fixes for hsp. | Luiz Augusto von Dentz | 2007-12-06 | 1 | -9/+50 |
| | |||||
* | Fix error messages. (thanks to fchevalier for the patch) | Luiz Augusto von Dentz | 2007-12-04 | 1 | -22/+24 |
| | |||||
* | Handle new ipc messages properly and adapt the plugins. | Luiz Augusto von Dentz | 2007-12-03 | 1 | -7/+147 |
| | |||||
* | Mention Kai's contributions | Marcel Holtmann | 2007-11-26 | 1 | -0/+1 |
| | |||||
* | 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 | 1 | -368/+418 |
| | |||||
* | 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 |
| | |||||
* | Make sbc codec to write directly in application buffers and so avoiding memcpys. | Luiz Augusto von Dentz | 2007-11-12 | 1 | -12/+12 |
| | |||||
* | Use clock_gettime instead of gettimeofday | Johan Hedberg | 2007-11-09 | 1 | -3/+16 |
| | |||||
* | Use just one possible value in the period size list since multiple options ↵ | Johan Hedberg | 2007-11-09 | 1 | -5/+1 |
| | | | | seem to break vls (looks like it's caused by a bug in the ALSA snd_pcm_hw_params_set_period_size_near function) | ||||
* | A2DP wakeup refactoring & cleanup (patch from Kai Vehmanen ↵ | Johan Hedberg | 2007-11-09 | 1 | -64/+102 |
| | | | | <kai.vehmanen@nokia.com>) | ||||
* | Revert buffer contraints patch (it wasn't doing what was intended and it ↵ | Johan Hedberg | 2007-10-24 | 1 | -16/+5 |
| | | | | actually caused errors for applications in some cases) | ||||
* | Minor code cleanup | Johan Hedberg | 2007-10-24 | 1 | -3/+4 |
| | |||||
* | Add rtp header. | Luiz Augusto von Dentz | 2007-10-18 | 1 | -54/+1 |
| | |||||
* | Fix alsa buffer constraints | Johan Hedberg | 2007-10-18 | 1 | -7/+22 |
| | |||||
* | Fix poll timeout to avoid unnecessary polls | Johan Hedberg | 2007-10-18 | 1 | -1/+7 |
| | |||||
* | respond to alsa delay signal (players were getting stuck at the end of tracks) | Brad Midgley | 2007-10-08 | 1 | -0/+21 |
| | |||||
* | Fix compiler warningutils-3.19 | Marcel Holtmann | 2007-09-16 | 1 | -0/+2 |
| | |||||
* | Check for valid stream fd after trying to receive it (and not before) | Johan Hedberg | 2007-09-06 | 1 | -4/+5 |
| | |||||
* | Fix poll revents check | Marcel Holtmann | 2007-09-06 | 1 | -3/+1 |
| | |||||
* | Use poll instead of usleep to wait on worker thread. | Luiz Augusto von Dentz | 2007-09-05 | 1 | -30/+51 |
| | |||||
* | Cleanup fd passing a little | Johan Hedberg | 2007-09-05 | 1 | -27/+18 |
| | |||||
* | removed unused variable total from bluetooth_state | Brad Midgley | 2007-09-03 | 1 | -3/+1 |
| | |||||
* | stub in the state change ipc for pausing a stream (but don't enable it yet) | Brad Midgley | 2007-09-03 | 1 | -0/+62 |
| | |||||
* | Fix endianess problem. | Luiz Augusto von Dentz | 2007-08-31 | 1 | -0/+31 |
| | |||||
* | Implement proper locking for headsets | Johan Hedberg | 2007-08-31 | 1 | -6/+18 |
| | |||||
* | Fix use of = instead of == to compare audio mode. | Luiz Augusto von Dentz | 2007-08-30 | 1 | -1/+1 |
| | |||||
* | Fix missing {}. | Luiz Augusto von Dentz | 2007-08-30 | 1 | -1/+2 |
| | |||||
* | Coding style fixes | Marcel Holtmann | 2007-08-29 | 1 | -3/+1 |
| | |||||
* | Fix the ALSA plugin parameter mess | Marcel Holtmann | 2007-08-29 | 1 | -32/+30 |
| | |||||
* | Fix memory issue. | Luiz Augusto von Dentz | 2007-08-29 | 1 | -4/+4 |
| | |||||
* | Fix the need to have all parameters. | Luiz Augusto von Dentz | 2007-08-29 | 1 | -15/+12 |
| | |||||
* | Make codec parameters support available for application. | Luiz Augusto von Dentz | 2007-08-29 | 1 | -11/+105 |
| |