summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* Update services to new error codes and helper functionsJohan Hedberg2007-11-266-207/+65
* Mention Kai's contributionsMarcel Holtmann2007-11-261-0/+1
* Add autoconf magic for the librt linkingMarcel Holtmann2007-11-261-1/+1
* Code cleanup.Luiz Augusto von Dentz2007-11-233-60/+21
* Link librt with the alsa module (needs to be fixed with proper autotools chec...Johan Hedberg2007-11-221-1/+1
* Support multiple periodsJohan Hedberg2007-11-221-8/+11
* Get rid of struct timeval completelyJohan Hedberg2007-11-221-19/+18
* Integrate new ipc API implementation.Luiz Augusto von Dentz2007-11-2115-1282/+1843
* Revert commented lines of previous commit.Luiz Augusto von Dentz2007-11-201-5/+2
* Fix bug in alsa plugin.Luiz Augusto von Dentz2007-11-201-3/+7
* Add sbc_reinit.Luiz Augusto von Dentz2007-11-131-2/+1
* Fix double-check for HSP instead of checking HFPMarcel Holtmann2007-11-131-1/+1
* Fix bug in sbcenc when changing encoder parameters.Luiz Augusto von Dentz2007-11-121-0/+2
* Make sbc codec to write directly in application buffers and so avoiding memcpys.Luiz Augusto von Dentz2007-11-123-32/+39
* Use clock_gettime instead of gettimeofdayJohan Hedberg2007-11-091-3/+16
* Use just one possible value in the period size list since multiple options se...Johan Hedberg2007-11-091-5/+1
* A2DP wakeup refactoring & cleanup (patch from Kai Vehmanen <kai.vehmanen@noki...Johan Hedberg2007-11-091-64/+102
* Fix packet lenght to be the output MTU.Luiz Augusto von Dentz2007-11-053-14/+21
* Fix sbc negotiation and improves buffer handling by using GstAdapter.Luiz Augusto von Dentz2007-11-017-67/+213
* Fix buffers timestamps in sbcenc.Luiz Augusto von Dentz2007-11-011-0/+1
* Add bitpool capability.Luiz Augusto von Dentz2007-10-295-6/+42
* Remove dependency of sbc library from a2dpsink element.Luiz Augusto von Dentz2007-10-261-19/+2
* Fix buffer usage.Luiz Augusto von Dentz2007-10-252-37/+22
* Fix L2CAP socket leakJohan Hedberg2007-10-252-5/+4
* Add uinput support for AVRCPJohan Hedberg2007-10-253-32/+186
* Add rtp.h file to build dependenciesMarcel Holtmann2007-10-251-2/+2
* Some more coding style changesMarcel Holtmann2007-10-241-13/+1
* Some more coding style fixesMarcel Holtmann2007-10-241-3/+2
* Don't forget to include the config optionsMarcel Holtmann2007-10-241-0/+4
* Fix coding style.Luiz Augusto von Dentz2007-10-241-4/+4
* Fix coding style issuesMarcel Holtmann2007-10-242-20/+13
* Fix hci_devba check.Luiz Augusto von Dentz2007-10-241-1/+1
* Fix a2dpsink coding style problems and improve compatibility with some players.Luiz Augusto von Dentz2007-10-243-131/+149
* Add support for Enable config optionJohan Hedberg2007-10-241-0/+21
* Improve AVRCP button press decodingJohan Hedberg2007-10-241-11/+18
* Revert buffer contraints patch (it wasn't doing what was intended and it actu...Johan Hedberg2007-10-241-16/+5
* Minor code cleanupJohan Hedberg2007-10-241-3/+4
* Update copyright informationMarcel Holtmann2007-10-2321-8/+25
* Fix unaligned access to ipc_data_cfg structJohan Hedberg2007-10-231-1/+4
* Add basic panel passthrough command parsingJohan Hedberg2007-10-231-3/+84
* Integrate AVRCP further with the rest of the audio serviceJohan Hedberg2007-10-235-13/+342
* Show number of operands in packetJohan Hedberg2007-10-221-2/+3
* Fix UUID in CancelAuthorize callJohan Hedberg2007-10-221-1/+1
* Fix copyright line formatingJohan Hedberg2007-10-221-2/+2
* Add skeleton for AVRCP supportJohan Hedberg2007-10-224-1/+621
* Fix avdtp session leak when receiving consequtive start & suspend requestsJohan Hedberg2007-10-221-3/+8
* Add rtp header.Luiz Augusto von Dentz2007-10-183-108/+78
* Fix coding style issues.Luiz Augusto von Dentz2007-10-183-45/+36
* Fixes a2dpsink element.Luiz Augusto von Dentz2007-10-184-73/+703
* Fixes sbcparser element.Luiz Augusto von Dentz2007-10-181-16/+170