summaryrefslogtreecommitdiff
path: root/filter_common.c (follow)
Commit message (Expand)AuthorAge
* Switch to SPDX identifiers.Andre Noll2026-03-17
* Include regex.h from para.h.Andre Noll2025-05-19
* Return from filter_setup() so callers can reset the terminal.Andre Noll2024-05-26
* filter_common: Annotate possible NULL pointer confusion.Andre Noll2024-05-26
* Rename ->{pre,post}_select methods to ->{pre,post}_monitor.Andre Noll2022-08-25
* Consolidate receiver/filter/writer {pre,post}_select() docs.Andre Noll2022-08-25
* Shorten copyright notice.Andre Noll2017-09-22
* filter: Simplify FOR_EACH_FILTER().Andre Noll2017-08-26
* filter: Handle bad filter numbers gracefully.Andre Noll2017-06-14
* Convert para_filter to lopsub.Andre Noll2017-03-26
* Convert filters to lopsub.Andre Noll2017-03-26
* Fix signedness issues in format strings.Andre Noll2016-12-04
* Constify argument of check_filter_arg().Andre Noll2016-08-22
* Fix documentation of check_filter_arg().Andre Noll2016-07-31
* Add documentation of filter_get().Andre Noll2016-06-19
* Constify struct filter access and introduce filter_get().Andre Noll2016-01-10
* Make FOR_EACH_SUPPORTED_FILTER() local to filter_common.c.Andre Noll2016-01-10
* 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
* Provide "purpose" texts.Andre Noll2013-06-13
* Revamp ggo help.Andre Noll2013-06-13
* filter: Wrap lines in the available filter list.Andre Noll2013-06-13
* filter_common.c: Fix two typos in comment.Andre Noll2013-05-19
* Change copyright year to 2013.Andre Noll2013-03-25
* Introduce create_shifted_argv().Andre Noll2012-08-27
* Change year in copyright message to 2012.Andre Noll2012-01-07
* Always include stdbool.h.Andre Noll2011-12-18
* Add/fix some doxygen comments.Andre Noll2011-08-09
* doxygen: Add some missing documentation.Andre Noll2011-05-15
* Remove some unnecessary includes.Andre Noll2011-03-27
* Replace 2010 in copyright message by 2011.Andre Noll2011-01-17
* write: Support audio formats != 16 bit little endian.Andre Noll2010-07-13
* Introduce decoder_execute().Andre Noll2010-07-13
* Change year in COPYRIGHT to 2010.Andre Noll2010-04-05
* filter_common: Use sched_min_delay() helper.Andre Noll2010-01-13
* Kill global close_filters().Andre Noll2010-01-12
* Kill unused filter_post_select().Andre Noll2010-01-12
* filter: Fix a memory leak in non-btr mode.Andre Noll2010-01-05
* [btr] Add the node type parameter to btr_node_status().Andre Noll2010-01-05
* Introduce btr_node_status() and add btr support to the file writer.Andre Noll2010-01-05
* generic_filter_pre_select(): Fix off-by-one.Andre Noll2010-01-03
* Introduce and use generic_filter_pre_select().Andre Noll2010-01-03
* Simplify prepare_filter_node().Andre Noll2010-01-03
* [btr:] Rename btr_merge().Andre Noll2010-01-03
* Consolidate decoder code by introducing prepare_filter_node().Andre Noll2010-01-03
* Add btr support to filter code.Andre Noll2009-12-31