Lennart Poettering
|
b23efc0a4d
|
add missing eof checks
|
2009-01-20 02:15:43 +01:00 |
|
Lennart Poettering
|
d5e895d5cb
|
document that I am a retard
|
2009-01-20 00:49:45 +01:00 |
|
Marc-André Lureau
|
310f433848
|
pulse: share private enum values with client side
|
2009-01-20 00:16:18 +02:00 |
|
Marc-André Lureau
|
a3762a2f98
|
cli: fix broken array access with signed state enums
I wish I could have merge sink_to_string and source_to_string, but the
enum values are equal, and we cannot assume they will always be.
|
2009-01-20 00:16:18 +02:00 |
|
Marc-André Lureau
|
6374f8e427
|
sink: trigger subscribe event on sink state change
|
2009-01-20 00:16:18 +02:00 |
|
Marc-André Lureau
|
9c4f8e627a
|
pulse: introspect sink state
|
2009-01-20 00:16:18 +02:00 |
|
Lennart Poettering
|
ed65081dd8
|
show dB and balance for cached samples
|
2009-01-19 23:07:13 +01:00 |
|
Lennart Poettering
|
033791ca9f
|
fix up balance format string a bit
|
2009-01-19 23:06:37 +01:00 |
|
Lennart Poettering
|
b43a45d184
|
allow setting properties for modules, too
|
2009-01-19 22:02:28 +01:00 |
|
Lennart Poettering
|
fe703013ad
|
show balance value in CLI listings
|
2009-01-19 21:59:57 +01:00 |
|
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 |
|