summaryrefslogtreecommitdiffstats
path: root/src/modules/module-oss-mmap.c
Commit message (Expand)AuthorAgeFilesLines
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+3
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-43/+43
* Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman2006-11-061-2/+2
* rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering2006-09-261-2/+2
* Fix detection of shared memory support and proper fallback.Pierre Ossman2006-08-221-0/+3
* remove all occurences of Lennart Poettering2006-08-181-26/+26
* Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering2006-08-181-3/+3
* make use of pa_sink_used_by()/pa_source_used_by() wherever applicableLennart Poettering2006-08-121-4/+3
* name the sink/source after the device file, just like we already do for the n...Lennart Poettering2006-08-121-5/+28
* handle hot-remeving of OSS devices properlyLennart Poettering2006-08-121-23/+51
* don't set the sink/source descriptions manually, use the new functions pa_{si...Lennart Poettering2006-08-111-11/+13
* shorten sink/source device descriptions a littleLennart Poettering2006-08-111-2/+2
* set is_hardware flag for a few hw pluginsLennart Poettering2006-07-161-0/+2
* big s/polyp/pulse/gLennart Poettering2006-06-191-15/+15
* * split pa_cstrerror() into its own file polypcore/core-error.[ch]Lennart Poettering2006-05-251-1/+1
* Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman2006-05-221-14/+15
* split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering2006-05-171-1/+1
* Move xmalloc to the public side (libpolyp).Pierre Ossman2006-05-171-1/+2
* use PA_CHANNEL_MAP_OSS in module-oss, module-oss-mmapLennart Poettering2006-05-171-1/+1
* * modify pa_channel_map_init_auto() to take an extra argument specifying the ...Lennart Poettering2006-05-161-1/+1
* support new channel_map argument in sink/source modulesLennart Poettering2006-04-261-6/+9
* * fix latency calculation where a full playback buffer was erroneously taken ...Lennart Poettering2006-04-121-10/+22
* * Beef up latency calculation in module-oss-mmapLennart Poettering2006-04-101-21/+81
* IGAIN is a better choice than IMIX for source volume.Pierre Ossman2006-02-241-2/+2
* Hardware source volume support in OSS.Pierre Ossman2006-02-231-2/+30
* change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering2006-02-231-22/+22
* add hw info to description for oss-mmap, tooLennart Poettering2006-02-211-3/+19
* add hw volume control for module-oss-mmapLennart Poettering2006-02-211-1/+31
* move alsa-util.[ch], oss-util.[ch] and howl-wrap.[ch] to the modules director...Lennart Poettering2006-02-161-1/+1
* Reorganised the source tree. We now have src/ with a couple of subdirs:Pierre Ossman2006-02-161-0/+426