summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | sample-util: add pa_convert_size() call for converting sizes between two ↵Lennart Poettering2009-09-092-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sample specs
* | | | | | | | | | udev: ratelimit device initializationsLennart Poettering2009-09-091-6/+41
| | | | | | | | | |
* | | | | | | | | | ratelimit: allow non-static ratelimit structsLennart Poettering2009-09-091-4/+14
| | | | | | | | | |
* | | | | | | | | | padsp: properly return return values (llvm-clang-analyzer)Lennart Poettering2009-09-081-3/+3
| | | | | | | | | |
* | | | | | | | | | pacat: don't convert stream name twice (llvm-clang-analyzer)Lennart Poettering2009-09-081-1/+0
| | | | | | | | | |
* | | | | | | | | | stripnul: initialize 'found' bool properly (llvm-clang-analyzer)Lennart Poettering2009-09-081-1/+1
| | | | | | | | | |
* | | | | | | | | | protocol-native: log explicitly when someone asks us to quitLennart Poettering2009-09-081-0/+2
| | | | | | | | | |
* | | | | | | | | | core-util: properly fill in exception array for pa_reset_sigs() ↵Lennart Poettering2009-09-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (llvm-clang-analyzer)
* | | | | | | | | | conf-parser: properly initialize variable we free() later (llvm-clang-analyzer)Lennart Poettering2009-09-081-1/+1
| | | | | | | | | |
* | | | | | | | | | cli-command: don't necessarily ovveride failure code of files ↵Lennart Poettering2009-09-081-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (llvm-clang-analyzer)
* | | | | | | | | | cli-command: modernizationsLennart Poettering2009-09-081-16/+16
| | | | | | | | | |
* | | | | | | | | | utf8: minor simplificationLennart Poettering2009-09-081-4/+1
| | | | | | | | | |
* | | | | | | | | | rtsp: document that rtsp_exec() needs fixing (llvm-clang-analyzer)Lennart Poettering2009-09-081-0/+2
| | | | | | | | | |
* | | | | | | | | | hal: check properly for failure of libhal_find_device_by_capability() ↵Lennart Poettering2009-09-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (llvm-clang-analyzer)
* | | | | | | | | | blueooth: actually honour 'room' variable (llvm-clang-analyzer)Lennart Poettering2009-09-081-3/+6
| | | | | | | | | |
* | | | | | | | | | alsa-sink: init after_avail earlier (llvm-clang-analyzer)Lennart Poettering2009-09-081-1/+1
| | | | | | | | | |
* | | | | | | | | | llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixesLennart Poettering2009-09-0820-59/+49
| | | | | | | | | |
* | | | | | | | | | i18n: move \r out of translatable stringLennart Poettering2009-09-071-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=521552
* | | | | | | | | | Merge remote branch 'wtay/optimize'Lennart Poettering2009-09-073-9/+12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86: also call see init for SSE2Wim Taymans2009-09-071-1/+1
| | | | | | | | | | |
| * | | | | | | | | | x86: only install some functions when SSE2Wim Taymans2009-09-072-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remap and volume functions use SSE2 instructions so only install them when SSE2 is present.
* | | | | | | | | | | libpulse: allow invocation of pa_context_play_sample_with_proplist() with ↵Lennart Poettering2009-09-071-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NULL proplist
* | | | | | | | | | | vala: reindentLennart Poettering2009-09-071-1299/+1299
| | | | | | | | | | |
* | | | | | | | | | | vector: don't try to build vector stuff on altivecLennart Poettering2009-09-071-1/+2
| | | | | | | | | | |
* | | | | | | | | | | vala: s/PropList/Proplist/g since the C version does not use an underscore thereLennart Poettering2009-09-071-19/+19
| | | | | | | | | | |
* | | | | | | | | | | vala: add vala .vapi file for the PulseAudio APIs, but don't include them in ↵Lennart Poettering2009-09-071-0/+1463
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the tarball for now
* | | | | | | | | | | volume: if pa_cvolume_set_{balance|fade}() is called with invalid ↵Lennart Poettering2009-09-071-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fade/balance value log, but don't assert
* | | | | | | | | | | volume: when passing NULL as channel map to pa_cvolume_scale_mask() handle ↵Lennart Poettering2009-09-071-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this the same way as pa_cvolume_scale()
* | | | | | | | | | | volume: drop some redundant but expensive validity checksLennart Poettering2009-09-071-7/+1
| | | | | | | | | | |
* | | | | | | | | | | volume: add a couple of validity checks for pa_volume_t argumentsLennart Poettering2009-09-071-0/+16
| | | | | | | | | | |
* | | | | | | | | | | volume: fix definition of PA_VOLUME_MAX and introduce PA_VOLUME_INVALID and ↵Lennart Poettering2009-09-075-14/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use it wherever applicable
* | | | | | | | | | | introspect: rearrange order of functions a bitLennart Poettering2009-09-061-6/+6
| | | | | | | | | | |
* | | | | | | | | | | libpulse: introduce PA_BYTES_SNPRINT_MAX and make use of it wherever applicableLennart Poettering2009-09-066-11/+17
|/ / / / / / / / / /
* | | | | | | | | | daemon: disable CPU load limiter by defaultLennart Poettering2009-09-043-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RLIMIT_RTTIME and rtki can do this job much better, so let's disable this by default.
* | | | | | | | | | always-sink: rename null sink created to 'dummy sink' and make it translatableLennart Poettering2009-09-041-2/+4
| | | | | | | | | |
* | | | | | | | | | null: make name of null sink translatableLennart Poettering2009-09-041-2/+3
| | | | | | | | | |
* | | | | | | | | | alsa: add more input sources to path setLennart Poettering2009-09-031-0/+8
|/ / / / / / / / /
* | | | | | | | | i18n: run make update-poLennart Poettering2009-09-0330-5727/+8026
| | | | | | | | |
* | | | | | | | | i18n: fix LINGUASLennart Poettering2009-09-031-0/+2
| | | | | | | | |
* | | | | | | | | Merge commit 'origin/master-tx'Lennart Poettering2009-09-039-1768/+3033
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Sending translation for Marathisandeeps2009-09-011-388/+141
| | | | | | | | | |
| * | | | | | | | | Sending translation for Tamilifelix2009-09-011-400/+163
| | | | | | | | | |
| * | | | | | | | | Sending translation for Italianperplex2009-08-311-41/+50
| | | | | | | | | |
| * | | | | | | | | Sending translation for Finnishvpv2009-08-301-4/+16
| | | | | | | | | |
| * | | | | | | | | Sending translation for Finnishvpv2009-08-301-162/+147
| | | | | | | | | |
| * | | | | | | | | Sending translation for po/LINGUASraven2009-08-291-4/+3
| | | | | | | | | |
| * | | | | | | | | Sending translation for Czechpmkovar2009-08-281-10/+8
| | | | | | | | | |
| * | | | | | | | | Sending translation for Ukrainianmvdz2009-08-251-218/+182
| | | | | | | | | |
| * | | | | | | | | Sending translation for Italiangiallu2009-08-251-232/+231
| | | | | | | | | |
| * | | | | | | | | Sending translation for po/ru.poypoyarko2009-08-251-0/+1968
| | | | | | | | | |