manual.m4: Fix a typo.
[paraslash.git] / buffer_tree.c
2010-04-12 Andre NollMerge branch 'maint'
2010-04-08 Andre NollMerge branch 'maint'
2010-04-05 Andre NollChange year in COPYRIGHT to 2010.
2010-03-07 Andre NollMerge branch 'maint'
2010-03-02 Andre Nollbtr: Fix a nasty thinko in merge_input_pool().
2010-03-02 Andre Nollbtr: Kill an unused variable.
2010-02-14 Andre Nollbtr: Rename btr_bytes_pending() and make it public.
2010-02-13 Andre NollIntroduce btr_pool_get_buffers().
2010-01-31 Andre NollMerge branch 'maint'
2010-01-19 Andre Noll[btr] Complete source code documentation.
2010-01-19 Andre Noll[btr] Add more documentation.
2010-01-17 Andre NollMerge branch 'master' into next
2010-01-17 Andre Noll[btr]: Avoid a gcc warning.
2010-01-17 Andre Noll[btr] Only print debug message if we're really increasi...
2010-01-17 Andre Noll[btr] Documentation update.
2010-01-15 Andre Noll[btr] Add more documentation.
2010-01-15 Andre Noll[btr] Add more documentation.
2010-01-15 Andre Noll[btr] Add more documentation.
2010-01-15 Andre Nollbtr support for para_client.
2010-01-14 Andre Noll[btr] log message cleanups.
2010-01-14 Andre Noll[btr] Add a comment to btr_pool_available().
2010-01-14 Andre Noll[btr] btr_node_status(): Node pointer should never...
2010-01-14 Andre Noll[btr] Fix btr_get_input_queue_size().
2010-01-14 Andre NollIntroduce btr_node_description.
2010-01-13 Andre Noll[btr] Fix merge_input_pool().
2010-01-10 Andre Noll[btr]: Avoid large memcpy()s when creating the wrap...
2010-01-10 Andre NollFix stream grabbing.
2010-01-10 Andre Nollbtr_node_status(): Do not segfault if btrn is NULL.
2010-01-09 Andre NollMinor logging and documentation updates.
2010-01-09 Andre NollAdd btr pool support to the fecdec filter.
2010-01-09 Andre NollImplement buffer tree pool support.
2010-01-06 Andre NollSwitch audiod over to the buffer tree API.
2010-01-05 Andre Noll[btr] Add the node type parameter to btr_node_status().
2010-01-05 Andre Noll[btr] Split btr_del_node() into two functions.
2010-01-05 Andre NollIntroduce btr_node_status() and add btr support to...
2010-01-03 Andre Nollbtr_add_output(): Fix memory leak in case node has...
2010-01-03 Andre NollAdd btr support for the amp filter.
2010-01-03 Andre Noll[btr:] Add btr_log_tree().
2010-01-03 Andre Noll[btr:] Rename btr_merge().
2010-01-03 Andre NollConsolidate decoder code by introducing prepare_filter_...
2010-01-02 Andre Noll[btr]: Add btr_merge_to().
2009-12-31 Andre Nollbtr: Fix a silly warning.
2009-12-31 Andre Nollbtr_slice_out_node() cleanup.
2009-12-31 Andre Nollbuffer tree: Fix btr_splice_out_node().
2009-12-31 Andre NollAdd btr support to filter code.
2009-12-29 Andre Nollpara_write: Make check for wav header work with btr.
2009-12-29 Andre Nollbuffer_tree: Add code to splice out a node of the buffe...
2009-12-29 Andre Nollwrite/alsa: Add btr support.
2009-12-29 Andre Nollstdin.c: btr preparations.
2009-12-28 Andre Nollbtr: Make it kind of work for http recv + stdout.
2009-12-28 Andre NollAdd btr_bytes_pending().
2009-12-28 Andre NollLink buffer_tree.o into para_recv and para_write.
2009-12-28 Andre NollAdd buffer_tree.h.
2009-12-28 Andre Noll[btr]: Minor documentation improvements.
2009-12-26 Andre Noll[btr]: Rename buffer_queue to input_queue.
2009-12-26 Andre NollFirst implementation of the buffer tree code.