summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-09-25svolume: tweak constraints for 32 bits0.9.18-stableWim Taymans2-4/+4
Tweak the constraints a little so that register starved 32bit systems can select a stack variable for the channel paramter instead of reusing one of the registers we're using in the code.
2009-09-20tunnel: fix parsing of source info from newer serversColin Guthrie1-2/+29
2009-09-20tunnel: fix parsing of sink info from newer serversEmil Renner Berthing1-0/+27
2009-09-19build-sys: bump soname for releasev0.9.18Lennart Poettering1-1/+1
2009-09-19vala: install .vapi file by defaultLennart Poettering2-1/+16
2009-09-19vala: numerous updatesLennart Poettering1-203/+259
2009-09-19memtrap: properly add items to linked listLennart Poettering1-1/+4
2009-09-18gconf: run the wrapper script when running gconf-helper from build treeLennart Poettering1-1/+1
2009-09-18namereg: choose default sink/source as soon as one becomes availableLennart Poettering1-1/+12
2009-09-18i18n: run make update-poLennart Poettering30-1956/+2611
2009-09-18Merge remote branch 'origin/master-tx'Lennart Poettering15-2124/+1357
2009-09-18memblock: don't try to reuse PA_MEMBLOCK_APPENDED memblocks since they ↵Lennart Poettering1-4/+11
usually are much bigger than we want them
2009-09-18mainloop: fix detection of rt clocksLennart Poettering1-8/+7
2009-09-18socket-client: modernizationsLennart Poettering2-38/+24
2009-09-18memblock: modernizationsLennart Poettering1-3/+2
2009-09-18conf: Fix typo in daemon.conf: rlimit-rtttime - too many t'sColin Guthrie1-1/+1
Spotted by peol on IRC
2009-09-18Sending translation for Tamilifelix1-20/+14
2009-09-18alsa: Give all ports a human name to allow UI tools to present the choice to ↵Colin Guthrie1-3/+3
users.
2009-09-18rtp: Remove 'fix me' comment after it was actually fixed in [56b6e1]Colin Guthrie1-2/+0
That's what you get for applying your stash without fully checking if anything else was committed in the mean time :p
2009-09-18mainloop: pass monotonic times back to user if he passed monotonic times to usLennart Poettering1-6/+16
2009-09-18timeval: make timeval conversion routines handle PA_USEC_INVALID specialLennart Poettering2-2/+17
2009-09-18timeval: add UNLIKELY annotationLennart Poettering1-3/+3
2009-09-18timeval: make pa_timeval_sub saturatingLennart Poettering1-12/+38
2009-09-18core-rtclock: introduce pa_timespec_store() akin pa_timeval_store()Lennart Poettering2-0/+15
2009-09-18timeval: introduce PA_USEC_MAXLennart Poettering1-2/+5
2009-09-18macro: introduce PA_INT_TYPE_MIN, PA_INT_TYPE_MAX, PA_INT_TYPE_SIGNED macrosLennart Poettering1-0/+12
2009-09-18mainloop: sum up dispatched events in an unsigned to clarify rangeLennart Poettering1-8/+9
2009-09-18mainloop: use PA_LLIST_FOREACH macros where applicableLennart Poettering1-26/+30
2009-09-18mainloop: don't initialize fields we don't have toLennart Poettering1-30/+4
2009-09-18mainloop: calculate in pa_usec_t everywhereLennart Poettering1-21/+46
2009-09-18mainloop: properly convert time to wallclock time when handing it to the userLennart Poettering1-1/+1
2009-09-18alsa: fix Surround mixer element nameLennart Poettering3-3/+3
s/Sourround/Surround/ Spotted by Colin Guthrie
2009-09-18Sending translation for Portuguesericardopinto1-459/+301
2009-09-18rtp: Factor out direct io writing and use ioline instead.Colin Guthrie1-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 :)
2009-09-18raop: Use pa_module_unload_request_by_index as per module-zeroconf-discoverColin Guthrie1-2/+2
2009-09-17core-util: unify how we determine the temporary directoryLennart Poettering3-20/+26
2009-09-17Improve TMPDIR handlingLennart Poettering2-2/+15
Patch from 'jnelson', http://pulseaudio.org/ticket/653
2009-09-17cli: properly destruct cli objectLennart Poettering1-2/+2
2009-09-17cli: don't accidentaly set O_NDELAY on stderrLennart Poettering1-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.
2009-09-17proplist: introduce PA_PROP_WINDOW_DESKTOP propertyLennart Poettering1-0/+3
2009-09-17position-event-sounds: don't warn that loud about vpos/hpos out of rangeLennart Poettering1-2/+3
2009-09-17libpulse: as a special exception, don't require a non-NULL context in ↵Lennart Poettering1-1/+4
pa_context_errno
2009-09-17svolume_mmx: disable test accidentaly left onLennart Poettering1-1/+1
2009-09-17Merge remote branch 'wtay/optimize'Lennart Poettering2-14/+8
2009-09-17alsa: correct assumptions about channels an element lacksVladimir Kokarev1-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.
2009-09-17pacat: use fully automatic buffer sizes if possibleLennart Poettering1-5/+9
2009-09-17memblock: make it easy to disable mempool usage with $PULSE_MEMPOOL_DISABLELennart Poettering1-0/+7
2009-09-17CANCELLED vs. CANCELEDLennart Poettering1-2/+3
Define CANCELLED as alias for CANCELED
2009-09-16Sending translation for Serbian (Latin)kmilos1-12/+11
2009-09-16Sending translation for Serbiankmilos1-11/+11