aboutsummaryrefslogtreecommitdiff
path: root/audio/sink.c
AgeCommit message (Expand)Author
2009-02-02Set up a stream for incoming connections if the sink doesn't do itJohan Hedberg
2009-01-27Don't auto-disconnect explicitly created A2DP connectionsJohan Hedberg
2009-01-01Update copyright informationMarcel Holtmann
2008-11-17Make use of g_timeout_add_seconds whenever possible.Luiz Augusto von Dentz
2008-10-24Use g_dbus_send_message instead of dbus_connection_sendJohan Hedberg
2008-10-16Fix indentation levelsJohan Hedberg
2008-10-16Rename dbus_connection_emit_property_changed to emit_property_changedJohan Hedberg
2008-10-16Fix remaining places to use dict_append_entry tooJohan Hedberg
2008-10-03Fix uninitialized reply of multiple GetProperties methodsMarcel Holtmann
2008-10-02Mark old plugins API as deprecated.Luiz Augusto von Dentz
2008-10-02Add code to emit PropertyChanged on sink interface.Luiz Augusto von Dentz
2008-10-02Add property support for sink interface.Luiz Augusto von Dentz
2008-10-01Fix potential invalid read.Luiz Augusto von Dentz
2008-08-04Move error_failed to its usage placesMarcel Holtmann
2008-07-30Remove use of g_dbus_unregister_all_interfaces.Luiz Augusto von Dentz
2008-07-28Cleanup audio manager.Luiz Augusto von Dentz
2008-06-07Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann
2008-06-06Fix the last remains of sending helpersMarcel Holtmann
2008-06-02Make audio service to use libgdbus functions.Luiz Augusto von Dentz
2008-05-29Replace struct device with struct audio_deviceMarcel Holtmann
2008-05-08Move D-Bus object and interface helpers into libgdbusMarcel Holtmann
2008-05-08Move D-Bus watch functions into libgdbusMarcel Holtmann
2008-02-02Update copyright informationMarcel Holtmann
2008-01-23Initial support of mpeg12 codec.Luiz Augusto von Dentz
2007-12-03Handle new ipc messages properly and adapt the plugins.Luiz Augusto von Dentz
2007-11-26Update services to new error codes and helper functionsJohan Hedberg
2007-10-23Update copyright informationMarcel Holtmann
2007-10-18Fixes a2dpsink element.Luiz Augusto von Dentz
2007-10-09Handle cross-connect case for AVDTPJohan Hedberg
2007-10-03Minor coding style fixesJohan Hedberg
2007-09-28Expose stream setup errors higher up in the call stackJohan Hedberg
2007-08-31Cleanup and fixes of stream handlingJohan Hedberg
2007-08-30Remove unused variablesJohan Hedberg
2007-08-30Don't confuse stream callback id's and stream setup callback id'sJohan Hedberg
2007-08-30Fix stream setup error handlingJohan Hedberg
2007-08-29Make codec parameters support available for application.Luiz Augusto von Dentz
2007-08-29Remove stream callback in sink_freeJohan Hedberg
2007-08-27Convert alsa initiated headset connections to similar callback system that A2...Johan Hedberg
2007-08-24Support up to two simultaneous streamsJohan Hedberg
2007-08-22Add Playing and Stopped signals to sink inteface.Luiz Augusto von Dentz
2007-08-21Implement RequestAuthorization supportJohan Hedberg
2007-08-16Handle error situations betterJohan Hedberg
2007-08-16Revert changes from previous commit that were not supposed to go inJohan Hedberg
2007-08-16Fix minumum bitpool calculationJohan Hedberg
2007-08-16Rework interfacing with the avdtp state machineJohan Hedberg
2007-08-15call avdtp_start from open_cfm instead of state callbackJohan Hedberg
2007-08-15The resume variable is redundantJohan Hedberg
2007-08-15Fix resuming of stream on rapid unix client reconnectsJohan Hedberg
2007-08-14Reset sink->c before calling get_config to avoid EBUSYJohan Hedberg
2007-08-13Rename pending_connect struct to something more accurate to its usageJohan Hedberg