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
Marc-André Lureau
e0f8ffe41f
match: add "key" argument to match different properties
2009-01-14 21:38:15 +02:00
Marc-André Lureau
e97ed21892
match: can now change properties also
2009-01-14 21:38:15 +02: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
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
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
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
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
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
Marc-André Lureau
7e6309c77c
bluetooth: Update sbc from git upstream.
...
It contains encoding fixes, pass the conformance tests, and is now
vectorizable. Next update might include SSE and/or Neon code.
2009-01-08 19:17:37 +02:00
Marc-André Lureau
d096ad78d3
bluetooth: add update-sbc and friends
...
Grr.. You can't do:
SBC_FILES = a b c
libsbc_SOURCES = $(addprefix modules/bluetooth/,$(SBC_FILES))
With automake...
So I $(strip 'modules/bluetooth/') instead.
2009-01-08 19:16:59 +02:00
Marc-André Lureau
8e200ed0ce
build: run some tests during make check (and distcheck)
...
Run simple core tests during 'check'.
I plan to add more automated tests, including pulseaudio instances. I
did some for maemo, they still need some love.
Note: it would be funky to enable Automake 'color-tests' option when
this will be released (1.10.2 and from automake git)
2009-01-08 17:21:10 +02:00
Marc-André Lureau
de57edd5d8
build: Use proper -disable-static instead of removing .a
...
Don't mess up with autofoo, to pass 'make distcheck' again.
Note: I am not convinced by the 'rm -f *.la', I know it can solve
issue, but it should be handled by distributions probably...
2009-01-08 15:12:25 +02:00
Marc-André Lureau
c8b3d8b79c
build: add atomic.h and refcnt.h to libpulsecommon
...
I choose libpulsecommon over libpulsecore because some files
from libpulsecommon (eg. once.{c,h}) include them.
2009-01-08 15:12:25 +02:00
Marc-André Lureau
a206ac0fb5
build: Don't include builddir, but only srcdir.
...
I guess it used to be builddir because some of the files under
src/modules are generated. However, they are generated at dist time,
not at compile time.
2009-01-08 15:11:39 +02:00