Commit graph

1460 commits

Author SHA1 Message Date
Lennart Poettering
ff38eaf677 Merge commit 'coling/lgpl21' 2009-03-03 21:44:56 +01:00
Colin Guthrie
86dee05aec Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
Lennart Poettering
297515a39e pass profile priority value to clients 2009-03-03 00:32:10 +01:00
Lennart Poettering
f8a085f5cf properly handle directed card info requests 2009-03-02 18:11:49 +01:00
Lennart Poettering
45ae4abe23 run make update-ffmpeg 2009-03-02 14:33:36 +01:00
Lennart Poettering
671b927955 add logic for initializing a useful icon name 2009-03-01 21:38:27 +01:00
Lennart Poettering
620bf84573 try to vacuum a little when nothing is going on 2009-02-25 09:13:19 +01:00
Lennart Poettering
00839ddaa6 make sure we check the sink status for PA_SINK_INPUT_FAIL_ON_SUSPEND only after module-suspend-on-idle had the chance to resume the device 2009-02-24 22:27:25 +01:00
Lennart Poettering
998aa40875 fix handling of stereo 2009-02-23 23:55:16 +01:00
Lennart Poettering
e0b550710a it's probably more appropriate to return the configured latency instead of the actual latency 2009-02-23 23:55:05 +01:00
Lennart Poettering
385a560c82 complete esd suspend/resume implementation 2009-02-23 23:51:53 +01:00
Lennart Poettering
2e9479b1f3 implement esd sample panning. closes #428 2009-02-23 23:51:29 +01:00
Lennart Poettering
73c763cb08 set esound.byte_order property 2009-02-23 23:49:08 +01:00
Lennart Poettering
5fa3f0c497 allow scache entries to have arbitrary names 2009-02-23 22:57:09 +01:00
Lennart Poettering
3bc60ca785 a couple of boring updates 2009-02-22 05:04:43 +01:00
Lennart Poettering
3bccb704b6 Allow passing a NULL proplist to pa_xxxx_update_proplist() to just fire a notification 2009-02-22 05:01:32 +01:00
Lennart Poettering
194d8991d7 make sure we don't choke on overly long lines in .desktop files 2009-02-21 23:47:08 +01:00
Lennart Poettering
edfa39a2af make sure we don't choke on PULSE_PROP_OVERRIDE 2009-02-21 23:46:31 +01:00
Lennart Poettering
77779ead6d rework logging to make it more modular 2009-02-21 22:45:56 +01:00
Lennart Poettering
4505bc9cc6 introduce default channel map in addition to the default sample spec 2009-02-21 16:32:42 +01:00
Lennart Poettering
27bfa607b9 add new property PA_PROP_APPLICATION_PROCESS_SESSION_ID and initialize it by default 2009-02-21 16:26:09 +01:00
Lennart Poettering
4c3648aea3 tell gcc to ignore invalid gtk header files 2009-02-21 04:12:52 +01:00
Lennart Poettering
ed67b07c41 simplify some code 2009-02-20 21:39:46 +01:00
Lennart Poettering
7bc1847596 Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudio 2009-02-20 03:21:46 +01:00
Lennart Poettering
adc9c2db6b fix comment 2009-02-20 03:20:36 +01:00
Lennart Poettering
ef189d50a7 make it easier to debug timing related problems 2009-02-20 03:16:54 +01:00
Marc-André Lureau
800489eea9 pulsecore: don't leak p when make_random_dir_and_link() 2009-02-19 05:00:17 +01:00
Marc-André Lureau
f1dcbe0f5d pulsecore: don't leak d in case of error 2009-02-19 04:59:26 +01:00
Marc-André Lureau
88fc458393 protocol-native: don't leak a proplist 2009-02-19 04:58:05 +01:00
Marc-André Lureau
c0cf22d081 protocol-esound: don't accept a request of PROTOCOL_MAX 2009-02-19 04:57:11 +01:00
Marc-André Lureau
4f1380b713 pulsecore: use r returned from fgets() 2009-02-19 04:56:44 +01:00
Marc-André Lureau
204083cb32 pulsecore: unused variable e in hashmap_put() 2009-02-19 04:56:35 +01:00
Marc-André Lureau
d1306e3020 pulsecore: fix check for cb (m is already checked before) 2009-02-19 04:55:20 +01:00
Marc-André Lureau
927e501920 pulsecore: remove unused variable from cli_command_load() 2009-02-19 04:54:45 +01:00
Marc-André Lureau
6c8d851643 protocol-native: fix get_info() for cards 2009-02-19 04:50:16 +01:00
Marc-André Lureau
ee0b5f7186 log: don't leak bt 2009-02-19 04:47:15 +01:00
Lennart Poettering
9cbdd3a968 add pa_timespec_load 2009-02-19 04:00:29 +01:00
Lennart Poettering
5f5396bb15 additional validity check 2009-02-19 03:59:04 +01:00
Lennart Poettering
928920c8b8 additional validity check 2009-02-19 03:58:52 +01:00
Lennart Poettering
7f8ccf9e7c handle both positive and negative errno's 2009-02-19 03:56:31 +01:00
Lennart Poettering
6db307360b export card information for sinks/sources and number of sinks/sources a profile would create to clients 2009-02-18 22:11:50 +01:00
Lennart Poettering
7b8bed3e28 introduce pa_realpath() 2009-02-18 21:57:57 +01:00
Lennart Poettering
d85ef71675 export pa_match() 2009-02-18 21:57:16 +01:00
Lennart Poettering
be81a681ac if we fail to import a memblock fill in silence to guarantee stability of timing 2009-02-18 21:55:55 +01:00
Lennart Poettering
1737a19c86 allow importing of more memory blocks than exporting 2009-02-18 21:52:21 +01:00
Iain Hibbert
dc590c7d0a Optionally disable IPv6
Closes #79
2009-02-13 21:58:09 +01:00
Lennart Poettering
e954a89d89 properly read icon/application name/display from gtk/glib/gdk 2009-02-13 18:19:10 +01:00
Lennart Poettering
f863756b43 make PULSE_PROP env vars non-overriding but introduce PULSE_PROP_OVERRIDE for allowing overriding 2009-02-13 18:06:30 +01:00
Lennart Poettering
44bca66c59 make PA_GCC_PACKED and PA_GCC_MALLOC actually work 2009-02-13 18:02:47 +01:00
Lennart Poettering
6bb3dc82ba don't try to recycle rtpoll objects 2009-02-12 22:52:02 +01:00