Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-10-06 | Add support for AVDTP 1.3 Delay Reporting | Johan Hedberg | 1 | -0/+11 | |
This patch adds support for the new Delay Report command in AVDTP 1.3. | |||||
2009-03-25 | Add specific codec types. | Luiz Augusto von Dentz | 1 | -4/+10 | |
Add specific codec types for a2dp sources and sinks so clients are able to differ between them. | |||||
2009-03-25 | Introduce BT_CLOSE command to audio ipc. | Luiz Augusto von Dentz | 1 | -0/+9 | |
BT_CLOSE is necessary so advanced clients such PulseAudio can release seid locks without having to disconnect. | |||||
2009-03-25 | Add lock flag for capabilities. | Luiz Augusto von Dentz | 1 | -0/+4 | |
lock flag permits the unix client to detect if there is someone holding the lock so it can prevent useless attempt of setting a new configuration. | |||||
2009-03-25 | Introduce BT_OPEN command to audio ipc. | Luiz Augusto von Dentz | 1 | -10/+21 | |
BT_OPEN make it possible to lock a given seid which is automacally release if the client disconnects from the unix socket. | |||||
2009-03-25 | Add seid field to BT_GET_CAPABILITIES request. | Luiz Augusto von Dentz | 1 | -0/+1 | |
With seid BT_GET_CAPABILITIES can be used to query configured stream or any other specific capability of interest. In case of 0 it will just return all capabilities (as before). | |||||
2009-03-25 | Add seid field to capabilities. | Luiz Augusto von Dentz | 1 | -0/+1 | |
2009-03-25 | Add configured flag for codec capabilities. | Luiz Augusto von Dentz | 1 | -0/+1 | |
configured flag is necessary to tell the client whether there is a stream configured using the codec capability. | |||||
2009-03-25 | Add object field to audio ipc messages. | Luiz Augusto von Dentz | 1 | -0/+4 | |
2009-03-25 | Add source and destination fields to audio ipc messages. | Luiz Augusto von Dentz | 1 | -3/+9 | |
2009-02-18 | Add BT_PCM_FLAG_PCM_ROUTING flag to ipc | Johan Hedberg | 1 | -1/+2 | |
2009-02-01 | Remove BT_SUSPEND_STREAM and BT_RESUME_STREAM since they are not used | Johan Hedberg | 1 | -2/+0 | |
2009-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2008-12-20 | Coding style fixes | Johan Hedberg | 1 | -1/+0 | |
2008-12-16 | Fix audio ipc to deal better with codec capabilities. | Luiz Augusto von Dentz | 1 | -95/+95 | |
This should cover custom codec support for a2dp devices and add support for codecs while using SCO transports. | |||||
2008-09-29 | Add missing void declaration in function | Marcel Holtmann | 1 | -1/+1 | |
2008-02-14 | Make use of parameters selected in alsa plugin and fix auto selection. | Luiz Augusto von Dentz | 1 | -2/+0 | |
2008-02-02 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2008-01-30 | Add autoconnect config option to IPC and alsa | Johan Hedberg | 1 | -0/+3 | |
2008-01-23 | Add mpeg12 sep registration. | Luiz Augusto von Dentz | 1 | -5/+15 | |
2008-01-23 | Initial support of mpeg12 codec. | Luiz Augusto von Dentz | 1 | -1/+7 | |
2007-12-04 | Fix error messages. (thanks to fchevalier for the patch) | Luiz Augusto von Dentz | 1 | -21/+22 | |
2007-12-03 | Handle new ipc messages properly and adapt the plugins. | Luiz Augusto von Dentz | 1 | -3/+5 | |
2007-11-21 | Integrate new ipc API implementation. | Luiz Augusto von Dentz | 1 | -107/+260 | |
2007-08-29 | Fix the ALSA plugin parameter mess | Marcel Holtmann | 1 | -19/+21 | |
2007-08-25 | Increase the IPC MTU size | Marcel Holtmann | 1 | -1/+1 | |
2007-08-25 | Use device string for the IPC | Marcel Holtmann | 1 | -2/+1 | |
2007-08-23 | Add support for ALSA parameters | Marcel Holtmann | 1 | -5/+5 | |
2007-08-22 | Add skeleton for an A2DP sink element | Marcel Holtmann | 1 | -0/+2 | |
2007-08-13 | Remove ifndef protections and includes from .h files | Johan Hedberg | 1 | -7/+2 | |
2007-08-11 | Remove redundant stream fd from config response | Johan Hedberg | 1 | -1/+0 | |
2007-08-11 | Integrate A2DP work from Johan's and Luiz's GIT trees | Johan Hedberg | 1 | -39/+67 | |
2007-07-10 | Code cleanup. | Luiz Augusto von Dentz | 1 | -8/+9 | |
2007-06-14 | Initial support for audio control plugin and some code cleanups. | Luiz Augusto von Dentz | 1 | -14/+20 | |
2007-06-11 | Fix file descriptor passing. | Luiz Augusto von Dentz | 1 | -1/+1 | |
2007-06-05 | Experiemental code for alsa plugin and ipc. | Luiz Augusto von Dentz | 1 | -4/+6 | |
2007-06-04 | Add experiemental code for audio service ipc. | Luiz Augusto von Dentz | 1 | -11/+63 | |
2007-05-26 | Remove initial nul from the socket name define since the snprintf's take ↵ | Johan Hedberg | 1 | -1/+1 | |
care of not touching the first byte of the socket name | |||||
2007-05-26 | Move more common stuff to ipc.h | Johan Hedberg | 1 | -1/+5 | |
2007-05-26 | Move unix socket functionality into unix.c | Johan Hedberg | 1 | -0/+2 | |
2007-04-10 | Add first step of ALSA plugin integration | Marcel Holtmann | 1 | -0/+43 | |