Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't send DeviceCreated signals on service start | Johan Hedberg | 2007-08-27 | 1 | -4/+8 |
| | |||||
* | Fix DeviceCreated signal sending | Johan Hedberg | 2007-08-27 | 1 | -16/+17 |
| | |||||
* | Fix removing last device | Johan Hedberg | 2007-08-27 | 1 | -1/+1 |
| | |||||
* | Force LITTLE_ENDIAN instead of BYTE_ORDER for now | Marcel Holtmann | 2007-08-27 | 2 | -2/+2 |
| | |||||
* | Change ListDevices not to require any parameters | Johan Hedberg | 2007-08-27 | 2 | -76/+9 |
| | |||||
* | First try at device autocreate support | Johan Hedberg | 2007-08-27 | 5 | -29/+87 |
| | |||||
* | Convert alsa initiated headset connections to similar callback system that ↵ | Johan Hedberg | 2007-08-27 | 6 | -122/+145 |
| | | | | A2DP is already using | ||||
* | Fix headset state change when an error occurs on both the SCO and the RFCOMM ↵ | Johan Hedberg | 2007-08-27 | 1 | -2/+6 |
| | | | | fd's in the same mainloop iteration | ||||
* | First attempt to make this endian safe | Marcel Holtmann | 2007-08-26 | 1 | -10/+91 |
| | |||||
* | Add possible capabilities and connect to audio server | Marcel Holtmann | 2007-08-26 | 2 | -55/+118 |
| | |||||
* | Implement full parsing support | Marcel Holtmann | 2007-08-26 | 4 | -1/+262 |
| | |||||
* | Add mode property to the encoder | Marcel Holtmann | 2007-08-26 | 2 | -1/+74 |
| | |||||
* | Implement full encoding support | Marcel Holtmann | 2007-08-25 | 2 | -2/+117 |
| | |||||
* | Fix class variable naming | Marcel Holtmann | 2007-08-25 | 1 | -2/+2 |
| | |||||
* | Increase the IPC MTU size | Marcel Holtmann | 2007-08-25 | 1 | -1/+1 |
| | |||||
* | Use device string for the IPC | Marcel Holtmann | 2007-08-25 | 4 | -11/+14 |
| | |||||
* | Limit the supported output rates | Marcel Holtmann | 2007-08-25 | 1 | -1/+1 |
| | |||||
* | Implement full decoding support | Marcel Holtmann | 2007-08-25 | 2 | -2/+142 |
| | |||||
* | Add SBC stream detection | Marcel Holtmann | 2007-08-25 | 1 | -0/+21 |
| | |||||
* | Add checks and skeleton for PulseAudio plugin | Marcel Holtmann | 2007-08-24 | 2 | -0/+50 |
| | |||||
* | Remove left-over transport callback in stream_free | Johan Hedberg | 2007-08-24 | 1 | -0/+5 |
| | |||||
* | Fix return value when receiving an error. | Luiz Augusto von Dentz | 2007-08-24 | 1 | -1/+1 |
| | |||||
* | Fix locking of A2DP SEP's | Johan Hedberg | 2007-08-24 | 1 | -1/+4 |
| | |||||
* | Support up to two simultaneous streams | Johan Hedberg | 2007-08-24 | 6 | -232/+364 |
| | |||||
* | Fix parameter parsing | Marcel Holtmann | 2007-08-23 | 1 | -7/+10 |
| | |||||
* | Add support for ALSA parameters | Marcel Holtmann | 2007-08-23 | 8 | -53/+148 |
| | |||||
* | Add SBC encoder and decoder skeletons for GStreamer | Marcel Holtmann | 2007-08-23 | 8 | -41/+283 |
| | |||||
* | Update code to match example audio.conf | Johan Hedberg | 2007-08-23 | 1 | -1/+1 |
| | |||||
* | Don't install GStreamer plugin | Marcel Holtmann | 2007-08-23 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Remove empty line | Marcel Holtmann | 2007-08-22 | 1 | -1/+0 |
| | |||||
* | Include SBC header file | Marcel Holtmann | 2007-08-22 | 1 | -0/+1 |
| | |||||
* | 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 | 2 | -1/+56 |
| | |||||
* | stopped variable is A2DP specific (at least for now) | Johan Hedberg | 2007-08-22 | 1 | -8/+10 |
| | |||||
* | 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 |
| | |||||
* | 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 | ||||
* | Add swap member to sbc struct and fix pcm plugin to not swap the buffer. | Luiz Augusto von Dentz | 2007-08-21 | 1 | -12/+1 |
| | |||||
* | 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 |
| |