]> code.delx.au - pulseaudio/history - src
update todo
[pulseaudio] / src /
2006-05-14 Lennart Poetteringupdate todo
2006-05-14 Lennart Poetteringadd new module module-volume-restore which saves and...
2006-05-14 Lennart Poettering* add new parameter to pa_open_config_file() to specify...
2006-05-14 Lennart Poetteringmodify argument order of pa_client_new() to actually...
2006-05-13 Lennart Poetteringfix esound sample cache names
2006-05-13 Lennart Poettering* set default fragment metrics depending on the sample...
2006-05-13 Lennart Poetteringfirst set buffer size, and afterwards period size
2006-05-13 Lennart Poetteringdon't hit an assert when trying to resample data for...
2006-05-13 Lennart Poetteringfix fragment size calculation for module-alsa-source
2006-05-13 Lennart Poetteringuse default alsa channel map for alsa devices
2006-05-13 Lennart Poetteringremove superfluous log message
2006-05-11 Lennart Poetteringfix hangup detection for recording streams
2006-05-11 Lennart Poetteringfix iochannel for hangup signals
2006-05-11 Pierre OssmanWindows support for the threaded API.
2006-05-11 Lennart Poetteringupdate doxygen docs
2006-05-11 Lennart Poetteringdon't signal the accept_cond automatically when waiting...
2006-05-11 Lennart Poetteringsplit of signal releasing into its own function and...
2006-05-11 Pierre OssmanRemove some debug code that wasn't supposed to be commi...
2006-05-11 Pierre Ossmanpa_write() should use a const pointer.
2006-05-11 Pierre OssmanHandle pipes on platforms where they are non-existant...
2006-05-11 Pierre OssmanInclude log header to get rid of warnings.
2006-05-11 Pierre OssmanANSI codes aren't supported on Windows terminals.
2006-05-11 Pierre OssmanDo WSAStartup() in the DLL entry routine instead of...
2006-05-09 Lennart Poetteringfix handling of timing status requests
2006-05-09 Pierre OssmanAdd stubs for the threaded main loop so that we can...
2006-05-09 Pierre OssmanUse pa_msleep() to get platform independence.
2006-05-06 Lennart Poetteringrework the simple API to make use of the new threaded...
2006-05-06 Lennart Poettering* optionally, make pa_threaded_mainloop_signal() wait...
2006-05-06 Lennart Poetteringadd support for reading audio data from a file instead...
2006-05-06 Lennart Poetteringremove bogus check that disallowed latency interpolatio...
2006-05-06 Lennart Poetteringallow signalling from event loop thread
2006-05-02 Pierre OssmanFix control flow in pa_oss_open(). Also fall back to...
2006-05-02 Pierre OssmanWe need to read the cookie in binary mode for things...
2006-05-02 Pierre OssmanWindows doesn't have POSIX thread. ifdef out things...
2006-04-30 Lennart Poetteringadd new threaded main loop implementation (with test...
2006-04-30 Lennart Poettering* make sure the wakeup fd is polled on wven when no...
2006-04-28 Pierre OssmanWhen a control is removed, all bits are set so we need...
2006-04-28 Pierre OssmanZero the fd list since we do a memcmp on it later.
2006-04-27 Lennart Poetteringouch!
2006-04-27 Pierre OssmanClarify how the automatic channel map is generated.
2006-04-27 Pierre OssmanChannel map argument support for solaris.
2006-04-27 Pierre OssmanChannel map argument support for waveout.
2006-04-26 Lennart Poetteringfail if the channel map doesn't match the sample specs
2006-04-26 Lennart Poetteringallow the user to specify an alternative channel map...
2006-04-26 Lennart Poetteringfix volume range printed on --help
2006-04-26 Lennart Poetteringif a sample is not yet loaded, don't print rubbish...
2006-04-26 Lennart Poetteringit was a bad idea to require that a channel map doesn...
2006-04-26 Lennart Poetteringallow specifying the channel map to use on the command...
2006-04-26 Lennart Poettering* make a validity check of parsed channel maps before...
2006-04-26 Lennart Poetteringsupport new channel_map argument in sink/source modules
2006-04-26 Lennart Poetteringadd support for parsing channel maps as module arguments
2006-04-26 Lennart Poetteringdon't allow channel positions to be specified twice...
2006-04-26 Lennart Poetteringadd new test 'channelmap-test'
2006-04-26 Lennart Poettering* add new function pa_channel_map_parse()
2006-04-25 Pierre OssmanFall back to software volume if hardware mixer cannot...
2006-04-25 Pierre Ossmanglibc <= 2.2 has a broken unistd.h, lacking setresuid().
2006-04-24 Lennart Poettering* rework reference counting in the client libraries...
2006-04-24 Pierre Ossmanchown() and chmod() aren't available on Windows.
2006-04-23 Lennart Poetteringfix a segfault when uploading samples with esound
2006-04-23 Lennart Poettering* add validity checking for sample_spec, channel_map...
2006-04-23 Lennart Poetteringsmall optimization
2006-04-23 Lennart Poetteringfix sample uploading
2006-04-23 Lennart Poetteringenforce maximum sample size in sample cache
2006-04-23 Lennart Poettering* fix ref counting of pa_stream: strictly refcount...
2006-04-23 Lennart Poetteringintroduce a new error PA_ERR_TOOLARGE
2006-04-23 Lennart Poettering* when playing back a sample from the sample cache...
2006-04-23 Lennart Poetteringfix multiplication of software pa_cvolumes
2006-04-23 Lennart Poetteringallow recieving of invalid channel maps, volumes and...
2006-04-23 Lennart Poettering* Merge build system patch from Igor Zubkov
2006-04-22 Lennart Poetteringmodify x11 modules to not cache the Display variable...
2006-04-22 Lennart Poetteringwhen loading sound files, initialize channel map data...
2006-04-22 Lennart Poetteringfix x11 handling
2006-04-22 Lennart Poetteringfix sample cache
2006-04-22 Lennart Poettering* for unix sockets: remove the right parent directory...
2006-04-22 Lennart Poetteringadd new function pa_parent_dir()
2006-04-22 Lennart Poetteringfirst unlink the socket, the close it
2006-04-22 Lennart Poetteringtry to remove the directory where the PID file resides...
2006-04-22 Lennart Poetteringchown() and chmod() /tmp/.esd/ before checking if every...
2006-04-19 Pierre OssmanTweaks for the solaris module. The sound system require...
2006-04-19 Pierre OssmanSun's documentation about SIGPOLL on EOF:s is wrong...
2006-04-19 Pierre OssmanMinor fixes for the way Windows handles sockets.
2006-04-19 Pierre OssmanWaveOut needs to have rather large chunks. This is...
2006-04-19 Pierre OssmanWin32 needs to have the socket subsystem initialised.
2006-04-19 Pierre OssmanHaving constant deferred events isn't allowed and cause...
2006-04-19 Pierre OssmanReverse order of IPv6/IPv4 binding to handle systems...
2006-04-18 Lennart Poetteringmake proper use of the muting facility of sinks in...
2006-04-18 Lennart Poetteringfix a couple of issues I found when compiling polypaudi...
2006-04-18 Lennart Poetteringfix CFLAGS for jack modules
2006-04-18 Lennart Poetteringfix make distcheck
2006-04-18 Lennart Poetteringfix connecting of jack source in jack daemon
2006-04-18 Lennart Poetteringbuild jack source
2006-04-18 Lennart Poetteringfix code for pre-C99
2006-04-18 Lennart Poettering* fix pa_random_seet() function prototype
2006-04-18 Pierre OssmanMake the probe for RNG sources at runtime since the...
2006-04-18 Pierre OssmanMore fixes caused by Sun's complete inability to follow...
2006-04-18 Pierre OssmanWe need to emulate sendmsg/recvmsg to support rtp on...
2006-04-18 Pierre OssmanAvoid including non-portable header sys/poll.h.
2006-04-18 Lennart Poetteringadd a jack source module
2006-04-18 Lennart Poettering* allow the user to set the jack client name
2006-04-18 Pierre OssmanC99 requires explicit marking of integer literals'...
next