summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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-112-8/+10
|
* 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
* build-sys: increase library versionLennart Poettering2009-09-111-1/+1
|
* i18n: run make update-poLennart Poettering2009-09-1130-196/+441
|
* i18n: add ja to LINGUASLennart Poettering2009-09-111-0/+1
|
* Merge remote branch 'origin/master-tx'Lennart Poettering2009-09-1111-963/+2483
|\
| * Sending translation for Dutchwarrink2009-09-101-7/+8
| |
| * Sending translation for po/ja.pohyuuga2009-09-101-0/+2025
| |
| * Sending translation for Telugukkrothap2009-09-101-17/+14
| |
| * Sending translation for Bengali (India)runab2009-09-101-20/+15
| |
| * Sending translation for Hindirajesh2009-09-101-19/+15
| |
| * Sending translation for Tamilifelix2009-09-101-24/+18
| |
| * Sending translation for Marathisandeeps2009-09-101-31/+27
| |
| * Sending translation for Gujaratiswkothar2009-09-101-22/+17
| |
| * Sending translation for Malayalamanipeter2009-09-101-23/+18
| |
| * Sending translation for Punjabijassy2009-09-101-260/+16
| |
| * Sending translation for Assameseamitakhya2009-09-101-540/+310
| |
* | 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
* i18n: run make update-poLennart Poettering2009-09-1029-620/+915
|
* Merge remote branch 'origin/master-tx'Lennart Poettering2009-09-107-2937/+1516
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: po/cs.po po/kn.po po/or.po po/sr.po po/sr@latin.po po/te.po po/uk.po
| * Sending translation for Serbian (Latin)kmilos2009-09-091-395/+145
| |
| * Sending translation for Serbiankmilos2009-09-091-394/+145
| |
| * Sending translation for Serbian (Latin)soko2009-09-091-217/+198
| |
| * Sending translation for Serbiansoko2009-09-091-217/+196
| |
| * Sending translation for Oriyamgiri2009-09-091-236/+279
| |
| * Sending translation for Telugukkrothap2009-09-091-460/+198
| |
| * Sending translation for Czechpmkovar2009-09-091-433/+254
| |