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
|
0b0b3d895d
|
make PA_CONTEXT_IS_GOOD/PA_STREAM_IS_GOOD a macro so that we can easily check for its availability
|
2009-01-15 18:23:32 +01:00 |
|
Lennart Poettering
|
a3695dd9eb
|
port missing modules to new pa_client_new() API
|
2009-01-15 18:21:57 +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 |
|
Lennart Poettering
|
fd3f5db63c
|
document that PA_API_VERSION is only for incompatible API changes
|
2009-01-15 00:03:33 +01:00 |
|
Lennart Poettering
|
20edd846d0
|
make pa_asyncq_push() fail under no circumstances.
|
2009-01-14 17:36:44 +01:00 |
|
Lennart Poettering
|
587a08bae4
|
Fix a typo I know owe Marc-Andre a beer for.
|
2009-01-14 00:54:38 +01:00 |
|
Colin Guthrie
|
df564040b5
|
Fix a potentially non-returning function in base64 code.
|
2009-01-13 23:39:17 +00:00 |
|
Lennart Poettering
|
f3101133d7
|
Merge commit 'elmarco/master'
|
2009-01-14 00:22:27 +01:00 |
|
Lennart Poettering
|
ab97364210
|
remove calc_sine() since we don't need it anymore
|
2009-01-14 00:07:50 +01:00 |
|
Lennart Poettering
|
cd45cd9e3e
|
include new proplist functions in export list
|
2009-01-14 00:07:32 +01:00 |
|
Lennart Poettering
|
407b4fe5be
|
fix calculation of avail_min
|
2009-01-14 00:06:40 +01:00 |
|
Lennart Poettering
|
1872526508
|
add pa_proplist_size() and pa_proplist_isempty()
|
2009-01-14 00:06:26 +01:00 |
|
Lennart Poettering
|
ef5a2b5f2c
|
Fix version info
|
2009-01-14 00:05:54 +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
|
3d631df8dd
|
build: print more informations about preopen
|
2009-01-13 16:59:46 +02:00 |
|
Marc-André Lureau
|
9d6e9f51df
|
cli: update-sink-proplist
|
2009-01-13 16:59:46 +02:00 |
|
Marc-André Lureau
|
01f71ac7a1
|
libpulse: add proplist_from_string
|
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
|
f6ac7b4ed6
|
bump version/soname
|
2009-01-12 23:36:28 +01:00 |
|
Lennart Poettering
|
2ecf4c310f
|
Merge commit 'origin/master-tx'
|
2009-01-12 20:01:59 +01:00 |
|
Lennart Poettering
|
f67066b362
|
Port sine modules to pa_memchunk_sine()
|
2009-01-12 19:49:50 +01: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
|
d94d39d635
|
read base volume only in proto 15
|
2009-01-12 19:44:08 +01:00 |
|
Lennart Poettering
|
b9e96e00cf
|
for record streams fill in the latency as the fragsize
|
2009-01-12 19:34:12 +01:00 |
|
Lennart Poettering
|
947a828943
|
fix version check
|
2009-01-12 19:33:38 +01:00 |
|
Lennart Poettering
|
b6804eefea
|
Make sure we don't drop any data on the client side
|
2009-01-10 03:33:27 +01:00 |
|
Lennart Poettering
|
8a3dc57df2
|
make module-sine-source actually work
|
2009-01-10 03:33:10 +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 |
|
Piotr Drąg
|
cf3abcdbda
|
Updated Polish translation
Transmitted-via: Transifex (translate.fedoraproject.org)
|
2009-01-09 21:18:23 +00: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
|
5daf141683
|
drop a few warning options, add a few new ones
|
2009-01-08 23:30:10 +01:00 |
|
Lennart Poettering
|
c2002dcd1f
|
Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudio
|
2009-01-08 21:18:15 +01:00 |
|
Lennart Poettering
|
9fc726c6d7
|
Add new test source module-sine-source
|
2009-01-08 21:17:58 +01:00 |
|
Lennart Poettering
|
e5c093897e
|
A few minor cleanups and updates
|
2009-01-08 21:13:18 +01:00 |
|
Lennart Poettering
|
aff7768fb1
|
Add new debuuging API pa_memchunk_dump_to_file()
|
2009-01-08 21:12:03 +01:00 |
|
Lennart Poettering
|
7ca0f384c8
|
run "make update-po"
|
2009-01-08 19:37:29 +01:00 |
|
Lennart Poettering
|
6b9056c61a
|
Merge commit 'origin/master-tx'
|
2009-01-08 19:35:58 +01:00 |
|