summaryrefslogtreecommitdiff
path: root/buffer_tree.c (follow)
Commit message (Expand)AuthorAge
...
* Reduce decoder latency.Andre Noll2010-06-18
* btr: Remove unused btr_exec().Andre Noll2010-05-03
* Change year in COPYRIGHT to 2010.Andre Noll2010-04-05
* btr: Fix a nasty thinko in merge_input_pool().Andre Noll2010-03-02
* btr: Kill an unused variable.Andre Noll2010-03-02
* btr: Rename btr_bytes_pending() and make it public.Andre Noll2010-02-14
* Introduce btr_pool_get_buffers().Andre Noll2010-02-13
* [btr] Complete source code documentation.Andre Noll2010-01-19
* [btr] Add more documentation.Andre Noll2010-01-19
* [btr]: Avoid a gcc warning.Andre Noll2010-01-17
* [btr] Only print debug message if we're really increasing the wrap buffer.Andre Noll2010-01-17
* [btr] Documentation update.Andre Noll2010-01-17
* [btr] Add more documentation.Andre Noll2010-01-15
* [btr] Add more documentation.Andre Noll2010-01-15
* [btr] Add more documentation.Andre Noll2010-01-15
* btr support for para_client.Andre Noll2010-01-15
* [btr] log message cleanups.Andre Noll2010-01-14
* [btr] Add a comment to btr_pool_available().Andre Noll2010-01-14
* [btr] btr_node_status(): Node pointer should never be NULL.Andre Noll2010-01-14
* [btr] Fix btr_get_input_queue_size().Andre Noll2010-01-14
* Introduce btr_node_description.Andre Noll2010-01-14
* [btr] Fix merge_input_pool().Andre Noll2010-01-14
* [btr]: Avoid large memcpy()s when creating the wrap buffers.Andre Noll2010-01-10
* Fix stream grabbing.Andre Noll2010-01-10
* btr_node_status(): Do not segfault if btrn is NULL.Andre Noll2010-01-10
* Minor logging and documentation updates.Andre Noll2010-01-09
* Add btr pool support to the fecdec filter.Andre Noll2010-01-09
* Implement buffer tree pool support.Andre Noll2010-01-09
* Switch audiod over to the buffer tree API.Andre Noll2010-01-07
* [btr] Add the node type parameter to btr_node_status().Andre Noll2010-01-05
* [btr] Split btr_del_node() into two functions.Andre Noll2010-01-05
* Introduce btr_node_status() and add btr support to the file writer.Andre Noll2010-01-05
* btr_add_output(): Fix memory leak in case node has no children.Andre Noll2010-01-03
* Add btr support for the amp filter.Andre Noll2010-01-03
* [btr:] Add btr_log_tree().Andre Noll2010-01-03
* [btr:] Rename btr_merge().Andre Noll2010-01-03
* Consolidate decoder code by introducing prepare_filter_node().Andre Noll2010-01-03
* [btr]: Add btr_merge_to().Andre Noll2010-01-03
* btr: Fix a silly warning.Andre Noll2009-12-31
* btr_slice_out_node() cleanup.Andre Noll2009-12-31
* buffer tree: Fix btr_splice_out_node().Andre Noll2009-12-31
* Add btr support to filter code.Andre Noll2009-12-31
* para_write: Make check for wav header work with btr.Andre Noll2009-12-30
* buffer_tree: Add code to splice out a node of the buffer tree.Andre Noll2009-12-29
* write/alsa: Add btr support.Andre Noll2009-12-29
* stdin.c: btr preparations.Andre Noll2009-12-29
* btr: Make it kind of work for http recv + stdout.Andre Noll2009-12-29
* Add btr_bytes_pending().Andre Noll2009-12-28
* Link buffer_tree.o into para_recv and para_write.Andre Noll2009-12-28
* Add buffer_tree.h.Andre Noll2009-12-28