]> code.delx.au - pulseaudio/history - src/modules/module-oss-mmap.c
Corrected a bogus comment.
[pulseaudio] / src / modules / module-oss-mmap.c
2007-02-13 Pierre OssmanAdd copyright notices to all relevant files. (based...
2007-01-04 Pierre OssmanHuge trailing whitespace cleanup. Let's keep the tree...
2006-11-06 Pierre OssmanRevert r1404 and keep it on a development branch until...
2006-09-26 Lennart Poetteringrework memory block management to be thread-safe and...
2006-08-22 Pierre OssmanFix detection of shared memory support and proper fallback.
2006-08-18 Lennart Poetteringremove all occurences of
2006-08-18 Lennart PoetteringRework memory management to allow shared memory data...
2006-08-12 Lennart Poetteringmake use of pa_sink_used_by()/pa_source_used_by() where...
2006-08-12 Lennart Poetteringname the sink/source after the device file, just like...
2006-08-12 Lennart Poetteringhandle hot-remeving of OSS devices properly
2006-08-11 Lennart Poetteringdon't set the sink/source descriptions manually, use...
2006-08-11 Lennart Poetteringshorten sink/source device descriptions a little
2006-07-16 Lennart Poetteringset is_hardware flag for a few hw plugins
2006-06-19 Lennart Poetteringbig s/polyp/pulse/g
2006-05-25 Lennart Poettering* split pa_cstrerror() into its own file polypcore...
2006-05-22 Pierre OssmanWrap strerror() in a function that makes it thread...
2006-05-17 Lennart Poetteringsplit polypcore/util.[ch] into polypcore/core-util...
2006-05-17 Pierre OssmanMove xmalloc to the public side (libpolyp).
2006-05-17 Lennart Poetteringuse PA_CHANNEL_MAP_OSS in module-oss, module-oss-mmap
2006-05-16 Lennart Poettering* modify pa_channel_map_init_auto() to take an extra...
2006-04-26 Lennart Poetteringsupport new channel_map argument in sink/source modules
2006-04-12 Lennart Poettering* fix latency calculation where a full playback buffer...
2006-04-10 Lennart Poettering* Beef up latency calculation in module-oss-mmap
2006-02-24 Pierre OssmanIGAIN is a better choice than IMIX for source volume.
2006-02-23 Pierre OssmanHardware source volume support in OSS.
2006-02-23 Lennart Poetteringchange pa_log() and friends to not require a trailing...
2006-02-21 Lennart Poetteringadd hw info to description for oss-mmap, too
2006-02-21 Lennart Poetteringadd hw volume control for module-oss-mmap
2006-02-16 Lennart Poetteringmove alsa-util.[ch], oss-util.[ch] and howl-wrap.[ch...
2006-02-16 Pierre OssmanReorganised the source tree. We now have src/ with...