summaryrefslogtreecommitdiffstats
path: root/plugins/multimedia/pulseaudio
Commit message (Expand)AuthorAgeFilesLines
* Fix linux build.Sergio Martins2012-11-223-0/+6
* Update to new license formatSergio Ahumada2012-11-0712-264/+264
* Change copyrights from Nokia to DigiaSergio Ahumada2012-11-0712-36/+36
* Fix pullmode data lost problem in QAudioOutput(pulseaudio)Ling Hu2011-11-212-43/+42
* Re-apply licenseheader text in source files for qtmobilityJyri Tahtela2011-06-3012-204/+204
* Fix state update in QAudioInput:resetLing Hu2011-03-151-1/+1
* Fixed compile error in pulse audio plugin for audio outputJonas Rabbe2011-03-111-1/+1
* Ensure that no more than the writable size is written to pulse audioJonas Rabbe2011-03-111-0/+1
* Increment m_totalTimeValue also when reading from the temp bufferJonas Rabbe2011-03-031-3/+3
* Fixed possible null-pointer dereference when QAudioInput is closedJonas Rabbe2011-03-031-2/+4
* Pulse engine should lock mainloop when disconnecting the contextJonas Rabbe2011-03-011-0/+2
* Only writing the asked amount of data to user supplied bufferJonas Rabbe2011-03-012-14/+55
* Copied data correctly from pulse audio buffer to user provided bufferJonas Rabbe2011-02-141-2/+5
* Added default case when converting format to pulse audio specJonas Rabbe2010-11-291-0/+2
* Fix compile failure with pulse audio plugin.Andrew den Exter2010-11-162-2/+2
* NoError set when player stopped successfullyMika Malmi2010-11-101-0/+1
* Float sample type is also allowedMika Malmi2010-10-272-4/+8
* Preferred format asked from PulseAudioMika Malmi2010-10-275-18/+93
* reset functionMika Malmi2010-10-251-0/+1
* Improved resume handlingMika Malmi2010-10-252-1/+7
* Buffering changesMika Malmi2010-10-251-12/+13
* Convention changesMika Malmi2010-10-222-5/+4
* Play triggered after resume is calledMika Malmi2010-10-221-3/+8
* Indention fixedMika Malmi2010-10-201-1/+1
* Fixes due to renaming in case of debug enabledMika Malmi2010-10-203-7/+7
* Remove the current fragment inside of threaded mainloopMika Malmi2010-10-201-2/+2
* QPulseAudioInterna; Only enabled conversion functions in debug mode.Justin McPherson2010-10-201-0/+2
* Reformat qpulsehelpers.Justin McPherson2010-10-202-72/+73
* Reorder declarations and use Q_UNUSED where appropriate.Justin McPherson2010-10-203-13/+21
* Always include qdebug.h; it is also needed for qWarning.Justin McPherson2010-10-203-7/+4
* Reorder member declarations to avoid warnings.Justin McPherson2010-10-202-19/+19
* QPulseAudioDeviceInfo; pass ctor arg by reference.Justin McPherson2010-10-202-2/+2
* Rename helper namespace to QPulseAudioInternalJustin McPherson2010-10-205-5/+5
* Initial version of PulseAudio pluginMika Malmi2010-10-2013-0/+2459