| .. |
|
browser.c
|
fix a couple of issues I found when compiling polypaudio with gcc 2.95
|
2006-04-18 19:31:50 +00:00 |
|
browser.h
|
revive howl support
|
2006-02-22 20:11:56 +00:00 |
|
cdecl.h
|
Reorganised the source tree. We now have src/ with a couple of subdirs:
|
2006-02-16 19:19:58 +00:00 |
|
channelmap.c
|
it was a bad idea to require that a channel map doesn't contain the same position twice
|
2006-04-26 16:27:01 +00:00 |
|
channelmap.h
|
Clarify how the automatic channel map is generated.
|
2006-04-27 05:43:27 +00:00 |
|
client-conf-x11.c
|
change pa_log() and friends to not require a trailing \n on all logged strings
|
2006-02-23 02:27:19 +00:00 |
|
client-conf-x11.h
|
Cleaned up the includes after the restructuring. Indicate which headers are
|
2006-02-17 12:10:58 +00:00 |
|
client-conf.c
|
change pa_log() and friends to not require a trailing \n on all logged strings
|
2006-02-23 02:27:19 +00:00 |
|
client-conf.h
|
Cleaned up the includes after the restructuring. Indicate which headers are
|
2006-02-17 12:10:58 +00:00 |
|
client.conf.in
|
* svn:ignore some files
|
2006-02-16 21:37:20 +00:00 |
|
context.c
|
Do WSAStartup() in the DLL entry routine instead of at context creation.
|
2006-05-11 11:02:25 +00:00 |
|
context.h
|
Clarify behaviour of deferred events.
|
2006-04-16 09:22:08 +00:00 |
|
def.h
|
* rework reference counting in the client libraries: now refcounting goes
|
2006-04-24 19:29:15 +00:00 |
|
error.c
|
introduce a new error PA_ERR_TOOLARGE
|
2006-04-23 20:56:41 +00:00 |
|
error.h
|
1) Add flexible seeking support (including absolute) for memory block queues and playback streams
|
2006-02-20 04:05:16 +00:00 |
|
glib-mainloop.c
|
Cleaned up the includes after the restructuring. Indicate which headers are
|
2006-02-17 12:10:58 +00:00 |
|
glib-mainloop.h
|
more documentation updates
|
2006-04-13 13:45:38 +00:00 |
|
glib12-mainloop.c
|
Cleaned up the includes after the restructuring. Indicate which headers are
|
2006-02-17 12:10:58 +00:00 |
|
internal.h
|
* rework reference counting in the client libraries: now refcounting goes
|
2006-04-24 19:29:15 +00:00 |
|
introspect.c
|
* rework reference counting in the client libraries: now refcounting goes
|
2006-04-24 19:29:15 +00:00 |
|
introspect.h
|
more documentation updates
|
2006-04-13 13:45:38 +00:00 |
|
mainloop-api.c
|
Cleaned up the includes after the restructuring. Indicate which headers are
|
2006-02-17 12:10:58 +00:00 |
|
mainloop-api.h
|
* a lot of doxygen updates
|
2006-02-20 17:09:39 +00:00 |
|
mainloop-signal.c
|
Remove some debug code that wasn't supposed to be committed.
|
2006-05-11 11:30:55 +00:00 |
|
mainloop-signal.h
|
* a lot of doxygen updates
|
2006-02-20 17:09:39 +00:00 |
|
mainloop.c
|
Handle pipes on platforms where they are non-existant of broken.
|
2006-05-11 11:08:58 +00:00 |
|
mainloop.h
|
Avoid including non-portable header sys/poll.h.
|
2006-04-18 13:36:30 +00:00 |
|
Makefile
|
add a bunch of simple Makefile in the subdirs, just to make compilation with emacs easier
|
2006-02-16 22:11:35 +00:00 |
|
operation.c
|
* rework reference counting in the client libraries: now refcounting goes
|
2006-04-24 19:29:15 +00:00 |
|
operation.h
|
* a lot of doxygen updates
|
2006-02-20 17:09:39 +00:00 |
|
polypaudio.h
|
Big documentation update. Describe the client API in a more tutorial like
|
2006-04-09 19:31:09 +00:00 |
|
sample.c
|
Use the modern Ki/Mi/Gi prefixes to clarify that 1024 is the base.
|
2006-04-09 19:32:16 +00:00 |
|
sample.h
|
more documentation updates
|
2006-04-13 13:45:38 +00:00 |
|
scache.c
|
* rework reference counting in the client libraries: now refcounting goes
|
2006-04-24 19:29:15 +00:00 |
|
scache.h
|
more documentation updates
|
2006-04-13 13:45:38 +00:00 |
|
simple.c
|
rework the simple API to make use of the new threaded mainloop implementation
|
2006-05-06 20:58:28 +00:00 |
|
simple.h
|
Documentation updates
|
2006-04-13 00:56:10 +00:00 |
|
stream.c
|
fix handling of timing status requests
|
2006-05-09 15:16:12 +00:00 |
|
stream.h
|
* rework reference counting in the client libraries: now refcounting goes
|
2006-04-24 19:29:15 +00:00 |
|
subscribe.c
|
* rework reference counting in the client libraries: now refcounting goes
|
2006-04-24 19:29:15 +00:00 |
|
subscribe.h
|
more documentation updates
|
2006-04-13 13:45:38 +00:00 |
|
thread-mainloop.c
|
don't signal the accept_cond automatically when waiting for a signal event
|
2006-05-11 13:17:19 +00:00 |
|
thread-mainloop.h
|
update doxygen docs
|
2006-05-11 13:17:27 +00:00 |
|
version.h.in
|
Negotiate protocol version between server and client. Will allow smoother
|
2006-03-02 21:56:15 +00:00 |
|
volume.c
|
fix multiplication of software pa_cvolumes
|
2006-04-23 19:46:16 +00:00 |
|
volume.h
|
more documentation updates
|
2006-04-13 13:45:38 +00:00 |