summaryrefslogtreecommitdiffstats
path: root/audio/pcm_bluetooth.c
Commit message (Expand)AuthorAgeFilesLines
* fix up sbc.h prototypes to use const/size_t wherever applicableLennart Poettering2009-03-231-1/+2
* Make use of size_t and ssize_t when possibleJohan Hedberg2009-03-121-2/+3
* Check for valid sk value before calling bt_audio_service_closeJohan Hedberg2009-02-251-1/+2
* Improve IPC message receivingJohan Hedberg2009-02-241-7/+13
* Fix setting revents in bluetooth_playback_poll_reventsJohan Hedberg2009-02-011-2/+1
* Fix another signed/unsigned comparison warningMarcel Holtmann2009-01-301-1/+1
* Fix signed/unsigned comparison of ALSA pluginMarcel Holtmann2009-01-301-7/+9
* Fix bug on alsa plugin when debug is active.Luiz Augusto von Dentz2009-01-211-1/+2
* Use native byte order for audio in GStreamer and ALSA pluginsSiarhei Siamashka2009-01-191-2/+2
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Remove usage of MSG_WAITALL from pcm_bluetooth.c as wellJohan Hedberg2008-12-291-1/+1
* Need to declare plugin entry functions firstMarcel Holtmann2008-12-231-0/+2
* More coding style fixesJohan Hedberg2008-12-201-12/+13
* More length header fixesJohan Hedberg2008-12-201-13/+16
* Fix length header values in messagesJohan Hedberg2008-12-201-37/+45
* Fix alsa plugin to reflect the ipc changes.Luiz Augusto von Dentz2008-12-161-88/+112
* Use DBG instead of printf for debug printJohan Hedberg2008-09-081-1/+1
* Avoid memory copies in A2DP write routineMarcel Holtmann2008-08-081-42/+68
* Fix return value for snd_pcm_hw_params() callsMarcel Holtmann2008-05-151-1/+5
* Make alsa plugin to detect disconnection of devices.Luiz Augusto von Dentz2008-03-041-4/+19
* Fix alsa plugin to make use of sbc new API.Luiz Augusto von Dentz2008-02-191-20/+21
* Make use of parameters selected in alsa plugin and fix auto selection.Luiz Augusto von Dentz2008-02-141-93/+113
* Fix compilation issues with UCHAR_MAX, USHRT_MAX and UINT_MAXMarcel Holtmann2008-02-021-0/+1
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* Use snd_config_get_bool for autoconnectJohan Hedberg2008-01-301-3/+5
* Clean up unecessary variables from alsa config parsingJohan Hedberg2008-01-301-31/+29
* Add autoconnect config option to IPC and alsaJohan Hedberg2008-01-301-1/+19
* Add mpeg12 sep registration.Luiz Augusto von Dentz2008-01-231-17/+22
* coding styleBrad Midgley2008-01-141-1/+1
* Fix frame_size calculation when there already is data in the bufferJohan Hedberg2008-01-091-2/+2
* use correct variable to pick up alsa prefsBrad Midgley2008-01-051-8/+8
* Fixes for hsp.Luiz Augusto von Dentz2007-12-061-9/+50
* Fix error messages. (thanks to fchevalier for the patch)Luiz Augusto von Dentz2007-12-041-22/+24
* Handle new ipc messages properly and adapt the plugins.Luiz Augusto von Dentz2007-12-031-7/+147
* Mention Kai's contributionsMarcel Holtmann2007-11-261-0/+1
* Support multiple periodsJohan Hedberg2007-11-221-8/+11
* Get rid of struct timeval completelyJohan Hedberg2007-11-221-19/+18
* Integrate new ipc API implementation.Luiz Augusto von Dentz2007-11-211-368/+418
* Revert commented lines of previous commit.Luiz Augusto von Dentz2007-11-201-5/+2
* Fix bug in alsa plugin.Luiz Augusto von Dentz2007-11-201-3/+7
* Make sbc codec to write directly in application buffers and so avoiding memcpys.Luiz Augusto von Dentz2007-11-121-12/+12
* Use clock_gettime instead of gettimeofdayJohan Hedberg2007-11-091-3/+16
* Use just one possible value in the period size list since multiple options se...Johan Hedberg2007-11-091-5/+1
* A2DP wakeup refactoring & cleanup (patch from Kai Vehmanen <kai.vehmanen@noki...Johan Hedberg2007-11-091-64/+102
* Revert buffer contraints patch (it wasn't doing what was intended and it actu...Johan Hedberg2007-10-241-16/+5
* Minor code cleanupJohan Hedberg2007-10-241-3/+4
* Add rtp header.Luiz Augusto von Dentz2007-10-181-54/+1
* Fix alsa buffer constraintsJohan Hedberg2007-10-181-7/+22
* Fix poll timeout to avoid unnecessary pollsJohan Hedberg2007-10-181-1/+7
* respond to alsa delay signal (players were getting stuck at the end of tracks)Brad Midgley2007-10-081-0/+21