Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Don't install GStreamer plugin | Marcel Holtmann | 2007-08-23 | 1 | -1/+1 | |
| | ||||||
* | Trigger the service classes update through a callback | Marcel Holtmann | 2007-08-23 | 6 | -65/+64 | |
| | ||||||
* | Update service classes on all adapters | Marcel Holtmann | 2007-08-23 | 7 | -16/+57 | |
| | ||||||
* | Plug another minor memory leak | Johan Hedberg | 2007-08-23 | 1 | -1/+2 | |
| | ||||||
* | Plug minor memory leak | Johan Hedberg | 2007-08-23 | 1 | -1/+2 | |
| | ||||||
* | g_strdup_printf should not return NULL on OOM | Johan Hedberg | 2007-08-23 | 1 | -1/+1 | |
| | ||||||
* | Rename SetSerialParams to SetSerialParameters | Johan Hedberg | 2007-08-23 | 2 | -2/+2 | |
| | ||||||
* | Add Port.GetDevice method | Johan Hedberg | 2007-08-23 | 3 | -32/+54 | |
| | | | | Rename 'name' dict key to 'device | |||||
* | Fix missing eglib functions | Marcel Holtmann | 2007-08-23 | 2 | -19/+28 | |
| | ||||||
* | Add skeleton for an A2DP sink element | Marcel Holtmann | 2007-08-22 | 5 | -9/+244 | |
| | ||||||
* | Code cleanup. | Luiz Augusto von Dentz | 2007-08-22 | 1 | -23/+73 | |
| | ||||||
* | serial: added proxy for unix sockets | Claudio Takahasi | 2007-08-22 | 3 | -113/+273 | |
| | ||||||
* | Remove empty line | Marcel Holtmann | 2007-08-22 | 1 | -1/+0 | |
| | ||||||
* | Include SBC header file | Marcel Holtmann | 2007-08-22 | 1 | -0/+1 | |
| | ||||||
* | Build SBC library only when ALSA or GStreamer is enabled | Marcel Holtmann | 2007-08-22 | 2 | -1/+2 | |
| | ||||||
* | Add dummy functions for g_strdelimit() and g_strdup_printf() | Marcel Holtmann | 2007-08-22 | 2 | -0/+17 | |
| | ||||||
* | Add Playing and Stopped signals to sink inteface. | Luiz Augusto von Dentz | 2007-08-22 | 2 | -1/+21 | |
| | ||||||
* | Add skeleton for GStreamer plugin | Marcel Holtmann | 2007-08-22 | 3 | -1/+58 | |
| | ||||||
* | stopped variable is A2DP specific (at least for now) | Johan Hedberg | 2007-08-22 | 1 | -8/+10 | |
| | ||||||
* | Enable checking for GStreamer support | Marcel Holtmann | 2007-08-22 | 2 | -7/+14 | |
| | ||||||
* | Make the uint boundary check a little bit more reliable | Johan Hedberg | 2007-08-22 | 1 | -5/+4 | |
| | ||||||
* | Don't restart playback thread when stop and start are called | Johan Hedberg | 2007-08-22 | 1 | -18/+20 | |
| | ||||||
* | Handle phonebook access server | Marcel Holtmann | 2007-08-22 | 1 | -0/+1 | |
| | ||||||
* | Handle Common ISDN Access profile | Marcel Holtmann | 2007-08-22 | 1 | -0/+1 | |
| | ||||||
* | Use "unsigned int" instead of "unsigned long long" and reset the point of ↵ | Johan Hedberg | 2007-08-22 | 1 | -4/+14 | |
| | | | | reference at proper intervals to avoid overflow | |||||
* | First attempt for automatic setting of service classes value | Marcel Holtmann | 2007-08-22 | 9 | -4/+78 | |
| | ||||||
* | Calculate service classes value for class of device | Marcel Holtmann | 2007-08-22 | 1 | -4/+63 | |
| | ||||||
* | Add swap member to sbc struct and fix pcm plugin to not swap the buffer. | Luiz Augusto von Dentz | 2007-08-21 | 5 | -15/+19 | |
| | ||||||
* | Another big coding style fixup | Marcel Holtmann | 2007-08-21 | 1 | -89/+65 | |
| | ||||||
* | Fix useless tab and spaces left. | Luiz Augusto von Dentz | 2007-08-21 | 1 | -15/+15 | |
| | ||||||
* | Remove unnecessary assert | Johan Hedberg | 2007-08-21 | 1 | -7/+0 | |
| | ||||||
* | memcpy_changeendian shouldn't be public | Johan Hedberg | 2007-08-21 | 1 | -1/+1 | |
| | ||||||
* | Fix pthread function error checking | Johan Hedberg | 2007-08-21 | 1 | -2/+2 | |
| | ||||||
* | More coding style cleanup | Johan Hedberg | 2007-08-21 | 1 | -5/+4 | |
| | ||||||
* | More cleanup | Johan Hedberg | 2007-08-21 | 1 | -5/+6 | |
| | ||||||
* | Fix coding style | Johan Hedberg | 2007-08-21 | 1 | -13/+13 | |
| | ||||||
* | Implement proper timing for sending AVDTP stream | Johan Hedberg | 2007-08-21 | 1 | -147/+278 | |
| | ||||||
* | Handle connect attempts during authorization better | Johan Hedberg | 2007-08-21 | 2 | -2/+13 | |
| | ||||||
* | Plug a memory leak when manager_authorize fails | Johan Hedberg | 2007-08-21 | 1 | -0/+1 | |
| | ||||||
* | Implement RequestAuthorization support | Johan Hedberg | 2007-08-21 | 6 | -64/+170 | |
| | ||||||
* | Fix load of default device from storage. | Luiz Augusto von Dentz | 2007-08-20 | 1 | -2/+3 | |
| | ||||||
* | Improve robustness of A2DP SEP active stream state by using a stream state ↵ | Johan Hedberg | 2007-08-20 | 2 | -28/+35 | |
| | | | | callback instead of the SEP callbacks | |||||
* | Revert accidental commit of pcm_bluetooth.c changes | Johan Hedberg | 2007-08-20 | 1 | -264/+147 | |
| | ||||||
* | Fix handling of multiple unix clients | Johan Hedberg | 2007-08-20 | 2 | -150/+268 | |
| | ||||||
* | Improve handling of simultaneous connect attempts to different devices | Johan Hedberg | 2007-08-20 | 2 | -9/+29 | |
| | ||||||
* | Improve handling of unix clients which stay connected even though the ↵ | Johan Hedberg | 2007-08-19 | 3 | -8/+7 | |
| | | | | headset connection is lost | |||||
* | Update list of authors | Marcel Holtmann | 2007-08-19 | 1 | -0/+6 | |
| | ||||||
* | Fix the listing of service based trusts | Marcel Holtmann | 2007-08-19 | 2 | -22/+35 | |
| | ||||||
* | Reduce stream idle timeout from 30s to 20s | Johan Hedberg | 2007-08-18 | 1 | -1/+1 | |
| | ||||||
* | Add idle timeout for streams | Johan Hedberg | 2007-08-18 | 1 | -1/+35 | |
| |