summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* rtp: Remove 'fix me' comment after it was actually fixed in [56b6e1]Colin Guthrie2009-09-181-2/+0
| | | | That's what you get for applying your stash without fully checking if anything else was committed in the mean time :p
* mainloop: pass monotonic times back to user if he passed monotonic times to usLennart Poettering2009-09-181-6/+16
|
* timeval: make timeval conversion routines handle PA_USEC_INVALID specialLennart Poettering2009-09-182-2/+17
|
* timeval: add UNLIKELY annotationLennart Poettering2009-09-181-3/+3
|
* timeval: make pa_timeval_sub saturatingLennart Poettering2009-09-181-12/+38
|
* core-rtclock: introduce pa_timespec_store() akin pa_timeval_store()Lennart Poettering2009-09-182-0/+15
|
* timeval: introduce PA_USEC_MAXLennart Poettering2009-09-181-2/+5
|
* macro: introduce PA_INT_TYPE_MIN, PA_INT_TYPE_MAX, PA_INT_TYPE_SIGNED macrosLennart Poettering2009-09-181-0/+12
|
* mainloop: sum up dispatched events in an unsigned to clarify rangeLennart Poettering2009-09-181-8/+9
|
* mainloop: use PA_LLIST_FOREACH macros where applicableLennart Poettering2009-09-181-26/+30
|
* mainloop: don't initialize fields we don't have toLennart Poettering2009-09-181-30/+4
|
* mainloop: calculate in pa_usec_t everywhereLennart Poettering2009-09-181-21/+46
|
* mainloop: properly convert time to wallclock time when handing it to the userLennart Poettering2009-09-181-1/+1
|
* alsa: fix Surround mixer element nameLennart Poettering2009-09-183-3/+3
| | | | | | s/Sourround/Surround/ Spotted by Colin Guthrie
* rtp: Factor out direct io writing and use ioline instead.Colin Guthrie2009-09-181-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-discoverColin Guthrie2009-09-181-2/+2
|
* core-util: unify how we determine the temporary directoryLennart Poettering2009-09-173-20/+26
|
* Improve TMPDIR handlingLennart Poettering2009-09-172-2/+15
| | | | | | Patch from 'jnelson', http://pulseaudio.org/ticket/653
* cli: properly destruct cli objectLennart Poettering2009-09-171-2/+2
|
* cli: don't accidentaly set O_NDELAY on stderrLennart Poettering2009-09-171-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 propertyLennart Poettering2009-09-171-0/+3
|
* position-event-sounds: don't warn that loud about vpos/hpos out of rangeLennart Poettering2009-09-171-2/+3
|
* libpulse: as a special exception, don't require a non-NULL context in ↵Lennart Poettering2009-09-171-1/+4
| | | | pa_context_errno
* svolume_mmx: disable test accidentaly left onLennart Poettering2009-09-171-1/+1
|
* Merge remote branch 'wtay/optimize'Lennart Poettering2009-09-172-14/+8
|\
| * svolume_mmx: optimize some moreWim Taymans2009-09-161-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 commentWim Taymans2009-09-161-1/+1
| |
* | alsa: correct assumptions about channels an element lacksVladimir Kokarev2009-09-171-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 possibleLennart Poettering2009-09-171-5/+9
| |
* | memblock: make it easy to disable mempool usage with $PULSE_MEMPOOL_DISABLELennart Poettering2009-09-171-0/+7
| |
* | CANCELLED vs. CANCELEDLennart Poettering2009-09-171-2/+3
|/ | | | Define CANCELLED as alias for CANCELED
* gccmacro: enable weakrefs only on ELFLennart Poettering2009-09-151-1/+1
|
* position-event-sounds: apply volume factor after, not before resamplingv0.9.17Lennart Poettering2009-09-111-6/+6
|
* core: add an additional volume factor that is applied after resampling took ↵Lennart Poettering2009-09-112-10/+56
| | | | place
* position-event-sounds: honour window position if set, position both ↵Lennart Poettering2009-09-111-11/+44
| | | | vertically and horizontally
* proplist: define properties for storing window positionLennart Poettering2009-09-111-0/+18
|
* doxygen: don't confuse doxygen with spurious ..Lennart Poettering2009-09-111-1/+1
|
* doxygen: add rtclock.h to documentationLennart Poettering2009-09-111-7/+9
|
* doxygen: drop references to pacat.c and paplay.c as examples since tehy are ↵Lennart Poettering2009-09-111-6/+0
| | | | not useful as such and in the case of paplay not even existant anymore
* alsa: properly report suspension error codesLennart Poettering2009-09-112-18/+27
|
* alsa: properly convert sample buffer sizesLennart Poettering2009-09-111-3/+3
|
* libpulse: add new error code PA_ERR_BUSYLennart Poettering2009-09-112-1/+4
|
* libpulse: don't support pa_context_get_card_info_list() on servers that ↵v0.9.16Lennart Poettering2009-09-101-0/+2
| | | | cannot handle it
* native: send PA_COMMAND_PLAYBACK_BUFFER_ATTR_CHANGED messages only to ↵Lennart Poettering2009-09-101-13/+15
| | | | clients that understand it
* alsa: disable tsched for software devices before we configure the buffer ↵Lennart Poettering2009-09-093-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 Poettering2009-09-093-5/+22
| | | | broken drivers apparently need that
* alsa: pass SND_PCM_NONBLOCK when opening device during unsuspend, the same ↵Lennart Poettering2009-09-092-2/+2
| | | | way we do it for initial opening
* alsa: rework buffer/period configurationLennart Poettering2009-09-094-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 activateLennart Poettering2009-09-095-16/+28
|
* sample-util: add pa_convert_size() call for converting sizes between two ↵Lennart Poettering2009-09-092-0/+12
| | | | sample specs