index
:
~arun/pulseaudio
b2g
beamformer
bluetooth
bt-passthrough
gst-rtp
hsp-review
jackhwmute-review
json
master
meson
passthrough-hbr
stable-7.x
vff
volume-ramping
webrtc
Various PulseAudio hacks and WIP work
arun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
module-waveout.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-14
update FSF addresses to FSF web page
Ondrej Holecek
1
-3
/
+1
2014-11-10
rtpoll: Fixup pa_rtpoll_run
David Henningsson
1
-1
/
+1
2013-07-04
Remove pa_bool_t and replace it with bool.
poljar (Damir Jelić)
1
-5
/
+5
2013-06-28
waveout: Simplify setting the device description
Tanu Kaskinen
1
-6
/
+2
2012-11-16
modules: Micro-optimisation for rewind_requested paths
Arun Raghavan
1
-1
/
+1
2012-11-16
sink: Process rewind requests also when suspended.
Tanu Kaskinen
1
-3
/
+6
2011-07-19
devices: Use wrapper functions to set the *_volume and *_mute callbacks.
Colin Guthrie
1
-2
/
+2
2011-07-03
module-waveout: Correctly handle mono volume controls on waveout device
Maarten Bosmans
1
-4
/
+23
2011-06-22
Remove unnecessary #includes
Maarten Bosmans
1
-3
/
+0
2011-03-20
Merge remote-tracking branch 'mkbosmans/mingw32-build'
Colin Guthrie
1
-42
/
+91
2011-03-19
module-waveout: Fix record/playback args
Maarten Bosmans
1
-8
/
+12
2011-03-19
module-waveout: Move thread creation
Maarten Bosmans
1
-9
/
+13
2011-03-19
module-waveout: Query device for supported samplerate
Maarten Bosmans
1
-23
/
+36
2011-03-18
Update PA_MODULE_USAGE to be in line with actual implementation
Maarten Bosmans
1
-3
/
+3
2011-03-15
module-waveout: Add device_name parameter
Maarten Bosmans
1
-2
/
+30
2011-02-17
module-waveout: Adapted to updated API
Maarten Bosmans
1
-168
/
+227
2010-10-15
volume: Clamp volume to PA_VOLUME_MAX
Arun Raghavan
1
-2
/
+2
2009-06-20
Base mainloop on pa_rtclock_now()
Marc-André Lureau
1
-2
/
+2
2009-03-03
Use LGPL 2.1 on all files previously using LGPL 2
Colin Guthrie
1
-1
/
+1
2008-06-18
get rid of svn $ keywords
Lennart Poettering
1
-2
/
+0
2007-10-29
we don't want to include assert.h anymore
Lennart Poettering
1
-1
/
+0
2007-02-13
Add copyright notices to all relevant files. (based on svn log)
Pierre Ossman
1
-0
/
+3
2007-02-12
Allow specification of device number.
Pierre Ossman
1
-3
/
+12
2007-01-04
Huge trailing whitespace cleanup. Let's keep the tree pure from here on,
Pierre Ossman
1
-11
/
+11
2006-08-22
Remove silence generation in waveout module.
Pierre Ossman
1
-50
/
+33
2006-08-22
Fix memory leak in waveout module.
Pierre Ossman
1
-0
/
+3
2006-08-22
Log when there is a problem opening the waveOut/waveIn device.
Pierre Ossman
1
-3
/
+9
2006-08-22
Fix typo.
Pierre Ossman
1
-1
/
+1
2006-08-22
Add missing header.
Pierre Ossman
1
-0
/
+1
2006-08-22
Fix call to pa_memblock_new().
Pierre Ossman
1
-2
/
+2
2006-08-18
remove all occurences of
Lennart Poettering
1
-12
/
+12
2006-08-12
make use of pa_sink_used_by()/pa_source_used_by() wherever applicable
Lennart Poettering
1
-3
/
+2
2006-08-11
don't set the sink/source descriptions manually, use the new functions pa_{si...
Lennart Poettering
1
-2
/
+2
2006-07-16
set is_hardware flag for a few hw plugins
Lennart Poettering
1
-0
/
+2
2006-06-19
big s/polyp/pulse/g
Lennart Poettering
1
-13
/
+13
2006-05-17
split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]
Lennart Poettering
1
-1
/
+1
2006-05-17
Move xmalloc to the public side (libpolyp).
Pierre Ossman
1
-1
/
+2
2006-05-17
Set default channel map system for waveout module.
Pierre Ossman
1
-1
/
+1
2006-04-27
Channel map argument support for waveout.
Pierre Ossman
1
-4
/
+16
2006-04-19
WaveOut needs to have rather large chunks. This is about as low as we can
Pierre Ossman
1
-3
/
+9
2006-02-23
Update hardware volume to a correct initial value.
Pierre Ossman
1
-0
/
+4
2006-02-23
change pa_log() and friends to not require a trailing \n on all logged strings
Lennart Poettering
1
-14
/
+14
2006-02-21
Hardware volume support on Windows.
Pierre Ossman
1
-0
/
+40
2006-02-20
Remove a debug fprintf that was left in.
Pierre Ossman
1
-2
/
+0
2006-02-16
Reorganised the source tree. We now have src/ with a couple of subdirs:
Pierre Ossman
1
-0
/
+583