summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* Ignore error so hsp device can work for unpatched kernels.Luiz Augusto von Dentz2007-08-271-1/+2
* Fix alsa plugin for hsp devices.Luiz Augusto von Dentz2007-08-271-60/+60
* Don't send DeviceCreated signals on service startJohan Hedberg2007-08-271-4/+8
* 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
* Change ListDevices not to require any parametersJohan Hedberg2007-08-272-76/+9
* 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
* First attempt to make this endian safeMarcel Holtmann2007-08-261-10/+91
* Add possible capabilities and connect to audio serverMarcel Holtmann2007-08-262-55/+118
* Implement full parsing supportMarcel Holtmann2007-08-264-1/+262
* Add mode property to the encoderMarcel Holtmann2007-08-262-1/+74
* 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
* Add checks and skeleton for PulseAudio pluginMarcel Holtmann2007-08-242-0/+50
* 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
* 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
* Don't install GStreamer pluginMarcel Holtmann2007-08-231-1/+1
* Add skeleton for an A2DP sink elementMarcel Holtmann2007-08-225-9/+244
* Code cleanup.Luiz Augusto von Dentz2007-08-221-23/+73
* Remove empty lineMarcel Holtmann2007-08-221-1/+0
* Include SBC header fileMarcel Holtmann2007-08-221-0/+1
* Add Playing and Stopped signals to sink inteface.Luiz Augusto von Dentz2007-08-222-1/+21
* Add skeleton for GStreamer pluginMarcel Holtmann2007-08-222-1/+56
* stopped variable is A2DP specific (at least for now)Johan Hedberg2007-08-221-8/+10
* Make the uint boundary check a little bit more reliableJohan Hedberg2007-08-221-5/+4
* Don't restart playback thread when stop and start are calledJohan Hedberg2007-08-221-18/+20
* Use "unsigned int" instead of "unsigned long long" and reset the point of ref...Johan Hedberg2007-08-221-4/+14
* Add swap member to sbc struct and fix pcm plugin to not swap the buffer.Luiz Augusto von Dentz2007-08-211-12/+1
* Another big coding style fixupMarcel Holtmann2007-08-211-89/+65
* Fix useless tab and spaces left.Luiz Augusto von Dentz2007-08-211-15/+15
* Remove unnecessary assertJohan Hedberg2007-08-211-7/+0
* memcpy_changeendian shouldn't be publicJohan Hedberg2007-08-211-1/+1
* Fix pthread function error checkingJohan Hedberg2007-08-211-2/+2
* More coding style cleanupJohan Hedberg2007-08-211-5/+4
* More cleanupJohan Hedberg2007-08-211-5/+6
* Fix coding styleJohan Hedberg2007-08-211-13/+13