summaryrefslogtreecommitdiff
path: root/src/modules/module-sine.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-12build-sys: Stop using symdef headers for modulesArun Raghavan1-2/+0
2017-12-02sink-input, source-output: add sink/source_requested_by_application flagTanu Kaskinen1-1/+1
2017-03-29sink-input/source-output: Don't crash when cork() is called without valid sin...Georg Chini1-1/+1
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2013-12-05module-sine: Add rate argumentPeter Meerwald1-0/+7
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-4/+4
2011-06-22Remove unnecessary #includesMaarten Bosmans1-2/+0
2011-05-02core: Add extended stream API to support compressed formatsArun Raghavan1-1/+1
2009-08-28core: move 'flags' field into 'pa_sink_input_new_data' structure so that hook...Lennart Poettering1-1/+1
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-02-03make a couple of functions return proper error codesLennart Poettering1-1/+1
2009-01-15kill autoload stuff as plannedLennart Poettering1-1/+1
2009-01-15add new dont_rewind_render flag to allow quick starts of newly created streamsLennart Poettering1-1/+1
2009-01-12Port sine modules to pa_memchunk_sine()Lennart Poettering1-34/+20
2009-01-08A few minor cleanups and updatesLennart Poettering1-1/+3
2008-08-19add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering1-3/+3
2008-08-05fix shutdown when --disallow-module-loading=1 is passedLennart Poettering1-1/+1
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2008-05-15merge glitch-free branch back into trunkLennart Poettering1-25/+41
2007-11-09tag modules that may only be loaded once at most especially, and enforce that...Lennart Poettering1-5/+5
2007-10-28merge 'lennart' branch back into trunk.Lennart Poettering1-34/+47
2007-02-13Add copyright notices to all relevant files. (based on svn log)Pierre Ossman1-0/+2
2007-01-04Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman1-9/+9
2006-11-06Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman1-9/+5
2006-09-26rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering1-5/+9
2006-08-18remove all occurences of Lennart Poettering1-3/+3
2006-08-18Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering1-1/+1
2006-08-13allow hooking into the process of creating playback streams. To implement thi...Lennart Poettering1-2/+10
2006-06-19big s/polyp/pulse/gLennart Poettering1-10/+10
2006-05-17Move xmalloc to the public side (libpolyp).Pierre Ossman1-1/+2
2006-05-14* add new parameter to pa_open_config_file() to specify open modeLennart Poettering1-1/+1
2006-02-23change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering1-3/+3
2006-02-16Reorganised the source tree. We now have src/ with a couple of subdirs:Pierre Ossman1-0/+182