profile/ivi/pulseaudio.git
2006-08-11 Lennart Poetteringdon't set the sink/source descriptions manually, use...
2006-08-11 Lennart Poetteringcomment which values in pa_{sink,source,sink_input...
2006-08-11 Lennart Poettering* introduce new functions pa_sink_set_description(...
2006-08-11 Lennart Poetteringupdate todo
2006-08-11 Lennart Poetteringshorten sink/source device descriptions a little
2006-08-11 Lennart Poetteringuse the HAL UDI for naming input/output devices
2006-08-11 Lennart Poetteringdo not export name validity checking routes and apply...
2006-08-11 Lennart Poetteringfix bad memory access and a leak when detructing ALSA...
2006-08-11 Lennart Poetteringrework name register a litle to only allow "valid"...
2006-08-11 Lennart PoetteringBuild HAL support only when either OSS or ALSA is available
2006-08-11 Lennart Poetteringremove OSS specific code from module-hal-detect if...
2006-08-11 Lennart PoetteringALSA: handle write()/read() errors properly by unloadin...
2006-08-11 Lennart Poetteringchange order of the ALSA event dispatch code to make...
2006-08-11 Lennart Poetteringuse the copied udi string as hash key for the device...
2006-08-08 Shahms E. Kingadd HAL support for OSS devices and capability changes
2006-08-07 Shahms E. Kingclean up hal patch to use pa_xnew and timeval compatibi...
2006-08-07 Lennart Poetteringtry to reduce volume updates in the ALSA sinks/sources...
2006-08-06 Lennart Poettering* add SVN $Id$ tags
2006-08-06 Lennart Poetteringmerge HAL support from Shams E. King
2006-08-03 Lennart Poetteringupdate todo
2006-08-03 Lennart Poetteringimplement "pactl move-source-output"
2006-08-03 Lennart Poetteringimplement pa_context_move_source_output_by_{name,index}()
2006-08-03 Lennart Poetteringwrap pa_source_output_move_to() in the native protocol
2006-08-03 Lennart Poetteringadd new CLI command move-source-output as wrapper aroun...
2006-08-03 Lennart PoetteringImplement pa_source_input_move_to() for moving record...
2006-08-03 Lennart Poettering- don't call pa_sink_notify in pa_sink_input_new()...
2006-08-01 Lennart Poetteringbump API and protocol version. Return PA_ERR_NOTSUPPORT...
2006-07-31 Lennart Poetteringadd new "move-sink-input" command to pactl
2006-07-31 Lennart Poetteringwrap PA_COMMAND_MOVE_SINK_INPUT for libpulse
2006-07-31 Lennart Poetteringadd new native protocol function for moving sink inputs...
2006-07-31 Lennart Poetteringadd new commands opcode for moving sink inputs and...
2006-07-31 Lennart Poetteringdeal properly with recursive module unloading
2006-07-31 Lennart Poetteringfix bad memory access if a non-existing entry shall...
2006-07-29 Lennart Poetteringfix module-gconf initialization
2006-07-29 Lennart Poetteringdon't hit an assetr if there are operations outstanding...
2006-07-29 Lennart Poetteringfix two typos (pierre, have you been sleeping? next...
2006-07-29 Lennart Poetteringadd new CLI function "move-sink-input" as wrapper aroun...
2006-07-29 Lennart Poettering* implement "hot" moving of playback streams between...
2006-07-29 Lennart Poetteringfree the memblockq if we decide not to play it
2006-07-29 Lennart Poetteringif the memblockq is empty, return -1 in all cases
2006-07-29 Lennart Poetteringfix calculation of pa_usec_to_bytes, to make sure that...
2006-07-29 Lennart Poetteringhandle EOF correctly if it is read before the stream...
2006-07-28 Lennart Poetteringfor the playing field of pa_timing_info use pa_sink_inp...
2006-07-28 Lennart Poetteringfold the seperate variable pa_sink_input::playing into...
2006-07-28 Lennart Poetteringintroduce pa_play_memblockq() which creates a playback...
2006-07-27 Lennart Poetteringupdate todo
2006-07-27 Lennart Poetteringload module-gconf in default install
2006-07-27 Lennart Poetteringintroduce three virtual sink/source names: @DEFAULT_SIN...
2006-07-27 Lennart Poetteringif possible do not unload already loaded modules when...
2006-07-27 Lennart Poetteringbecause gconf doesn't provide real transactions we...
2006-07-27 Lennart Poetteringremove superfluous code
2006-07-26 Lennart Poetteringremove two superfluous lines
2006-07-26 Lennart Poetteringmainloop fixes: when disabling time events when dispatc...
2006-07-26 Lennart Poetteringadd some protection that the gconf helper process will...
2006-07-26 Lennart Poetteringadd missing configure.ac checks for module-gconf
2006-07-26 Lennart Poetteringadd new module "module-gconf" which reads configuration...
2006-07-25 Lennart Poetteringadd new command line option --no-cpu-limit. This is...
2006-07-25 Lennart PoetteringResults of profiling PulseAudio with valgrind's callgri...
2006-07-25 Lennart Poetteringsplit a few asserts
2006-07-25 Lennart Poetteringsplit a few assert()s
2006-07-25 Lennart Poetteringadd a few more g_assert()s and change all assert()s...
2006-07-24 Lennart Poetteringadd autogen.sh for jhbuild (for you, elmarco!)
2006-07-24 Lennart Poetteringbump version and sonames
2006-07-23 Lennart Poetteringadd massif target to Makefile
2006-07-23 Lennart Poetteringas a result of memory profiling with valgrind/massif...
2006-07-23 Lennart Poetteringupdate todo
2006-07-22 Lennart Poetteringfix horribly broken glib timeout event handling
2006-07-21 Pierre OssmanUse proper @libdir@ in pc.in files to handle x86_64...
2006-07-21 Lennart Poetteringraise the default value for RLIMIT_NOFILE to 200 since...
2006-07-20 Pierre OssmanGet ACL:s to work on Win32.
2006-07-20 Lennart Poetteringremove access group setting from default client.conf
2006-07-20 Lennart Poetteringfix a few @@ replacments
2006-07-20 Lennart Poetteringeven more FreeBSD portability (thanks Flameeyes, again!)
2006-07-20 Lennart Poetteringadd missing #ifdef HAVE_CREDS (thanks, Flameeyes)
2006-07-20 Lennart Poetteringsome more FreeBSD compat from Flameeyes
2006-07-20 Lennart Poetteringbump release and sonames
2006-07-20 Lennart Poetteringremove configurable client access group, since can...
2006-07-20 Lennart Poetteringupdate todo
2006-07-20 Lennart Poetteringimplement "auth-ip-acl=" in the native and esound protocols
2006-07-20 Lennart Poetteringactually ship src/pulsecore/creds.h in the tarballs
2006-07-20 Lennart Poetteringadd IP address ACL subsystem
2006-07-20 Pierre OssmanFix incorrect call to nonexistant pa_log_warning().
2006-07-20 Pierre OssmanOnly warn when running as root and not --system.
2006-07-20 Pierre OssmanCentralise check if we're running as root.
2006-07-20 Pierre OssmanMove check for SUID into the caps functions.
2006-07-20 Pierre OssmanHandle user switch in a more platform independent manner.
2006-07-20 Pierre OssmanMake sure parse_rlimit is only used when rlimits are...
2006-07-20 Lennart Poetteringadd support to set resource limits for the daemon and...
2006-07-20 Lennart Poetteringundo r1111 in some way: include sys/socket.h and sys...
2006-07-20 Pierre OssmanAdd missing header.
2006-07-20 Pierre OssmanMake -1 mean "current group/user" so that some platform...
2006-07-20 Pierre OssmanProtect platform dependent headers with ifdefs.
2006-07-20 Pierre OssmanRemove unneeded headers.
2006-07-19 Lennart Poetteringadd a few comments
2006-07-19 Lennart Poettering* add new function pa_check_in_group()
2006-07-19 Lennart Poetteringuse access group dedclared in ~/.pulse/client.conf...
2006-07-19 Lennart Poetteringupdate @@ tokens according to recent Makefile.am change
2006-07-19 Lennart Poetteringfix sed scripts according to #define renames
2006-07-19 Lennart Poettering* add new --system command line parameter to the daemon...
2006-07-18 Lennart Poetteringremove glib 1.2 adapter. It started to bitrot and wasn...
next