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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
add C++ safety to header file
Lennart Poettering
2008-04-11
1
-39
/
+44
*
fix bit depth guarantee for pa_usec_t
Lennart Poettering
2008-04-11
1
-1
/
+2
*
add new API function pa_timeval_add()
Lennart Poettering
2008-04-11
2
-1
/
+23
*
remove gcc macros from cdecl.h because we have them in gccmacro.h now
Lennart Poettering
2008-04-11
1
-18
/
+0
*
fix bad memory access when initializing client proplist
Lennart Poettering
2008-04-11
1
-2
/
+4
*
add new module module-device-restore
Lennart Poettering
2008-04-11
2
-0
/
+356
*
add new API pa_rtclock_from_wallclock()
Lennart Poettering
2008-04-11
2
-0
/
+23
*
fix proplist serialization
Lennart Poettering
2008-04-11
2
-9
/
+7
*
move gccmacro from pulsecore/ to pulse/
Lennart Poettering
2008-04-11
1
-5
/
+4
*
add new describe-module CLI command
Lennart Poettering
2008-04-09
1
-0
/
+41
*
add new pa_proplist_setf() API function
Lennart Poettering
2008-04-09
2
-0
/
+31
*
implement server side of new sink/source reconfiguration commands
Lennart Poettering
2008-04-09
1
-15
/
+27
*
remove doxygen \since tag for API changes older than 0.9; properly implement ...
Lennart Poettering
2008-04-09
12
-151
/
+175
*
init min/max latency properly; fix avail_min updating
Lennart Poettering
2008-04-09
4
-9
/
+11
*
show configured latency and its ranges
Lennart Poettering
2008-04-09
1
-0
/
+4
*
export both min and max latency that is configured for a sink; add API for qu...
Lennart Poettering
2008-04-09
6
-15
/
+104
*
add new latency argument
Lennart Poettering
2008-04-09
1
-4
/
+23
*
call snd_pcm_hwsync() expclicitly before we access any of the status fields, ...
Lennart Poettering
2008-04-07
2
-85
/
+150
*
fix bug where we silently dropped data that didn't fit into one mempool tile
Lennart Poettering
2008-04-07
1
-18
/
+27
*
add utility functions to dump alsa PCM state
Lennart Poettering
2008-04-07
2
-0
/
+46
*
propery calculate min_avail in frames instead of bytes. don't use device_id= ...
Lennart Poettering
2008-04-04
4
-24
/
+49
*
drop support for periodic timers, cleanup code a bit
Lennart Poettering
2008-04-04
2
-47
/
+6
*
mark libpulse-browse as obsolete
Lennart Poettering
2008-04-04
1
-0
/
+13
*
- deprecate autoload stuff
Lennart Poettering
2008-04-03
25
-258
/
+699
*
catch up with trunk HEAD (i.e. 2118:2213)
Lennart Poettering
2008-03-31
23
-174
/
+403
*
commit glitch-free work
Lennart Poettering
2008-03-15
4
-19
/
+30
*
commit glitch-free work
Lennart Poettering
2008-03-15
22
-504
/
+1266
*
commit glitch-free work
Lennart Poettering
2008-03-15
1
-24
/
+35
*
commit glitch-free work
Lennart Poettering
2008-03-15
50
-1165
/
+2848
*
commit glitch-free work
Lennart Poettering
2008-03-15
14
-99
/
+765
*
work around solaris printf %s and NULL string brain damage
Lennart Poettering
2008-03-14
1
-1
/
+1
*
change policy file to not show polkit auth dlg by default
Lennart Poettering
2008-03-14
1
-2
/
+2
*
And one more.
Diego Petteno
2008-03-09
1
-1
/
+1
*
Test for _struct_ lt_user_dlloader, otherwise it won't be found.
Diego Petteno
2008-03-09
1
-2
/
+2
*
Build and run using libltdl from libtool 2.2. The user module loader support ...
Diego Petteno
2008-03-08
1
-0
/
+37
*
Clarify the explanation of the in_action field in pa_autoload_entry.
Tanu Kaskinen
2008-02-15
1
-1
/
+1
*
only call pa_ltdl_done() if we called pa_ltdl_init() before
Lennart Poettering
2008-02-15
1
-1
/
+4
*
allow compilation on systems that lack POSIX shared memory. Patch from matthi...
Lennart Poettering
2008-02-15
1
-1
/
+3
*
print pa version id each time we start up, so that it is easier to identify t...
Lennart Poettering
2008-02-15
1
-2
/
+3
*
Improve compatibility with applications which like to pass invalid strings to...
Lennart Poettering
2008-02-15
1
-72
/
+60
*
deal with a possibly failing pa_channel_map_init_auto() correctly
Lennart Poettering
2008-02-13
13
-18
/
+39
*
Mark long_options constant.
Diego Petteno
2008-01-24
1
-1
/
+1
*
Use check_PROGRAMS rather than noinst_PROGRAMS for test programs.
Diego Petteno
2008-01-24
1
-3
/
+3
*
Apply the fix for CVE-2008-0008 from 0.9.9 release on trunk.
Diego Petteno
2008-01-24
1
-5
/
+7
*
use __BYTE_ORDER macro for detecting byte order, as suggested on http://unixp...
Lennart Poettering
2008-01-06
1
-0
/
+9
*
Don't send opcodes introduced in protocol versions 12 to clients using protocol
Sjoerd Simons
2008-01-04
1
-0
/
+12
*
Implement opcodes in the tunnel modules that were added in version 12 of
Sjoerd Simons
2008-01-04
1
-0
/
+40
*
Add forgotted #ifdef __linux__ and only use SIGRTMIN if it is defined. Fixes
Sjoerd Simons
2008-01-04
2
-0
/
+4
*
Add a missing pa_xfree.
Tanu Kaskinen
2008-01-03
1
-0
/
+2
*
The previous commit introduced a new bug: giving too many values in the "cont...
Tanu Kaskinen
2008-01-03
1
-1
/
+1
[next]