summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * add new pa_proplist_setf() API functionLennart Poettering2008-04-092-0/+31
| | * implement server side of new sink/source reconfiguration commandsLennart Poettering2008-04-091-15/+27
| | * remove doxygen \since tag for API changes older than 0.9; properly implement ...Lennart Poettering2008-04-0912-151/+175
| | * init min/max latency properly; fix avail_min updatingLennart Poettering2008-04-094-9/+11
| | * show configured latency and its rangesLennart Poettering2008-04-091-0/+4
| | * export both min and max latency that is configured for a sink; add API for qu...Lennart Poettering2008-04-096-15/+104
| | * add new latency argumentLennart Poettering2008-04-091-4/+23
| | * bump protocol versionLennart Poettering2008-04-091-2/+2
| | * include proplist.h in doxygen docsLennart Poettering2008-04-091-1/+1
| | * call snd_pcm_hwsync() expclicitly before we access any of the status fields, ...Lennart Poettering2008-04-072-85/+150
| | * fix bug where we silently dropped data that didn't fit into one mempool tileLennart Poettering2008-04-071-18/+27
| | * add utility functions to dump alsa PCM stateLennart Poettering2008-04-072-0/+46
| | * propery calculate min_avail in frames instead of bytes. don't use device_id= ...Lennart Poettering2008-04-044-24/+49
| | * drop support for periodic timers, cleanup code a bitLennart Poettering2008-04-042-47/+6
| | * mark libpulse-browse as obsoleteLennart Poettering2008-04-042-1/+14
| | * - deprecate autoload stuffLennart Poettering2008-04-0326-260/+708
| | * catch up with trunk HEAD (i.e. 2118:2213)Lennart Poettering2008-03-3124-219/+548
| | * remaining bits and piecesLennart Poettering2008-03-152-0/+40
| | * commit glitch-free workLennart Poettering2008-03-154-19/+30
| | * commit glitch-free workLennart Poettering2008-03-1522-504/+1266
| | * commit glitch-free workLennart Poettering2008-03-151-24/+35
| | * commit glitch-free workLennart Poettering2008-03-1550-1165/+2848
| | * commit glitch-free workLennart Poettering2008-03-1514-99/+765
| | * really create glitch-free branchLennart Poettering2008-03-15427-0/+116827
| | |\
| | * | create glitch-free branchLennart Poettering2008-03-150-0/+0
| | /
| * | Merge dead branch 'lennart'CJ van den Berg2008-06-230-0/+0
| |\ \
| | * | Merge r1502 from trunk: Move pthreads detection as it gets confused by things...Lennart Poettering2007-10-281-4/+4
| | * | Merge r1504 from trunk: Solaris hides inet_ntop in nslLennart Poettering2007-10-281-0/+1
| | * | Merge r1505 from trunk: Make sure we link to the core to get all symbols.Lennart Poettering2007-10-281-1/+1
| | * | Merge r1503 from trunk: Make -no-undefined actually work (and fix up error fo...Lennart Poettering2007-10-281-2/+2
| | * | Merge r1473 from trunk (mixer ioctls on /dev/dsp)Lennart Poettering2007-10-281-1/+2
| | * | fix error handlingLennart Poettering2007-10-282-23/+22
| | * | don't use errno on EOFLennart Poettering2007-10-281-16/+16
| | * | port module-esound-sink to new coreLennart Poettering2007-10-273-138/+354
| | * | don't use SIGRTMAX, for compatibility with valgrind which apparently uses thi...Lennart Poettering2007-10-271-1/+2
| | * | minor cleanupLennart Poettering2007-10-271-11/+8
| | * | minor fix to make gcc shut upLennart Poettering2007-10-271-1/+1
| | * | minor fixups, to make the test more deterministicLennart Poettering2007-10-271-0/+5
| | * | add ability to "pause" the input time temporarily. don't accidently overwrite...Lennart Poettering2007-10-272-4/+64
| | * | modernize pa_iochannel a bit, add pa_iochannel_get_send_fd()Lennart Poettering2007-10-273-46/+52
| | * | add missing pa_smoother destructorLennart Poettering2007-10-273-0/+10
| | * | add pa_rtclock_usec() APILennart Poettering2007-10-272-0/+9
| | * | add pa_timeval_load() APILennart Poettering2007-10-272-1/+12
| | * | hide smoother testLennart Poettering2007-10-260-0/+0
| | * | Add "support" for plugins that have control output ports, i.e. don't crash on...Tanu Kaskinen2007-10-251-3/+18
| | * | A couple of comment typo fixes.Tanu Kaskinen2007-10-252-2/+2
| | * | fix alsa mmap initialization bogosity, discovered by Jyri SarhaLennart Poettering2007-10-241-3/+8
| | * | add better time interpolator: use linear regression to determine gradient fromLennart Poettering2007-10-234-6/+439
| | * | add definition of PA_USEC_PER_MSECLennart Poettering2007-10-231-0/+1
| | * | properly copy error stringLennart Poettering2007-10-232-6/+6