summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tagging release 0.8.1tags/release-0.8.1Lennart Poettering2006-04-280-0/+0
* fix dateLennart Poettering2006-04-281-1/+1
* When a control is removed, all bits are set so we need to test for that first.Pierre Ossman2006-04-282-0/+6
* Zero the fd list since we do a memcmp on it later.Pierre Ossman2006-04-281-1/+1
* ouch!Lennart Poettering2006-04-272-3/+2
* Clarify how the automatic channel map is generated.Pierre Ossman2006-04-271-1/+3
* Channel map argument support for solaris.Pierre Ossman2006-04-271-4/+15
* Channel map argument support for waveout.Pierre Ossman2006-04-271-4/+16
* update todoPierre Ossman2006-04-271-2/+4
* doc update for 0.8.1Lennart Poettering2006-04-263-3/+81
* bump version numberLennart Poettering2006-04-261-1/+1
* fail if the channel map doesn't match the sample specsLennart Poettering2006-04-261-0/+5
* allow the user to specify an alternative channel map in paplay tooLennart Poettering2006-04-261-4/+25
* fix volume range printed on --helpLennart Poettering2006-04-261-2/+1
* if a sample is not yet loaded, don't print rubbish about its channel mapLennart Poettering2006-04-261-1/+1
* it was a bad idea to require that a channel map doesn't contain the same posi...Lennart Poettering2006-04-261-6/+0
* allow specifying the channel map to use on the command lineLennart Poettering2006-04-261-3/+24
* * make a validity check of parsed channel maps before rteurning themeLennart Poettering2006-04-261-17/+25
* support new channel_map argument in sink/source modulesLennart Poettering2006-04-2611-49/+158
* add support for parsing channel maps as module argumentsLennart Poettering2006-04-262-0/+58
* don't allow channel positions to be specified twice in the same channelmapLennart Poettering2006-04-261-1/+10
* add new test 'channelmap-test'Lennart Poettering2006-04-262-1/+32
* * add new function pa_channel_map_parse()Lennart Poettering2006-04-262-37/+122
* update todoPierre Ossman2006-04-261-0/+3
* update todoPierre Ossman2006-04-251-0/+2
* Fall back to software volume if hardware mixer cannot control all channels.Pierre Ossman2006-04-252-73/+53
* glibc <= 2.2 has a broken unistd.h, lacking setresuid().Pierre Ossman2006-04-251-0/+6
* * rework reference counting in the client libraries: now refcounting goesLennart Poettering2006-04-2412-116/+175
* chown() and chmod() aren't available on Windows.Pierre Ossman2006-04-242-2/+6
* Undo invalid automake version requirement.Pierre Ossman2006-04-241-1/+1
* fix a segfault when uploading samples with esoundLennart Poettering2006-04-231-1/+1
* * add validity checking for sample_spec, channel_map and cvolume structuresLennart Poettering2006-04-231-2/+15
* small optimizationLennart Poettering2006-04-231-6/+3
* fix sample uploadingLennart Poettering2006-04-231-1/+2
* enforce maximum sample size in sample cacheLennart Poettering2006-04-234-6/+11
* * fix ref counting of pa_stream: strictly refcount from context to stream and...Lennart Poettering2006-04-231-7/+0
* introduce a new error PA_ERR_TOOLARGELennart Poettering2006-04-232-0/+2
* * when playing back a sample from the sample cache, just take a pa_volume_t a...Lennart Poettering2006-04-236-18/+16
* fix multiplication of software pa_cvolumesLennart Poettering2006-04-231-1/+1
* allow recieving of invalid channel maps, volumes and sample specs. This makes...Lennart Poettering2006-04-231-10/+0
* * Merge build system patch from Igor ZubkovLennart Poettering2006-04-231-12/+13
* remove superfluous "set -ex" lineLennart Poettering2006-04-221-2/+0
* require automake 1.9 in configure.acLennart Poettering2006-04-221-1/+1
* modify x11 modules to not cache the Display variable since pa_x11wrap_get_dis...Lennart Poettering2006-04-222-23/+17
* when loading sound files, initialize channel map data properlyLennart Poettering2006-04-223-5/+10
* fix x11 handlingLennart Poettering2006-04-221-0/+9
* fix sample cacheLennart Poettering2006-04-221-6/+18
* * for unix sockets: remove the right parent directory on shutdownLennart Poettering2006-04-221-26/+36
* add new function pa_parent_dir()Lennart Poettering2006-04-222-5/+16
* first unlink the socket, the close itLennart Poettering2006-04-221-2/+2