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
/
pulse
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement new flags DONT_INHIBIT_AUTO_SUSPEND and START_UNMUTED
Lennart Poettering
2008-10-26
2
-3
/
+29
*
add missing include
Lennart Poettering
2008-10-05
1
-0
/
+2
*
implement pa_sw_volume_divide() and pa_sw_cvolume_divide()
Lennart Poettering
2008-10-04
2
-7
/
+40
*
rename pa_cvolume_snprint_dB to pa_sw_cvolume_snprint_dB since it is
Lennart Poettering
2008-10-03
2
-3
/
+3
*
increase PA_CVOLUME_SNPRINT_MAX to a proper value and document that it is not...
Lennart Poettering
2008-10-03
3
-4
/
+16
*
when checking the validity of a cvolume check whether all values are not -1
Lennart Poettering
2008-10-03
1
-0
/
+6
*
add new API call pa_cvolume_compatible()
Lennart Poettering
2008-10-03
2
-0
/
+18
*
add new API call pa_cvolume_snprint_dB()
Lennart Poettering
2008-10-03
2
-2
/
+43
*
add new API call pa_cvolume_init()
Lennart Poettering
2008-10-03
2
-1
/
+19
*
extend documentation for pa_channel_map_init()
Lennart Poettering
2008-10-03
1
-1
/
+3
*
treat a channel map only then as compatible with a sample spec if it is valid
Lennart Poettering
2008-10-03
1
-0
/
+6
*
add new API function pa_sample_spec_init()
Lennart Poettering
2008-10-03
2
-0
/
+15
*
if a volume or channel map is invalid show so when printing it
Lennart Poettering
2008-10-03
3
-1
/
+16
*
user lrint() and friends in inner loops instead of normal C casts to speed up...
Lennart Poettering
2008-10-03
1
-1
/
+1
*
properly parse response to pa_stream_set_buffer_attr() calls. closes #370
Lennart Poettering
2008-10-02
1
-1
/
+14
*
Make the shared memory segment size configurable
Lennart Poettering
2008-10-01
4
-2
/
+7
*
fix pa_stream_set_name
Omair Majid
2008-09-11
1
-1
/
+1
*
stream_started_callback userdata bug
Arthur Taylor
2008-09-10
1
-1
/
+1
*
fix S32 validity check
Lennart Poettering
2008-09-10
1
-1
/
+1
*
move autospawn lock to pulsecore/ since we don't need it in the client anymore
Lennart Poettering
2008-09-08
2
-362
/
+0
*
rework autospawning to allow to multiple parallel autospawning contexts
Lennart Poettering
2008-09-05
2
-209
/
+107
*
connect to localhost via IP address instead of host name, to avoid needless N...
Lennart Poettering
2008-09-05
1
-2
/
+3
*
a few minor clean-ups
Lennart Poettering
2008-09-05
1
-8
/
+3
*
introduce upper channel map definition limit PA_CHANNEL_MAP_DEF_MAX
Lennart Poettering
2008-09-05
2
-2
/
+7
*
add new API function pa_channel_map_compatible()
Lennart Poettering
2008-09-05
2
-0
/
+11
*
introduce macros for all flags so that clients can check for them with #ifdef
Lennart Poettering
2008-09-03
2
-1
/
+54
*
reindent comments a bit
Lennart Poettering
2008-09-03
5
-223
/
+338
*
Implement "early requests" mode.
Lennart Poettering
2008-09-03
2
-149
/
+129
*
use gcc malloc attribute macros for internal functions, too
Lennart Poettering
2008-09-01
2
-4
/
+10
*
don't include leagacy definition PA_STREAM_NOT_MONOTONOUS in docs
Lennart Poettering
2008-09-01
1
-0
/
+3
*
prefix internally used inline function with _
Lennart Poettering
2008-09-01
1
-6
/
+6
*
add gcc malloc related function attributes where appropriate
Lennart Poettering
2008-09-01
1
-6
/
+8
*
add malloc related gcc attribute macros
Lennart Poettering
2008-09-01
1
-0
/
+20
*
fix a few compiler warnings on older gcc
Lennart Poettering
2008-08-29
4
-12
/
+12
*
document in which direction we round
Lennart Poettering
2008-08-28
1
-2
/
+6
*
increase pa_xmalloc() limit to 96 MB, closes #344
Lennart Poettering
2008-08-26
1
-1
/
+1
*
fix typo
Lennart Poettering
2008-08-26
1
-1
/
+1
*
Fix error code in pa_stream_get_timing_info()
Lennart Poettering
2008-08-26
1
-1
/
+1
*
Merge branch 'master' of git://git.0pointer.de/pulseaudio
Colin Guthrie
2008-08-22
31
-273
/
+1455
|
\
|
*
add doxygen documentation for ext-stream-restore.h
Lennart Poettering
2008-08-20
1
-5
/
+22
|
*
add a few more gcc warning flags and fix quite a few problems found by doing so
Lennart Poettering
2008-08-19
13
-104
/
+108
|
*
allow clients to not specify the volume for their streams
Lennart Poettering
2008-08-18
1
-0
/
+12
|
*
add new API function pa_cvolume_max()
Lennart Poettering
2008-08-13
2
-0
/
+15
|
*
reset lock_fd_mutex after destruction
Lennart Poettering
2008-08-13
1
-0
/
+1
|
*
make gcc shut up
Lennart Poettering
2008-08-09
2
-2
/
+4
|
*
don't use PA_GCC_UNUSED anymore
Lennart Poettering
2008-08-09
7
-31
/
+31
|
*
rework autospawning code to survive multiple pa_contexts in a single process
Lennart Poettering
2008-08-09
4
-25
/
+448
|
*
set errno properly in all cases
Lennart Poettering
2008-08-09
1
-3
/
+14
|
*
add compatibility with older PA socket paths
Lennart Poettering
2008-08-07
1
-3
/
+33
|
*
don't spam to stderr in API functions
Lennart Poettering
2008-08-07
1
-5
/
+1
[next]