index
:
~tanuk/pulseaudio
better-move-logging-for-11.1
device-manager-fix
hfp
master
rtpoll-mainloop-v2
webrtc
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
module-null-sink.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-20
don't assume that pa_asyncq_new() always succeeds
Tanu Kaskinen
1
-1
/
+5
2015-10-25
null-sink: correct update of timestamp when state changes to RUNNING or IDLE
Georg Chini
1
-2
/
+4
2015-01-14
update FSF addresses to FSF web page
Ondrej Holecek
1
-3
/
+1
2014-11-09
rtpoll: Drop extra wait_op argument to pa_rtpoll_run()
Peter Meerwald
1
-1
/
+1
2013-07-04
Remove pa_bool_t and replace it with bool.
poljar (Damir Jelić)
1
-2
/
+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
-13
/
+9
2012-01-28
fix the ever-popular 'the the' typo
Peter Meerwald
1
-1
/
+1
2011-10-01
null-sink: Set latency range at the time of initialization of module.
Sudarshan Bisht
1
-0
/
+2
2011-08-11
Move i18n.[ch] to src/pulsecore
Maarten Bosmans
1
-1
/
+1
2011-07-14
Fix two comment typos.
Ralph Giles
1
-1
/
+1
2011-06-24
Remove obsolete description property from modules
Maarten Bosmans
1
-2
/
+1
2011-06-22
Remove unnecessary #includes
Maarten Bosmans
1
-6
/
+0
2010-05-07
thread: name all threads so that the names appear in /proc/$PID/task/$TID/comm
Lennart Poettering
1
-1
/
+1
2009-09-04
null: make name of null sink translatable
Lennart Poettering
1
-2
/
+3
2009-06-22
Merge most of elmarco/rtclock2
Lennart Poettering
1
-5
/
+6
2009-06-20
pulse: move pa_rtclock_now in pulsecommon
Marc-André Lureau
1
-1
/
+2
2009-06-19
core: get rid of rt sig/timer handling since modern Linux' ppooll() is finall...
Lennart Poettering
1
-1
/
+0
2009-06-19
perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`
Marc-André Lureau
1
-4
/
+4
2009-05-28
modules: add {sink|source|card}_properties argument to all modules
Lennart Poettering
1
-1
/
+1
2009-05-27
null: introduce sink_properties= argument
Lennart Poettering
1
-7
/
+14
2009-04-07
mark null sink as support dynamic latency
Lennart Poettering
1
-1
/
+1
2009-04-07
adjust max_rewind/max_request whenever the latency changes
Lennart Poettering
1
-0
/
+5
2009-03-25
again, don't fiddle with latency range in sinks with static latency
Lennart Poettering
1
-4
/
+2
2009-03-24
set request/rewind sizes only via accessor functions
Lennart Poettering
1
-4
/
+5
2009-03-03
Use LGPL 2.1 on all files previously using LGPL 2
Colin Guthrie
1
-1
/
+1
2009-02-21
introduce default channel map in addition to the default sample spec
Lennart Poettering
1
-0
/
+1
2009-01-15
rework module usage counter stuff to be pull based
Lennart Poettering
1
-0
/
+9
2009-01-08
A few minor cleanups and updates
Lennart Poettering
1
-6
/
+12
2008-10-02
make sure we call pa_sink_process_rewind() if a rewind was requested under al...
Lennart Poettering
1
-2
/
+7
2008-06-26
make sure to call process_rewind() under all circumstances before we do the n...
Lennart Poettering
1
-2
/
+6
2008-06-20
Rework module-combine to work with glitch-free core; add new max_request fiel...
Lennart Poettering
1
-14
/
+14
2008-06-18
get rid of svn $ keywords
Lennart Poettering
1
-2
/
+0
2008-06-16
use new pa_sink_set_latency_range() in null sink
Lennart Poettering
1
-1
/
+2
2008-06-11
merge Colin Guthrie's module-always-sink module, and add priorization to the ...
Lennart Poettering
1
-2
/
+2
2008-05-15
merge glitch-free branch back into trunk
Lennart Poettering
1
-29
/
+110
2007-11-09
tag modules that may only be loaded once at most especially, and enforce that...
Lennart Poettering
1
-4
/
+5
2007-10-28
merge 'lennart' branch back into trunk.
Lennart Poettering
1
-47
/
+120
2007-02-13
Add copyright notices to all relevant files. (based on svn log)
Pierre Ossman
1
-0
/
+2
2007-01-04
Huge trailing whitespace cleanup. Let's keep the tree pure from here on,
Pierre Ossman
1
-12
/
+12
2006-08-18
remove all occurences of
Lennart Poettering
1
-3
/
+3
2006-08-12
allow setting the null sink description by a module parameter
Lennart Poettering
1
-3
/
+5
2006-08-11
don't set the sink/source descriptions manually, use the new functions pa_{si...
Lennart Poettering
1
-1
/
+1
2006-07-14
improve latency calculation of NULL sink
Lennart Poettering
1
-7
/
+27
2006-06-19
big s/polyp/pulse/g
Lennart Poettering
1
-12
/
+12
2006-05-18
Move timeval calculation functions into their own file.
Pierre Ossman
1
-0
/
+1
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-16
* modify pa_channel_map_init_auto() to take an extra argument specifying the ...
Lennart Poettering
1
-1
/
+1
2006-04-26
support new channel_map argument in sink/source modules
Lennart Poettering
1
-4
/
+11
[next]