summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * don't fail if a signalled writability of STDOUT is no longer true when we ↵Lennart Poettering2008-04-111-0/+7
| | | | | | | | | | | | | | | | | | try it because some other thread already wrote something git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2251 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * update list-xxx commands a bitLennart Poettering2008-04-111-10/+10
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2250 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * don't print 'signal' each time a rtpoll poll() call is canceledLennart Poettering2008-04-111-1/+1
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2249 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * fix linker warning macro code, move pa_strnull() to core-util.h, move ↵Lennart Poettering2008-04-111-9/+15
| | | | | | | | | | | | | | | | | | PA_LIKELY definitions here from gccmacro.h git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2248 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * don't use fqdn if we don't have toLennart Poettering2008-04-111-1/+1
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2247 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * redirect alsa errors to normal PA log system; export buffer settings in ↵Lennart Poettering2008-04-112-8/+32
| | | | | | | | | | | | | | | | | | device props git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2246 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * make use of new alsa SND_PCM_NO_AUTO_xxx flags; redirect alsa errors to ↵Lennart Poettering2008-04-112-4/+44
| | | | | | | | | | | | | | | | | | normal PA log system git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2245 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * mark autoload functions as deprecatedLennart Poettering2008-04-111-6/+7
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2244 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * remove misplaced PA_GCC_PURELennart Poettering2008-04-111-1/+3
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2243 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * add C++ safety to header fileLennart Poettering2008-04-111-39/+44
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2242 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * fix bit depth guarantee for pa_usec_tLennart Poettering2008-04-111-1/+2
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2241 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * add new API function pa_timeval_add()Lennart Poettering2008-04-112-1/+23
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2240 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * remove gcc macros from cdecl.h because we have them in gccmacro.h nowLennart Poettering2008-04-111-18/+0
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2239 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * fix bad memory access when initializing client proplistLennart Poettering2008-04-111-2/+4
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2238 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * add gccmacro.h to doxygen docsLennart Poettering2008-04-111-1/+1
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2237 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * add new module module-device-restoreLennart Poettering2008-04-112-0/+356
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2236 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * increase version of required ALSA to 1.0.16. check for gdbmLennart Poettering2008-04-111-1/+4
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2235 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * add new API pa_rtclock_from_wallclock()Lennart Poettering2008-04-112-0/+23
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2234 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * fix proplist serializationLennart Poettering2008-04-112-9/+7
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2233 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * move gccmacro from pulsecore/ to pulse/Lennart Poettering2008-04-111-5/+4
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2232 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * add new describe-module CLI commandLennart Poettering2008-04-091-0/+41
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2231 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * add new pa_proplist_setf() API functionLennart Poettering2008-04-092-0/+31
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2230 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * implement server side of new sink/source reconfiguration commandsLennart Poettering2008-04-091-15/+27
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2229 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * remove doxygen \since tag for API changes older than 0.9; properly implement ↵Lennart Poettering2008-04-0912-151/+175
| | | | | | | | | | | | | | | | | | new latency query APIs git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2228 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * init min/max latency properly; fix avail_min updatingLennart Poettering2008-04-094-9/+11
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2227 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * show configured latency and its rangesLennart Poettering2008-04-091-0/+4
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2226 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * export both min and max latency that is configured for a sink; add API for ↵Lennart Poettering2008-04-096-15/+104
| | | | | | | | | | | | | | | | | | querying the requested latency of a sink/source from the main thread git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2225 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * add new latency argumentLennart Poettering2008-04-091-4/+23
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2224 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * bump protocol versionLennart Poettering2008-04-091-2/+2
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2223 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * include proplist.h in doxygen docsLennart Poettering2008-04-091-1/+1
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2222 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * call snd_pcm_hwsync() expclicitly before we access any of the status fields, ↵Lennart Poettering2008-04-072-85/+150
| | | | | | | | | | | | | | | | | | since this seems to be necessary. try to find the right mixer device via the card index git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2221 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * fix bug where we silently dropped data that didn't fit into one mempool tileLennart Poettering2008-04-071-18/+27
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2220 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * add utility functions to dump alsa PCM stateLennart Poettering2008-04-072-0/+46
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2219 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * propery calculate min_avail in frames instead of bytes. don't use device_id= ↵Lennart Poettering2008-04-044-24/+49
| | | | | | | | | | | | | | | | | | parameter in alsa modules if parameter wasn't specified git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2218 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * drop support for periodic timers, cleanup code a bitLennart Poettering2008-04-042-47/+6
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2217 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * mark libpulse-browse as obsoleteLennart Poettering2008-04-042-1/+14
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2216 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * - deprecate autoload stuffLennart Poettering2008-04-0326-260/+708
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - allow setting of the requested latency of a sink input/source output before _put() is called - allow sinks/sources to have a "minimal" latency which applies to all requested latencies by sink inputs/source outputs - add new client library flags PA_STREAM_ADJUST_LATENCY, PA_STREAM_START_MUTED - allow client library to fill in 0 to buffer_attr fields - update module-alsa-source following module-alsa-sink - other cleanups and fixes git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2215 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * catch up with trunk HEAD (i.e. 2118:2213)Lennart Poettering2008-03-3124-219/+548
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2214 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * remaining bits and piecesLennart Poettering2008-03-152-0/+40
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2126 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * commit glitch-free workLennart Poettering2008-03-154-19/+30
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2125 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * commit glitch-free workLennart Poettering2008-03-1522-504/+1266
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2124 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * commit glitch-free workLennart Poettering2008-03-151-24/+35
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2123 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * commit glitch-free workLennart Poettering2008-03-1550-1165/+2848
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2122 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * commit glitch-free workLennart Poettering2008-03-1514-99/+765
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2121 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * really create glitch-free branchLennart Poettering2008-03-15427-0/+116827
| | |\ | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2120 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * | create glitch-free branchLennart Poettering2008-03-150-0/+0
| | / | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2118 fefdeb5f-60dc-0310-8127-8f9354f1896f
| * | Merge dead branch 'lennart'CJ van den Berg2008-06-230-0/+0
| |\ \
| | * | Merge r1502 from trunk: Move pthreads detection as it gets confused by ↵Lennart Poettering2007-10-281-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | things in LIBS. git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1970 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * | Merge r1504 from trunk: Solaris hides inet_ntop in nslLennart Poettering2007-10-281-0/+1
| | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1969 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * | Merge r1505 from trunk: Make sure we link to the core to get all symbols.Lennart Poettering2007-10-281-1/+1
| | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1968 fefdeb5f-60dc-0310-8127-8f9354f1896f