]> code.delx.au - pulseaudio/history - src/pulsecore
remove all occurences of
[pulseaudio] / src / pulsecore /
2006-08-18 Lennart Poetteringremove all occurences of
2006-08-18 Lennart Poetteringrework logging subsystem, to implicitly include __FILE_...
2006-08-18 Lennart PoetteringRework memory management to allow shared memory data...
2006-08-18 Lennart Poetteringadd abstracted shared memory API
2006-08-18 Lennart Poetteringfix a bad type cast
2006-08-18 Lennart Poetteringcleanup hashmap.[ch] a little: use hash/compare func...
2006-08-18 Lennart Poetteringcleanup idxset.[ch] a little: define proper types for...
2006-08-17 Lennart Poetteringfix a PA_LLIST_HEAD_INIT invocation
2006-08-17 Lennart Poetteringadd missing #include
2006-08-17 Lennart Poetteringmake PA_LLIST_HEAD_INIT thread safe
2006-08-13 Lennart Poetteringminor optimization
2006-08-13 Lennart Poetteringimplement hook_source_ouput_new. For this I modified...
2006-08-13 Lennart Poetteringsplit a validity check into two
2006-08-13 Lennart Poetteringimplement hook_source_disconnect
2006-08-13 Lennart Poetteringdefine new hooks: hook_source_output_new, hook_source_d...
2006-08-13 Lennart Poetteringproperly implement a pa_sink_disconnect() hook
2006-08-13 Lennart Poetteringignore if we recieved a memory block for an invalid...
2006-08-13 Lennart Poetteringremove pa_sink_input::variable_rate field since it...
2006-08-13 Lennart Poetteringallow hooking into the process of creating playback...
2006-08-13 Lennart Poetteringrework hook list stuff once again: change the callback...
2006-08-13 Lennart Poetteringrework hook list stuff again, and replace macros with...
2006-08-12 Lennart Poetteringreall add type safe hook list
2006-08-12 Lennart Poetteringimplement typeafe hook chain
2006-08-12 Lennart Poetteringextend maximum sink/source name length, because HAL...
2006-08-12 Lennart Poetteringtest if sink->monitor_source is set before making use...
2006-08-12 Lennart Poetteringadd pa_sink_used_by()/pa_source_used_by()
2006-08-12 Lennart Poetteringthere's no need to queue subscription events if noone...
2006-08-12 Lennart Poetteringclean up event generation a little: suppress unnecessar...
2006-08-12 Lennart Poetteringrework subscription code: try to drop redundant queued...
2006-08-12 Lennart Poetteringfix a compiler warning
2006-08-12 Lennart Poetteringadd new macro PA_LLIST_INSERT_AFTER
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 Poetteringdo not export name validity checking routes and apply...
2006-08-11 Lennart Poetteringrework name register a litle to only allow "valid"...
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-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 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-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 Poetteringintroduce three virtual sink/source names: @DEFAULT_SIN...
2006-07-25 Lennart Poetteringsplit a few asserts
2006-07-25 Lennart Poetteringsplit a few assert()s
2006-07-23 Lennart Poetteringas a result of memory profiling with valgrind/massif...
2006-07-20 Pierre OssmanGet ACL:s to work on Win32.
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 Poetteringimplement "auth-ip-acl=" in the native and esound protocols
2006-07-20 Lennart Poetteringadd IP address ACL subsystem
2006-07-20 Lennart Poetteringundo r1111 in some way: include sys/socket.h and sys...
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 Poettering* add new function pa_check_in_group()
2006-07-19 Lennart Poettering* add new --system command line parameter to the daemon...
2006-07-17 Lennart Poetteringchange licensing blurb form "Library GPL" to "Lesser...
2006-07-17 Pierre OssmanForgot to protect one access to with_creds with an...
2006-07-17 Pierre OssmanRestore SIGPIPE warning when the platform doesn't have...
2006-07-16 Lennart Poetteringadd new PA_SOURCE_HARDWARE/PA_SINK_HARDWARE flag
2006-07-16 Lennart Poetteringadd a new boolean variable is_hardware to pa_sink/pa_so...
2006-07-14 Lennart Poetteringdon't send SCM_CREDENTIALS on every sendmsg(), instead...
2006-07-14 Lennart Poetteringdon't set MSG_NOSIGNAL for recvmsg(), since it doesn...
2006-07-14 Lennart Poetteringtry to use send(,,MSG_NOSIGNAL) instead of write()...
2006-07-13 Lennart Poetteringsupport time events with NULL timevals which are OK...
2006-07-13 Lennart Poettering* port libpulse-browse to use the native avahi API...
2006-07-13 Lennart Poetteringupdate module-zeroconf-publish to make use of the nativ...
2006-07-13 Lennart Poetteringmake sure gccmacro.h and cdecl.h may be included at...
2006-06-21 Lennart Poetteringincrease the maxium number of concurrent esd and native...
2006-06-19 Lennart Poetterings/POLYP/PULSE/g
2006-06-19 Lennart Poettering* more s/pulseaudio/PulseAudio/ replacements
2006-06-19 Lennart Poetteringreplace a few remaining uppercase "Polypaudio" occurenc...
2006-06-19 Lennart Poetteringbig s/polyp/pulse/g