summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | increase pa_xmalloc() limit to 96 MB, closes #344Lennart Poettering2008-08-261-1/+1
* | fix typoLennart Poettering2008-08-261-1/+1
* | Fix error code in pa_stream_get_timing_info()Lennart Poettering2008-08-261-1/+1
* | call close() in a loop to catch EINTRLennart Poettering2008-08-261-1/+9
* | Fix more linking issues in x11-publish and stream-restoreColin Guthrie2008-08-221-2/+2
* | Merge branch 'master' of git://git.0pointer.de/pulseaudioColin Guthrie2008-08-22196-3286/+7690
|\ \
| * | add a few missing castsLennart Poettering2008-08-207-20/+20
| * | add doxygen documentation for ext-stream-restore.hLennart Poettering2008-08-202-470/+486
| |/
| * use final glibc eventfd() instead of our homegrown syscall invocationsLennart Poettering2008-08-192-37/+14
| * rework cpu limit logic to use monotonic instead of wall clock timeLennart Poettering2008-08-192-6/+10
| * simplify pa_start_child_for_read by using pa_close_all()/pa_reset_sigs()/pa_u...Lennart Poettering2008-08-191-57/+3
| * add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-1999-776/+810
| * run autoupdateLennart Poettering2008-08-191-24/+24
| * update gitignoreLennart Poettering2008-08-192-1/+9
| * require ac 2.62 in bootstrap.shLennart Poettering2008-08-191-2/+2
| * Merge commit 'flameeyes/autoconf-2.62'Lennart Poettering2008-08-1813-242/+407
| |\
| | * Reduce rules for man pages generation to pattern rules.Diego 'Flameeyes' Pettenò2008-08-081-105/+8
| | * Replace some manual build tests with AC_CACHE_CHECK and AC_COMPILE_IFELSE.Diego 'Flameeyes' Pettenò2008-08-081-52/+58
| | * Create a new macro for checking compiler support for TLS.Diego 'Flameeyes' Pettenò2008-08-083-12/+19
| | * Replace the CFLAGS-checking code with a common macro from xine-lib.Diego 'Flameeyes' Pettenò2008-08-082-24/+264
| | * Use AC_PROG_CC_C99 to discover C99-compliant compiler.Diego 'Flameeyes' Pettenò2008-08-081-4/+2
| | * Create an m4 directory for common macros and use it.Diego 'Flameeyes' Pettenò2008-08-088-42/+49
| | * Remove gettext macros from configure.ac, intltool is used.Diego 'Flameeyes' Pettenò2008-08-081-2/+0
| | * Bump autoconf requirement to 2.62 (latest released version).Diego 'Flameeyes' Pettenò2008-08-081-1/+1
| | * Fix man pages generation when building out of tree.Diego 'Flameeyes' Pettenò2008-08-081-13/+13
| | * Fix building again libtool/ltdl 2.2.4.Diego 'Flameeyes' Pettenò2008-08-081-0/+6
| * | a few modernizationsLennart Poettering2008-08-181-6/+6
| * | don't unref pa_native_options object twiceLennart Poettering2008-08-181-7/+6
| * | add some code to make invalid valgrind warnings go awayLennart Poettering2008-08-184-1/+51
| * | bump releaseLennart Poettering2008-08-181-1/+1
| * | restore volume/device for streams only when it wasn't set beforeLennart Poettering2008-08-181-8/+21
| * | allow clients to not specify the volume for their streamsLennart Poettering2008-08-183-3/+29
| * | rework validity checking of sink/source/... namesLennart Poettering2008-08-181-18/+43
| * | save a bit of memoryLennart Poettering2008-08-184-26/+29
| * | fix type errorLennart Poettering2008-08-181-4/+8
| * | Fix up overzealous HAVE_LT_DLMUTEX_REGISTER blockRuss Dill2008-08-171-4/+4
| * | Make Multicast TTL for RTP configurable, patch from 'dfort'Lennart Poettering2008-08-151-2/+17
| * | apply newly configured rules properlyLennart Poettering2008-08-151-2/+3
| * | apply volumes properly more than once in a rowLennart Poettering2008-08-151-1/+2
| * | apply the correct rules to sink inputsLennart Poettering2008-08-151-1/+1
| * | don't restore devices for direct-on-input streamsLennart Poettering2008-08-151-0/+1
| * | disable hotplug sounds by defaultLennart Poettering2008-08-151-1/+1
| * | pass force_refresh=FALSE to all volume/mute read invocationsLennart Poettering2008-08-136-20/+20
| * | drop 0db reset functions since they are not necessary anymoreLennart Poettering2008-08-132-53/+0
| * | extend hardware dB scale in software to full range if necessary, instead of r...Lennart Poettering2008-08-132-191/+295
| * | rework volume/mute APIs: split out pa_xx_set_soft_volume() and add force_refr...Lennart Poettering2008-08-134-14/+38
| * | add new function pa_alsa_volume_divide()Lennart Poettering2008-08-132-0/+27
| * | reword some log messagesLennart Poettering2008-08-131-3/+3
| * | add new API function pa_cvolume_max()Lennart Poettering2008-08-132-0/+15
| * | reset lock_fd_mutex after destructionLennart Poettering2008-08-131-0/+1