index
:
paraslash
master
next
pu
releases
v0.2
v0.3
paraslash - network audio streaming tools
Andre Noll
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
filter_common.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Switch to SPDX identifiers.
Andre Noll
2026-03-17
*
Include regex.h from para.h.
Andre Noll
2025-05-19
*
Return from filter_setup() so callers can reset the terminal.
Andre Noll
2024-05-26
*
filter_common: Annotate possible NULL pointer confusion.
Andre Noll
2024-05-26
*
Rename ->{pre,post}_select methods to ->{pre,post}_monitor.
Andre Noll
2022-08-25
*
Consolidate receiver/filter/writer {pre,post}_select() docs.
Andre Noll
2022-08-25
*
Shorten copyright notice.
Andre Noll
2017-09-22
*
filter: Simplify FOR_EACH_FILTER().
Andre Noll
2017-08-26
*
filter: Handle bad filter numbers gracefully.
Andre Noll
2017-06-14
*
Convert para_filter to lopsub.
Andre Noll
2017-03-26
*
Convert filters to lopsub.
Andre Noll
2017-03-26
*
Fix signedness issues in format strings.
Andre Noll
2016-12-04
*
Constify argument of check_filter_arg().
Andre Noll
2016-08-22
*
Fix documentation of check_filter_arg().
Andre Noll
2016-07-31
*
Add documentation of filter_get().
Andre Noll
2016-06-19
*
Constify struct filter access and introduce filter_get().
Andre Noll
2016-01-10
*
Make FOR_EACH_SUPPORTED_FILTER() local to filter_common.c.
Andre Noll
2016-01-10
*
Update year in copyright headers.
Andre Noll
2015-01-12
*
doc: Change email address to maan@tuebingen.mpg.de
Andre Noll
2014-08-18
*
sched: Directly pass context pointer to pre/post_select().
Andre Noll
2014-05-25
*
task_register() conversion: filter tasks
Andre Noll
2014-05-25
*
Don't set t->error in ->pre_select().
Andre Noll
2014-05-25
*
Change copyright year to 2014.
Andre Noll
2014-02-22
*
Provide "purpose" texts.
Andre Noll
2013-06-13
*
Revamp ggo help.
Andre Noll
2013-06-13
*
filter: Wrap lines in the available filter list.
Andre Noll
2013-06-13
*
filter_common.c: Fix two typos in comment.
Andre Noll
2013-05-19
*
Change copyright year to 2013.
Andre Noll
2013-03-25
*
Introduce create_shifted_argv().
Andre Noll
2012-08-27
*
Change year in copyright message to 2012.
Andre Noll
2012-01-07
*
Always include stdbool.h.
Andre Noll
2011-12-18
*
Add/fix some doxygen comments.
Andre Noll
2011-08-09
*
doxygen: Add some missing documentation.
Andre Noll
2011-05-15
*
Remove some unnecessary includes.
Andre Noll
2011-03-27
*
Replace 2010 in copyright message by 2011.
Andre Noll
2011-01-17
*
write: Support audio formats != 16 bit little endian.
Andre Noll
2010-07-13
*
Introduce decoder_execute().
Andre Noll
2010-07-13
*
Change year in COPYRIGHT to 2010.
Andre Noll
2010-04-05
*
filter_common: Use sched_min_delay() helper.
Andre Noll
2010-01-13
*
Kill global close_filters().
Andre Noll
2010-01-12
*
Kill unused filter_post_select().
Andre Noll
2010-01-12
*
filter: Fix a memory leak in non-btr mode.
Andre Noll
2010-01-05
*
[btr] Add the node type parameter to btr_node_status().
Andre Noll
2010-01-05
*
Introduce btr_node_status() and add btr support to the file writer.
Andre Noll
2010-01-05
*
generic_filter_pre_select(): Fix off-by-one.
Andre Noll
2010-01-03
*
Introduce and use generic_filter_pre_select().
Andre Noll
2010-01-03
*
Simplify prepare_filter_node().
Andre Noll
2010-01-03
*
[btr:] Rename btr_merge().
Andre Noll
2010-01-03
*
Consolidate decoder code by introducing prepare_filter_node().
Andre Noll
2010-01-03
*
Add btr support to filter code.
Andre Noll
2009-12-31
[next]