summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement proper timing for sending AVDTP streamJohan Hedberg2007-08-211-147/+278
* Handle connect attempts during authorization betterJohan Hedberg2007-08-212-2/+13
* Plug a memory leak when manager_authorize failsJohan Hedberg2007-08-211-0/+1
* Implement RequestAuthorization supportJohan Hedberg2007-08-216-64/+170
* Fix load of default device from storage.Luiz Augusto von Dentz2007-08-201-2/+3
* Improve robustness of A2DP SEP active stream state by using a stream state ca...Johan Hedberg2007-08-202-28/+35
* Revert accidental commit of pcm_bluetooth.c changesJohan Hedberg2007-08-201-264/+147
* Fix handling of multiple unix clientsJohan Hedberg2007-08-202-150/+268
* Improve handling of simultaneous connect attempts to different devicesJohan Hedberg2007-08-202-9/+29
* Improve handling of unix clients which stay connected even though the headset...Johan Hedberg2007-08-193-8/+7
* Reduce stream idle timeout from 30s to 20sJohan Hedberg2007-08-181-1/+1