Peter Meerwald
|
a247f7c581
|
simple: Enable pa_simple_flush() on record streams and amend documentation
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
|
2013-12-20 12:50:23 +02:00 |
|
poljar (Damir Jelić)
|
d806b19714
|
Remove pa_bool_t and replace it with bool.
commands used for this (executed from the pulseaudio/src directory):
find . -regex '\(.*\.[hc]\|.*\.cc\|.*\.m4\)' -not -name 'macro.h' \
-a -not -name 'reserve.[ch]' -a -not -name 'reserve-monitor.[ch]' \
-a -not -name 'glib-mainloop.c' -a -not -name 'gkt-test.c' \
-a -not -name 'glib-mainloop.c' -a -not -name 'gkt-test.c' \
-a -not -name 'poll-win32.c' -a -not -name 'thread-win32.c' \
-a -not -name 'dllmain.c' -a -not -name 'gconf-helper.c' \
-exec sed -i -e 's/\bpa_bool_t\b/bool/g' \
-e 's/\bTRUE\b/true/g' -e 's/\bFALSE\b/false/g' {} \;
and:
sed -i -e '181,194!s/\bpa_bool_t\b/bool/' \
-e '181,194!s/\bTRUE\b/true/' -e \
'181,194!s/\bFALSE\b/false/' pulsecore/macro.h
|
2013-07-04 12:25:30 +03:00 |
|
Tanu Kaskinen
|
dbb94daa0b
|
simple: Handle holes in recording streams.
|
2013-02-04 12:07:33 +02:00 |
|
Maarten Bosmans
|
dd9265ac78
|
Remove unnecessary #includes
|
2011-06-22 23:12:20 +01:00 |
|
Lennart Poettering
|
2cab6a256c
|
simple: check for == RUNNING instead of != DONE when waiting for operations
|
2009-08-05 01:05:35 +02:00 |
|
Lennart Poettering
|
5bbeb516aa
|
simple: split data/length validity checks into two
|
2009-08-05 01:05:08 +02:00 |
|
Lennart Poettering
|
53fcf3add0
|
simple: call pa_context_disconnect() just to be sure
|
2009-08-05 01:04:50 +02:00 |
|
Lennart Poettering
|
a73c615b74
|
simple: always loop around pa_threaded_mainloop_wait() to handle spurious wakeups properly
|
2009-08-05 01:04:36 +02:00 |
|
Lennart Poettering
|
b553e7283d
|
simple: use pa_xnew0 instead of manual reset to 0
|
2009-08-05 01:04:08 +02:00 |
|
Lennart Poettering
|
a4bc41a7a5
|
simple: use PA_xxx_IS_GOOD for state checks
|
2009-08-05 01:03:49 +02:00 |
|
Lennart Poettering
|
6601e09929
|
simple: set ADJUST_LATENCY by default
|
2009-05-27 23:18:55 +02:00 |
|
Colin Guthrie
|
86dee05aec
|
Use LGPL 2.1 on all files previously using LGPL 2
|
2009-03-03 20:23:02 +00:00 |
|
Lennart Poettering
|
13018d62c1
|
fix a few compiler warnings on older gcc
|
2008-08-29 23:53:55 +02:00 |
|
Lennart Poettering
|
f1d2bf8408
|
add i18n support
|
2008-08-06 18:54:13 +02:00 |
|
Lennart Poettering
|
8ae83d618e
|
get rid of svn $ keywords
|
2008-06-18 23:23:21 +03:00 |
|
Lennart Poettering
|
a67c21f093
|
merge 'lennart' branch back into trunk.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1971 fefdeb5f-60dc-0310-8127-8f9354f1896f
|
2007-10-28 19:13:50 +00:00 |
|
Pierre Ossman
|
06211b7c8f
|
Add copyright notices to all relevant files. (based on svn log)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1426 fefdeb5f-60dc-0310-8127-8f9354f1896f
|
2007-02-13 15:35:19 +00:00 |
|
Pierre Ossman
|
521daf6f0a
|
Huge trailing whitespace cleanup. Let's keep the tree pure from here on,
mmmkay?
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1418 fefdeb5f-60dc-0310-8127-8f9354f1896f
|
2007-01-04 13:43:45 +00:00 |
|
Lennart Poettering
|
f44ba09265
|
big s/polyp/pulse/g
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1033 fefdeb5f-60dc-0310-8127-8f9354f1896f
|
2006-06-19 21:53:48 +00:00 |
|