Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert UUID-128 strings into UUID-16 values if possible | Marcel Holtmann | 2007-08-27 | 1 | -25/+35 |
| | |||||
* | 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 | ||||
* | Fix command bit calculation | Marcel Holtmann | 2007-08-26 | 1 | -1/+1 |
| | |||||
* | First attempt to make this endian safe | Marcel Holtmann | 2007-08-26 | 1 | -10/+91 |
| | |||||
* | Remove compile script helper on cleanup | Marcel Holtmann | 2007-08-26 | 1 | -1/+1 |
| | |||||
* | Also check for the GStreamer base plugins | Marcel Holtmann | 2007-08-26 | 1 | -1/+1 |
| | |||||
* | 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 simple implementation of sbc_parse() | Marcel Holtmann | 2007-08-26 | 2 | -0/+6 |
| | |||||
* | Add mode property to the encoder | Marcel Holtmann | 2007-08-26 | 2 | -1/+74 |
| | |||||
* | indicate 0 bytes consumed in encoder if input is too short. | Brad Midgley | 2007-08-26 | 1 | -1/+4 |
| | | | | | caller is responsible for filling the end of the input if it really wants the frame encoded (ie with silence at the end) | ||||
* | 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 |
| | |||||
* | Fix parameter handling of encoder | Marcel Holtmann | 2007-08-25 | 1 | -5/+7 |
| | |||||
* | Fix output handling of decoder | Marcel Holtmann | 2007-08-25 | 1 | -21/+30 |
| | |||||
* | Update copyright information | Marcel Holtmann | 2007-08-25 | 4 | -4/+4 |
| | |||||
* | network: fixed minor memory leak | Claudio Takahasi | 2007-08-24 | 2 | -19/+22 |
| | |||||
* | network: fixed wrong pointer reference | Claudio Takahasi | 2007-08-24 | 1 | -5/+5 |
| | |||||
* | network: fixed seg fault | Claudio Takahasi | 2007-08-24 | 1 | -11/+1 |
| | |||||
* | network: removed CreateServer/RemoveServer methods | Claudio Takahasi | 2007-08-24 | 1 | -17/+1 |
| | |||||
* | network: removed unused signals(ServerCreated and ServerRemoved) | Claudio Takahasi | 2007-08-24 | 2 | -7/+1 |
| | |||||
* | Add checks and skeleton for PulseAudio plugin | Marcel Holtmann | 2007-08-24 | 4 | -13/+76 |
| | |||||
* | 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 |
| | |||||
* | Set local device name on adapter setup | Marcel Holtmann | 2007-08-24 | 1 | -0/+5 |
| | |||||
* | Include all UUID-16 values in the extended inquiry response | Marcel Holtmann | 2007-08-24 | 1 | -4/+47 |
| | |||||
* | Update extended inquiry response when service class changes | Marcel Holtmann | 2007-08-24 | 3 | -0/+29 |
| | |||||
* | Move the extended inquiry response creation into the SDP code | Marcel Holtmann | 2007-08-24 | 3 | -12/+21 |
| | |||||
* | Don't mess with extended inquiry response on device init | Marcel Holtmann | 2007-08-24 | 1 | -25/+3 |
| | |||||
* | 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 |
| | |||||
* | serial: forward remaining data when the HUP is received from the source | Claudio Takahasi | 2007-08-23 | 1 | -17/+42 |
| | |||||
* | Update changelog and bump version numberutils-3.15 | Marcel Holtmann | 2007-08-23 | 2 | -1/+9 |
| | |||||
* | Add test-device script | Marcel Holtmann | 2007-08-23 | 2 | -1/+44 |
| | |||||
* | Mark new device related methods as experimental | Marcel Holtmann | 2007-08-23 | 1 | -0/+9 |
| | |||||
* | 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 |
| |