index
:
~arun/pulseaudio
b2g
beamformer
bluetooth
bt-passthrough
gst-rtp
hsp-review
jackhwmute-review
json
master
meson
passthrough-hbr
stable-7.x
vff
volume-ramping
webrtc
Various PulseAudio hacks and WIP work
arun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-01
use gcc malloc attribute macros for internal functions, too
Lennart Poettering
2
-4
/
+10
2008-09-01
drop -Winline from build cflags
Lennart Poettering
1
-1
/
+1
2008-09-01
don't include leagacy definition PA_STREAM_NOT_MONOTONOUS in docs
Lennart Poettering
1
-0
/
+3
2008-09-01
prefix internally used inline function with _
Lennart Poettering
1
-6
/
+6
2008-09-01
add gcc malloc related function attributes where appropriate
Lennart Poettering
1
-6
/
+8
2008-09-01
add malloc related gcc attribute macros
Lennart Poettering
1
-0
/
+20
2008-09-01
avoid rounding errors on requested buffering metrics
Lennart Poettering
1
-11
/
+18
2008-09-01
output relative timestamps in addition to absolute timestamps when logging
Lennart Poettering
1
-4
/
+14
2008-09-01
include more build info in debug output
Lennart Poettering
1
-0
/
+13
2008-08-31
rework device opening code: work around broken SND_PCM_NO_AUTO_xxx support in...
Lennart Poettering
1
-39
/
+68
2008-08-30
remove a few more gcc warnings
Lennart Poettering
6
-10
/
+10
2008-08-29
fix a few compiler warnings on older gcc
Lennart Poettering
10
-19
/
+19
2008-08-29
reword amd64 message
Lennart Poettering
1
-1
/
+1
2008-08-29
change default log level for the library to PA_LOG_ERROR to avoid spamming to...
Lennart Poettering
2
-4
/
+4
2008-08-29
downgrade a few messages
Lennart Poettering
1
-4
/
+4
2008-08-29
the native atomic ops implementation for amd64 seems to work fine
Lennart Poettering
1
-3
/
+3
2008-08-29
Change return value of cmpxchg atomic op to pa_bool_t
Lennart Poettering
1
-14
/
+16
2008-08-29
Add CFLAGS information on start-up
Marc-André Lureau
2
-0
/
+3
2008-08-29
optionally add timestampts to every line logged
Lennart Poettering
3
-14
/
+39
2008-08-29
reduce needlessly large gdbm cache a bit
Lennart Poettering
2
-0
/
+10
2008-08-29
fix up latency before calling into stream code, to make sure we don't ask for...
Lennart Poettering
4
-13
/
+16
2008-08-29
add missing config.h inclusion
Lennart Poettering
1
-0
/
+4
2008-08-29
rework pa_ulog2 and base it on __builtin_clz if available, make pa_make_power...
Lennart Poettering
1
-15
/
+21
2008-08-28
add byte-to-usec and usec-to-byte converters that round up, not down
Lennart Poettering
2
-0
/
+36
2008-08-28
document in which direction we round
Lennart Poettering
1
-2
/
+6
2008-08-26
alsa_error_handler should note source of errors
Ed Catmur
1
-1
/
+6
2008-08-26
increase pa_xmalloc() limit to 96 MB, closes #344
Lennart Poettering
1
-1
/
+1
2008-08-26
fix typo
Lennart Poettering
1
-1
/
+1
2008-08-26
Fix error code in pa_stream_get_timing_info()
Lennart Poettering
1
-1
/
+1
2008-08-26
call close() in a loop to catch EINTR
Lennart Poettering
1
-1
/
+9
2008-08-22
Fix more linking issues in x11-publish and stream-restore
Colin Guthrie
1
-2
/
+2
2008-08-22
Merge branch 'master' of git://git.0pointer.de/pulseaudio
Colin Guthrie
196
-3286
/
+7690
2008-08-20
add a few missing casts
Lennart Poettering
7
-20
/
+20
2008-08-20
add doxygen documentation for ext-stream-restore.h
Lennart Poettering
2
-470
/
+486
2008-08-19
use final glibc eventfd() instead of our homegrown syscall invocations
Lennart Poettering
2
-37
/
+14
2008-08-19
rework cpu limit logic to use monotonic instead of wall clock time
Lennart Poettering
2
-6
/
+10
2008-08-19
simplify pa_start_child_for_read by using pa_close_all()/pa_reset_sigs()/pa_u...
Lennart Poettering
1
-57
/
+3
2008-08-19
add a few more gcc warning flags and fix quite a few problems found by doing so
Lennart Poettering
99
-776
/
+810
2008-08-19
run autoupdate
Lennart Poettering
1
-24
/
+24
2008-08-19
update gitignore
Lennart Poettering
2
-1
/
+9
2008-08-19
require ac 2.62 in bootstrap.sh
Lennart Poettering
1
-2
/
+2
2008-08-18
Merge commit 'flameeyes/autoconf-2.62'
Lennart Poettering
13
-242
/
+407
2008-08-18
a few modernizations
Lennart Poettering
1
-6
/
+6
2008-08-18
don't unref pa_native_options object twice
Lennart Poettering
1
-7
/
+6
2008-08-18
add some code to make invalid valgrind warnings go away
Lennart Poettering
4
-1
/
+51
2008-08-18
bump release
Lennart Poettering
1
-1
/
+1
2008-08-18
restore volume/device for streams only when it wasn't set before
Lennart Poettering
1
-8
/
+21
2008-08-18
allow clients to not specify the volume for their streams
Lennart Poettering
3
-3
/
+29
2008-08-18
rework validity checking of sink/source/... names
Lennart Poettering
1
-18
/
+43
2008-08-18
save a bit of memory
Lennart Poettering
4
-26
/
+29
[next]