]> code.delx.au - pulseaudio/commit
Mega patch:
authorLennart Poettering <lennart@poettering.net>
Fri, 27 Jan 2006 16:25:31 +0000 (16:25 +0000)
committerLennart Poettering <lennart@poettering.net>
Fri, 27 Jan 2006 16:25:31 +0000 (16:25 +0000)
commitdd10c982414dfa8fbb9aeeeae61c68e4a6f081cc
tree8c05e4a7344570c2f4d40854baddeff7cc353709
parent759721cbbc265cc6ce4c5dd9141e00ca67c8fe2d
Mega patch:

* implement inner loops using liboil
* drop "typeid" stuff
* add support for channel maps
* add support for seperate volumes per channel
* add support for hardware mixer settings (only module-oss implements this for now)
* fix a lot of types for _t suffix

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@463 fefdeb5f-60dc-0310-8127-8f9354f1896f
114 files changed:
configure.ac
polyp/Makefile.am
polyp/alsa-util.c
polyp/alsa-util.h
polyp/autoload.c
polyp/autoload.h
polyp/channelmap.c [new file with mode: 0644]
polyp/channelmap.h [new file with mode: 0644]
polyp/cli-command.c
polyp/cli-text.c
polyp/cli.c
polyp/client.c
polyp/client.h
polyp/core.h
polyp/daemon-conf.c
polyp/daemon-conf.h
polyp/dllmain.c
polyp/glib-mainloop.c
polyp/glib12-mainloop.c
polyp/inet_ntop.c
polyp/iochannel.c
polyp/log.c
polyp/log.h
polyp/main.c
polyp/mainloop-api.h
polyp/mainloop-signal.c
polyp/mainloop-test.c
polyp/mainloop.c
polyp/memblock.h
polyp/module-alsa-sink.c
polyp/module-alsa-source.c
polyp/module-combine.c
polyp/module-esound-sink.c
polyp/module-lirc.c
polyp/module-match.c
polyp/module-mmkbd-evdev.c
polyp/module-null-sink.c
polyp/module-oss-mmap.c
polyp/module-oss.c
polyp/module-pipe-sink.c
polyp/module-pipe-source.c
polyp/module-protocol-stub.c
polyp/module-sine.c
polyp/module-solaris.c
polyp/module-tunnel.c
polyp/module-waveout.c
polyp/module-x11-bell.c
polyp/namereg.c
polyp/namereg.h
polyp/native-common.h
polyp/pacat-simple.c
polyp/pacat.c
polyp/pactl.c
polyp/paplay.c
polyp/parec-simple.c
polyp/parseaddr.h
polyp/play-memchunk.c
polyp/play-memchunk.h
polyp/poll.c
polyp/poll.h
polyp/polyplib-context.c
polyp/polyplib-context.h
polyp/polyplib-def.h
polyp/polyplib-internal.h
polyp/polyplib-introspect.c
polyp/polyplib-introspect.h
polyp/polyplib-operation.c
polyp/polyplib-operation.h
polyp/polyplib-simple.c
polyp/polyplib-simple.h
polyp/polyplib-stream.c
polyp/polyplib-stream.h
polyp/polyplib-subscribe.c
polyp/polyplib-subscribe.h
polyp/protocol-esound.c
polyp/protocol-native.c
polyp/protocol-simple.c
polyp/resampler.c
polyp/resampler.h
polyp/sample-util.c
polyp/sample-util.h
polyp/sample.c
polyp/sample.h
polyp/scache.c
polyp/scache.h
polyp/sconv-s16be.c
polyp/sconv-s16be.h
polyp/sconv-s16le.c
polyp/sconv-s16le.h
polyp/sconv.c
polyp/sconv.h
polyp/sink-input.c
polyp/sink-input.h
polyp/sink.c
polyp/sink.h
polyp/socket-client.c
polyp/socket-server.c
polyp/sound-file-stream.c
polyp/sound-file-stream.h
polyp/source-output.c
polyp/source-output.h
polyp/source.c
polyp/source.h
polyp/subscribe.c
polyp/subscribe.h
polyp/tagstruct.c
polyp/tagstruct.h
polyp/typeid.c [deleted file]
polyp/typeid.h [deleted file]
polyp/voltest.c
polyp/volume.c [new file with mode: 0644]
polyp/volume.h [new file with mode: 0644]
polyp/x11prop.c
polyp/x11wrap.c