summaryrefslogtreecommitdiff
path: root/write_common.c (follow)
Commit message (Expand)AuthorAge
* Switch to SPDX identifiers.Andre Noll2026-03-17
* Improve writer documentation.Andre Noll2025-10-08
* Fix off-by-one in writer_get().Andre Noll2025-09-03
* Remove ->execute() of struct writer.Andre Noll2025-06-25
* Include regex.h from para.h.Andre Noll2025-05-19
* 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
|/
* Teach writers to abort gracefully on early EOF.Andre Noll2021-10-21
* Shorten copyright notice.Andre Noll2017-09-22
* Convert writers to lopsub.Andre Noll2017-03-26
* Update year in copyright headers.Andre Noll2015-01-12
* doc: Change email address to maan@tuebingen.mpg.deAndre Noll2014-08-18
* task_register() conversion: writersAndre Noll2014-05-25
* Change copyright year to 2014.Andre Noll2014-02-22
* Add some missing includes.Andre Noll2014-02-22
* Provide "purpose" texts.Andre Noll2013-06-13
* Revamp ggo help.Andre Noll2013-06-13
* sched: Rename new_post_select back to post_select.Andre Noll2013-04-30
* sched: Kill old ->post_select variant.Andre Noll2013-04-30
* sched: Provide alternative post_select variant.Andre Noll2013-04-30
* Change copyright year to 2013.Andre Noll2013-03-25
* write: Get rid of gengetopt's string parser.Andre Noll2012-08-27
* Change year in copyright message to 2012.Andre Noll2012-01-07
* Always include stdbool.h.Andre Noll2011-12-18
* sched: Allow more than one running scheduler instance.Andre Noll2011-11-20
* write_common: Make check_writer_arg() exit on syntax errors.Andre Noll2011-08-13
* Move setup_writer_node() from write_common.c to write.c.Andre Noll2011-08-13
* doxygen: Add some missing documentation.Andre Noll2011-05-15
* Replace 2010 in copyright message by 2011.Andre Noll2011-01-17
* Merge branch 't/writer_cleanups'Andre Noll2010-12-05
|\
| * writers: Kill ->open.Andre Noll2010-11-23
| * Change the ->open method of writers to void.Andre Noll2010-11-23
| * write_common: Remove check which is never true.Andre Noll2010-11-23
| * write: Simplify config parsers.Andre Noll2010-11-23
* | write_common: Don't abort if btr_exec_up() failed.Andre Noll2010-11-28
|/
* Fix typo in write_common.h.Andre Noll2010-08-01
* write: Support audio formats != 16 bit little endian.Andre Noll2010-07-13
* write: Make get_btr_value() return void.Andre Noll2010-07-13
* Cosmetics: Rename samplerate to sample_rate.Andre Noll2010-07-13
* Change year in COPYRIGHT to 2010.Andre Noll2010-04-05
* Introduce btr_node_description.Andre Noll2010-01-14
* Skip btr suffix from {pre,post}_select_btr().Andre Noll2010-01-13
* Kill unused writer_node_group code.Andre Noll2010-01-13
* Switch audiod over to the buffer tree API.Andre Noll2010-01-07
* Add get_btr_samplerate() and get_btr_channels().Andre Noll2010-01-05
* Introduce btr_node_status() and add btr support to the file writer.Andre Noll2010-01-05
* Introduce prepare_writer_node().Andre Noll2010-01-04
* write_common: Introduce and use setup_writer_node().Andre Noll2009-12-31
* Add execute handler to struct writer.Andre Noll2009-12-31