index
:
delta/pulseaudio.git
0.9.15-stable
0.9.17-stable
0.9.18-stable
0.9.19-stable
0.9.20-stable
baserock/morph
bluez5
bug-template-001
marge_bot_batch_merge_job
master
master-tx
merge-queue
next
patch-1
routing
rtpoll
stable-1.x
stable-11.x
stable-12.x
stable-14.x
stable-16.x
stable-2.x
stable-3.x
stable-7.x
stable-queue
tags/release-0.1
tags/release-0.2
tags/release-0.4
tags/release-0.5
tags/release-0.5.1
tags/release-0.6
tags/release-0.8
tags/release-0.8.1
tags/release-0.9.0
tags/release-0.9.1
tags/release-0.9.10
tags/release-0.9.2
tags/release-0.9.3
tags/release-0.9.4
tags/release-0.9.5
tags/release-0.9.6
tags/release-0.9.7
tags/release-0.9.8
tags/release-0.9.9
tanuk/restore-profile-per-port
gitlab.freedesktop.org: pulseaudio/pulseaudio.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
module-waveout.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Win32: Use WAVEFORMATEX for multi-channel audio output on Windows.
Edward Lee
2021-03-23
1
-21
/
+87
*
waveout: Fix compile warnings
Patrick Gaskin
2021-01-13
1
-2
/
+3
*
core: Expose API to elevate a thread to realtime priority
Arun Raghavan
2018-06-21
1
-1
/
+1
*
build-sys: Stop using symdef headers for modules
Arun Raghavan
2017-12-12
1
-2
/
+0
*
source/sink: Allow pa_{source, sink}_get_latency_within_thread() to return ne...
Georg Chini
2017-04-17
1
-2
/
+2
*
waveout: add argument deprecation error
Moritz Bruder
2017-03-07
1
-1
/
+11
*
waveout: fix wrong input device
Moritz Bruder
2017-03-07
1
-27
/
+62
*
don't assume that pa_asyncq_new() always succeeds
Tanu Kaskinen
2016-12-20
1
-1
/
+5
*
update FSF addresses to FSF web page
Ondrej Holecek
2015-01-14
1
-3
/
+1
*
rtpoll: Fixup pa_rtpoll_run
David Henningsson
2014-11-10
1
-1
/
+1
*
Remove pa_bool_t and replace it with bool.
poljar (Damir Jelić)
2013-07-04
1
-5
/
+5
*
waveout: Simplify setting the device description
Tanu Kaskinen
2013-06-28
1
-6
/
+2
*
modules: Micro-optimisation for rewind_requested paths
Arun Raghavan
2012-11-16
1
-1
/
+1
*
sink: Process rewind requests also when suspended.
Tanu Kaskinen
2012-11-16
1
-3
/
+6
*
devices: Use wrapper functions to set the *_volume and *_mute callbacks.
Colin Guthrie
2011-07-19
1
-2
/
+2
*
module-waveout: Correctly handle mono volume controls on waveout device
Maarten Bosmans
2011-07-03
1
-4
/
+23
*
Remove unnecessary #includes
Maarten Bosmans
2011-06-22
1
-3
/
+0
*
Merge remote-tracking branch 'mkbosmans/mingw32-build'
Colin Guthrie
2011-03-20
1
-42
/
+91
|
\
|
*
module-waveout: Fix record/playback args
Maarten Bosmans
2011-03-19
1
-8
/
+12
|
*
module-waveout: Move thread creation
Maarten Bosmans
2011-03-19
1
-9
/
+13
|
*
module-waveout: Query device for supported samplerate
Maarten Bosmans
2011-03-19
1
-23
/
+36
|
*
module-waveout: Add device_name parameter
Maarten Bosmans
2011-03-15
1
-2
/
+30
*
|
Update PA_MODULE_USAGE to be in line with actual implementation
Maarten Bosmans
2011-03-18
1
-3
/
+3
|
/
*
module-waveout: Adapted to updated API
Maarten Bosmans
2011-02-17
1
-168
/
+227
*
volume: Clamp volume to PA_VOLUME_MAX
Arun Raghavan
2010-10-15
1
-2
/
+2
*
Base mainloop on pa_rtclock_now()
Marc-André Lureau
2009-06-20
1
-2
/
+2
*
Use LGPL 2.1 on all files previously using LGPL 2
Colin Guthrie
2009-03-03
1
-1
/
+1
*
get rid of svn $ keywords
Lennart Poettering
2008-06-18
1
-2
/
+0
*
we don't want to include assert.h anymore
Lennart Poettering
2007-10-29
1
-1
/
+0
*
Add copyright notices to all relevant files. (based on svn log)
Pierre Ossman
2007-02-13
1
-0
/
+3
*
Allow specification of device number.
Pierre Ossman
2007-02-12
1
-3
/
+12
*
Huge trailing whitespace cleanup. Let's keep the tree pure from here on,
Pierre Ossman
2007-01-04
1
-11
/
+11
*
Remove silence generation in waveout module.
Pierre Ossman
2006-08-22
1
-50
/
+33
*
Fix memory leak in waveout module.
Pierre Ossman
2006-08-22
1
-0
/
+3
*
Log when there is a problem opening the waveOut/waveIn device.
Pierre Ossman
2006-08-22
1
-3
/
+9
*
Fix typo.
Pierre Ossman
2006-08-22
1
-1
/
+1
*
Add missing header.
Pierre Ossman
2006-08-22
1
-0
/
+1
*
Fix call to pa_memblock_new().
Pierre Ossman
2006-08-22
1
-2
/
+2
*
remove all occurences of
Lennart Poettering
2006-08-18
1
-12
/
+12
*
make use of pa_sink_used_by()/pa_source_used_by() wherever applicable
Lennart Poettering
2006-08-12
1
-3
/
+2
*
don't set the sink/source descriptions manually, use the new functions pa_{si...
Lennart Poettering
2006-08-11
1
-2
/
+2
*
set is_hardware flag for a few hw plugins
Lennart Poettering
2006-07-16
1
-0
/
+2
*
big s/polyp/pulse/g
Lennart Poettering
2006-06-19
1
-13
/
+13
*
split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]
Lennart Poettering
2006-05-17
1
-1
/
+1
*
Move xmalloc to the public side (libpolyp).
Pierre Ossman
2006-05-17
1
-1
/
+2
*
Set default channel map system for waveout module.
Pierre Ossman
2006-05-17
1
-1
/
+1
*
Channel map argument support for waveout.
Pierre Ossman
2006-04-27
1
-4
/
+16
*
WaveOut needs to have rather large chunks. This is about as low as we can
Pierre Ossman
2006-04-19
1
-3
/
+9
*
Update hardware volume to a correct initial value.
Pierre Ossman
2006-02-23
1
-0
/
+4
*
change pa_log() and friends to not require a trailing \n on all logged strings
Lennart Poettering
2006-02-23
1
-14
/
+14
[next]