summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-09-09make sure peaks resampler also works for very short input buffersLennart Poettering1-11/+20
2008-09-09minor improvements in debug handlingLennart Poettering2-6/+10
2008-09-09unbreak pa_idxset_rrobinLennart Poettering1-2/+1
2008-09-09When returning from a suspend, pass exactly the same flags as originally whenLennart Poettering2-2/+11
2008-09-09fix minor typoLennart Poettering1-1/+1
2008-09-09Work around presumable ALSA bug that treats the dir argument toLennart Poettering1-4/+11
2008-09-08move autospawn lock to pulsecore/ since we don't need it in the client anymoreLennart Poettering5-6/+5
2008-09-05Add new option to disable remixing from/to LFE and set it to on by defaultLennart Poettering10-23/+39
2008-09-05include build and runtime host information in debug outputLennart Poettering3-2/+16
2008-09-05rework autospawning to allow to multiple parallel autospawning contextsLennart Poettering2-209/+107
2008-09-05connect to localhost via IP address instead of host name, to avoid needless N...Lennart Poettering1-2/+3
2008-09-05if we are exiting due to cpu overload, say so via syslog, tooLennart Poettering1-0/+2
2008-09-05if we are exiting due to idleness, say soLennart Poettering1-0/+1
2008-09-05check for errors returned by pa_context_connect()Lennart Poettering1-1/+4
2008-09-05use pa_channel_map_compatible() where applicableLennart Poettering1-1/+1
2008-09-05a few minor clean-upsLennart Poettering1-8/+3
2008-09-05introduce upper channel map definition limit PA_CHANNEL_MAP_DEF_MAXLennart Poettering2-2/+7
2008-09-05update map fileLennart Poettering1-0/+2
2008-09-05add new API function pa_channel_map_compatible()Lennart Poettering2-0/+11
2008-09-05update map-file script to ignore gcc malloc attributesLennart Poettering1-1/+1
2008-09-05update documentation and help texts for s32le/s32be sample typesLennart Poettering1-1/+1
2008-09-05Downgrade hrtimer warning to notice levelLennart Poettering2-2/+2
2008-09-03introduce macros for all flags so that clients can check for them with #ifdefLennart Poettering2-1/+54
2008-09-03use PA_STREAM_EARLY_REQUESTS for OSS streamsLennart Poettering1-1/+1
2008-09-03command_get_info() segv in some conditionsMarc-André Lureau1-1/+1
2008-09-03reindent comments a bitLennart Poettering5-223/+338
2008-09-03Implement "early requests" mode.Lennart Poettering3-183/+267
2008-09-03Rework pa_machine_id() a bitLennart Poettering1-10/+27
2008-09-03fix misuse of return valueLennart Poettering1-5/+1
2008-09-01use gcc malloc attribute macros for internal functions, tooLennart Poettering2-4/+10
2008-09-01don't include leagacy definition PA_STREAM_NOT_MONOTONOUS in docsLennart Poettering1-0/+3
2008-09-01prefix internally used inline function with _Lennart Poettering1-6/+6
2008-09-01add gcc malloc related function attributes where appropriateLennart Poettering1-6/+8
2008-09-01add malloc related gcc attribute macrosLennart Poettering1-0/+20
2008-09-01avoid rounding errors on requested buffering metricsLennart Poettering1-11/+18
2008-09-01output relative timestamps in addition to absolute timestamps when loggingLennart Poettering1-4/+14
2008-09-01include more build info in debug outputLennart Poettering1-0/+13
2008-08-31rework device opening code: work around broken SND_PCM_NO_AUTO_xxx support in...Lennart Poettering1-39/+68
2008-08-30remove a few more gcc warningsLennart Poettering6-10/+10
2008-08-29fix a few compiler warnings on older gccLennart Poettering10-19/+19
2008-08-29reword amd64 messageLennart Poettering1-1/+1
2008-08-29change default log level for the library to PA_LOG_ERROR to avoid spamming to...Lennart Poettering2-4/+4
2008-08-29downgrade a few messagesLennart Poettering1-4/+4
2008-08-29the native atomic ops implementation for amd64 seems to work fineLennart Poettering1-3/+3
2008-08-29Change return value of cmpxchg atomic op to pa_bool_tLennart Poettering1-14/+16
2008-08-29Add CFLAGS information on start-upMarc-André Lureau1-0/+1
2008-08-29optionally add timestampts to every line loggedLennart Poettering3-14/+39
2008-08-29reduce needlessly large gdbm cache a bitLennart Poettering2-0/+10
2008-08-29fix up latency before calling into stream code, to make sure we don't ask for...Lennart Poettering4-13/+16
2008-08-29add missing config.h inclusionLennart Poettering1-0/+4