]> code.delx.au - pulseaudio/history - src/pulsecore
- Fix moving of sink inputs between sinks
[pulseaudio] / src / pulsecore /
2008-05-09 Lennart Poettering- Fix moving of sink inputs between sinks
2008-05-09 Lennart Poetteringmake sure the smoother code can deal with incoming...
2008-05-08 Lennart Poetteringfix some comments
2008-05-07 Lennart Poetteringdouble default asyncq size
2008-05-07 Lennart Poetteringfix a memory leak
2008-05-07 Lennart Poetteringmake memchunk/memblockq streams work with glitch-free
2008-05-07 Lennart Poetteringbeefup proplist handling for sound events
2008-05-07 Lennart Poetteringupdate to new rewinding logic
2008-05-07 Lennart Poetteringrework the rewinding logic once again, fixing
2008-05-03 Lennart Poetteringwhen rewinding after the end of an underrun, make sure...
2008-05-03 Lennart Poetteringfollow _unlink() changes from sink-input
2008-05-03 Lennart Poetteringsend PA_SINK_MESSAGE_REMOVE_INPUT only when an asyncmsg...
2008-05-03 Lennart Poetteringmake sure to call sink->update_requested_latency()...
2008-05-03 Lennart Poetteringdon't require a module name when resolving a dl symbol
2008-05-02 Lennart Poetteringonly send PA_SINK_MESSAGE_SET_STATE if there's still...
2008-05-02 Lennart Poetteringa few modernizations
2008-05-02 Lennart Poetteringreorderer a few things
2008-05-02 Lennart Poetteringfix a compiler warning
2008-05-02 Lennart Poetteringsome modernizations
2008-05-02 Lennart Poetteringdon't enable prebuffering if we just call is_readable()
2008-05-01 Lennart PoetteringYes, yet another evil all-in-one commit of intervowen...
2008-05-01 Lennart Poetteringparse boolean parameters as boolean instead of int...
2008-05-01 Lennart Poetteringinstall gccmacro.h properly, drop unused core-def...
2008-05-01 Lennart Poetteringchange pa_rtpoll_set_timer_absolute() to take a pa_usec...
2008-05-01 Lennart Poetteringsave and restore errno in log functions
2008-05-01 Lennart Poetteringminor reformat
2008-05-01 Lennart Poetteringport pa_sample_clamp() to liboil
2008-05-01 Lennart Poetteringadd new function pa_sample_clamp()
2008-05-01 Lennart Poetteringstrip CRLF line breaks from read CLI commands. This...
2008-05-01 Lennart Poettering* Increase history set to 64 to simplify reduction...
2008-04-23 Lennart Poetteringfix size of requested_latency
2008-04-23 Lennart PoetteringBig pile of interdependant changes:
2008-04-23 Lennart Poetteringrespect the resampler's maximum block size to avoid...
2008-04-23 Lennart Poetteringunify code that fixes up buffering metrics
2008-04-23 Lennart Poetteringdrop a misplaced newline
2008-04-22 Lennart Poetteringshow configure latency metrics
2008-04-22 Lennart Poetteringsome beautification updates, show msec instead of usec...
2008-04-22 Lennart Poetteringif no timer was armed, we don't need to disarm it
2008-04-22 Lennart Poetteringif no latency was configure for a sink/source, fill...
2008-04-22 Lennart Poetteringmake sure the client buffer has space for 2*minreq...
2008-04-22 Lennart Poettering- Change meaning of special values of latency request...
2008-04-22 Lennart Poetteringproperly initialize memblock->is_silence for imported...
2008-04-20 Lennart Poetteringuse the sink description instead of the name to choose...
2008-04-20 Lennart Poetteringrename sink_input->rewind to process_rewind() and set_m...
2008-04-20 Lennart PoetteringBig pile of dependant changes:
2008-04-20 Lennart Poetteringmaintain a global silence memblock cache
2008-04-20 Lennart Poetteringincrease the default pool size to 16MB because we now...
2008-04-20 Lennart Poetteringadd new pa_pstream_get_shm() API, rename pa_pstream_use...
2008-04-20 Lennart Poetteringremove debug messages
2008-04-20 Lennart Poetteringadd new silence memblock caching subsystem
2008-04-20 Lennart Poetteringadd new API function pa_memchunk_memcpy()
2008-04-14 Lennart Poetteringthe pointer to rewind() may actually be NULL
2008-04-14 Lennart Poetteringproperly ask the sink to rewind on new sink inputs...
2008-04-14 Lennart Poetteringmake sure to clear all queued RT signals before arm...
2008-04-14 Lennart Poetteringadd _cb suffix to _max_rewind function like with all...
2008-04-11 Lennart Poetteringadd missing 'break's in switch
2008-04-11 Lennart Poetterings/pulsecore\/gccmacro.h/pulse\/gccmacro.h/
2008-04-11 Lennart Poetteringregister sink/source name as first step when creating...
2008-04-11 Lennart Poetteringproperly initialize ->memblockq
2008-04-11 Lennart Poetteringadd new pa_get_state_dir() function, move pa_strnull...
2008-04-11 Lennart Poetteringfix help string for volume commands
2008-04-11 Lennart Poetteringfix packet formatting for a few commands
2008-04-11 Lennart Poetteringmark shm marker struct as packed, to guarantee identica...
2008-04-11 Lennart Poetteringmake shm magic marker compat with multiarch systems...
2008-04-11 Lennart Poetteringdon't fail if a signalled writability of STDOUT is...
2008-04-11 Lennart Poetteringupdate list-xxx commands a bit
2008-04-11 Lennart Poetteringdon't print 'signal' each time a rtpoll poll() call...
2008-04-11 Lennart Poetteringfix linker warning macro code, move pa_strnull() to...
2008-04-11 Lennart Poetteringdon't use fqdn if we don't have to
2008-04-11 Lennart Poetteringadd new API pa_rtclock_from_wallclock()
2008-04-11 Lennart Poetteringfix proplist serialization
2008-04-11 Lennart Poetteringmove gccmacro from pulsecore/ to pulse/
2008-04-09 Lennart Poetteringadd new describe-module CLI command
2008-04-09 Lennart Poetteringimplement server side of new sink/source reconfiguratio...
2008-04-09 Lennart Poetteringshow configured latency and its ranges
2008-04-09 Lennart Poetteringexport both min and max latency that is configured...
2008-04-07 Lennart Poetteringfix bug where we silently dropped data that didn't...
2008-04-04 Lennart Poetteringdrop support for periodic timers, cleanup code a bit
2008-04-03 Lennart Poettering- deprecate autoload stuff
2008-03-31 Lennart Poetteringcatch up with trunk HEAD (i.e. 2118:2213)
2008-03-15 Lennart Poetteringcommit glitch-free work
2008-03-15 Lennart Poetteringreally create glitch-free branch
2008-02-15 Tanu KaskinenClarify the explanation of the in_action field in pa_au...
2008-02-15 Lennart Poetteringallow compilation on systems that lack POSIX shared...
2008-02-13 Lennart Poetteringdeal with a possibly failing pa_channel_map_init_auto...
2008-01-04 Sjoerd SimonsDon't send opcodes introduced in protocol versions...
2008-01-04 Sjoerd SimonsAdd forgotted #ifdef __linux__ and only use SIGRTMIN...
2007-12-29 Lennart Poetteringconvert argument to boolean value before passing it...
2007-12-23 Lennart Poetteringadd API for resetting allocated resamplers
2007-12-23 Lennart Poetteringwrap speex_resampler_reset_mem()
2007-12-14 Tanu KaskinenIncrease the maximum line length of default.pa from...
2007-11-24 Lennart PoetteringAdd new subsystem for applying envelopes (such as volum...
2007-11-24 Lennart Poetteringadd new pa_mutex_try_lock() API
2007-11-24 Lennart Poetteringadd new endianess macros for FLOAT32
2007-11-24 Lennart Poetteringmake sure to create ~/.pulse before using any configura...
2007-11-22 Lennart Poetteringupdate speex resampler with newer snapshot from Speex SVN
2007-11-21 Lennart Poetteringwhen speaking to a client with a version < 12, hide...
2007-11-21 Lennart Poettering- Check process name when dealing with PID files
2007-11-21 Lennart Poetteringadd a couple of new opcodes, and document the versions...
2007-11-21 Lennart Poetteringadd API to allow runtime reconfiguration of memblockqs
next