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
path:
root
/
src
/
Makefile.am
Age
Commit message (
Expand
)
Author
Files
Lines
2006-08-29
add a threading primitive API
Lennart Poettering
1
-3
/
+13
2006-08-29
add lock-free reference counting macros, based on libatomic-ops
Lennart Poettering
1
-1
/
+3
2006-08-18
add new test memblock-test for testing SHM import/export
Lennart Poettering
1
-4
/
+13
2006-08-13
implement new module "module-rescue-streams" which moves sink inputs away whe...
Lennart Poettering
1
-1
/
+9
2006-08-13
rework hook list stuff again, and replace macros with real functins. We loose...
Lennart Poettering
1
-1
/
+2
2006-08-12
implement typeafe hook chain
Lennart Poettering
1
-1
/
+7
2006-08-06
merge HAL support from Shams E. King
Lennart Poettering
1
-0
/
+18
2006-07-28
introduce pa_play_memblockq() which creates a playback stream and passes the ...
Lennart Poettering
1
-0
/
+2
2006-07-26
add new module "module-gconf" which reads configuration information from gcon...
Lennart Poettering
1
-2
/
+22
2006-07-23
add massif target to Makefile
Lennart Poettering
1
-0
/
+3
2006-07-20
Get ACL:s to work on Win32.
Pierre Ossman
1
-2
/
+5
2006-07-20
fix a few @@ replacments
Lennart Poettering
1
-3
/
+3
2006-07-20
implement "auth-ip-acl=" in the native and esound protocols
Lennart Poettering
1
-3
/
+3
2006-07-20
actually ship src/pulsecore/creds.h in the tarballs
Lennart Poettering
1
-2
/
+3
2006-07-20
add IP address ACL subsystem
Lennart Poettering
1
-1
/
+13
2006-07-19
fix sed scripts according to #define renames
Lennart Poettering
1
-5
/
+5
2006-07-19
* add new --system command line parameter to the daemon for running PulseAudi...
Lennart Poettering
1
-7
/
+7
2006-07-18
remove glib 1.2 adapter. It started to bitrot and wasn't used by anything any...
Lennart Poettering
1
-25
/
+0
2006-07-14
Make sure the win32 default conf gets shipped.
Pierre Ossman
1
-0
/
+1
2006-07-14
add new test get-binary-name-test for testing pa_get_binary_name()
Lennart Poettering
1
-1
/
+7
2006-07-13
* port libpulse-browse to use the native avahi API instead of the HOWL cruft
Lennart Poettering
1
-14
/
+8
2006-07-13
update module-zeroconf-publish to make use of the native AVAHI API, instead o...
Lennart Poettering
1
-2
/
+17
2006-07-08
Fix typo.
Pierre Ossman
1
-1
/
+1
2006-06-19
s/POLYP/PULSE/g
Lennart Poettering
1
-12
/
+12
2006-06-19
big s/polyp/pulse/g
Lennart Poettering
1
-398
/
+398
2006-06-19
add new test "interpol-test"
Lennart Poettering
1
-0
/
+6
2006-06-13
Make sure our inet_ntop() implementation gets linked into the new users.
Pierre Ossman
1
-1
/
+4
2006-06-12
Use AM_ICONV to determine what needs to be done for iconv support. (closes #19)
Pierre Ossman
1
-2
/
+2
2006-06-11
Add all the preopen libs to the polypaudio binary's dependency list as they
Pierre Ossman
1
-0
/
+2
2006-05-29
merge patch from Igor Zubkov, fixing linking of the HOWL modules
Lennart Poettering
1
-2
/
+2
2006-05-29
drop the .sh suffix from esdcompat
Lennart Poettering
1
-4
/
+4
2006-05-25
We only need the so for libpolypdsp.
Pierre Ossman
1
-0
/
+2
2006-05-25
* split pa_cstrerror() into its own file polypcore/core-error.[ch]
Lennart Poettering
1
-1
/
+5
2006-05-25
Use only the basename of libpolypdsp.so so that it will work on multi-arch
Pierre Ossman
1
-9
/
+3
2006-05-25
Move libpolypdsp in the makefile to avoid the libtool bug where it must come
Pierre Ossman
1
-19
/
+24
2006-05-23
add new padsp utility: a $LD_PRELOAD wrapper for using the OSS API with polyp...
Lennart Poettering
1
-2
/
+21
2006-05-22
Wrap strerror() in a function that makes it thread safe and converts the
Pierre Ossman
1
-0
/
+1
2006-05-19
Fix which headers get installed for libpolyp.
Pierre Ossman
1
-1
/
+11
2006-05-19
Sort source files.
Pierre Ossman
1
-28
/
+28
2006-05-18
Move timeval calculation functions into their own file.
Pierre Ossman
1
-2
/
+4
2006-05-17
split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]
Lennart Poettering
1
-18
/
+13
2006-05-17
Move utf8 to the public part (libpolyp).
Pierre Ossman
1
-4
/
+5
2006-05-17
Move xmalloc to the public side (libpolyp).
Pierre Ossman
1
-7
/
+7
2006-05-16
* add new configure option --with-module-dir=
Lennart Poettering
1
-50
/
+48
2006-05-16
* remove .a files from the modules directory after installation
Lennart Poettering
1
-23
/
+24
2006-05-16
add new test programme utf8-test.c
Lennart Poettering
1
-1
/
+7
2006-05-15
undo r868
Lennart Poettering
1
-3
/
+3
2006-05-15
module-volume-restore uses regexp() so make sure it's only built on systems
Pierre Ossman
1
-3
/
+3
2006-05-14
add utf8 validity checking API
Lennart Poettering
1
-1
/
+3
2006-05-14
add new module module-volume-restore which saves and restores volume of playb...
Lennart Poettering
1
-2
/
+10
[next]