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
*
TIOCINQ isn't present on all systems.
Pierre Ossman
2007-09-10
1
-1
/
+3
*
Monotonic clock is optional so treat is as such.
Pierre Ossman
2007-09-10
1
-1
/
+5
*
POSIX realtime clock functions are in time.h so make sure to include it.
Pierre Ossman
2007-09-10
1
-0
/
+1
*
Changed PA_SAMPLE_S16_NE to PA_SAMPLE_S16NE in the example code in the Simple...
Tanu Kaskinen
2007-09-09
1
-1
/
+1
*
fix an assert when runnig module-oss in record only-mode. optimize allocation...
Lennart Poettering
2007-09-06
3
-23
/
+56
*
install libpulsecore again, since libtool otherwise links it statically into ...
Lennart Poettering
2007-09-06
1
-1
/
+1
*
fix copynpaste error
Lennart Poettering
2007-09-06
1
-1
/
+1
*
downgrade realtime group membership warning to 'info' at be a little bit more...
Lennart Poettering
2007-09-06
1
-1
/
+2
*
update default config:
Lennart Poettering
2007-09-06
3
-10
/
+17
*
explicitly test for the availability of dbus_watch_get_unix_fd() before using...
Lennart Poettering
2007-09-06
1
-7
/
+8
*
add native amd64 atomic int implementation
Lennart Poettering
2007-09-04
1
-4
/
+83
*
fix a couple of compiler warnings
Lennart Poettering
2007-09-04
7
-10
/
+11
*
if available, use native gcc atomicity builtins
Lennart Poettering
2007-09-04
1
-9
/
+84
*
add a few missing files for make dist
Lennart Poettering
2007-09-04
1
-2
/
+2
*
drop initial libtool_lock() call since this is a debian-specific borkage
Lennart Poettering
2007-09-04
1
-1
/
+0
*
initialize libltdl for multi-thread support
Lennart Poettering
2007-09-04
1
-2
/
+38
*
When in PA_STREAM_AUTO_TIMING_UPDATE mode, delay completion of initialization...
Lennart Poettering
2007-09-04
1
-20
/
+45
*
actually add source code of module-default-device-restore
Lennart Poettering
2007-09-03
1
-0
/
+103
*
add a new module module-default-device-restore which automatically saves and ...
Lennart Poettering
2007-09-03
2
-0
/
+11
*
header file cleanup
Lennart Poettering
2007-09-03
1
-2
/
+1
*
only list supported resampling methods when --dump-resample-methods is executed
Lennart Poettering
2007-09-03
1
-3
/
+3
*
add new API function pa_resample_method_supported() which tests whether a res...
Lennart Poettering
2007-09-03
2
-0
/
+24
*
make libpulse-core a noinst lib, because it does not have yet a stable API an...
Lennart Poettering
2007-09-02
1
-15
/
+18
*
Allow compilation without libsamplerate; based on patch from Marc-Andre Lurea...
Lennart Poettering
2007-09-02
3
-8
/
+21
*
fix dbus version check for dbus_watch_get_unix_fd()
Lennart Poettering
2007-09-02
1
-1
/
+1
*
make argument to pa_memchunk_will_need() const
Lennart Poettering
2007-09-02
2
-3
/
+3
*
fix build for dbus < 1.1.1, re #126, patch from Marc-Andre Lureau
Lennart Poettering
2007-09-02
1
-1
/
+11
*
Don't set RLIMIT_MEMBLOCK to 0 on startup. Retain 4 pages
Lennart Poettering
2007-09-02
3
-5
/
+8
*
make use of pa_memchunk_will_need() before handing sample cache audio to the ...
Lennart Poettering
2007-09-02
1
-0
/
+2
*
add new pa_memchunk_will_need() API, similar to pa_memblock_will_need()
Lennart Poettering
2007-09-02
2
-0
/
+22
*
add new API pa_memblock_will_need() and make use of PA_PAGE_SIZE macro
Lennart Poettering
2007-09-02
2
-13
/
+21
*
add new pa_will_need() API for paging in memory
Lennart Poettering
2007-09-02
2
-0
/
+72
*
make use of new PA_PAGE_SIZE macro
Lennart Poettering
2007-09-02
1
-1
/
+1
*
make use of new memory page alignment macros, reindent
Lennart Poettering
2007-09-02
1
-36
/
+33
*
add a couple of macros for memory page alignment
Lennart Poettering
2007-09-02
1
-1
/
+25
*
add pa_channel_position_to_pretty_string() to header
Lennart Poettering
2007-08-31
1
-0
/
+3
*
add pa_channel_position_to_pretty_string() for usage in pavucontrol/pavumeter
Lennart Poettering
2007-08-31
1
-3
/
+73
*
make sure that we make include paths absolute before calling chdir()
Lennart Poettering
2007-08-31
1
-2
/
+5
*
minor reformatting
Lennart Poettering
2007-08-31
1
-2
/
+2
*
add two new functions pa_make_path_absolute()/pa_getcwd()
Lennart Poettering
2007-08-31
2
-0
/
+36
*
replace a pa_assert() by an pa_assert_se()
Lennart Poettering
2007-08-31
1
-1
/
+1
*
- fix suspend handling
Lennart Poettering
2007-08-31
1
-23
/
+38
*
port module-combine to new core
Lennart Poettering
2007-08-30
2
-182
/
+938
*
Lots of assorted minor cleanups and fixes:
Lennart Poettering
2007-08-30
26
-372
/
+702
*
reorder initialization of pa_core variables
Lennart Poettering
2007-08-30
1
-7
/
+6
*
modernize and make use of a static flist for allocating idxset entries
Lennart Poettering
2007-08-30
1
-53
/
+76
*
move queue processing code into pa_thread_mq
Lennart Poettering
2007-08-30
2
-0
/
+27
*
add new function pa_memblock_ref_is_one()
Lennart Poettering
2007-08-30
2
-0
/
+13
*
fix pa_memchunk_make_writable(), make memchunk functions return the memchunk ...
Lennart Poettering
2007-08-30
2
-6
/
+11
*
add an assert()
Lennart Poettering
2007-08-30
1
-1
/
+1
[next]