summaryrefslogtreecommitdiff
path: root/write.h (follow)
Commit message (Expand)AuthorAge
* Switch to SPDX identifiers.Andre Noll2026-03-17
* Improve writer documentation.Andre Noll2025-10-08
* Make struct sched private, introduce sched_new().Andre Noll2025-07-13
* Remove ->execute() of struct writer.Andre Noll2025-06-25
* 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
* 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
* Assorted typo fixes in comments.Andre Noll2015-01-11
* 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: writersAndre Noll2014-05-25
* Change copyright year to 2014.Andre Noll2014-02-22
* 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
* write: Remove ->shutdown.Andre Noll2012-07-08
* Change year in copyright message to 2012.Andre Noll2012-01-07
* doxygen: Add some missing documentation.Andre Noll2011-05-15
* Replace 2010 in copyright message by 2011.Andre Noll2011-01-17
* writers: Kill ->open.Andre Noll2010-11-23
* Change the ->open method of writers to void.Andre Noll2010-11-23
* write: Simplify config parsers.Andre Noll2010-11-23
* Rename some variables to avoid warnings on old gcc versions.Andre Noll2010-08-01
* Change year in COPYRIGHT to 2010.Andre Noll2010-04-05
* 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
* Introduce prepare_writer_node().Andre Noll2010-01-04
* Add execute handler to struct writer.Andre Noll2009-12-31
* [btr]: Minor improvements and cleanups.Andre Noll2009-12-29
* write/alsa: Add btr support.Andre Noll2009-12-29
* wng: Avoid buffer underruns due to filter chain output buffer constraints.Andre Noll2009-11-05
* struct writer_node: Store the number of the writer rather than a pointer.Andre Noll2009-05-14
* Use only a single buffer pointer for filters/receivers.Andre Noll2009-05-02
* write: Get rid of wn->chunk_bytes and wng->max_chunk_bytes.Andre Noll2009-03-15
* Fix a typo in the documentation to struct writer.Andre Noll2009-03-12
* Change year of copyright from 2008 to 2009.Andre Noll2009-01-10
* Improve help/man page of para_write.Andre Noll2008-12-06
* Replace MAX, MIN, ABS macros by type-checking variants.Andre Noll2008-12-01
* write.h: Cosmetics.Andre Noll2008-11-28
* Fix a bug in para_write.Andre Noll2008-07-12
* Simplify the scheduling code.Andre Noll2008-03-30
* Change year in Copyright comment from 2007 to 2008.Andre Noll2008-01-08
* Replace eof by error in receivers/filters/writers.Andre Noll2007-12-15
* Fix some typos.Andre Noll2007-12-15