summaryrefslogtreecommitdiff
path: root/wav_filter.c (follow)
Commit message (Expand)AuthorAge
* Switch to SPDX identifiers.Andre Noll2026-03-17
* doxygen: Hide user_data variables.Andre Noll2025-10-08
* Include regex.h from para.h.Andre Noll2025-05-19
* Consolidate EOF error codes.Andre Noll2023-03-11
* Merge topic branch t/overflow into masterAndre Noll2022-10-03
|\
| * string: Rename para_malloc() -> alloc().Andre Noll2022-07-29
* | Rename ->{pre,post}_select methods to ->{pre,post}_monitor.Andre Noll2022-08-25
|/
* Shorten copyright notice.Andre Noll2017-09-22
* Convert filters to lopsub.Andre Noll2017-03-26
* Fix signedness issues in format strings.Andre Noll2016-12-04
* Update year in copyright headers.Andre Noll2015-01-12
* doc: Change email address to maan@tuebingen.mpg.deAndre Noll2014-08-18
* sched: Directly pass context pointer to pre/post_select().Andre Noll2014-05-25
* task_register() conversion: filter tasksAndre Noll2014-05-25
* Don't set t->error in ->pre_select().Andre Noll2014-05-25
* Change copyright year to 2014.Andre Noll2014-02-22
* buffer_tree: Improve btr_splice_out_node().Andre Noll2013-09-29
* sched: Rename new_post_select back to post_select.Andre Noll2013-04-30
* sched: Kill old ->post_select variant.Andre Noll2013-04-30
* wav filter: Switch to the alternative post select method.Andre Noll2013-04-30
* Change copyright year to 2013.Andre Noll2013-03-25
* btr: Remove btr_free_node().Andre Noll2012-07-08
* Change year in copyright message to 2012.Andre Noll2012-01-07
* Always include stdbool.h.Andre Noll2011-12-18
* Replace 2010 in copyright message by 2011.Andre Noll2011-01-17
* sched: Use built-in instead of open-coded timeout helpers.Andre Noll2010-08-31
* Cosmetics: Rename samplerate to sample_rate.Andre Noll2010-07-13
* Change year in COPYRIGHT to 2010.Andre Noll2010-04-05
* filter: Remove allocation of filter buffers.Andre Noll2010-01-12
* wav_filter: Kill non-btr code.Andre Noll2010-01-12
* [btr] Split btr_del_node() into two functions.Andre Noll2010-01-05
* btr_slice_out_node() cleanup.Andre Noll2009-12-31
* Add btr support for the wav filter.Andre Noll2009-12-31
* Add btr support to filter code.Andre Noll2009-12-31
* Introduce para_regcomp.Andre Noll2009-07-08
* wav: Replace assertion by a proper error message.Andre Noll2009-03-18
* Merge commit 'athcx/master'Andre Noll2009-01-19
|\
| * Change year of copyright from 2008 to 2009.Andre Noll2009-01-10
* | make_wav_header(): Add some comments.Andre Noll2009-01-19
|/
* Improve help/man page of para_filter.Andre Noll2008-12-06
* wav_filter: Use the functions from portable_io.h for writing the wav header.Andre Noll2008-12-01
* Rename filter source files.Andre Noll2008-11-30