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