summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Add rtp header.Luiz Augusto von Dentz2007-10-183-108/+78
|
* Fix coding style issues.Luiz Augusto von Dentz2007-10-183-45/+36
|
* Fixes a2dpsink element.Luiz Augusto von Dentz2007-10-184-73/+703
|
* Fixes sbcparser element.Luiz Augusto von Dentz2007-10-181-16/+170
|
* Fixes for gstsbcenc.Luiz Augusto von Dentz2007-10-182-15/+146
|
* Add gstsbcutil.c and gstsbcutil.h.Luiz Augusto von Dentz2007-10-183-1/+234
|
* Fix alsa buffer constraintsJohan Hedberg2007-10-181-7/+22
|
* Fix poll timeout to avoid unnecessary pollsJohan Hedberg2007-10-181-1/+7
|
* Misc. headset fixesJohan Hedberg2007-10-171-8/+12
|
* Don't set suspend timer if the SEP is lockedJohan Hedberg2007-10-111-1/+2
|
* Bring back the suspend timer but only set it for suspends initiated by usJohan Hedberg2007-10-111-0/+24
|
* Remove stream idle timerJohan Hedberg2007-10-111-24/+0
|
* Send error response in case of unsupported commandsMarcel Holtmann2007-10-101-5/+7
|
* Fix warning caused by previous patchJohan Hedberg2007-10-101-1/+1
|
* Remove suspend timer if the other end sends a suspend commandJohan Hedberg2007-10-101-0/+6
|
* Handle cross-connect case for AVDTPJohan Hedberg2007-10-093-6/+56
|
* Fix device removal when it is not the current adapter.Luiz Augusto von Dentz2007-10-093-2/+8
|
* make it obvious the audo service defaults to not autostart (other .service ↵Brad Midgley2007-10-081-0/+1
| | | | files have this)
* respond to alsa delay signal (players were getting stuck at the end of tracks)Brad Midgley2007-10-081-0/+21
|
* Fix stream callback typeJohan Hedberg2007-10-041-1/+1
|
* Minor coding style fixesJohan Hedberg2007-10-032-6/+3
|
* Error handling fixesJohan Hedberg2007-10-031-17/+26
|
* Further fixes to audio service SDP error handlingJohan Hedberg2007-10-021-16/+13
|
* Fix audio service SDP failure handlingJohan Hedberg2007-10-021-5/+15
|
* Expose stream setup errors higher up in the call stackJohan Hedberg2007-09-285-57/+91
|
* Check for zero length filesMarcel Holtmann2007-09-281-1/+1
|
* Add missing NULL checkJohan Hedberg2007-09-271-1/+2
|
* Fix bogus error checking.Luiz Augusto von Dentz2007-09-211-5/+5
|
* Clear pending request stream reference if stream goes away (e.g. media transporJohan Hedberg2007-09-171-0/+2
| | | | connection dies) before the request is replied to.
* Fix compiler warningutils-3.19Marcel Holtmann2007-09-161-0/+2
|
* Check for valid stream fd after trying to receive it (and not before)Johan Hedberg2007-09-061-4/+5
|
* Fix poll revents checkMarcel Holtmann2007-09-061-3/+1
|
* Use poll instead of usleep to wait on worker thread.Luiz Augusto von Dentz2007-09-051-30/+51
|
* Cleanup fd passing a littleJohan Hedberg2007-09-052-43/+28
|
* Limit range of bitpool announced while in ACP side.Luiz Augusto von Dentz2007-09-031-3/+27
|
* removed unused variable total from bluetooth_stateBrad Midgley2007-09-031-3/+1
|
* stub in the state change ipc for pausing a stream (but don't enable it yet)Brad Midgley2007-09-032-24/+85
|
* Fix channel mode bug.Luiz Augusto von Dentz2007-09-031-1/+15
|
* increase request timeout since the request might not get sent immediatly ↵Johan Hedberg2007-09-021-1/+1
| | | | when the ACL is very congested
* Remove transport channel callback before freeing streamJohan Hedberg2007-08-311-0/+3
|
* Fix endianess problem.Luiz Augusto von Dentz2007-08-314-2/+67
|
* Fix stream starting if suspend request is pendingJohan Hedberg2007-08-311-1/+1
|
* Add some extra debug infoJohan Hedberg2007-08-311-4/+8
|
* Implement proper locking for headsetsJohan Hedberg2007-08-314-21/+67
|
* Cleanup and fixes of stream handlingJohan Hedberg2007-08-318-156/+146
|
* Fix more SEP locking issuesJohan Hedberg2007-08-311-26/+76
|
* Fix local SEP locking when connecting fails or unix client disconnectsJohan Hedberg2007-08-311-2/+8
|
* Fix use of = instead of == to compare audio mode.Luiz Augusto von Dentz2007-08-301-1/+1
|
* Fix missing {}.Luiz Augusto von Dentz2007-08-301-1/+2
|
* Remove unused variablesJohan Hedberg2007-08-301-3/+0
|