index
:
~jprvita/bluez
fixes
master
Bluetooth protocol stack for Linux
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
audio
/
pcm_bluetooth.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-15
Report error if read failed in bluetooth_playback_poll_revents
Szymon Janc
1
-2
/
+2
2011-05-10
Fix C++ style comments
Szymon Janc
1
-1
/
+1
2010-08-25
Don't report error for EINTR
Colin Didier
1
-2
/
+4
2010-08-25
Fix leftovers handling with bluetooth_a2dp_write
Colin Didier
1
-2
/
+6
2010-06-30
Fix the ALSA plugin to match the updated libsbc API
Johan Hedberg
1
-1
/
+1
2010-01-07
Update Nokia copyrights
Johan Hedberg
1
-1
/
+1
2010-01-01
Update copyright information
Marcel Holtmann
1
-1
/
+1
2009-06-30
Fix memory allocation failure check in ALSA initialization function
Johan Hedberg
1
-1
/
+2
2009-04-17
Do some coding style cleanups
Marcel Holtmann
1
-7
/
+6
2009-04-17
fix up sbc.h prototypes to use const/size_t wherever applicable
Lennart Poettering
1
-1
/
+2
2009-03-25
Add specific codec types.
Luiz Augusto von Dentz
1
-1
/
+1
2009-03-25
Add lock flag for capabilities.
Luiz Augusto von Dentz
1
-1
/
+2
2009-03-25
Introduce BT_OPEN command to audio ipc.
Luiz Augusto von Dentz
1
-10
/
+47
2009-03-25
Add source and destination fields to audio ipc messages.
Luiz Augusto von Dentz
1
-3
/
+3
2009-03-12
Make use of size_t and ssize_t when possible
Johan Hedberg
1
-2
/
+3
2009-02-25
Check for valid sk value before calling bt_audio_service_close
Johan Hedberg
1
-1
/
+2
2009-02-24
Improve IPC message receiving
Johan Hedberg
1
-7
/
+13
2009-02-01
Fix setting revents in bluetooth_playback_poll_revents
Johan Hedberg
1
-2
/
+1
2009-01-30
Fix another signed/unsigned comparison warning
Marcel Holtmann
1
-1
/
+1
2009-01-30
Fix signed/unsigned comparison of ALSA plugin
Marcel Holtmann
1
-7
/
+9
2009-01-21
Fix bug on alsa plugin when debug is active.
Luiz Augusto von Dentz
1
-1
/
+2
2009-01-19
Use native byte order for audio in GStreamer and ALSA plugins
Siarhei Siamashka
1
-2
/
+2
2009-01-01
Update copyright information
Marcel Holtmann
1
-1
/
+1
2008-12-29
Remove usage of MSG_WAITALL from pcm_bluetooth.c as well
Johan Hedberg
1
-1
/
+1
2008-12-23
Need to declare plugin entry functions first
Marcel Holtmann
1
-0
/
+2
2008-12-20
More coding style fixes
Johan Hedberg
1
-12
/
+13
2008-12-20
More length header fixes
Johan Hedberg
1
-13
/
+16
2008-12-20
Fix length header values in messages
Johan Hedberg
1
-37
/
+45
2008-12-16
Fix alsa plugin to reflect the ipc changes.
Luiz Augusto von Dentz
1
-88
/
+112
2008-09-08
Use DBG instead of printf for debug print
Johan Hedberg
1
-1
/
+1
2008-08-08
Avoid memory copies in A2DP write routine
Marcel Holtmann
1
-42
/
+68
2008-05-15
Fix return value for snd_pcm_hw_params() calls
Marcel Holtmann
1
-1
/
+5
2008-03-04
Make alsa plugin to detect disconnection of devices.
Luiz Augusto von Dentz
1
-4
/
+19
2008-02-19
Fix alsa plugin to make use of sbc new API.
Luiz Augusto von Dentz
1
-20
/
+21
2008-02-14
Make use of parameters selected in alsa plugin and fix auto selection.
Luiz Augusto von Dentz
1
-93
/
+113
2008-02-02
Fix compilation issues with UCHAR_MAX, USHRT_MAX and UINT_MAX
Marcel Holtmann
1
-0
/
+1
2008-02-02
Update copyright information
Marcel Holtmann
1
-1
/
+1
2008-01-30
Use snd_config_get_bool for autoconnect
Johan Hedberg
1
-3
/
+5
2008-01-30
Clean up unecessary variables from alsa config parsing
Johan Hedberg
1
-31
/
+29
2008-01-30
Add autoconnect config option to IPC and alsa
Johan Hedberg
1
-1
/
+19
2008-01-23
Add mpeg12 sep registration.
Luiz Augusto von Dentz
1
-17
/
+22
2008-01-14
coding style
Brad Midgley
1
-1
/
+1
2008-01-09
Fix frame_size calculation when there already is data in the buffer
Johan Hedberg
1
-2
/
+2
2008-01-05
use correct variable to pick up alsa prefs
Brad Midgley
1
-8
/
+8
2007-12-06
Fixes for hsp.
Luiz Augusto von Dentz
1
-9
/
+50
2007-12-04
Fix error messages. (thanks to fchevalier for the patch)
Luiz Augusto von Dentz
1
-22
/
+24
2007-12-03
Handle new ipc messages properly and adapt the plugins.
Luiz Augusto von Dentz
1
-7
/
+147
2007-11-26
Mention Kai's contributions
Marcel Holtmann
1
-0
/
+1
2007-11-22
Support multiple periods
Johan Hedberg
1
-8
/
+11
2007-11-22
Get rid of struct timeval completely
Johan Hedberg
1
-19
/
+18
[next]