summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* Update copyright informationMarcel Holtmann2008-02-0240-40/+40
* Add bitpool property and others fixes for gstreamer plugin.Luiz Augusto von Dentz2008-02-015-78/+181
* Remove mentions of Target interfaceJohan Hedberg2008-01-311-10/+0
* Don't confuse Sink interface with local sink supportJohan Hedberg2008-01-311-4/+4
* Check for client disconnect when discovery completesJohan Hedberg2008-01-311-0/+5
* Enable gstreamer plugin to use autoconnect flag.Luiz Augusto von Dentz2008-01-306-10/+84
* Fixes gstreamer caps and code cleanup.Luiz Augusto von Dentz2008-01-308-143/+113
* Use snd_config_get_bool for autoconnectJohan Hedberg2008-01-301-3/+5
* Clean up unecessary variables from alsa config parsingJohan Hedberg2008-01-301-31/+29
* Add extra check for session->dev == NULL before accessing itJohan Hedberg2008-01-301-1/+2
* Add autoconnect config option to IPC and alsaJohan Hedberg2008-01-303-3/+30
* Whitespace cleanupJohan Hedberg2008-01-281-1/+1
* Fix gtreamer payloader sending fragmented frames.Luiz Augusto von Dentz2008-01-242-9/+28
* Add some buffer length checksJohan Hedberg2008-01-241-0/+6
* Fix use of gstreamer plugin with rhythmbox and banshee and rtp timestamps.Luiz Augusto von Dentz2008-01-234-15/+96
* Rename a2dpsendersink to avdtpsink.Luiz Augusto von Dentz2008-01-236-163/+163
* Add config options for each source.Luiz Augusto von Dentz2008-01-235-36/+90
* Bug fixes for gstreamer plugin.Luiz Augusto von Dentz2008-01-232-82/+114
* Make debug logs per sep.Luiz Augusto von Dentz2008-01-231-42/+43
* Add mp3 support for gstreamer plugin.Luiz Augusto von Dentz2008-01-237-49/+620
* Add mpeg12 sep registration.Luiz Augusto von Dentz2008-01-238-71/+247
* Make a2dpsink to act like a bin and split the payloader.Luiz Augusto von Dentz2008-01-2316-1062/+2037
* Fix HFP notification when ringing is canceledJohan Hedberg2008-01-231-0/+10
* Initial support of mpeg12 codec.Luiz Augusto von Dentz2008-01-235-83/+139
* Fix error code handling and minor coding style tweaksJohan Hedberg2008-01-231-14/+14
* Fix typoJohan Hedberg2008-01-231-1/+1
* Reply with ERROR to unknown headset commandsJohan Hedberg2008-01-231-1/+4
* Initialize HFP supported features properlyJohan Hedberg2008-01-223-14/+16
* Fix coding styleJohan Hedberg2008-01-221-14/+11
* Add (experimental) Headset.IdentifyCall methodJohan Hedberg2008-01-222-3/+99
* Add basic support for UNITINFO and SUBUNITINFOJohan Hedberg2008-01-161-0/+13
* Reorganize audio.conf parsing in a more modular mannerJohan Hedberg2008-01-166-127/+232
* coding styleBrad Midgley2008-01-141-1/+1
* Make sure the correct handle value gets updated when parsing HSP/HFP recordsJohan Hedberg2008-01-111-8/+13
* handle call rejection properlyJohan Hedberg2008-01-091-4/+6
* Fix frame_size calculation when there already is data in the bufferJohan Hedberg2008-01-091-2/+2
* TerminateCall signal should be called CallTerminatedJohan Hedberg2008-01-092-3/+3
* Update API documentationJohan Hedberg2008-01-081-1/+12
* Implement SetupCall methodJohan Hedberg2008-01-081-0/+51
* Further headset fixes and cleanupJohan Hedberg2008-01-081-17/+60
* Improve HFP/HSP discovery and connection state trackingJohan Hedberg2008-01-084-45/+38
* don't overwrite the output of bluetooth_initBrad Midgley2008-01-071-3/+0
* use correct variable to pick up alsa prefsBrad Midgley2008-01-051-8/+8
* Use write instead of g_io_channel_write (which is deprecated)Johan Hedberg2007-12-141-7/+5
* Remove unecessary variable and strlen callJohan Hedberg2007-12-141-4/+2
* Prepare for HFP featuresJohan Hedberg2007-12-141-28/+47
* Fix mic gain valueJohan Hedberg2007-12-141-1/+1
* Add initial mechanism to handle headset commands.Luiz Augusto von Dentz2007-12-122-128/+149
* Fix connecting to hfp headset. (Patch from fdalleau)Luiz Augusto von Dentz2007-12-113-11/+39
* Fixes use of g_idle_add function.Luiz Augusto von Dentz2007-12-071-22/+35