]> code.delx.au - pulseaudio/commit
bum version number
authorLennart Poettering <lennart@poettering.net>
Sun, 26 Sep 2004 17:02:26 +0000 (17:02 +0000)
committerLennart Poettering <lennart@poettering.net>
Sun, 26 Sep 2004 17:02:26 +0000 (17:02 +0000)
commit5bac3c3ce515cb588f3928431db4fe1c396d53e7
tree7ec714219121bee11db5f7f497879e805ea30926
parent405fac5ea7070fa7b50a77952fa8042f87f588a8
bum version number
add new macro PA_API_VERSION for preprocessor level conditional compiling
add new native APIs:
- counter
- cork & flush for record streams
- add flags parameters to pa_stream_connect_xx()
- new prebuf command
- time api, and total latency calculator
- return sample spec
ability to cork source output streams
dump server status on SIGHUP to syslog
show sink input/source outputs status in cli-text.c
don't flush esound output buffer when client disconnects
move version api to polyplib-version.h

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@240 fefdeb5f-60dc-0310-8127-8f9354f1896f
26 files changed:
configure.ac
doc/todo
polyp/cli-text.c
polyp/cpulimit.c
polyp/main.c
polyp/memblockq.c
polyp/memblockq.h
polyp/native-common.h
polyp/pacat.c
polyp/pactl.c
polyp/polyplib-context.c
polyp/polyplib-def.h
polyp/polyplib-internal.h
polyp/polyplib-simple.c
polyp/polyplib-stream.c
polyp/polyplib-stream.h
polyp/polyplib.h
polyp/protocol-esound.c
polyp/protocol-native.c
polyp/sample.c
polyp/sample.h
polyp/sink-input.c
polyp/sink-input.h
polyp/source-output.c
polyp/source-output.h
polyp/util.c