summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix DeviceCreated signal sendingJohan Hedberg2007-08-271-16/+17
* Fix removing last deviceJohan Hedberg2007-08-271-1/+1
* Force LITTLE_ENDIAN instead of BYTE_ORDER for nowMarcel Holtmann2007-08-272-2/+2
* input: don't send DeviceCreated signal when the daemon startsClaudio Takahasi2007-08-272-5/+10
* Make SBC frame header endian safeMarcel Holtmann2007-08-271-0/+15
* serial: don't send ProxyCreated signal when the daemon startsClaudio Takahasi2007-08-271-7/+5
* Change ListDevices not to require any parametersJohan Hedberg2007-08-272-76/+9
* Convert UUID-128 strings into UUID-16 values if possibleMarcel Holtmann2007-08-271-25/+35
* First try at device autocreate supportJohan Hedberg2007-08-275-29/+87
* Convert alsa initiated headset connections to similar callback system that A2...Johan Hedberg2007-08-276-122/+145
* Fix headset state change when an error occurs on both the SCO and the RFCOMM ...Johan Hedberg2007-08-271-2/+6
* Fix command bit calculationMarcel Holtmann2007-08-261-1/+1
* First attempt to make this endian safeMarcel Holtmann2007-08-261-10/+91
* Remove compile script helper on cleanupMarcel Holtmann2007-08-261-1/+1
* Also check for the GStreamer base pluginsMarcel Holtmann2007-08-261-1/+1
* Add possible capabilities and connect to audio serverMarcel Holtmann2007-08-262-55/+118
* Implement full parsing supportMarcel Holtmann2007-08-264-1/+262
* Add simple implementation of sbc_parse()Marcel Holtmann2007-08-262-0/+6
* Add mode property to the encoderMarcel Holtmann2007-08-262-1/+74
* indicate 0 bytes consumed in encoder if input is too short.Brad Midgley2007-08-261-1/+4
* Implement full encoding supportMarcel Holtmann2007-08-252-2/+117
* Fix class variable namingMarcel Holtmann2007-08-251-2/+2
* Increase the IPC MTU sizeMarcel Holtmann2007-08-251-1/+1
* Use device string for the IPCMarcel Holtmann2007-08-254-11/+14
* Limit the supported output ratesMarcel Holtmann2007-08-251-1/+1
* Implement full decoding supportMarcel Holtmann2007-08-252-2/+142
* Add SBC stream detectionMarcel Holtmann2007-08-251-0/+21
* Fix parameter handling of encoderMarcel Holtmann2007-08-251-5/+7
* Fix output handling of decoderMarcel Holtmann2007-08-251-21/+30
* Update copyright informationMarcel Holtmann2007-08-254-4/+4
* network: fixed minor memory leakClaudio Takahasi2007-08-242-19/+22
* network: fixed wrong pointer referenceClaudio Takahasi2007-08-241-5/+5
* network: fixed seg faultClaudio Takahasi2007-08-241-11/+1
* network: removed CreateServer/RemoveServer methodsClaudio Takahasi2007-08-241-17/+1
* network: removed unused signals(ServerCreated and ServerRemoved)Claudio Takahasi2007-08-242-7/+1
* Add checks and skeleton for PulseAudio pluginMarcel Holtmann2007-08-244-13/+76
* Remove left-over transport callback in stream_freeJohan Hedberg2007-08-241-0/+5
* Fix return value when receiving an error.Luiz Augusto von Dentz2007-08-241-1/+1
* Fix locking of A2DP SEP'sJohan Hedberg2007-08-241-1/+4
* Support up to two simultaneous streamsJohan Hedberg2007-08-246-232/+364
* Set local device name on adapter setupMarcel Holtmann2007-08-241-0/+5
* Include all UUID-16 values in the extended inquiry responseMarcel Holtmann2007-08-241-4/+47
* Update extended inquiry response when service class changesMarcel Holtmann2007-08-243-0/+29
* Move the extended inquiry response creation into the SDP codeMarcel Holtmann2007-08-243-12/+21
* Don't mess with extended inquiry response on device initMarcel Holtmann2007-08-241-25/+3
* Fix parameter parsingMarcel Holtmann2007-08-231-7/+10
* Add support for ALSA parametersMarcel Holtmann2007-08-238-53/+148
* Add SBC encoder and decoder skeletons for GStreamerMarcel Holtmann2007-08-238-41/+283
* Update code to match example audio.confJohan Hedberg2007-08-231-1/+1
* serial: forward remaining data when the HUP is received from the sourceClaudio Takahasi2007-08-231-17/+42