]> code.delx.au - pulseaudio/shortlog
pulseaudio
2006-05-16 Lennart Poetteringupdate todo
2006-05-16 Lennart Poettering* remove .a files from the modules directory after...
2006-05-16 Lennart Poetteringtell svn to ignore the utf8-test binary
2006-05-16 Lennart Poetteringinstead of kicking clients with invalid UTF8 stream...
2006-05-16 Lennart Poetteringadd new test programme utf8-test.c
2006-05-16 Lennart Poetteringadd svn:keywords property
2006-05-16 Lennart Poetteringadd double include protection
2006-05-16 Lennart Poettering* remove "const" from return type of pa_utf8_filter...
2006-05-16 Lennart Poetteringuse the new latency update callback to be notified...
2006-05-16 Lennart Poetteringdowngrade a log message
2006-05-16 Lennart Poettering* fix segfault in pa_utf8_validate()
2006-05-15 Lennart Poetteringadd notification callback which is called when new...
2006-05-15 Pierre OssmanAdd function to filter a string of any invalid UTF...
2006-05-15 Lennart Poetteringundo r868
2006-05-15 Pierre OssmanClean up the UTF-8 validation code.
2006-05-15 Lennart Poetteringremove regex.h from include, since it is actually not...
2006-05-15 Pierre Ossmanmodule-volume-restore uses regexp() so make sure it...
2006-05-15 Pierre OssmanInclude utf8.h for the validation function.
2006-05-14 Lennart Poetteringupdate TODO
2006-05-14 Lennart Poetteringadd utf8 validity checking to esound protocol
2006-05-14 Lennart Poetteringremove superfluous log line
2006-05-14 Lennart Poetteringtake the filename specified on the command line as...
2006-05-14 Lennart Poetteringcheck for valid utf8 strings
2006-05-14 Lennart Poetteringadd utf8 validity checking API
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 Lennart Poetteringadd thread-mainloop.h to doxygen docs
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 Lennart Poetteringupdate todo
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-03 Pierre Ossmanupdate todo
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 Lennart Poetteringfix date
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-27 Pierre Ossmanupdate todo
2006-04-26 Lennart Poetteringdoc update for 0.8.1
2006-04-26 Lennart Poetteringbump version number
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-26 Pierre Ossmanupdate todo
2006-04-25 Pierre Ossmanupdate todo
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-24 Pierre OssmanUndo invalid automake version requirement.
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...
next