summaryrefslogtreecommitdiff
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* pactl, pacmd: Allow to unset the configured default sink or sourceGeorg Chini2023-03-252-11/+25
* switch-on-connect: Do not overwrite user configured default sink/sourceGeorg Chini2023-03-162-7/+127
* memblockq: Drop check for chunk index alignment, require aligned lengthIgor V. Kovalenko2023-02-262-4/+3
* pstream: Pass frame size to keep split memblock parts alignedIgor V. Kovalenko2023-02-103-4/+13
* resampler: Fix oversized memblock pushed from resamplerIgor V. Kovalenko2023-02-081-3/+7
* time-smoother-2: Fix time calculation by comparing timestampsflyingOwl2022-12-301-1/+2
* pulsecore: Set errno before calling readAlistair Leslie-Hughes2022-12-141-0/+1
* proplist-util: Don't assume gdkx is there as gtk could be built without itMart Raudsepp2022-12-101-1/+5
* build-sys: Fix macOS buildShunsuke Shimizu2022-12-072-14/+13
* Ensure fds are closed when exec functions are used.Alistair Leslie-Hughes2022-11-241-1/+1
* sndfile: handle sndfiles with s24 formatWim Taymans2022-11-101-4/+4
* Propagate return value from pa_pstream_attach_memfd_shmidAlistair Leslie-Hughes2022-10-191-1/+2
* time-smoother-2: Fix stream time when stream starts pausedGeorg Chini2022-08-251-1/+1
* build-sys: Add missing libatomic_ops dependenciesNicolas Cavallari2022-07-181-5/+5
* idxset: Add reverse iteration functionsAlper Nebi Yasak2022-06-282-6/+123
* idxset: Add set comparison operationsAlper Nebi Yasak2022-06-282-0/+46
* idxset: Add set contains() functionAlper Nebi Yasak2022-06-282-0/+17
* combine-sink: Fix threading issue during underrunGeorg Chini2022-06-171-14/+23
* sound-file-stream: Fix crash when playing a file which is not alignedJaechul Lee2022-06-091-1/+1
* various places: Include resampler delay to latency reports and calculationsGeorg Chini2022-05-281-0/+4
* time-smoother-2: Fix integer type problemGeorg Chini2022-05-172-2/+2
* iochannel: Fix FTBFS on GNU/HurdLaurent Bigonville2021-12-161-5/+5
* pulsecore/shm: Remove shm_marker struct packing for pa_atomic_t fieldsMarijn Suijten2021-11-051-1/+4
* pulsecore: Add alternative time smoother implementationGeorg Chini2021-11-032-0/+461
* sink-input: Query sink inputs for max_rewind value when setting max_rewindGeorg Chini2021-11-033-0/+44
* sink-input: Limit rewinding to max_rewind for virtual sinksGeorg Chini2021-11-033-5/+50
* source-output: Fix rewindingGeorg Chini2021-11-031-12/+47
* sink-input: Change move logicGeorg Chini2021-11-034-56/+177
* sink-input: Implement resampler pseudo rewindingGeorg Chini2021-11-033-21/+161
* resampler: Add pa_resampler_prepare() and pa_resampler_get_delay() functionsGeorg Chini2021-11-036-28/+142
* sink-input: Add history memblockqGeorg Chini2021-11-034-34/+134
* message-params: Remove unwanted translations from log statementsIgor V. Kovalenko2021-10-241-2/+2
* message-params: If message paremeters is not JSON, wrap into JSON stringIgor V. Kovalenko2021-10-191-2/+20
* Fix spelling of warningChupligin Sergey2021-10-011-1/+1
* Fix expression with side effect in pa_assertIgor V. Kovalenko2021-09-303-5/+5
* socket-server: Move systemd socket activation code to pulsecoreIgor V. Kovalenko2021-09-275-87/+86
* Fix pointer to integer cast warningsBiswapriyo Nath2021-09-223-9/+10
* pactl: add format flag for JSON outputacheronfail2021-08-112-0/+12
* Fix a strict-prototypes warningEvan Miller2021-07-141-1/+1
* iochannel: Fix FTBFS on Debian kfreebsdLaurent Bigonville2021-07-131-5/+5
* alsa-sink/source: set volume to hw immediately if ucm_port changingHui Wang2021-06-164-0/+10
* daemon: Add support for running as a service on win32Patrick Gaskin2021-06-162-0/+11
* win32: Misc Unix socket fixesPatrick Gaskin2021-06-162-1/+6
* win32: Fix environment variables set with pa_{unset,set}_env not taking effectPatrick Gaskin2021-06-161-2/+18
* win32: Fix minimum Windows version for inet_{ntop,pton}Patrick Gaskin2021-06-162-2/+2
* card: handle sticky profile flagIgor V. Kovalenko2021-06-102-1/+85
* build-sys: meson: check if NEON code can be compiled on armgarrison2021-06-051-10/+31
* build-sys: meson: check HAVE_MMX and HAVE_SSE before calling initializersIgor V. Kovalenko2021-06-051-0/+4
* json: remove json from public APIIgor V. Kovalenko2021-06-033-1/+1173
* win32: Use DACLs when setting socket permissionsPatrick Gaskin2021-05-031-0/+31