summaryrefslogtreecommitdiff
path: root/write_common.c (follow)
Commit message (Expand)AuthorAge
...
* Merge branch 'maint'Andre Noll2009-11-05
|\
| * wng: Avoid buffer underruns due to filter chain output buffer constraints.Andre Noll2009-11-05
* | Introduce para_regcomp.Andre Noll2009-07-08
|/
* struct writer_node: Store the number of the writer rather than a pointer.Andre Noll2009-05-14
* Add some missing source code documentation.Andre Noll2009-05-10
* audiod: Properly handle wng open failures.Andre Noll2009-05-10
* Allow writers that have no pre_select functions.Andre Noll2009-05-08
* 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 config file handling for audiod and clean up init functions.Andre Noll2009-01-26
* Change year of copyright from 2008 to 2009.Andre Noll2009-01-10
* Make functions for printing recv/filter/write help public.Andre Noll2008-12-07
* Improve help/man page of para_write.Andre Noll2008-12-06
* Fix a bug in para_write.Andre Noll2008-07-12
* Kill unused wng_unregister().Andre Noll2008-04-01
* wng_open(): Defer registering the wng task.Andre Noll2008-04-01
* Simplify the scheduling code.Andre Noll2008-03-30
* Kill superfluous "%s" in log messages.Andre Noll2008-02-17
* Change year in Copyright comment from 2007 to 2008.Andre Noll2008-01-08
* Turn PARA_STRERROR into an inline function.Andre Noll2007-12-28
* Replace eof by error in receivers/filters/writers.Andre Noll2007-12-15
* Fix some typos.Andre Noll2007-12-15
* replace standard GPL header by a one-line pointer to COPYINGAndre Noll2007-06-28
* clean up error.hAndre Noll2007-06-11
* simplify setup_default_wng()Andre Noll2007-02-19
* add more missing documentationAndre Noll2007-02-10
* check_writer_arg(): change writer arg to const char *Andre Noll2007-01-29
* fix multiple simultaneous writersAndre2006-06-06
* simplify writer node groupAndre2006-06-05
* sched: nuke "flag" field of struct taskAndre2006-06-05
* write_common: get rid of POST_ADD_TAILAndre2006-06-05
* Fix wng_open error handling.Andre2006-05-31
* fix audiod on/off/sb commandsAndre2006-05-30
* more audiod fixesAndre2006-05-30
* wng: fix two critical bugsAndre2006-05-30
* fix writer node group eofAndre2006-05-29
* integrate writers into para_audiodAndre2006-05-28
* para_write: Own commandline parsers for each writerAndre2006-05-26
* introduce input_eof and ouput_eofAndre2006-05-25
* Rename error handler() to event_handler()Andre2006-05-23
* simplify sched: nuke PRE_EOF_IS_ERRORAndre2006-05-23
* Make the wng->eof a pointer.Andre2006-05-23
* first version of the universal paraslash schedulerAndre2006-05-23
* Simplify wng_write()Andre2006-04-20
* add doxygen file commentsAndre2006-04-20
* split play.c and rename para_play to para_writeAndre2006-04-18