summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use pulsecore/arpa-inet.h to make arpa/inet.h functionality availableMaarten Bosmans2011-03-1920-140/+68
* build: Protect some more variables by ifdefsMaarten Bosmans2011-03-191-1/+9
* build: copy instead of link pacat to other utils on win32Maarten Bosmans2011-03-191-8/+13
* Find modules and config files relative to the installed libraries.Maarten Bosmans2011-03-195-84/+65
* module-waveout: Add device_name parameterMaarten Bosmans2011-03-151-2/+30
* Use pa_read, pa_write and pa_poll instead of system functionsMaarten Bosmans2011-02-174-14/+14
* tests/rtstutter: Use pa_rtclockMaarten Bosmans2011-02-171-22/+11
* Use pa_* instead of generic functions to improve portabilityMaarten Bosmans2011-02-174-14/+15
* Give module-waveout a configure switchMaarten Bosmans2011-02-171-3/+6
* module-waveout: Adapted to updated APIMaarten Bosmans2011-02-172-177/+235
* win32: Implement pa_randomMaarten Bosmans2011-02-171-1/+16
* win32: Implement rtclock based on QueryPerformanceCounterMaarten Bosmans2011-02-179-19/+36
* win32: flush stderr after log outputMaarten Bosmans2011-02-171-0/+3
* Implement some functions for win32Maarten Bosmans2011-02-174-17/+71
* Repair some typosMaarten Bosmans2011-02-173-6/+6
* Add AM_LDFLAGS more consistently to all commandsMaarten Bosmans2011-02-171-14/+14
* Fix dependencies and include necessary headersMaarten Bosmans2011-02-178-1/+15
* Use PCRE if POSIX regex.h is not availableMaarten Bosmans2011-02-172-2/+12
* Apply #ifdefs around functionality not available on win32Maarten Bosmans2011-02-1719-12/+118
* Adapt win32 specific code to current APIMaarten Bosmans2011-02-173-5/+29
* Use <pulsecore/socket.h> instead of <sys/socket.h>Maarten Bosmans2011-02-1730-108/+52
* Clean up <poll.h> includesMaarten Bosmans2011-02-1710-20/+8
* Use setenv instead of putenvMaarten Bosmans2011-02-171-1/+1
* alsa: disable period wakeups in tsched mode if possiblePierre-Louis Bossart2011-02-011-0/+28
* echo-cancel: Make Orc file names less sillyArun Raghavan2011-02-013-4/+4
* build: Simplify Orc-related make rulesArun Raghavan2011-02-014-321/+23
* build: Move orc.mak out of build/Arun Raghavan2011-01-311-1/+1
* build: Remove unnecessary flags in AM_CFLAGSMaarten Bosmans2011-01-311-15/+9
* build: Don't include empty Makefile.am in subdirsMaarten Bosmans2011-01-3120-382/+0
* build: Generate module symdefs in src/modules directoryMaarten Bosmans2011-01-311-104/+88
* Merge remote branch 'mkbosmans/rate-adjustment'Colin Guthrie2011-01-313-60/+103
|\
| * module-rtp-recv: Request proper rewind after underrunMaarten Bosmans2011-01-161-1/+3
| * module-rtp-recv: Remove smoother from write indexMaarten Bosmans2011-01-161-21/+3
| * module-rtp-recv: Average the estimated real sample rateMaarten Bosmans2011-01-161-4/+22
| * module-rtp-recv: Use new algorithm for adjusting sample rateMaarten Bosmans2011-01-161-15/+29
| * Limit rate adjustments to small, inaudible jumpsMaarten Bosmans2011-01-163-26/+52
| * module-loopback: Add adjust_time to valid argsMaarten Bosmans2011-01-161-0/+1
* | Fighting rewinds: Reduce calls to handle_seekDavid Henningsson2011-01-311-30/+26
* | Fighting rewinds: Seek and write data in the same messageDavid Henningsson2011-01-311-8/+12
* | ratelimit: fix log levels of log suppression messagesLennart Poettering2011-01-3113-18/+19
* | Core: Fix incorrect check of return valueScott Reeves2011-01-231-2/+2
* | build: Use MODULE_LIBADD in Makefile.amMaarten Bosmans2011-01-231-84/+86
* | Merge commit 'e4979ab5cff84ef64c88bba3a1b6b4c5e02f7777'Colin Guthrie2011-01-173-10/+16
|\ \
| * | bluetooth: detect when bitpool has changed on sbc codecLuiz Augusto von Dentz2010-12-231-2/+6
| * | bluetooth: fix build for libdbus < 1.3Luiz Augusto von Dentz2010-12-231-0/+2
| * | bluetooth: fix case of profile UUIDs to match what BlueZ usesLuiz Augusto von Dentz2010-12-231-8/+8
| |/
* | tunnel: Fix automatic names when source/sink_name argument is missing.Colin Guthrie2011-01-161-2/+2
* | client: Don't update smoother while corkedArun Raghavan2011-01-151-2/+2
* | alsa-sink: Don't assume we were able to enable hw-volume or sync-volume (v1.1)Jyri Sarha2011-01-151-21/+21
* | alsa-sink: Fix double use of stringJyri Sarha2011-01-151-6/+8