index
:
~colin/pulseaudio.git-bakup
0.9.15-stable
0.9.17-stable
0.9.18-stable
0.9.19-stable
0.9.20-stable
master
master-tx
merge-queue
next
rtpoll
stable-1.x
stable-2.x
stable-3.x
stable-queue
tags/release-0.1
tags/release-0.2
tags/release-0.4
tags/release-0.5
tags/release-0.5.1
tags/release-0.6
tags/release-0.8
tags/release-0.8.1
tags/release-0.9.0
tags/release-0.9.1
tags/release-0.9.10
tags/release-0.9.2
tags/release-0.9.3
tags/release-0.9.4
tags/release-0.9.5
tags/release-0.9.6
tags/release-0.9.7
tags/release-0.9.8
tags/release-0.9.9
PulseAudio Sound Server
colin
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2006-04-28
Tagging release 0.8.1
tags/release-0.8.1
Lennart Poettering
0
-0
/
+0
2006-04-28
fix date
Lennart Poettering
1
-1
/
+1
2006-04-28
When a control is removed, all bits are set so we need to test for that first.
Pierre Ossman
2
-0
/
+6
2006-04-28
Zero the fd list since we do a memcmp on it later.
Pierre Ossman
1
-1
/
+1
2006-04-27
ouch!
Lennart Poettering
2
-3
/
+2
2006-04-27
Clarify how the automatic channel map is generated.
Pierre Ossman
1
-1
/
+3
2006-04-27
Channel map argument support for solaris.
Pierre Ossman
1
-4
/
+15
2006-04-27
Channel map argument support for waveout.
Pierre Ossman
1
-4
/
+16
2006-04-27
update todo
Pierre Ossman
1
-2
/
+4
2006-04-26
doc update for 0.8.1
Lennart Poettering
3
-3
/
+81
2006-04-26
bump version number
Lennart Poettering
1
-1
/
+1
2006-04-26
fail if the channel map doesn't match the sample specs
Lennart Poettering
1
-0
/
+5
2006-04-26
allow the user to specify an alternative channel map in paplay too
Lennart Poettering
1
-4
/
+25
2006-04-26
fix volume range printed on --help
Lennart Poettering
1
-2
/
+1
2006-04-26
if a sample is not yet loaded, don't print rubbish about its channel map
Lennart Poettering
1
-1
/
+1
2006-04-26
it was a bad idea to require that a channel map doesn't contain the same posi...
Lennart Poettering
1
-6
/
+0
2006-04-26
allow specifying the channel map to use on the command line
Lennart Poettering
1
-3
/
+24
2006-04-26
* make a validity check of parsed channel maps before rteurning theme
Lennart Poettering
1
-17
/
+25
2006-04-26
support new channel_map argument in sink/source modules
Lennart Poettering
11
-49
/
+158
2006-04-26
add support for parsing channel maps as module arguments
Lennart Poettering
2
-0
/
+58
2006-04-26
don't allow channel positions to be specified twice in the same channelmap
Lennart Poettering
1
-1
/
+10
2006-04-26
add new test 'channelmap-test'
Lennart Poettering
2
-1
/
+32
2006-04-26
* add new function pa_channel_map_parse()
Lennart Poettering
2
-37
/
+122
2006-04-26
update todo
Pierre Ossman
1
-0
/
+3
2006-04-25
update todo
Pierre Ossman
1
-0
/
+2
2006-04-25
Fall back to software volume if hardware mixer cannot control all channels.
Pierre Ossman
2
-73
/
+53
2006-04-25
glibc <= 2.2 has a broken unistd.h, lacking setresuid().
Pierre Ossman
1
-0
/
+6
2006-04-24
* rework reference counting in the client libraries: now refcounting goes
Lennart Poettering
12
-116
/
+175
2006-04-24
chown() and chmod() aren't available on Windows.
Pierre Ossman
2
-2
/
+6
2006-04-24
Undo invalid automake version requirement.
Pierre Ossman
1
-1
/
+1
2006-04-23
fix a segfault when uploading samples with esound
Lennart Poettering
1
-1
/
+1
2006-04-23
* add validity checking for sample_spec, channel_map and cvolume structures
Lennart Poettering
1
-2
/
+15
2006-04-23
small optimization
Lennart Poettering
1
-6
/
+3
2006-04-23
fix sample uploading
Lennart Poettering
1
-1
/
+2
2006-04-23
enforce maximum sample size in sample cache
Lennart Poettering
4
-6
/
+11
2006-04-23
* fix ref counting of pa_stream: strictly refcount from context to stream and...
Lennart Poettering
1
-7
/
+0
2006-04-23
introduce a new error PA_ERR_TOOLARGE
Lennart Poettering
2
-0
/
+2
2006-04-23
* when playing back a sample from the sample cache, just take a pa_volume_t a...
Lennart Poettering
6
-18
/
+16
2006-04-23
fix multiplication of software pa_cvolumes
Lennart Poettering
1
-1
/
+1
2006-04-23
allow recieving of invalid channel maps, volumes and sample specs. This makes...
Lennart Poettering
1
-10
/
+0
2006-04-23
* Merge build system patch from Igor Zubkov
Lennart Poettering
1
-12
/
+13
2006-04-22
remove superfluous "set -ex" line
Lennart Poettering
1
-2
/
+0
2006-04-22
require automake 1.9 in configure.ac
Lennart Poettering
1
-1
/
+1
2006-04-22
modify x11 modules to not cache the Display variable since pa_x11wrap_get_dis...
Lennart Poettering
2
-23
/
+17
2006-04-22
when loading sound files, initialize channel map data properly
Lennart Poettering
3
-5
/
+10
2006-04-22
fix x11 handling
Lennart Poettering
1
-0
/
+9
2006-04-22
fix sample cache
Lennart Poettering
1
-6
/
+18
2006-04-22
* for unix sockets: remove the right parent directory on shutdown
Lennart Poettering
1
-26
/
+36
2006-04-22
add new function pa_parent_dir()
Lennart Poettering
2
-5
/
+16
2006-04-22
first unlink the socket, the close it
Lennart Poettering
1
-2
/
+2
[next]