summaryrefslogtreecommitdiffstats
path: root/audio/sink.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* Initial support of mpeg12 codec.Luiz Augusto von Dentz2008-01-231-44/+44
* Handle new ipc messages properly and adapt the plugins.Luiz Augusto von Dentz2007-12-031-17/+195
* Update services to new error codes and helper functionsJohan Hedberg2007-11-261-10/+9
* Update copyright informationMarcel Holtmann2007-10-231-1/+1
* Fixes a2dpsink element.Luiz Augusto von Dentz2007-10-181-1/+1
* Handle cross-connect case for AVDTPJohan Hedberg2007-10-091-5/+36
* Minor coding style fixesJohan Hedberg2007-10-031-2/+1
* Expose stream setup errors higher up in the call stackJohan Hedberg2007-09-281-2/+2
* Cleanup and fixes of stream handlingJohan Hedberg2007-08-311-4/+4
* Remove unused variablesJohan Hedberg2007-08-301-3/+0
* Don't confuse stream callback id's and stream setup callback id'sJohan Hedberg2007-08-301-1/+0
* Fix stream setup error handlingJohan Hedberg2007-08-301-0/+1
* Make codec parameters support available for application.Luiz Augusto von Dentz2007-08-291-1/+2
* Remove stream callback in sink_freeJohan Hedberg2007-08-291-1/+8
* Convert alsa initiated headset connections to similar callback system that A2...Johan Hedberg2007-08-271-2/+0
* Support up to two simultaneous streamsJohan Hedberg2007-08-241-1/+5
* Add Playing and Stopped signals to sink inteface.Luiz Augusto von Dentz2007-08-221-1/+13
* Implement RequestAuthorization supportJohan Hedberg2007-08-211-0/+4
* Handle error situations betterJohan Hedberg2007-08-161-7/+9
* Revert changes from previous commit that were not supposed to go inJohan Hedberg2007-08-161-6/+4
* Fix minumum bitpool calculationJohan Hedberg2007-08-161-4/+6
* Rework interfacing with the avdtp state machineJohan Hedberg2007-08-161-251/+74
* call avdtp_start from open_cfm instead of state callbackJohan Hedberg2007-08-151-9/+5
* The resume variable is redundantJohan Hedberg2007-08-151-6/+3
* Fix resuming of stream on rapid unix client reconnectsJohan Hedberg2007-08-151-4/+14
* Reset sink->c before calling get_config to avoid EBUSYJohan Hedberg2007-08-141-1/+2
* Rename pending_connect struct to something more accurate to its usageJohan Hedberg2007-08-131-10/+11
* Fix error checking order in sink_get_configJohan Hedberg2007-08-131-3/+3
* Don't perform any additional actions if not the initiator of a streamJohan Hedberg2007-08-131-0/+4
* Add extra error log to sink_get_configJohan Hedberg2007-08-131-1/+3
* Add some error checks to sink_get_configJohan Hedberg2007-08-131-7/+13
* Remove ifndef protections and includes from .h filesJohan Hedberg2007-08-131-0/+4
* Clean up mess with header filesJohan Hedberg2007-08-121-17/+11
* Implement proper acceptor side functionalityJohan Hedberg2007-08-121-3/+29
* avdtp_unref improvementsJohan Hedberg2007-08-121-0/+2
* Remove incorrect dbus_message_unref (pending_connect_free takes care of it al...Johan Hedberg2007-08-121-1/+0
* Remove redundant stream fd from config responseJohan Hedberg2007-08-111-6/+6
* Integrate A2DP work from Johan's and Luiz's GIT treesJohan Hedberg2007-08-111-0/+429
* Add first files for to start A2DP implementationJohan Hedberg2007-07-231-0/+28