index
:
pulseaudio.git
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
rtpoll
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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
print ALSA error messages on failure
Lennart Poettering
2006-02-16
2
-8
/
+10
*
fix warning text
Lennart Poettering
2006-02-16
1
-1
/
+1
*
todo update
Lennart Poettering
2006-02-15
1
-4
/
+9
*
Fix api. Setting volume is done through a pa_cvolume struct, not a pa_volume_t
Pierre Ossman
2006-02-14
2
-9
/
+9
*
Add function to "wake up", i.e. interrupt, a running poll(). This is needed
Pierre Ossman
2006-02-13
2
-1
/
+71
*
Split mainloop_iterate() into three, distinct parts. Allows for more flexible
Pierre Ossman
2006-02-13
2
-49
/
+133
*
Fix some new alignment bugs in the tagstruct handling.
Pierre Ossman
2006-02-10
1
-3
/
+8
*
Install the new headers for channels and volume.
Pierre Ossman
2006-02-10
1
-1
/
+3
*
Let's have just one endian conversion macro suite.
Pierre Ossman
2006-02-03
3
-32
/
+31
*
Fix endian conversion macros and reformat them to be a bit more readable.
Pierre Ossman
2006-02-03
1
-4
/
+4
*
Use defines and not hard coded values for volume levels. Caused incorrect
Pierre Ossman
2006-02-03
1
-7
/
+7
*
Volume adjustment must be done _after_ dropping the chunk since drop will
Pierre Ossman
2006-02-03
1
-6
/
+6
*
Reverting an incorrect checkin.
Pierre Ossman
2006-02-03
1
-2
/
+1
*
Fixes for the new infrastructure so that the waveout module compiles.
Pierre Ossman
2006-01-30
1
-4
/
+2
*
Fixes for the new infrastructure so that the solaris module compiles.
Pierre Ossman
2006-01-30
1
-4
/
+2
*
Breaks missing from conversion to a switch statement.
Pierre Ossman
2006-01-30
1
-0
/
+3
*
Print an error message before aborting.
Pierre Ossman
2006-01-30
1
-0
/
+3
*
* add variadic function pa_tagstruct_get() and pa_tagstruct_put() for parsing...
Lennart Poettering
2006-01-28
5
-84
/
+247
*
add support more for up to 16 auxiliary channel positions
Lennart Poettering
2006-01-27
1
-0
/
+4
*
Mega patch:
Lennart Poettering
2006-01-27
114
-1294
/
+2549
*
Remove the version number from the module directory. Makes life easier
Pierre Ossman
2006-01-27
1
-1
/
+1
*
We get the -lcap through LIBS, so no need for CAP_LIBS.
Pierre Ossman
2006-01-25
2
-3
/
+2
*
Use AC_SEARCH_LIBS instead of AC_CHECK_LIBS since it is a lot smarter and
Pierre Ossman
2006-01-25
1
-4
/
+4
*
Fix so that peer name can be determined on Windows. We do not support console
Pierre Ossman
2006-01-20
1
-0
/
+8
*
Open the device in non-blocking mode.
Pierre Ossman
2006-01-19
1
-1
/
+1
*
Ugly hack to get around Solaris particularly brain dead sound system.
Pierre Ossman
2006-01-19
1
-3
/
+55
*
We need a logical, not an arithmetic shift here. So use unsigned types when
Pierre Ossman
2006-01-16
1
-2
/
+2
*
Under win32 we freed the wrong pointer causing a segmentation fault.
Pierre Ossman
2006-01-12
1
-4
/
+4
*
Some crappy hardware generate noise on the output when reading input. To
Pierre Ossman
2006-01-12
1
-1
/
+8
*
Some drivers (via82xx) doesn't start recording until we read something.
Pierre Ossman
2006-01-12
1
-0
/
+9
*
Used 0 as an invalid fd. Changed to -1.
Pierre Ossman
2006-01-12
1
-1
/
+1
*
If the card couldn't do duplex when required we would incorrectly return
Pierre Ossman
2006-01-12
1
-2
/
+2
*
Many (FSF and Sun at least) have interpreted the C99 standard in a way
Pierre Ossman
2006-01-11
1
-23
/
+3
*
Remove the old compiler flag test now that we have a new shiny one.
Pierre Ossman
2006-01-11
1
-10
/
+1
*
Our makefiles work just fine on older automakes (1.7 tested). Let's keep
Pierre Ossman
2006-01-11
1
-1
/
+1
*
* remove a lot of compiler warnings introduced by using some new GCC flags
Lennart Poettering
2006-01-11
200
-3460
/
+3574
*
build system updates, including support for some newer GCC options
Lennart Poettering
2006-01-10
2
-11
/
+90
*
Merge Pierre's changes
Lennart Poettering
2006-01-10
65
-854
/
+3590
*
improve sync clock change
Lennart Poettering
2006-01-09
1
-1
/
+1
*
fix synchronized clock change
Lennart Poettering
2006-01-09
1
-1
/
+1
*
fix alsa memory leak
Lennart Poettering
2005-09-16
2
-0
/
+2
*
chance ALSA sink to use "default" as default alsa device
Lennart Poettering
2005-09-16
1
-1
/
+1
*
initialize running_as_daemon
Lennart Poettering
2005-09-16
1
-0
/
+1
*
increase number of allowed connections
Lennart Poettering
2005-09-16
1
-1
/
+1
*
add new field running_as_daemon to pa_core
Lennart Poettering
2005-09-16
3
-3
/
+12
*
add pa_sound_file_too_big_to_cache()
Lennart Poettering
2005-09-16
2
-1
/
+38
*
handle float values in sound files sensibly
Lennart Poettering
2005-09-16
1
-9
/
+8
*
print a nice message when libltdl is missing
Lennart Poettering
2005-09-16
1
-0
/
+8
*
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@352 fefdeb5f-60d...
Lennart Poettering
2005-09-16
1
-0
/
+1
*
build fix
Lennart Poettering
2005-09-16
1
-0
/
+2
[prev]
[next]