pulseaudio/src/pulsecore
Lennart Poettering 6ac66e453f add missing config.h includes
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1800 fefdeb5f-60dc-0310-8127-8f9354f1896f
2007-09-11 00:56:21 +00:00
..
ffmpeg add makefiles to speex/ and ffmpeg/ to easy compilation from emacs 2007-08-24 00:23:48 +00:00
speex add makefiles to speex/ and ffmpeg/ to easy compilation from emacs 2007-08-24 00:23:48 +00:00
asyncmsgq.c make passing a code pointer to pa_asyncmsgq_get() optional 2007-08-30 22:39:24 +00:00
asyncmsgq.h 64 bit fixes and minor gcc shut ups 2007-08-12 23:24:05 +00:00
asyncq.c port asyncq to make use of new fdsem object 2007-07-26 13:15:05 +00:00
asyncq.h 64 bit fixes and minor gcc shut ups 2007-08-12 23:24:05 +00:00
atomic.h Instead of including config.h from header files, check whether PACKAGE is defined and if not, fail (thus using PACKAGE as a check for inclusion of config.h) 2007-09-11 00:30:53 +00:00
authkey-prop.c add missing config.h includes 2007-09-11 00:56:21 +00:00
authkey-prop.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
authkey.c 64 bit fixes and minor gcc shut ups 2007-08-12 23:24:05 +00:00
authkey.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
autoload.c Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
autoload.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
avahi-wrap.c Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
avahi-wrap.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
cli-command.c update default config: 2007-09-06 20:38:10 +00:00
cli-command.h Add a new meta command ".ifexists" to the CLI language, to execute commands only if a specified file exists. Original patch from cjvdb. Closes #36 2007-05-26 23:39:33 +00:00
cli-text.c Lots of assorted minor cleanups and fixes: 2007-08-30 22:57:53 +00:00
cli-text.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
cli.c Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
cli.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
client.c Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
client.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
conf-parser.c modernization 2007-08-11 15:57:21 +00:00
conf-parser.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
core-def.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
core-error.c Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
core-error.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
core-scache.c 64 bit fixes and minor gcc shut ups 2007-08-12 23:24:05 +00:00
core-scache.h add new function pa_scache_play_item_by_name 2007-08-09 13:47:25 +00:00
core-subscribe.c A lot of more work to get the lock-free stuff in place 2007-06-13 22:08:14 +00:00
core-subscribe.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
core-util.c posix_madvise and posix_fadvise aren't present on all systems. 2007-09-10 11:35:30 +00:00
core-util.h add new pa_will_need() API for paging in memory 2007-09-02 20:36:32 +00:00
core.c Lots of assorted minor cleanups and fixes: 2007-08-30 22:57:53 +00:00
core.h Lots of assorted minor cleanups and fixes: 2007-08-30 22:57:53 +00:00
creds.h Instead of including config.h from header files, check whether PACKAGE is defined and if not, fail (thus using PACKAGE as a check for inclusion of config.h) 2007-09-11 00:30:53 +00:00
dllmain.c Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
dynarray.c Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
dynarray.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
endianmacros.h Instead of including config.h from header files, check whether PACKAGE is defined and if not, fail (thus using PACKAGE as a check for inclusion of config.h) 2007-09-11 00:30:53 +00:00
esound.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
fdsem.c add an assert() 2007-08-30 22:40:11 +00:00
fdsem.h add abstracted file descriptor based semaphore object that is lock-free in the best cases 2007-07-26 13:14:26 +00:00
flist.c add missing #include 2007-08-22 17:05:07 +00:00
flist.h rename a few things in a macro to make name collisions less likely 2007-08-22 00:21:28 +00:00
g711.c make untabify 2007-06-11 13:53:31 +00:00
g711.h fix comment 2007-05-22 23:08:34 +00:00
gccmacro.h wrap destructor gcc attribute in macro 2007-07-25 14:41:54 +00:00
hashmap.c update static free list usage in hashmap 2007-07-25 14:44:00 +00:00
hashmap.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
hook-list.c Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
hook-list.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
idxset.c modernize and make use of a static flist for allocating idxset entries 2007-08-30 22:43:35 +00:00
idxset.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
inet_ntop.c Convert most snprintf() calls to pa_snprintf() 2007-07-25 16:23:03 +00:00
inet_ntop.h big s/polyp/pulse/g 2006-06-19 21:53:48 +00:00
inet_pton.c Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
inet_pton.h big s/polyp/pulse/g 2006-06-19 21:53:48 +00:00
iochannel.c Add a wrapper around close() to work around Windows' ass backwards way of 2007-02-14 12:13:49 +00:00
iochannel.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
ioline.c don't print error on socket read/write failure 2007-08-08 20:50:37 +00:00
ioline.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
ipacl.c Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
ipacl.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
llist.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
log.c make valgrind shut up regarding non-freed ident strings. other modernizations 2007-07-26 13:55:52 +00:00
log.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
ltdl-helper.c * drop redundant pa_core argument from module initialization functions 2007-08-10 14:28:39 +00:00
ltdl-helper.h * drop redundant pa_core argument from module initialization functions 2007-08-10 14:28:39 +00:00
macro.h Instead of including config.h from header files, check whether PACKAGE is defined and if not, fail (thus using PACKAGE as a check for inclusion of config.h) 2007-09-11 00:30:53 +00:00
Makefile big s/polyp/pulse/g 2006-06-19 21:53:48 +00:00
mcalign.c 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
mcalign.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
memblock.c fix an assert when runnig module-oss in record only-mode. optimize allocation of memblocks on playback 2007-09-06 23:29:16 +00:00
memblock.h add new API pa_memblock_will_need() and make use of PA_PAGE_SIZE macro 2007-09-02 20:37:17 +00:00
memblockq.c drop chunk argument from various drop() functions, since it doesn't make any sense if we want to guarantee always monotonously increasing read pointers; a couple of other fixes 2007-07-25 14:46:40 +00:00
memblockq.h drop chunk argument from various drop() functions, since it doesn't make any sense if we want to guarantee always monotonously increasing read pointers; a couple of other fixes 2007-07-25 14:46:40 +00:00
memchunk.c make argument to pa_memchunk_will_need() const 2007-09-02 21:13:17 +00:00
memchunk.h beef up comment 2007-09-10 20:55:46 +00:00
modargs.c Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
modargs.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
modinfo.c * drop redundant pa_core argument from module initialization functions 2007-08-10 14:28:39 +00:00
modinfo.h * drop redundant pa_core argument from module initialization functions 2007-08-10 14:28:39 +00:00
module.c * drop redundant pa_core argument from module initialization functions 2007-08-10 14:28:39 +00:00
module.h * drop redundant pa_core argument from module initialization functions 2007-08-10 14:28:39 +00:00
msgobject.c A lot of updates, all necessary to get the native protocol ported: 2007-07-31 22:44:53 +00:00
msgobject.h A lot of updates, all necessary to get the native protocol ported: 2007-07-31 22:44:53 +00:00
mutex-posix.c 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
mutex-win32.c Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
mutex.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
namereg.c Convert most snprintf() calls to pa_snprintf() 2007-07-25 16:23:03 +00:00
namereg.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
native-common.h add protocol support for muting sink inputs and suspending sinks/sources 2007-08-15 19:30:04 +00:00
object.c A lot of updates, all necessary to get the native protocol ported: 2007-07-31 22:44:53 +00:00
object.h A lot of updates, all necessary to get the native protocol ported: 2007-07-31 22:44:53 +00:00
once-posix.c Rename pa_once_t to pa_once 2007-08-10 21:59:51 +00:00
once-win32.c Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
once.h Rename pa_once_t to pa_once 2007-08-10 21:59:51 +00:00
packet.c Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
packet.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
parseaddr.c Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
parseaddr.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
pdispatch.c Convert most snprintf() calls to pa_snprintf() 2007-07-25 16:23:03 +00:00
pdispatch.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
pid.c Convert most snprintf() calls to pa_snprintf() 2007-07-25 16:23:03 +00:00
pid.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
pipe.c make untabify 2007-06-11 13:53:31 +00:00
pipe.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
play-memblockq.c Lots of assorted minor cleanups and fixes: 2007-08-30 22:57:53 +00:00
play-memblockq.h modernize pa_play_memblockq() and add a new function pa_memblockq_sink_input_new() which allows creation of memblockq streams without activating them immediately 2007-08-11 23:45:13 +00:00
play-memchunk.c make use of pa_memchunk_will_need() before handing sample cache audio to the RT threads 2007-09-02 20:38:57 +00:00
play-memchunk.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
poll.c Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
poll.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
props.c add missing config.h includes 2007-09-11 00:56:21 +00:00
props.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
protocol-cli.c Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
protocol-cli.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
protocol-esound.c Lots of assorted minor cleanups and fixes: 2007-08-30 22:57:53 +00:00
protocol-esound.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
protocol-http.c Convert most snprintf() calls to pa_snprintf() 2007-07-25 16:23:03 +00:00
protocol-http.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
protocol-native.c make sure we send each memblock only once when recording, not twice 2007-09-10 20:57:17 +00:00
protocol-native.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
protocol-simple.c Lots of assorted minor cleanups and fixes: 2007-08-30 22:57:53 +00:00
protocol-simple.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
pstream-util.c Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
pstream-util.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
pstream.c move pstream item allocation to pa_flist 2007-08-11 00:10:29 +00:00
pstream.h add callbacks for the revoke/release stuff, so that we can make this thing thread-safe 2007-08-10 23:41:50 +00:00
queue.c move pa_queue to an implementation based on pa_flist 2007-08-10 16:47:39 +00:00
queue.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
random.c Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
random.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
refcnt.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
resampler.c add new API function pa_resample_method_supported() which tests whether a resampling method is supported. Fix building with libsamplerate enabled 2007-09-03 20:50:03 +00:00
resampler.h add new API function pa_resample_method_supported() which tests whether a resampling method is supported. Fix building with libsamplerate enabled 2007-09-03 20:50:03 +00:00
rtclock.c Monotonic clock is optional so treat is as such. 2007-09-10 11:27:56 +00:00
rtclock.h add pa_timespec_reset() 2007-08-30 22:39:47 +00:00
rtpoll.c fix a couple of compiler warnings 2007-09-04 20:01:19 +00:00
rtpoll.h support absolute, relative and periodic timers in pa_rtpoll 2007-08-22 22:26:30 +00:00
rtsig.c unify static TLS support, make use of gcc __thread attribute if available 2007-09-10 23:57:10 +00:00
rtsig.h add facility for managing realtime signals 2007-08-22 00:23:33 +00:00
sample-util.c make the memchunk writeable before silencing it 2007-09-10 20:56:13 +00:00
sample-util.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
sconv-s16be.c big resampler rework: support integer-only resampling, support speex resampler 2007-08-23 22:35:40 +00:00
sconv-s16be.h big resampler rework: support integer-only resampling, support speex resampler 2007-08-23 22:35:40 +00:00
sconv-s16le.c big resampler rework: support integer-only resampling, support speex resampler 2007-08-23 22:35:40 +00:00
sconv-s16le.h big resampler rework: support integer-only resampling, support speex resampler 2007-08-23 22:35:40 +00:00
sconv.c big resampler rework: support integer-only resampling, support speex resampler 2007-08-23 22:35:40 +00:00
sconv.h big resampler rework: support integer-only resampling, support speex resampler 2007-08-23 22:35:40 +00:00
semaphore-posix.c make eolspace 2007-06-11 12:17:40 +00:00
semaphore.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
shm.c make use of new memory page alignment macros, reindent 2007-09-02 20:35:36 +00:00
shm.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
sink-input.c Lots of assorted minor cleanups and fixes: 2007-08-30 22:57:53 +00:00
sink-input.h Lots of assorted minor cleanups and fixes: 2007-08-30 22:57:53 +00:00
sink.c Lots of assorted minor cleanups and fixes: 2007-08-30 22:57:53 +00:00
sink.h Lots of assorted minor cleanups and fixes: 2007-08-30 22:57:53 +00:00
sioman.c Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
sioman.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
socket-client.c Convert most snprintf() calls to pa_snprintf() 2007-07-25 16:23:03 +00:00
socket-client.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
socket-server.c Convert most snprintf() calls to pa_snprintf() 2007-07-25 16:23:03 +00:00
socket-server.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
socket-util.c Convert most snprintf() calls to pa_snprintf() 2007-07-25 16:23:03 +00:00
socket-util.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
sound-file-stream.c posix_madvise and posix_fadvise aren't present on all systems. 2007-09-10 11:35:30 +00:00
sound-file-stream.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
sound-file.c posix_madvise and posix_fadvise aren't present on all systems. 2007-09-10 11:35:30 +00:00
sound-file.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
source-output.c minor cleanup 2007-09-10 20:56:36 +00:00
source-output.h Lots of assorted minor cleanups and fixes: 2007-08-30 22:57:53 +00:00
source.c minor cleanup 2007-09-10 20:56:36 +00:00
source.h Lots of assorted minor cleanups and fixes: 2007-08-30 22:57:53 +00:00
speexwrap.h add a small speex wrapper so that we can include both the fp and the fixed-point resampler in the same binary 2007-08-23 22:32:58 +00:00
strbuf.c fix some alignment issues and modernize file a little bit 2007-07-25 16:33:56 +00:00
strbuf.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
strlist.c Store strings directly in strlst elements, other modernizations 2007-07-25 21:28:56 +00:00
strlist.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
tagstruct.c Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
tagstruct.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
thread-mq.c unify static TLS support, make use of gcc __thread attribute if available 2007-09-10 23:57:10 +00:00
thread-mq.h move queue processing code into pa_thread_mq 2007-08-30 22:42:47 +00:00
thread-posix.c unify static TLS support, make use of gcc __thread attribute if available 2007-09-10 23:57:10 +00:00
thread-win32.c Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
thread.h Instead of including config.h from header files, check whether PACKAGE is defined and if not, fail (thus using PACKAGE as a check for inclusion of config.h) 2007-09-11 00:30:53 +00:00
tokenizer.c Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
tokenizer.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
winsock.h big s/polyp/pulse/g 2006-06-19 21:53:48 +00:00
x11prop.c Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
x11prop.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00
x11wrap.c add missing config.h includes 2007-09-11 00:56:21 +00:00
x11wrap.h Add copyright notices to all relevant files. (based on svn log) 2007-02-13 15:35:19 +00:00