Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix comment. | Luiz Augusto von Dentz | 2007-08-27 | 1 | -1/+1 |
| | |||||
* | Ignore error so hsp device can work for unpatched kernels. | Luiz Augusto von Dentz | 2007-08-27 | 1 | -1/+2 |
| | |||||
* | Fix alsa plugin for hsp devices. | Luiz Augusto von Dentz | 2007-08-27 | 1 | -60/+60 |
| | |||||
* | Use device string for the IPC | Marcel Holtmann | 2007-08-25 | 1 | -4/+5 |
| | |||||
* | Fix return value when receiving an error. | Luiz Augusto von Dentz | 2007-08-24 | 1 | -1/+1 |
| | |||||
* | Fix parameter parsing | Marcel Holtmann | 2007-08-23 | 1 | -7/+10 |
| | |||||
* | Add support for ALSA parameters | Marcel Holtmann | 2007-08-23 | 1 | -4/+43 |
| | |||||
* | Code cleanup. | Luiz Augusto von Dentz | 2007-08-22 | 1 | -23/+73 |
| | |||||
* | stopped variable is A2DP specific (at least for now) | Johan Hedberg | 2007-08-22 | 1 | -8/+10 |
| | |||||
* | Make the uint boundary check a little bit more reliable | Johan Hedberg | 2007-08-22 | 1 | -5/+4 |
| | |||||
* | Don't restart playback thread when stop and start are called | Johan Hedberg | 2007-08-22 | 1 | -18/+20 |
| |