pulseaudio/src/pulse
Lennart Poettering 9464b9b45f add definition of PA_USEC_PER_MSEC
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1948 fefdeb5f-60dc-0310-8127-8f9354f1896f
2007-10-23 22:50:39 +00:00
..
browser.c finish modernizations in pulse/, s/assert/pa_assert/g 2007-09-11 14:23:38 +00:00
browser.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
cdecl.h use gcc const and pure function attributes wherever applicable 2007-09-16 22:42:03 +00:00
channelmap.c more s/assert/pa_assert/ modernizations 2007-09-11 00:24:10 +00:00
channelmap.h use gcc const and pure function attributes wherever applicable 2007-09-16 22:42:03 +00:00
client-conf-x11.c more s/assert/pa_assert/ modernizations 2007-09-11 00:24:10 +00:00
client-conf-x11.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
client-conf.c drop a couple of WARNING prefixes in log messages, since we have pa_log_warn anyway for marking warnings especially 2007-09-17 14:03:04 +00:00
client-conf.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
client.conf.in add default "disable-shm" option to client.conf 2006-08-19 01:18:57 +00:00
context.c make O_CLOEXEC, O_NONBLOCK and socket low latency fd ops more uniform: always return void, name them similarly, only pass a single fd 2007-09-19 00:12:01 +00:00
context.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
def.h drop the PA_SOURCE_CAN_SUSPEND and PA_SINK_CAN_SUSPEND flags, since they were a bad idea in the first place. All sinks/sources are now *required* to handle suspending in one way or another. Luckily all current sink/source implementations handle it fine anyway. 2007-09-24 16:10:43 +00:00
error.c Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
error.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
glib-mainloop.c remaining s/assert/pa_assert/ and refcnt.h modernizations 2007-09-11 20:48:33 +00:00
glib-mainloop.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
internal.h port client libs to refcnt.h 2007-09-11 12:42:17 +00:00
introspect.c More s/assert/pa_assert/ modernizations 2007-09-11 14:04:38 +00:00
introspect.h add protocol support for muting sink inputs and suspending sinks/sources 2007-08-15 19:30:04 +00:00
mainloop-api.c more s/assert/pa_assert/ modernizations 2007-09-11 00:24:10 +00:00
mainloop-api.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
mainloop-signal.c make O_CLOEXEC, O_NONBLOCK and socket low latency fd ops more uniform: always return void, name them similarly, only pass a single fd 2007-09-19 00:12:01 +00:00
mainloop-signal.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
mainloop.c Replace all references to sys/poll.h with poll.h as that's what POSIX defines. 2007-10-03 14:41:21 +00:00
mainloop.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
Makefile big s/polyp/pulse/g 2006-06-19 21:53:48 +00:00
operation.c port client libs to refcnt.h 2007-09-11 12:42:17 +00:00
operation.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
pulseaudio.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
sample.c a couple of modernizations; parse RE sample types properly 2007-08-23 22:34:10 +00:00
sample.h use gcc const and pure function attributes wherever applicable 2007-09-16 22:42:03 +00:00
scache.c More s/assert/pa_assert/ modernizations 2007-09-11 14:04:38 +00:00
scache.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
simple.c finish modernizations in pulse/, s/assert/pa_assert/g 2007-09-11 14:23:38 +00:00
simple.h Changed PA_SAMPLE_S16_NE to PA_SAMPLE_S16NE in the example code in the Simple API Doxygen documentation. 2007-09-09 09:39:26 +00:00
stream.c drop the PA_SOURCE_CAN_SUSPEND and PA_SINK_CAN_SUSPEND flags, since they were a bad idea in the first place. All sinks/sources are now *required* to handle suspending in one way or another. Luckily all current sink/source implementations handle it fine anyway. 2007-09-24 16:10:43 +00:00
stream.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
subscribe.c remaining s/assert/pa_assert/ and refcnt.h modernizations 2007-09-11 20:48:33 +00:00
subscribe.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
thread-mainloop.c Replace all references to sys/poll.h with poll.h as that's what POSIX defines. 2007-10-03 14:41:21 +00:00
thread-mainloop.h add new API pa_threaded_mainloop_in_thread(), update test case for it 2007-09-10 21:58:01 +00:00
timeval.c add new API function pa_timeval_store() 2007-10-07 13:54:49 +00:00
timeval.h add definition of PA_USEC_PER_MSEC 2007-10-23 22:50:39 +00:00
utf8.c simple modernizations: s/assert/pa_assert 2007-09-10 21:48:45 +00:00
utf8.h use gcc const and pure function attributes wherever applicable 2007-09-16 22:42:03 +00:00
util.c remaining s/assert/pa_assert/ and refcnt.h modernizations 2007-09-11 20:48:33 +00:00
util.h simple modernizations: s/assert/pa_assert 2007-09-10 21:48:45 +00:00
version.h.in Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
volume.c simple modernizations: s/assert/pa_assert 2007-09-10 21:48:45 +00:00
volume.h use gcc const and pure function attributes wherever applicable 2007-09-16 22:42:03 +00:00
xmalloc.c simple modernizations: s/assert/pa_assert 2007-09-10 21:48:45 +00:00
xmalloc.h Merge HUGE set of changes temporarily into a branch, to allow me to move them from one machine to another (lock-free and stuff) 2007-06-11 12:08:37 +00:00