Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mainloop: calculate in pa_usec_t everywhere | Lennart Poettering | 2009-09-18 | 1 | -21/+46 |
| | |||||
* | mainloop: properly convert time to wallclock time when handing it to the user | Lennart Poettering | 2009-09-18 | 1 | -1/+1 |
| | |||||
* | alsa: fix Surround mixer element name | Lennart Poettering | 2009-09-18 | 3 | -3/+3 |
| | | | | | | s/Sourround/Surround/ Spotted by Colin Guthrie | ||||
* | rtp: Factor out direct io writing and use ioline instead. | Colin Guthrie | 2009-09-18 | 1 | -16/+6 |
| | | | | | This is how things should have worked orinally, but I obviously misunderstood things a bit. This seems to prevent the random hangups that were happening previously :) | ||||
* | raop: Use pa_module_unload_request_by_index as per module-zeroconf-discover | Colin Guthrie | 2009-09-18 | 1 | -2/+2 |
| | |||||
* | core-util: unify how we determine the temporary directory | Lennart Poettering | 2009-09-17 | 3 | -20/+26 |
| | |||||
* | Improve TMPDIR handling | Lennart Poettering | 2009-09-17 | 2 | -2/+15 |
| | | | | | | Patch from 'jnelson', http://pulseaudio.org/ticket/653 | ||||
* | cli: properly destruct cli object | Lennart Poettering | 2009-09-17 | 1 | -2/+2 |
| | |||||
* | cli: don't accidentaly set O_NDELAY on stderr | Lennart Poettering | 2009-09-17 | 1 | -3/+21 |
| | | | | | | | | | | | | | | Loading module-cli could have the effect of setting O_NDELAY on stderr, because it was just a dup'ed fd of stdin which module-cli sets O_NDELAY for and which flag is shared between all dupes. Instead of using stdin/stdout directly we now open a new file descriptor for the controlling terminal, which is equally useful as stdin/stdout but gives a new file that does not share O_NDELAY with stdin/stdout. This solves a problem where when running pulseaudio -C resulted in log output being truncated since stdio does not really handle O_NDELAY that well in on its fds. | ||||
* | proplist: introduce PA_PROP_WINDOW_DESKTOP property | Lennart Poettering | 2009-09-17 | 1 | -0/+3 |
| | |||||
* | position-event-sounds: don't warn that loud about vpos/hpos out of range | Lennart Poettering | 2009-09-17 | 1 | -2/+3 |
| | |||||
* | libpulse: as a special exception, don't require a non-NULL context in ↵ | Lennart Poettering | 2009-09-17 | 1 | -1/+4 |
| | | | | pa_context_errno | ||||
* | svolume_mmx: disable test accidentaly left on | Lennart Poettering | 2009-09-17 | 1 | -1/+1 |
| | |||||
* | Merge remote branch 'wtay/optimize' | Lennart Poettering | 2009-09-17 | 2 | -14/+8 |
|\ | |||||
| * | svolume_mmx: optimize some more | Wim Taymans | 2009-09-16 | 1 | -13/+7 |
| | | | | | | | | | | | | We can reorder the algortihm a bit like we do for sse so that we don't need the contants and masking instructions. Saves 2 instructions for the mmx code. | ||||
| * | svolume_sse: fix comment | Wim Taymans | 2009-09-16 | 1 | -1/+1 |
| | | |||||
* | | alsa: correct assumptions about channels an element lacks | Vladimir Kokarev | 2009-09-17 | 1 | -10/+2 |
| | | | | | | | | | | | | | | If an element does not control some channels assume they are 0dB in comparison to the other elements, i.e. do not influence the volume at all. Previously we were assuming they were as high as the highest of the channels we do control. | ||||
* | | pacat: use fully automatic buffer sizes if possible | Lennart Poettering | 2009-09-17 | 1 | -5/+9 |
| | | |||||
* | | memblock: make it easy to disable mempool usage with $PULSE_MEMPOOL_DISABLE | Lennart Poettering | 2009-09-17 | 1 | -0/+7 |
| | | |||||
* | | CANCELLED vs. CANCELED | Lennart Poettering | 2009-09-17 | 1 | -2/+3 |
|/ | | | | Define CANCELLED as alias for CANCELED | ||||
* | gccmacro: enable weakrefs only on ELF | Lennart Poettering | 2009-09-15 | 1 | -1/+1 |
| | |||||
* | position-event-sounds: apply volume factor after, not before resamplingv0.9.17 | Lennart Poettering | 2009-09-11 | 1 | -6/+6 |
| | |||||
* | core: add an additional volume factor that is applied after resampling took ↵ | Lennart Poettering | 2009-09-11 | 2 | -10/+56 |
| | | | | place | ||||
* | position-event-sounds: honour window position if set, position both ↵ | Lennart Poettering | 2009-09-11 | 1 | -11/+44 |
| | | | | vertically and horizontally | ||||
* | 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 | ||||
* | alsa: properly report suspension error codes | Lennart Poettering | 2009-09-11 | 2 | -18/+27 |
| | |||||
* | alsa: properly convert sample buffer sizes | Lennart Poettering | 2009-09-11 | 1 | -3/+3 |
| | |||||
* | 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 | ||||
* | native: send PA_COMMAND_PLAYBACK_BUFFER_ATTR_CHANGED messages only to ↵ | Lennart Poettering | 2009-09-10 | 1 | -13/+15 |
| | | | | clients that understand it | ||||
* | alsa: disable tsched for software devices before we configure the buffer ↵ | Lennart Poettering | 2009-09-09 | 3 | -11/+4 |
| | | | | metrics so that we don't accidently set a buffer size that is suitable for tsched where we don't use tsched | ||||
* | alsa: when probing for profiles configure buffer/period sizes since some ↵ | Lennart Poettering | 2009-09-09 | 3 | -5/+22 |
| | | | | broken drivers apparently need that | ||||
* | alsa: pass SND_PCM_NONBLOCK when opening device during unsuspend, the same ↵ | Lennart Poettering | 2009-09-09 | 2 | -2/+2 |
| | | | | way we do it for initial opening | ||||
* | alsa: rework buffer/period configuration | Lennart Poettering | 2009-09-09 | 4 | -130/+217 |
| | | | | | | | | | | | | | - As discussed on alsa-devel it's probably better to initialize the buffer size first, followed by the period size. If that fails try the other way round. If that fails try to configure only buffer size. If that fails try to configure only period size. Finally, try to configure neither. - Don't require integral periods anymore. Both of these changes should help improving compatibility with various weirder sound devices, such as TV cards. | ||||
* | simd: be more precise which SIMD optimizations we activate | Lennart Poettering | 2009-09-09 | 5 | -16/+28 |
| | |||||
* | sample-util: add pa_convert_size() call for converting sizes between two ↵ | Lennart Poettering | 2009-09-09 | 2 | -0/+12 |
| | | | | sample specs | ||||
* | udev: ratelimit device initializations | Lennart Poettering | 2009-09-09 | 1 | -6/+41 |
| | |||||
* | ratelimit: allow non-static ratelimit structs | Lennart Poettering | 2009-09-09 | 1 | -4/+14 |
| | |||||
* | padsp: properly return return values (llvm-clang-analyzer) | Lennart Poettering | 2009-09-08 | 1 | -3/+3 |
| | |||||
* | pacat: don't convert stream name twice (llvm-clang-analyzer) | Lennart Poettering | 2009-09-08 | 1 | -1/+0 |
| | |||||
* | stripnul: initialize 'found' bool properly (llvm-clang-analyzer) | Lennart Poettering | 2009-09-08 | 1 | -1/+1 |
| | |||||
* | protocol-native: log explicitly when someone asks us to quit | Lennart Poettering | 2009-09-08 | 1 | -0/+2 |
| | |||||
* | core-util: properly fill in exception array for pa_reset_sigs() ↵ | Lennart Poettering | 2009-09-08 | 1 | -1/+1 |
| | | | | (llvm-clang-analyzer) | ||||
* | conf-parser: properly initialize variable we free() later (llvm-clang-analyzer) | Lennart Poettering | 2009-09-08 | 1 | -1/+1 |
| | |||||
* | cli-command: don't necessarily ovveride failure code of files ↵ | Lennart Poettering | 2009-09-08 | 1 | -2/+0 |
| | | | | (llvm-clang-analyzer) | ||||
* | cli-command: modernizations | Lennart Poettering | 2009-09-08 | 1 | -16/+16 |
| | |||||
* | utf8: minor simplification | Lennart Poettering | 2009-09-08 | 1 | -4/+1 |
| |