summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | add PA_SINK_OPENED/PA_SOURCE_OPENED macros for easier checking for _IDLE or _...Lennart Poettering2007-07-282-1/+9
| | * | restore proper mixer volume controlLennart Poettering2007-07-281-165/+152
| | * | reload OSS volume after unsuspendLennart Poettering2007-07-281-0/+5
| | * | bring back alsa fd list managemet, since we need it for proper mixer change n...Lennart Poettering2007-07-282-12/+201
| | * | port module-alsa-sink to new lock-free core. also add mmmap'ing support while...Lennart Poettering2007-07-285-574/+718
| | * | minor modernizationsLennart Poettering2007-07-281-6/+5
| | * | Disable memory mapping if we open the device in O_WRONLY. Unfortunately we ca...Lennart Poettering2007-07-261-1/+6
| | * | Fix channel remapping in resample; other modernizationsLennart Poettering2007-07-261-77/+78
| | * | remove some log messagesLennart Poettering2007-07-261-6/+0
| | * | remove debug messages; don't queue request messages like nothing when send fi...Lennart Poettering2007-07-261-11/+9
| | * | properly free memblocks when skipping over themLennart Poettering2007-07-261-1/+4
| | * | make valgrind shut up regarding non-freed ident strings. other modernizationsLennart Poettering2007-07-261-5/+15
| | * | reverse order flist destruction and mempool allocation warningLennart Poettering2007-07-261-1/+2
| | * | Increase ref counter of sink input as long as it is included in the sink idxsetLennart Poettering2007-07-262-2/+4
| | * | properly deref sink_input/source_output objects when removing them from a sin...Lennart Poettering2007-07-262-7/+10
| | * | Add fdsem to makefileLennart Poettering2007-07-261-0/+1
| | * | reverse order of printf and push to make output more readableLennart Poettering2007-07-261-1/+1
| | * | port asyncq to make use of new fdsem objectLennart Poettering2007-07-261-171/+36
| | * | add abstracted file descriptor based semaphore object that is lock-free in th...Lennart Poettering2007-07-262-0/+238
| | * | Store strings directly in strlst elements, other modernizationsLennart Poettering2007-07-251-16/+23
| | * | fix some alignment issues and modernize file a little bitLennart Poettering2007-07-251-15/+28
| | * | Convert most snprintf() calls to pa_snprintf()Lennart Poettering2007-07-2530-67/+79
| | * | Modernize things a little bith moreLennart Poettering2007-07-251-14/+24
| | * | Modernize things a littleLennart Poettering2007-07-251-25/+41
| | * | add our own implementation for pa_snprintf() because NUL termination is appar...Lennart Poettering2007-07-252-1/+21
| | * | Simplify implementation of pa_assert_se()Lennart Poettering2007-07-251-4/+5
| | * | drop chunk argument from various drop() functions, since it doesn't make any ...Lennart Poettering2007-07-2514-219/+343
| | * | update static free list usage in asyncmsgqLennart Poettering2007-07-251-1/+1
| | * | update static free list usage in hashmapLennart Poettering2007-07-251-1/+1
| | * | destruct freelists properly, by using gcc destructors. we do this only to mak...Lennart Poettering2007-07-251-14/+21
| | * | wrap destructor gcc attribute in macroLennart Poettering2007-07-251-0/+6
| | * | change order of munmap and freeing of memblocksLennart Poettering2007-07-251-9/+9
| | * | Fix a couple of typos in the resampler codeLennart Poettering2007-07-141-3/+5
| | * | Fix typo in pa_memblock_release() call; s/assert/pa_assert/Lennart Poettering2007-07-131-12/+12
| | * | s/assert/pa_assert/g; make use of static flist for memblock allocation where ...Lennart Poettering2007-07-131-107/+122
| | * | Minor clarificationLennart Poettering2007-07-131-1/+2
| | * | Make use of static flist for hashmap entry alllocationLennart Poettering2007-07-131-2/+9
| | * | Actually make the static flist staticLennart Poettering2007-07-131-1/+1
| | * | Port module-sine to the new lock-free coreLennart Poettering2007-07-131-24/+33
| | * | Reenable a couple of more modulesLennart Poettering2007-07-131-3/+3
| | * | Remove a superfluous pa_memblock_release(); properly handle buf4 allocationLennart Poettering2007-07-131-5/+1
| | * | Fix concurrency bug when turning memblock into a local memblockLennart Poettering2007-07-131-3/+3
| | * | Fix off-by-one in mixing codeLennart Poettering2007-07-131-1/+2
| | * | Replace a couple of assert()s by pa_assert()sLennart Poettering2007-07-131-6/+5
| | * | Remove module-oss-mmap, since it is now merged into module-ossLennart Poettering2007-07-132-643/+0
| | * | Merge module-oss-mmap into module-oss and make suspending working properlyLennart Poettering2007-07-131-206/+653
| | * | Make pa_sink_render_* and pa_source_post work only when in RUNNING state, to ...Lennart Poettering2007-07-132-2/+5
| | * | Properly initialize all revents on EINTRLennart Poettering2007-07-122-2/+7
| | * | Make sure pollfd[POLLFD_ASYNCQ].revents is properly initialized on signalLennart Poettering2007-07-121-1/+8
| | * | fix segfault when recording with module-oss.cLennart Poettering2007-07-121-1/+1