summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | include build and runtime host information in debug outputLennart Poettering2008-09-053-2/+16
| |/ /
| * | rework autospawning to allow to multiple parallel autospawning contextsLennart Poettering2008-09-052-209/+107
| | |
| * | connect to localhost via IP address instead of host name, to avoid needless ↵Lennart Poettering2008-09-051-2/+3
| | | | | | | | | | | | NSS lookup
| * | if we are exiting due to cpu overload, say so via syslog, tooLennart Poettering2008-09-051-0/+2
| | |
| * | if we are exiting due to idleness, say soLennart Poettering2008-09-051-0/+1
| | |
| * | check for errors returned by pa_context_connect()Lennart Poettering2008-09-051-1/+4
| | |
| * | use pa_channel_map_compatible() where applicableLennart Poettering2008-09-051-1/+1
| | |
| * | a few minor clean-upsLennart Poettering2008-09-051-8/+3
| | |
| * | introduce upper channel map definition limit PA_CHANNEL_MAP_DEF_MAXLennart Poettering2008-09-052-2/+7
| | |
| * | update map fileLennart Poettering2008-09-051-0/+2
| | |
| * | add new API function pa_channel_map_compatible()Lennart Poettering2008-09-052-0/+11
| | |
| * | update map-file script to ignore gcc malloc attributesLennart Poettering2008-09-051-1/+1
| | |
| * | update documentation and help texts for s32le/s32be sample typesLennart Poettering2008-09-053-5/+9
| | |
| * | Downgrade hrtimer warning to notice levelLennart Poettering2008-09-052-2/+2
| | |
* | | Updated LINGUAS: el, fr, sv added.Robert-André Mauchin2008-09-061-0/+3
| | | | | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* | | Added French translation.Robert-André Mauchin2008-09-061-0/+2153
| | | | | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* | | Added Swedish translation.Daniel Nylander2008-09-051-0/+1799
|/ / | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* | Merge commit 'origin/master-tx'Lennart Poettering2008-09-032-161/+1963
|\ \
| * | Some string in German translation doneFabian Affolter2008-08-311-54/+54
| | | | | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * | Initial German translationFabian Affolter2008-08-291-110/+128
| | | | | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * | Started Greek translationDimitris Glezos2008-08-271-0/+1784
| | | | | | | | | | | | | | | | | | | | | Also testing Transifex at http://translate.fedoraproject.org/submit/module/pulseaudio/ Transmitted-via: Transifex (translate.fedoraproject.org)
* | | introduce macros for all flags so that clients can check for them with #ifdefLennart Poettering2008-09-032-1/+54
| | |
* | | use PA_STREAM_EARLY_REQUESTS for OSS streamsLennart Poettering2008-09-031-1/+1
| | |
* | | command_get_info() segv in some conditionsMarc-André Lureau2008-09-031-1/+1
| | | | | | | | | | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
* | | reindent comments a bitLennart Poettering2008-09-035-223/+338
| | |
* | | Implement "early requests" mode.Lennart Poettering2008-09-034-185/+278
| | | | | | | | | | | | | | | | | | | | | PA_STREAM_EARLY_REQUESTS is a new flag that will modify buffering metric selection behaviour a bit. This code is good for broken ALSA/OSS clients that ignore 'readability' on the fds in question and schedule audio via usleep() instead.
* | | Rework pa_machine_id() a bitLennart Poettering2008-09-031-10/+27
| | | | | | | | | | | | | | | Guarantee this function never fails, use POSIX gethostid as last resort. Add comments.
* | | fix misuse of return valueLennart Poettering2008-09-031-5/+1
| | |
* | | use gcc malloc attribute macros for internal functions, tooLennart Poettering2008-09-012-4/+10
| | |
* | | drop -Winline from build cflagsLennart Poettering2008-09-011-1/+1
| | |
* | | don't include leagacy definition PA_STREAM_NOT_MONOTONOUS in docsLennart Poettering2008-09-011-0/+3
| | |
* | | prefix internally used inline function with _Lennart Poettering2008-09-011-6/+6
| | |
* | | add gcc malloc related function attributes where appropriateLennart Poettering2008-09-011-6/+8
| | |
* | | add malloc related gcc attribute macrosLennart Poettering2008-09-011-0/+20
| | |
* | | avoid rounding errors on requested buffering metricsLennart Poettering2008-09-011-11/+18
| | |
* | | output relative timestamps in addition to absolute timestamps when loggingLennart Poettering2008-09-011-4/+14
| | |
* | | include more build info in debug outputLennart Poettering2008-09-011-0/+13
| | |
* | | rework device opening code: work around broken SND_PCM_NO_AUTO_xxx support ↵Lennart Poettering2008-08-311-39/+68
| | | | | | | | | | | | in ALSA <= 1.0.17a
* | | remove a few more gcc warningsLennart Poettering2008-08-306-10/+10
| | |
* | | fix a few compiler warnings on older gccLennart Poettering2008-08-2910-19/+19
| | |
* | | reword amd64 messageLennart Poettering2008-08-291-1/+1
| | |
* | | change default log level for the library to PA_LOG_ERROR to avoid spamming ↵Lennart Poettering2008-08-292-4/+4
| | | | | | | | | | | | to stderr more often
* | | downgrade a few messagesLennart Poettering2008-08-291-4/+4
| | |
* | | the native atomic ops implementation for amd64 seems to work fineLennart Poettering2008-08-291-3/+3
| | |
* | | Change return value of cmpxchg atomic op to pa_bool_tLennart Poettering2008-08-291-14/+16
| | |
* | | Add CFLAGS information on start-upMarc-André Lureau2008-08-292-0/+3
| | | | | | | | | | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
* | | optionally add timestampts to every line loggedLennart Poettering2008-08-293-14/+39
| | |
* | | reduce needlessly large gdbm cache a bitLennart Poettering2008-08-292-0/+10
| | |
* | | fix up latency before calling into stream code, to make sure we don't ask ↵Lennart Poettering2008-08-294-13/+16
| | | | | | | | | | | | for too much data to early
* | | add missing config.h inclusionLennart Poettering2008-08-291-0/+4
| | |