summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* shorten sink/source device descriptions a littleLennart Poettering2006-08-114-6/+6
* use the HAL UDI for naming input/output devicesLennart Poettering2006-08-111-4/+17
* do not export name validity checking routes and apply them only to sink/sourc...Lennart Poettering2006-08-112-9/+6
* fix bad memory access and a leak when detructing ALSA fd listsLennart Poettering2006-08-111-2/+1
* rework name register a litle to only allow "valid" names.Lennart Poettering2006-08-112-33/+101
* remove OSS specific code from module-hal-detect if HAVE_OSS is not set. Same ...Lennart Poettering2006-08-111-10/+30
* ALSA: handle write()/read() errors properly by unloading the driver module. T...Lennart Poettering2006-08-112-50/+104
* change order of the ALSA event dispatch code to make sure that the code survi...Lennart Poettering2006-08-111-2/+2
* use the copied udi string as hash key for the device table, because the tempo...Lennart Poettering2006-08-111-1/+1
* add HAL support for OSS devices and capability changesShahms E. King2006-08-081-60/+115
* clean up hal patch to use pa_xnew and timeval compatibility wrappersShahms E. King2006-08-072-74/+28
* try to reduce volume updates in the ALSA sinks/sources: only touch the shadow...Lennart Poettering2006-08-072-22/+32
* * add SVN $Id$ tagsLennart Poettering2006-08-063-1/+7
* merge HAL support from Shams E. KingLennart Poettering2006-08-064-0/+903
* implement "pactl move-source-output"Lennart Poettering2006-08-031-4/+20
* implement pa_context_move_source_output_by_{name,index}()Lennart Poettering2006-08-032-0/+56
* wrap pa_source_output_move_to() in the native protocolLennart Poettering2006-08-031-14/+35
* add new CLI command move-source-output as wrapper around pa_source_output_mov...Lennart Poettering2006-08-031-1/+41
* Implement pa_source_input_move_to() for moving record streams between sourcesLennart Poettering2006-08-032-3/+77
* - don't call pa_sink_notify in pa_sink_input_new() because the virtual method...Lennart Poettering2006-08-031-4/+6
* bump API and protocol version. Return PA_ERR_NOTSUPPORTED if pa_context_move_...Lennart Poettering2006-08-015-3/+6
* add new "move-sink-input" command to pactlLennart Poettering2006-07-311-3/+20
* wrap PA_COMMAND_MOVE_SINK_INPUT for libpulseLennart Poettering2006-07-312-0/+53
* add new native protocol function for moving sink inputs between sinksLennart Poettering2006-07-311-1/+44
* add new commands opcode for moving sink inputs and source outputsLennart Poettering2006-07-311-0/+4
* deal properly with recursive module unloadingLennart Poettering2006-07-311-0/+4
* fix bad memory access if a non-existing entry shall be removed from a pa_idxs...Lennart Poettering2006-07-311-0/+3
* fix module-gconf initializationLennart Poettering2006-07-291-0/+1
* don't hit an assetr if there are operations outstanding when the pa_context i...Lennart Poettering2006-07-291-0/+4
* fix two typos (pierre, have you been sleeping? next time please the comments ...Lennart Poettering2006-07-291-2/+2
* add new CLI function "move-sink-input" as wrapper around pa_sink_input_move_to()Lennart Poettering2006-07-291-2/+40
* * implement "hot" moving of playback streams between sinks (pa_sink_input_mov...Lennart Poettering2006-07-292-6/+239
* free the memblockq if we decide not to play itLennart Poettering2006-07-291-2/+6
* if the memblockq is empty, return -1 in all casesLennart Poettering2006-07-291-0/+6
* fix calculation of pa_usec_to_bytes, to make sure that it never returns fract...Lennart Poettering2006-07-291-1/+1
* handle EOF correctly if it is read before the stream was createdLennart Poettering2006-07-291-9/+13
* for the playing field of pa_timing_info use pa_sink_input::state == PA_SINK_I...Lennart Poettering2006-07-281-1/+1
* fold the seperate variable pa_sink_input::playing into pa_sink_input::state a...Lennart Poettering2006-07-282-15/+18
* introduce pa_play_memblockq() which creates a playback stream and passes the ...Lennart Poettering2006-07-283-0/+151
* load module-gconf in default installLennart Poettering2006-07-271-1/+7
* introduce three virtual sink/source names: @DEFAULT_SINK@, @DEFAULT_SOURCE@, ...Lennart Poettering2006-07-271-2/+26
* if possible do not unload already loaded modules when the gconf settings chan...Lennart Poettering2006-07-271-29/+71
* because gconf doesn't provide real transactions we emulate our own with a "lo...Lennart Poettering2006-07-271-2/+8
* remove superfluous codeLennart Poettering2006-07-271-43/+0
* remove two superfluous linesLennart Poettering2006-07-261-3/+0
* mainloop fixes: when disabling time events when dispatching them, make sure t...Lennart Poettering2006-07-262-2/+12
* add some protection that the gconf helper process will be killed when the dae...Lennart Poettering2006-07-261-4/+54
* add new module "module-gconf" which reads configuration information from gcon...Lennart Poettering2006-07-264-2/+544
* add new command line option --no-cpu-limit. This is useful when running Pulse...Lennart Poettering2006-07-255-16/+42
* Results of profiling PulseAudio with valgrind's callgrind module: rework the ...Lennart Poettering2006-07-251-194/+353