paraslash.git
2010-01-14 Andre Noll[btr] Fix btr_get_input_queue_size().
2010-01-14 Andre NollIntroduce btr_node_description.
2010-01-14 Andre Nollfile_write: Use para_open() and set the fd to non-block...
2010-01-13 Andre Noll[btr] Fix merge_input_pool().
2010-01-13 Andre NollSkip btr suffix from {pre,post}_select_btr().
2010-01-13 Andre NollKill unused writer_node_group code.
2010-01-13 Andre Nollfile_write: Use sched_min_delay().
2010-01-13 Andre Nollfile_write: Kill ->fd of struct private_file_write_data.
2010-01-13 Andre Nollfile_write: Kill non-btr code.
2010-01-13 Andre Nolloss fixes and cleanups.
2010-01-13 Andre Nolloss: Kill non-btr code.
2010-01-13 Andre Nollalsa: Kill non-btr code.
2010-01-13 Andre Nollwrite: Kill non-btr mode.
2010-01-13 Andre NollMake writers remove btr node on errors.
2010-01-13 Andre Nollfilter_common: Use sched_min_delay() helper.
2010-01-13 Andre Nollclient.c: Add comment on the supervisor task.
2010-01-13 Andre Nollmp3dec: Don't check for bad data delay on errors.
2010-01-13 Andre Nollmp3dec does not need --buffer_tree.
2010-01-13 Andre Nollstdin: Avoid overrun errors.
2010-01-13 Andre Nollalsa: Ignore errors from the btr query.
2010-01-13 Andre Nollconfigure.ac: para_client needs time.o.
2010-01-13 Andre Nollalsa: Always write as much as possible.
2010-01-13 Andre Nollalsa: Increase timeout on eof to 20ms.
2010-01-13 Andre NollKill fields buf, loaded and output_error of struct...
2010-01-13 Andre Nolludp_recv: Kill non-btr code.
2010-01-13 Andre Nolldccp_recv: Kill non-btr code.
2010-01-13 Andre Nollhttp_recv: Kill non-btr code.
2010-01-13 Andre Nollrecv: Use buffer tree API unconditionally.
2010-01-13 Andre NollAdd btr support for the dccp receiver.
2010-01-12 Andre NollRemove ->shutdown of struct receiver.
2010-01-12 Andre Nollaudiod: Make mode switching (on, off, sb) work again.
2010-01-12 Andre Nollfilter.h: Kill some unused fields of struct filter_node.
2010-01-12 Andre Nollfilter: Remove allocation of filter buffers.
2010-01-12 Andre Nollfecdec: Kill some dead code.
2010-01-12 Andre NollKill unused filter_node->fc.
2010-01-12 Andre Nollfilter/audiod: Be nice to filters without close method.
2010-01-12 Andre NollKill unused struct filter_chain.
2010-01-12 Andre NollMore oggdec cleanups.
2010-01-12 Andre NollKill unused struct filter_callbacks.
2010-01-12 Andre NollKill global close_filters().
2010-01-12 Andre NollKill filter->convert.
2010-01-12 Andre NollKill unused filter_post_select().
2010-01-12 Andre Nollmp3dec: Kill non-btr code.
2010-01-12 Andre Nollaacdec: Kill non-btr code.
2010-01-12 Andre Nolloggdec: Kill non-btr code.
2010-01-12 Andre Nollprebuffer: Use new sched helper functions.
2010-01-12 Andre NollPrebuffer: Kill non-btr code.
2010-01-12 Andre Nollwmadec: Kill non-btr code.
2010-01-12 Andre NollFecdec: Kill non-btr code.
2010-01-12 Andre Nollfilter: Print meaningful error message if no filter...
2010-01-12 Andre Nollamp: Kill non-btr code.
2010-01-12 Andre Nollwav_filter: Kill non-btr code.
2010-01-12 Andre Nollcompress: Kill non-btr code.
2010-01-12 Andre Nollfilter: Remove non-btr code.
2010-01-12 Andre Nollaudiod.h: Remove unused slot_info->fc.
2010-01-12 Andre Nollvss: Fix offset handling.
2010-01-12 Andre Nollaudiod: Fix a bug in try_to_close_slot() for default...
2010-01-11 Andre Nollaudiod: Don't open the receiver too early.
2010-01-11 Andre Nollaudiod _close_filters(): Don't segfault if fn is NULL.
2010-01-11 Andre Nollaudiod: Make writer_cleanup() accept NULL pointer argument.
2010-01-11 Andre Nollaudiod: Fix time string.
2010-01-11 Andre Nollaudiod: Timing fixes.
2010-01-11 Andre Nolludp_recv: Loglevel adjustments.
2010-01-11 Andre Nollsched: Add some helper functions.
2010-01-10 Andre Noll[btr] Export btr_pool_size().
2010-01-10 Andre Nollgrab: Implement -n option to specify the name of the...
2010-01-10 Andre NollAdd E_STDIN_OVERRUN error code.
2010-01-10 Andre Nollstdout: Try to write as much as possible in one go.
2010-01-10 Andre Nollstdin: Use buffer pools.
2010-01-10 Andre Noll[btr]: Avoid large memcpy()s when creating the wrap...
2010-01-10 Andre NollMajor grab_client cleanups.
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 Nolludp_recv: Use buffer pool API.
2010-01-09 Andre NollImplement buffer tree pool support.
2010-01-09 Andre Nollaudiod: Kill noisy debug message.
2010-01-09 Andre Nollmp3dec: Improve error message.
2010-01-09 Andre Nolloggdec fixes.
2010-01-08 Andre Nollamp filter fixes.
2010-01-06 Andre NollSwitch audiod over to the buffer tree API.
2010-01-06 Andre Nollvss: Update offset directly when setting the REPOS...
2010-01-06 Andre Nollsched.h: Explicitely mention size of task status buffer.
2010-01-06 Andre Nollsched: Update "now" also after post_select.
2010-01-06 Andre Nolloggdec: Move init into a separate function.
2010-01-06 Andre Nollaacdec: Reset "consumed" at each iteration.
2010-01-05 Andre Nollbtr support for the fecdec filter.
2010-01-05 Andre NollFix a bug in the compress filter in case of odd buffer...
2010-01-05 Andre Nollfilter: Fix a memory leak in non-btr mode.
2010-01-05 Andre Nollstdin: Always set t->error correctly.
2010-01-05 Andre Nollbtr support for the UDP receiver.
2010-01-05 Andre NollIntroduce generic_recv_pre_select().
2010-01-05 Andre Nollrecv improvements.
2010-01-05 Andre Noll[btr] Add the node type parameter to btr_node_status().
2010-01-05 Andre Nollbtr support for the oss writer.
2010-01-05 Andre Nollpara_write: Make loglevel work again.
2010-01-05 Andre Nollfile writer pre_select() fixes.
2010-01-05 Andre Nollalsa: Use new get_btr_* functions.
2010-01-05 Andre NollAdd get_btr_samplerate() and get_btr_channels().
next