NEWS: Add link name in target.
[paraslash.git] / buffer_tree.h
2014-11-16 Andre NollMerge branch 'maint'
2014-10-26 Andre NollMerge branch 't/audiod_exit_cleanup'
2014-10-09 Andre NollMerge branch 'refs/heads/t/server_cmds'
2014-09-14 Andre NollMerge branch 't/mvblob_improvement'
2014-08-18 Andre Nolldoc: Change email address to maan@tuebingen.mpg.de
2014-07-31 Andre NollMerge branch 't/recv_fix'
2014-05-11 Andre NollMerge branch 't/test_man'
2014-05-03 Andre NollMerge branch 't/alsa_improvements'
2014-04-22 Andre NollMerge branch 't/rl_free_keymap'
2014-04-09 Andre NollMerge branch 't/oggdec_latency_improvements'
2014-04-08 Andre NollMerge branch 't/opusdec_busy_loop_fix'
2014-04-06 Andre NollMerge branch 'maint'
2014-03-30 Andre NollMerge branch 't/misc'
2014-02-22 Andre NollChange copyright year to 2014.
2013-12-01 Andre NollMerge branch 'maint'
2013-12-01 Andre NollMerge branch 't/mood_cleanups'
2013-11-17 Andre NollMerge branch 'maint'
2013-11-03 Andre NollMerge branch 'maint'
2013-10-27 Andre NollMerge branch 't/buffer_tree_improvements'
2013-09-29 Andre Nollbuffer_tree: Improve btr_splice_out_node().
2013-05-14 Andre NollMerge branch 't/utf8'
2013-05-02 Andre NollMerge branch 't/allow_zero_btr_add'
2013-03-26 Andre NollMerge branch 't/mood_fix'
2013-03-25 Andre NollChange copyright year to 2013.
2012-12-16 Andre NollMerge branch 't/resample'
2012-11-25 Andre Nollcheck_wav: Ask parent nodes before falling back to...
2012-07-19 Andre NollMerge branch 't/btr_improvements'
2012-07-18 Andre NollMerge branch 't/wma_improvements'
2012-07-15 Andre NollMerge branch 't/old_gcc_fixes'
2012-07-08 Andre Nollbtr: Introduce btr_add_output_dont_free().
2012-07-08 Andre Nollbtr: Remove btr_free_node().
2012-06-26 Andre Nollbuffer_tree.h: Fix gcc warning.
2012-01-10 Andre NollMerge branch 't/web_fix'
2012-01-07 Andre NollChange year in copyright message to 2012.
2011-12-04 Andre NollMerge branch 't/interactive'
2011-11-29 Andre NollMerge branch 't/flac'
2011-11-13 Andre Nollbtr: Introduce btr_next_buffer_omit().
2011-02-20 Andre NollMerge branch 'maint'
2011-02-03 Andre NollMerge branch 'maint'
2011-02-03 Andre NollMerge branch 'maint'
2011-01-29 Andre NollMerge branch 't/color_cleanups'
2011-01-22 Andre NollMerge branch 't/periodic_header_optional'
2011-01-17 Andre NollReplace 2010 in copyright message by 2011.
2010-10-17 Andre NollMerge branch 't/sched_cleanups'
2010-10-10 Andre Nollaudiod: Handle crashes of para_server more robustly.
2010-06-06 Andre NollMerge branch 'maint'
2010-05-23 Andre NollMerge branch 'maint'
2010-05-12 Andre NollMerge branch 'maint'
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-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] Documentation update.
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 NollAdd documentation of struct btr_node and btr_pool.
2010-01-14 Andre NollIntroduce btr_node_description.
2010-01-10 Andre Noll[btr] Export btr_pool_size().
2010-01-10 Andre NollFix stream grabbing.
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 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_slice_out_node() cleanup.
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 Nollrecv: Init and teardown btr node.
2009-12-28 Andre NollAdd buffer_tree.h.