Lennart Poettering
606cf8a2ec
get rid of pa_module_get_info because it is not used
2009-01-17 02:17:32 +01:00
Lennart Poettering
76ca5b8578
beautify cli output a bit
2009-01-17 02:09:02 +01:00
Lennart Poettering
f8ba3a9b07
dump profiles when listing cards
2009-01-17 02:03:59 +01:00
Lennart Poettering
c06e43d7ff
actually create pa_card object in module-alsa-card
2009-01-17 02:03:35 +01:00
Lennart Poettering
4a66837b83
add pa_strbuf_isempty
2009-01-17 01:57:17 +01:00
Lennart Poettering
5793f93350
make use of PR_SET_TIMERSLACK
2009-01-16 19:57:58 +01:00
Lennart Poettering
4a13763797
Add support for 24bit samples encoded in the LSB of 32 bit words
2009-01-16 18:39:36 +01:00
Lennart Poettering
6dc76d1158
add support for 24bit packed samples
2009-01-16 03:15:39 +01:00
Lennart Poettering
33c22b0102
rename card config to card profile
2009-01-15 23:44:46 +01:00
Lennart Poettering
bae221cca9
rework module usage counter stuff to be pull based
2009-01-15 20:49:12 +01:00
Lennart Poettering
47a2b17d01
make proplist inheritance scheme automatic and implicit
2009-01-15 20:27:07 +01:00
Lennart Poettering
e68e4a57bf
make things compile again
2009-01-15 20:26:41 +01:00
Lennart Poettering
29c7a28817
kill autoload stuff as planned
2009-01-15 20:07:13 +01:00
Lennart Poettering
a861ffacc4
Merge commit ' e0f8ffe41f'
2009-01-15 19:19:45 +01:00
Lennart Poettering
615e05584e
add functionality to dump list of cards
2009-01-15 18:52:11 +01:00
Lennart Poettering
344c934edb
maintain a list of sink inputs/source outputs as part of the pa_client object
2009-01-15 18:38:20 +01:00
Lennart Poettering
b6deb0cc4c
add new pa_card object as a way to logically combine multiple sinks and sources
2009-01-15 18:29:16 +01:00
Lennart Poettering
aeb0707f12
fix bad memory access
2009-01-15 18:27:43 +01:00
Lennart Poettering
5abda63a1f
convert pa_client instantiation to use a pa_client_new_data struct and add hooks for manipulating it
2009-01-15 17:52:29 +01:00
Lennart Poettering
75119e91cd
add new dont_rewind_render flag to allow quick starts of newly created streams
2009-01-15 00:40:06 +01:00
Lennart Poettering
06de6393d1
don't rely on PA_SINK_RUNNING vs. PA_SINK_IDLE for optimizations since it might not be fully up to date
2009-01-15 00:07:38 +01:00
Lennart Poettering
d1cf0e7845
fix a potential format string vulnerability
2009-01-15 00:03:56 +01:00
Marc-André Lureau
6ec0162686
sink: add a virtual_volume to sink
2009-01-14 21:38:12 +02:00
Lennart Poettering
20edd846d0
make pa_asyncq_push() fail under no circumstances.
2009-01-14 17:36:44 +01:00
Marc-André Lureau
09641cc707
build: fix few warnings
2009-01-13 22:56:02 +02:00
Marc-André Lureau
49ae38347c
cli: add missing update-*-proplist
2009-01-13 22:53:58 +02:00
Marc-André Lureau
2204bbebf2
core: add source, si, so proplist_update
2009-01-13 19:06:10 +02:00
Marc-André Lureau
9d6e9f51df
cli: update-sink-proplist
2009-01-13 16:59:46 +02:00
Marc-André Lureau
9e978c9770
core: report remaining shared objects when cleanup
2009-01-13 16:59:45 +02:00
Marc-André Lureau
ebb903a376
core: add pa_source_update_proplist
2009-01-13 16:59:45 +02:00
Marc-André Lureau
9444347c06
core: add pa_sink_update_proplist
2009-01-13 16:59:45 +02:00
Lennart Poettering
b8e6aae08e
add new API function pa_memchunk_sine()
...
Ease generation of sine signals. Try to make the repeatable sine
memblock fit into a single mempool slot.
2009-01-12 19:48:44 +01:00
Lennart Poettering
949de8156e
Extend command name lookup tables to cover complete protocol
...
Makes it easier to debug things.
2009-01-12 19:46:17 +01:00
Lennart Poettering
aff72437a6
Fix suspending of all sinks/sources
...
pasuspender issues a SUSPEND_ALL requests for suspending all
sinks/sources at once. This has been broken due to an ill-placed sanity
checked.
2009-01-12 19:44:21 +01:00
Lennart Poettering
947a828943
fix version check
2009-01-12 19:33:38 +01:00
Lennart Poettering
4e8ada521a
show maximum usable slot size
2009-01-10 02:55:57 +01:00
Lennart Poettering
c850aa0c5b
Add new pa_reduce() and pa_gcd() functions
2009-01-10 02:53:57 +01:00
Lennart Poettering
98049fbf81
make things compile again
2009-01-08 23:31:05 +01:00
Lennart Poettering
7b52840adc
add a few missing parens
2009-01-08 23:30:51 +01:00
Lennart Poettering
aff7768fb1
Add new debuuging API pa_memchunk_dump_to_file()
2009-01-08 21:12:03 +01:00
Lennart Poettering
2ff20ceccb
Rework handling of the PA_SINK_LATENCY/PA_SOURCE_LATENCY flags
2008-12-24 00:58:34 +01:00
Lennart Poettering
6130c5c11b
Add "base volume" field to sinks/sources
2008-12-24 00:49:43 +01:00
Lennart Poettering
3e3c103ed9
Add APIs to pass pa_volume_t fields in a tagstruct
2008-12-24 00:46:02 +01:00
Lennart Poettering
03aa91dea7
make sure we don't hit an assert when we issue two rewind requests in a
...
single iteration
Closes rhbz 472757.
2008-12-21 17:55:29 +01:00
Lennart Poettering
c5b8eb7edf
introduce new function pa_module_unload_request_by_index
2008-12-17 21:19:34 +01:00
Lennart Poettering
82f09b6d8f
Don't hit an assert when checking for idleness
...
Closes #398
2008-12-17 21:03:17 +01:00
Lennart Poettering
209a8d7b55
Don't mix front-center into rear channels
...
If there's a center channel on input that is not available on output
make sure we mix front-center only into front-left/right and rear-center
into rear-left/right.
Closes #400
2008-12-17 19:53:58 +01:00
Lennart Poettering
7013849354
Check if environ is actually set before we use it
...
Some applications seem to set **environ to NULL for various reasons.
Before we iterate through it we thus need to make sure it is actually
set to make sure we don't segfault.
Closes rhbz #473080
2008-12-16 14:03:40 +01:00
Lennart Poettering
f826ded33d
make shm marker architecture independant, patch from michich, closes #401
2008-11-01 21:41:07 +01:00
Lennart Poettering
58b53bbc1a
a bit of pa_bool_t'ization
2008-11-01 21:10:26 +01:00