Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | gccmacro: enable weakrefs only on ELF | Lennart Poettering | 2009-09-15 | 1 | -1/+1 | |
| | | ||||||
| * | proplist: define properties for storing window position | Lennart Poettering | 2009-09-11 | 1 | -0/+18 | |
| | | ||||||
| * | doxygen: don't confuse doxygen with spurious .. | Lennart Poettering | 2009-09-11 | 1 | -1/+1 | |
| | | ||||||
| * | doxygen: add rtclock.h to documentation | Lennart Poettering | 2009-09-11 | 1 | -7/+9 | |
| | | ||||||
| * | doxygen: drop references to pacat.c and paplay.c as examples since tehy are ↵ | Lennart Poettering | 2009-09-11 | 1 | -6/+0 | |
| | | | | | | | | not useful as such and in the case of paplay not even existant anymore | |||||
| * | libpulse: add new error code PA_ERR_BUSY | Lennart Poettering | 2009-09-11 | 2 | -1/+4 | |
| | | ||||||
| * | libpulse: don't support pa_context_get_card_info_list() on servers that ↵v0.9.16 | Lennart Poettering | 2009-09-10 | 1 | -0/+2 | |
| | | | | | | | | cannot handle it | |||||
| * | utf8: minor simplification | Lennart Poettering | 2009-09-08 | 1 | -4/+1 | |
| | | ||||||
| * | llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixes | Lennart Poettering | 2009-09-08 | 2 | -7/+5 | |
| | | ||||||
| * | libpulse: allow invocation of pa_context_play_sample_with_proplist() with ↵ | Lennart Poettering | 2009-09-07 | 1 | -2/+8 | |
| | | | | | | | | NULL proplist | |||||
| * | volume: if pa_cvolume_set_{balance|fade}() is called with invalid ↵ | Lennart Poettering | 2009-09-07 | 1 | -8/+4 | |
| | | | | | | | | fade/balance value log, but don't assert | |||||
| * | volume: when passing NULL as channel map to pa_cvolume_scale_mask() handle ↵ | Lennart Poettering | 2009-09-07 | 1 | -1/+5 | |
| | | | | | | | | this the same way as pa_cvolume_scale() | |||||
| * | volume: drop some redundant but expensive validity checks | Lennart Poettering | 2009-09-07 | 1 | -7/+1 | |
| | | ||||||
| * | volume: add a couple of validity checks for pa_volume_t arguments | Lennart Poettering | 2009-09-07 | 1 | -0/+16 | |
| | | ||||||
| * | volume: fix definition of PA_VOLUME_MAX and introduce PA_VOLUME_INVALID and ↵ | Lennart Poettering | 2009-09-07 | 4 | -12/+15 | |
| | | | | | | | | use it wherever applicable | |||||
| * | introspect: rearrange order of functions a bit | Lennart Poettering | 2009-09-06 | 1 | -6/+6 | |
| | | ||||||
| * | libpulse: introduce PA_BYTES_SNPRINT_MAX and make use of it wherever applicable | Lennart Poettering | 2009-09-06 | 3 | -2/+8 | |
| | | ||||||
* | | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-work | Tanu Kaskinen | 2009-08-30 | 2 | -14/+9 | |
|\| | | | | | | | | | Conflicts: src/modules/module-stream-restore.c | |||||
| * | Fix checking for NULL after usage | Andy Shevchenko | 2009-08-28 | 1 | -12/+6 | |
| | | | | | | | | | | | | The pa_xmalloc calls oom() in case of NULL pointer returned by malloc() on one hand and dereferencing of pointer is happen early than actual check on other hand. Thus, just remove useless checks. | |||||
| * | proplist: allow setting of zero-length data properties | Lennart Poettering | 2009-08-27 | 1 | -2/+3 | |
| | | ||||||
* | | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-work | Tanu Kaskinen | 2009-08-24 | 5 | -55/+58 | |
|\| | | | | | | | | | Conflicts: src/Makefile.am | |||||
| * | Merge commit 'wtay/optimize' | Lennart Poettering | 2009-08-23 | 1 | -25/+24 | |
| |\ | ||||||
| | * | sample: manually inline table lookups | Wim Taymans | 2009-08-20 | 1 | -25/+24 | |
| | | | | | | | | | | | | | | | Manually inline some table lookups to avoid excessive calls to pa_sample_spec_valid(). | |||||
| * | | core: Add thread-safe group info functions with dynamic buffers | Ted Percival | 2009-08-22 | 1 | -27/+25 | |
| |/ | | | | | | | | | | | | | Provides getgrgid, getgrnam, getpwuid & getpwnam replacements that are thread safe (a la getgrgid_r() and friends) that internally handle allocating big-enough buffers to avoid ERANGE errors on large users or groups. | |||||
| * | Modification of the thread-mainloop doc to ensure that nobody frees the api ↵ | Xabier Rodriguez Calvar | 2009-08-20 | 1 | -1/+3 | |
| | | | | | | | | as it is owned by the loop. | |||||
| * | Modification of the mainloop doc to ensure that nobody frees the api as it ↵ | Xabier Rodriguez Calvar | 2009-08-20 | 1 | -1/+3 | |
| | | | | | | | | is owned by the loop. | |||||
| * | Modification of the glib-mainloop doc to ensure that nobody frees the api as ↵ | Xabier Rodriguez Calvar | 2009-08-20 | 1 | -1/+3 | |
| | | | | | | | | it is owned by the loop. | |||||
* | | proplist: A couple of documentation fixes. | Tanu Kaskinen | 2009-08-24 | 1 | -2/+3 | |
| | | ||||||
* | | proplist: Return early from pa_proplist_equal() if the pointers are equal. | Tanu Kaskinen | 2009-08-24 | 1 | -0/+3 | |
| | | ||||||
* | | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-work | Tanu Kaskinen | 2009-08-19 | 5 | -20/+166 | |
|\| | ||||||
| * | volume: introduce pa_cvolume_{inc|dec}() | Lennart Poettering | 2009-08-19 | 2 | -0/+42 | |
| | | ||||||
| * | volume: use PA_VOLUME_MAX instead of (pa_volume_t) -1 | Lennart Poettering | 2009-08-19 | 1 | -4/+4 | |
| | | ||||||
| * | volume: round properly when showing human readable volume percentages | Lennart Poettering | 2009-08-19 | 1 | -2/+2 | |
| | | ||||||
| * | volume: simplify volume multiplifactions, do them in integer only | Lennart Poettering | 2009-08-19 | 1 | -4/+6 | |
| | | ||||||
| * | volume: introduce pa_cvolume_min() and pa_cvolume_min_mask() | Lennart Poettering | 2009-08-19 | 2 | -2/+49 | |
| | | ||||||
| * | volume: document when arguments of certain functions may overlap | Lennart Poettering | 2009-08-17 | 1 | -4/+8 | |
| | | ||||||
| * | libpulse: some minor optimizations when checking equality | Lennart Poettering | 2009-08-17 | 3 | -0/+16 | |
| | | ||||||
| * | channelmap: minor doxygen fix | Lennart Poettering | 2009-08-17 | 1 | -4/+14 | |
| | | ||||||
| * | channelmap: document where the WAVEX channelmap is documented | Lennart Poettering | 2009-08-17 | 1 | -0/+2 | |
| | | ||||||
| * | channelmap: adjust RFC3551 channel maps to follow spec more closely | Lennart Poettering | 2009-08-17 | 1 | -4/+4 | |
| | | ||||||
| * | volume: add pa_cvolume_merge() call | Lennart Poettering | 2009-08-17 | 2 | -0/+23 | |
| | | ||||||
* | | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-work | Tanu Kaskinen | 2009-08-16 | 13 | -190/+413 | |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: src/Makefile.am src/daemon/daemon-conf.c src/daemon/daemon.conf.in src/modules/module-stream-restore.c src/pulse/client-conf.c src/pulsecore/namereg.c | |||||
| * | pulse: even in case of record stream, let's initialize req_bytes to 0 | Marc-André Lureau | 2009-08-15 | 1 | -1/+1 | |
| | | ||||||
| * | volume: guarantee dB/linear conversion is reversible | Lennart Poettering | 2009-08-14 | 1 | -1/+4 | |
| | | ||||||
| * | context: document why we only do minimal cleanups before the autospawn exec() | Lennart Poettering | 2009-08-12 | 1 | -1/+4 | |
| | | ||||||
| * | conf: invert all negative boolean configuration option | Lennart Poettering | 2009-08-12 | 2 | -11/+12 | |
| | | ||||||
| * | Correctly deal with events in the past in calc_next_timeout | Maxim Levitsky | 2009-08-10 | 1 | -7/+6 | |
| | | | | | | | | | | | | | | | | pa_usec_t is unsigned, thus it will always be >= 0 This makes gstreamer pulse mixer work again This fixes a gstreamer mixer regression, when it can't control the volume, after few changes. | |||||
| * | simple: check for == RUNNING instead of != DONE when waiting for operations | Lennart Poettering | 2009-08-05 | 1 | -2/+2 | |
| | | ||||||
| * | simple: split data/length validity checks into two | Lennart Poettering | 2009-08-05 | 1 | -2/+4 | |
| | | ||||||
| * | simple: call pa_context_disconnect() just to be sure | Lennart Poettering | 2009-08-05 | 1 | -1/+3 | |
| | |