Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Downgrade hrtimer warning to notice level | Lennart Poettering | 2008-09-05 | 2 | -2/+2 |
| | |||||
* | Merge commit 'origin/master-tx' | Lennart Poettering | 2008-09-03 | 2 | -161/+1963 |
|\ | |||||
| * | Some string in German translation done | Fabian Affolter | 2008-08-31 | 1 | -54/+54 |
| | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
| * | Initial German translation | Fabian Affolter | 2008-08-29 | 1 | -110/+128 |
| | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
| * | Started Greek translation | Dimitris Glezos | 2008-08-27 | 1 | -0/+1784 |
| | | | | | | | | | | | | | | Also testing Transifex at http://translate.fedoraproject.org/submit/module/pulseaudio/ Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
* | | introduce macros for all flags so that clients can check for them with #ifdef | Lennart Poettering | 2008-09-03 | 2 | -1/+54 |
| | | |||||
* | | use PA_STREAM_EARLY_REQUESTS for OSS streams | Lennart Poettering | 2008-09-03 | 1 | -1/+1 |
| | | |||||
* | | command_get_info() segv in some conditions | Marc-André Lureau | 2008-09-03 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Lennart Poettering <lennart@poettering.net> | ||||
* | | reindent comments a bit | Lennart Poettering | 2008-09-03 | 5 | -223/+338 |
| | | |||||
* | | Implement "early requests" mode. | Lennart Poettering | 2008-09-03 | 4 | -185/+278 |
| | | | | | | | | | | | | | | PA_STREAM_EARLY_REQUESTS is a new flag that will modify buffering metric selection behaviour a bit. This code is good for broken ALSA/OSS clients that ignore 'readability' on the fds in question and schedule audio via usleep() instead. | ||||
* | | Rework pa_machine_id() a bit | Lennart Poettering | 2008-09-03 | 1 | -10/+27 |
| | | | | | | | | | | Guarantee this function never fails, use POSIX gethostid as last resort. Add comments. | ||||
* | | fix misuse of return value | Lennart Poettering | 2008-09-03 | 1 | -5/+1 |
| | | |||||
* | | use gcc malloc attribute macros for internal functions, too | Lennart Poettering | 2008-09-01 | 2 | -4/+10 |
| | | |||||
* | | drop -Winline from build cflags | Lennart Poettering | 2008-09-01 | 1 | -1/+1 |
| | | |||||
* | | don't include leagacy definition PA_STREAM_NOT_MONOTONOUS in docs | Lennart Poettering | 2008-09-01 | 1 | -0/+3 |
| | | |||||
* | | prefix internally used inline function with _ | Lennart Poettering | 2008-09-01 | 1 | -6/+6 |
| | | |||||
* | | add gcc malloc related function attributes where appropriate | Lennart Poettering | 2008-09-01 | 1 | -6/+8 |
| | | |||||
* | | add malloc related gcc attribute macros | Lennart Poettering | 2008-09-01 | 1 | -0/+20 |
| | | |||||
* | | avoid rounding errors on requested buffering metrics | Lennart Poettering | 2008-09-01 | 1 | -11/+18 |
| | | |||||
* | | output relative timestamps in addition to absolute timestamps when logging | Lennart Poettering | 2008-09-01 | 1 | -4/+14 |
| | | |||||
* | | include more build info in debug output | Lennart Poettering | 2008-09-01 | 1 | -0/+13 |
| | | |||||
* | | rework device opening code: work around broken SND_PCM_NO_AUTO_xxx support ↵ | Lennart Poettering | 2008-08-31 | 1 | -39/+68 |
| | | | | | | | | in ALSA <= 1.0.17a | ||||
* | | remove a few more gcc warnings | Lennart Poettering | 2008-08-30 | 6 | -10/+10 |
| | | |||||
* | | fix a few compiler warnings on older gcc | Lennart Poettering | 2008-08-29 | 10 | -19/+19 |
| | | |||||
* | | reword amd64 message | Lennart Poettering | 2008-08-29 | 1 | -1/+1 |
| | | |||||
* | | change default log level for the library to PA_LOG_ERROR to avoid spamming ↵ | Lennart Poettering | 2008-08-29 | 2 | -4/+4 |
| | | | | | | | | to stderr more often | ||||
* | | downgrade a few messages | Lennart Poettering | 2008-08-29 | 1 | -4/+4 |
| | | |||||
* | | the native atomic ops implementation for amd64 seems to work fine | Lennart Poettering | 2008-08-29 | 1 | -3/+3 |
| | | |||||
* | | Change return value of cmpxchg atomic op to pa_bool_t | Lennart Poettering | 2008-08-29 | 1 | -14/+16 |
| | | |||||
* | | Add CFLAGS information on start-up | Marc-André Lureau | 2008-08-29 | 2 | -0/+3 |
| | | | | | | | | Signed-off-by: Lennart Poettering <lennart@poettering.net> | ||||
* | | optionally add timestampts to every line logged | Lennart Poettering | 2008-08-29 | 3 | -14/+39 |
| | | |||||
* | | reduce needlessly large gdbm cache a bit | Lennart Poettering | 2008-08-29 | 2 | -0/+10 |
| | | |||||
* | | fix up latency before calling into stream code, to make sure we don't ask ↵ | Lennart Poettering | 2008-08-29 | 4 | -13/+16 |
| | | | | | | | | for too much data to early | ||||
* | | add missing config.h inclusion | Lennart Poettering | 2008-08-29 | 1 | -0/+4 |
| | | |||||
* | | rework pa_ulog2 and base it on __builtin_clz if available, make ↵ | Lennart Poettering | 2008-08-29 | 1 | -15/+21 |
| | | | | | | | | pa_make_power_of_two based on it | ||||
* | | add byte-to-usec and usec-to-byte converters that round up, not down | Lennart Poettering | 2008-08-28 | 2 | -0/+36 |
| | | |||||
* | | document in which direction we round | Lennart Poettering | 2008-08-28 | 1 | -2/+6 |
| | | |||||
* | | alsa_error_handler should note source of errors | Ed Catmur | 2008-08-26 | 1 | -1/+6 |
| | | | | | | | | | | | | When an error gets passed up from alsa-lib via alsa_error_handler, it's unclear the source of the error. alsa_error_handler should note that the error came from alsa-lib. (Closes #341) | ||||
* | | increase pa_xmalloc() limit to 96 MB, closes #344 | Lennart Poettering | 2008-08-26 | 1 | -1/+1 |
| | | |||||
* | | fix typo | Lennart Poettering | 2008-08-26 | 1 | -1/+1 |
| | | |||||
* | | Fix error code in pa_stream_get_timing_info() | Lennart Poettering | 2008-08-26 | 1 | -1/+1 |
| | | |||||
* | | call close() in a loop to catch EINTR | Lennart Poettering | 2008-08-26 | 1 | -1/+9 |
| | | |||||
* | | Fix more linking issues in x11-publish and stream-restore | Colin Guthrie | 2008-08-22 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' of git://git.0pointer.de/pulseaudio | Colin Guthrie | 2008-08-22 | 196 | -3286/+7690 |
|\ \ | |||||
| * | | add a few missing casts | Lennart Poettering | 2008-08-20 | 7 | -20/+20 |
| | | | |||||
| * | | add doxygen documentation for ext-stream-restore.h | Lennart Poettering | 2008-08-20 | 2 | -470/+486 |
| |/ | |||||
| * | use final glibc eventfd() instead of our homegrown syscall invocations | Lennart Poettering | 2008-08-19 | 2 | -37/+14 |
| | | |||||
| * | rework cpu limit logic to use monotonic instead of wall clock time | Lennart Poettering | 2008-08-19 | 2 | -6/+10 |
| | | |||||
| * | simplify pa_start_child_for_read by using ↵ | Lennart Poettering | 2008-08-19 | 1 | -57/+3 |
| | | | | | | | | pa_close_all()/pa_reset_sigs()/pa_unblock_sigs() | ||||
| * | add a few more gcc warning flags and fix quite a few problems found by doing so | Lennart Poettering | 2008-08-19 | 99 | -776/+810 |
| | |