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
/
a2dp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-07
Fixes use of g_idle_add function.
Luiz Augusto von Dentz
1
-22
/
+35
2007-12-07
Bring back start variable to fix racecondition with quickly reconnecting IPC ...
Johan Hedberg
1
-1
/
+21
2007-12-07
a2dp_source_suspend should call avdtp_suspend and not avdtp_start if the stat...
Johan Hedberg
1
-2
/
+2
2007-12-07
Fix another potential uninitialized memory access issue
Johan Hedberg
1
-1
/
+1
2007-12-07
Fix unitialized memory access issue
Johan Hedberg
1
-2
/
+2
2007-12-07
Minor coding style fixes
Johan Hedberg
1
-1
/
+1
2007-12-03
Handle new ipc messages properly and adapt the plugins.
Luiz Augusto von Dentz
1
-402
/
+310
2007-10-23
Update copyright information
Marcel Holtmann
1
-0
/
+1
2007-10-22
Fix avdtp session leak when receiving consequtive start & suspend requests
Johan Hedberg
1
-3
/
+8
2007-10-11
Don't set suspend timer if the SEP is locked
Johan Hedberg
1
-1
/
+2
2007-10-10
Fix warning caused by previous patch
Johan Hedberg
1
-1
/
+1
2007-10-10
Remove suspend timer if the other end sends a suspend command
Johan Hedberg
1
-0
/
+6
2007-09-28
Expose stream setup errors higher up in the call stack
Johan Hedberg
1
-37
/
+65
2007-09-03
Limit range of bitpool announced while in ACP side.
Luiz Augusto von Dentz
1
-3
/
+27
2007-08-31
Fix stream starting if suspend request is pending
Johan Hedberg
1
-1
/
+1
2007-08-31
Cleanup and fixes of stream handling
Johan Hedberg
1
-60
/
+28
2007-08-31
Fix more SEP locking issues
Johan Hedberg
1
-26
/
+76
2007-08-31
Fix local SEP locking when connecting fails or unix client disconnects
Johan Hedberg
1
-2
/
+8
2007-08-30
Fix stream setup error handling
Johan Hedberg
1
-4
/
+3
2007-08-30
Prefer 44.1kHz over 48kHz
Marcel Holtmann
1
-3
/
+3
2007-08-30
Disable the broken optional codec parameters setup
Marcel Holtmann
1
-5
/
+5
2007-08-29
Fix memory issue.
Luiz Augusto von Dentz
1
-2
/
+3
2007-08-29
Fix the need to have all parameters.
Luiz Augusto von Dentz
1
-3
/
+3
2007-08-29
Make codec parameters support available for application.
Luiz Augusto von Dentz
1
-179
/
+253
2007-08-28
Fix unix client disconnects before headset has been successfully connected
Johan Hedberg
1
-1
/
+1
2007-08-28
Make SBC Audio Source count configurable and the default value 1
Johan Hedberg
1
-6
/
+6
2007-08-27
First try at device autocreate support
Johan Hedberg
1
-1
/
+1
2007-08-24
Fix locking of A2DP SEP's
Johan Hedberg
1
-1
/
+4
2007-08-24
Support up to two simultaneous streams
Johan Hedberg
1
-173
/
+262
2007-08-21
Implement RequestAuthorization support
Johan Hedberg
1
-2
/
+2
2007-08-20
Improve robustness of A2DP SEP active stream state by using a stream state ca...
Johan Hedberg
1
-27
/
+32
2007-08-20
Improve handling of simultaneous connect attempts to different devices
Johan Hedberg
1
-2
/
+22
2007-08-19
Improve handling of unix clients which stay connected even though the headset...
Johan Hedberg
1
-1
/
+2
2007-08-18
Reset value of timer id after removing it
Johan Hedberg
1
-1
/
+3
2007-08-18
Accept start requests and add timeout for suspending unused streams
Johan Hedberg
1
-39
/
+108
2007-08-16
Handle error situations better
Johan Hedberg
1
-18
/
+46
2007-08-16
Fix minumum bitpool calculation
Johan Hedberg
1
-2
/
+1
2007-08-16
Free callback data after removing it from the list
Johan Hedberg
1
-0
/
+1
2007-08-16
a2dp_select_capabilities doesn't need to be public
Johan Hedberg
1
-1
/
+1
2007-08-16
Remove unused include
Johan Hedberg
1
-1
/
+0
2007-08-16
Remove unused code
Johan Hedberg
1
-87
/
+0
2007-08-16
Rework interfacing with the avdtp state machine
Johan Hedberg
1
-66
/
+394
2007-08-15
call avdtp_start from open_cfm instead of state callback
Johan Hedberg
1
-0
/
+23
2007-08-13
Implement support for incoming Start command
Johan Hedberg
1
-1
/
+5
2007-08-13
Remove ifndef protections and includes from .h files
Johan Hedberg
1
-0
/
+2
2007-08-12
Clean up mess with header files
Johan Hedberg
1
-1
/
+2
2007-08-12
All local SEP callbacks need a avdtp session parameter
Johan Hedberg
1
-16
/
+22
2007-08-12
Implement proper acceptor side functionality
Johan Hedberg
1
-6
/
+24
2007-08-11
Remove redundant stream fd from config response
Johan Hedberg
1
-3
/
+4
2007-08-11
Integrate A2DP work from Johan's and Luiz's GIT trees
Johan Hedberg
1
-0
/
+611
[next]