]> code.delx.au - pulseaudio/history - src/polypcore
minor cleanups
[pulseaudio] / src / polypcore /
2006-06-17 Lennart Poettering* implement volume adjusting and mixing for S16RE
2006-06-13 Pierre OssmanMake a copy of the va_list as vsnprintf() is free to...
2006-06-13 Pierre OssmanTweak the printing of client connections a bit so that...
2006-06-13 Pierre OssmanHandle pretty printing of IPv6 socket names.
2006-06-03 Lennart Poetteringrework ioline EOF handling to actually work properly
2006-06-02 Lennart Poetteringfix ugly access-after-free bug when doing asyncronous...
2006-06-01 Pierre OssmanTry the ltdl mangled name ourselves so that .la files...
2006-05-30 Lennart Poetteringfix amd64 portability issues
2006-05-25 Lennart Poettering* add new API function pa_stream_get_buffer_attr().
2006-05-25 Lennart Poettering* split pa_cstrerror() into its own file polypcore...
2006-05-24 Pierre OssmanFix warnings.
2006-05-23 Pierre OssmanFix some warnings.
2006-05-22 Pierre OssmanWrap strerror() in a function that makes it thread...
2006-05-20 Lennart Poetteringfix long-standing buf that could cause polypaudio to...
2006-05-18 Pierre OssmanConvert log text to current locale before passing it...
2006-05-18 Pierre OssmanMissing include of util.h.
2006-05-18 Pierre OssmanDon't include util.h from core-util.h as it is not...
2006-05-18 Pierre OssmanMove timeval calculation functions into their own file.
2006-05-17 Lennart Poetteringfix include line for "core-util.h"
2006-05-17 Lennart Poetteringsplit polypcore/util.[ch] into polypcore/core-util...
2006-05-17 Pierre OssmanMove utf8 to the public part (libpolyp).
2006-05-17 Pierre OssmanMove xmalloc to the public side (libpolyp).
2006-05-17 Lennart Poettering* support native ULAW/ALAW file streams
2006-05-17 Lennart Poetteringsupport loading ULAW/ALAW files into ULAW/ALAW memchunks
2006-05-16 Lennart Poettering* modify pa_channel_map_init_auto() to take an extra...
2006-05-16 Lennart Poetteringinstead of kicking clients with invalid UTF8 stream...
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 Poettering* fix segfault in pa_utf8_validate()
2006-05-15 Pierre OssmanAdd function to filter a string of any invalid UTF...
2006-05-15 Pierre OssmanClean up the UTF-8 validation code.
2006-05-15 Pierre OssmanInclude utf8.h for the validation function.
2006-05-14 Lennart Poetteringadd utf8 validity checking to esound protocol
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 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 Poetteringdon't hit an assert when trying to resample data for...
2006-05-11 Lennart Poetteringfix hangup detection for recording streams
2006-05-11 Lennart Poetteringfix iochannel for hangup signals
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 OssmanANSI codes aren't supported on Windows terminals.
2006-05-11 Pierre OssmanDo WSAStartup() in the DLL entry routine instead of...
2006-05-02 Pierre OssmanWe need to read the cookie in binary mode for things...
2006-04-27 Lennart Poetteringouch!
2006-04-26 Lennart Poetteringif a sample is not yet loaded, don't print rubbish...
2006-04-26 Lennart Poetteringadd support for parsing channel maps as module arguments
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 Poetteringenforce maximum sample size in sample cache
2006-04-23 Lennart Poettering* when playing back a sample from the sample cache...
2006-04-23 Lennart Poetteringallow recieving of invalid channel maps, volumes and...
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 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 OssmanMinor fixes for the way Windows handles sockets.
2006-04-18 Lennart Poetteringfix a couple of issues I found when compiling polypaudi...
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-16 Lennart Poetteringinitialize random seed globaly from $RANDOM_DEVICE
2006-04-15 Lennart Poetteringcorrect some types
2006-04-14 Lennart Poetteringminor beautification
2006-04-13 Lennart Poetteringinclude in-flux resampled chunk in latency calculations...
2006-04-13 Lennart Poetteringhmm, nothing important
2006-04-12 Lennart Poetteringprotocol change: don't send stream buffer size in laten...
2006-04-12 Lennart Poetteringwhen flushin a memblockq, set the write index to the...
2006-04-08 Lennart Poetteringwhen doing software volume adjustments, don't use the...
2006-04-07 Lennart Poetteringadd new introspection data field for sinks/sources...
2006-04-07 Pierre OssmanSome memcpy arithmetic that wasn't removed when doing...
2006-04-07 Lennart Poetteringremove queue length field from latency request (server...
2006-04-06 Lennart Poetteringchange pa_gettimeofday() to return a pointer to the...
2006-04-06 Lennart Poettering* set IPV6_V6ONLY for IPv6 sockets, to avoid warning...
2006-04-06 Lennart Poetteringremove some GCC warnings introduced by improperly casti...
2006-03-31 Pierre OssmanFix some warnings caused by size_t having varying size.
2006-03-08 Pierre OssmanWe filled the volume with the wrong channel count ...
2006-03-07 Pierre OssmanTrying to listen on an IPv6 socket by default and only...
2006-03-04 Pierre OssmanAlignment safe protocol handling in esound module.
2006-03-02 Pierre OssmanNegotiate protocol version between server and client...
2006-03-02 Pierre Ossmantypo fix
2006-03-02 Lennart Poetteringprotocol changes for new latency API (partial!)
2006-02-27 Pierre Ossman64-bit fixes.
2006-02-27 Pierre OssmanFix some signed/unsigned warnings.
2006-02-27 Pierre OssmanFunction prototype didn't match actual definition.
2006-02-24 Lennart Poettering* Add new "auth-group=" parameter to protocol-native...
2006-02-24 Pierre OssmanDo an explicit cast to shut up gcc.
2006-02-24 Pierre OssmanThis wasn't supposed to be checked in.
2006-02-24 Pierre OssmanWrong variable used for port.
2006-02-24 Pierre OssmanTweak the handling of missing credential support so...
2006-02-24 Lennart Poetteringadd support for authentication using SCM_CREDENTIALS
2006-02-24 Lennart Poetteringadd a few more validity checks to protocol-esound
next