summaryrefslogtreecommitdiffstats
path: root/audio/a2dp.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix signed/unsigned comparison issues within AVDTP/A2DP codeMarcel Holtmann2009-01-301-1/+1
|
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
|
* Revert previous change to g_timeout_add_secondsJohan Hedberg2008-12-151-2/+1
| | | | | These timeouts really need to be sub-second so g_timeout_add_seconds can't be used.
* Convert two more users to g_timeout_add_seconds()Marcel Holtmann2008-12-101-1/+2
|
* Make use of g_timeout_add_seconds whenever possible.Luiz Augusto von Dentz2008-11-171-2/+2
|
* Use g_clear_error(&err) instead of g_error_free(err); err = NULLJohan Hedberg2008-10-241-10/+5
|
* Get rid of unnecessary finalize*errno(setup, 0) callsJohan Hedberg2008-10-191-19/+6
|
* Respond to a stream setup request also on Start_IndJohan Hedberg2008-10-191-0/+9
| | | | | If the remote end sends a START_CMD while we're setting up the stream use it to notify the stream requestor (unix.c) of success.
* Fix a2dp and avrcp drivers to not rely on BDADDR_ANY.Luiz Augusto von Dentz2008-09-081-38/+80
|
* Cleanup audio manager.Luiz Augusto von Dentz2008-07-281-1/+1
|
* Replace struct device with struct audio_deviceMarcel Holtmann2008-05-291-7/+7
|
* Convert audio service into a plugin.Luiz Augusto von Dentz2008-03-271-30/+25
|
* Fix stream reconfiguration when it requires changing the stream endpoint.Luiz Augusto von Dentz2008-03-071-5/+35
|
* Do master role switching by default and add ForceMaster config optionJohan Hedberg2008-03-051-1/+1
|
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
|
* Don't confuse Sink interface with local sink supportJohan Hedberg2008-01-311-4/+4
|
* Add config options for each source.Luiz Augusto von Dentz2008-01-231-10/+81
|
* Make debug logs per sep.Luiz Augusto von Dentz2008-01-231-42/+43
|
* Add mpeg12 sep registration.Luiz Augusto von Dentz2008-01-231-13/+131
|
* Initial support of mpeg12 codec.Luiz Augusto von Dentz2008-01-231-15/+15
|
* Fixes use of g_idle_add function.Luiz Augusto von Dentz2007-12-071-22/+35
|
* Bring back start variable to fix racecondition with quickly reconnecting IPC ↵Johan Hedberg2007-12-071-1/+21
| | | | clients
* a2dp_source_suspend should call avdtp_suspend and not avdtp_start if the ↵Johan Hedberg2007-12-071-2/+2
| | | | state is STREAMING
* Fix another potential uninitialized memory access issueJohan Hedberg2007-12-071-1/+1
|
* Fix unitialized memory access issueJohan Hedberg2007-12-071-2/+2
|
* Minor coding style fixesJohan Hedberg2007-12-071-1/+1
|
* Handle new ipc messages properly and adapt the plugins.Luiz Augusto von Dentz2007-12-031-402/+310
|
* Update copyright informationMarcel Holtmann2007-10-231-0/+1
|
* Fix avdtp session leak when receiving consequtive start & suspend requestsJohan Hedberg2007-10-221-3/+8
|
* Don't set suspend timer if the SEP is lockedJohan Hedberg2007-10-111-1/+2
|
* 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
|
* Expose stream setup errors higher up in the call stackJohan Hedberg2007-09-281-37/+65
|
* Limit range of bitpool announced while in ACP side.Luiz Augusto von Dentz2007-09-031-3/+27
|
* Fix stream starting if suspend request is pendingJohan Hedberg2007-08-311-1/+1
|
* Cleanup and fixes of stream handlingJohan Hedberg2007-08-311-60/+28
|
* 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 stream setup error handlingJohan Hedberg2007-08-301-4/+3
|
* Prefer 44.1kHz over 48kHzMarcel Holtmann2007-08-301-3/+3
|
* Disable the broken optional codec parameters setupMarcel Holtmann2007-08-301-5/+5
|
* Fix memory issue.Luiz Augusto von Dentz2007-08-291-2/+3
|
* Fix the need to have all parameters.Luiz Augusto von Dentz2007-08-291-3/+3
|
* Make codec parameters support available for application.Luiz Augusto von Dentz2007-08-291-179/+253
|
* Fix unix client disconnects before headset has been successfully connectedJohan Hedberg2007-08-281-1/+1
|
* Make SBC Audio Source count configurable and the default value 1Johan Hedberg2007-08-281-6/+6
|
* First try at device autocreate supportJohan Hedberg2007-08-271-1/+1
|
* Fix locking of A2DP SEP'sJohan Hedberg2007-08-241-1/+4
|
* Support up to two simultaneous streamsJohan Hedberg2007-08-241-173/+262
|
* Implement RequestAuthorization supportJohan Hedberg2007-08-211-2/+2
|