paraslash.git
2009-12-28 Andre Nollhttp_recv: Add buffer tree support.
2009-12-28 Andre NollAdd btr_bytes_pending().
2009-12-28 Andre NollLink buffer tree code also to audiod.
2009-12-28 Andre NollGenerate http_recv.ggo and include buffer_tree option.
2009-12-28 Andre Nollrecv: Init and teardown btr node.
2009-12-28 Andre NollAdd option for activating new buffer tree code to para_...
2009-12-28 Andre NollAdd a struct buffer_tree pointer to struct receiver_node.
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.
2009-12-22 Andre Nollnew codename, reset version to git
2009-12-22 Andre Nollthe paraslash-0.4.1 release tarball
2009-12-22 Andre Nollparaslash 0.4.1 v0.4.1
2009-12-22 Andre NollMinor documentation improvements.
2009-12-21 Andre NollAdd -lm to the audiod ldflags.
2009-12-21 Andre Noll__aligned is already defined on NetBSD.
2009-12-21 Andre NollFix another gcc warning on older Mac OS.
2009-12-21 Andre NollMerge commit 'meins/master'
2009-12-21 Andre Nollwma: Fix two gcc warnings on Slow Leopard:
2009-12-20 Andre NollMerge branch 'maint'
2009-12-20 Andre Nollaudiod: Invalidate the current audio format when closin...
2009-12-20 Andre Nollrecv_pattern(): Improve error diagnostics.
2009-12-20 Andre NollDoxyfile: Do not extract local structures.
2009-12-20 Andre NollDoxyfile: Predefine HAVE_UCRED.
2009-12-20 Andre NollNEWS update.
2009-12-20 Andre NollAdd missing description of struct coef_vlc_table.
2009-12-20 Andre NollAdd documentation of struct vlc.
2009-12-20 Andre Nollwmadata.h: Remove unused member max_level from struct...
2009-12-20 Andre Nollclient.h: Cosmetics.
2009-12-20 Andre Nollstring.c: Add missing documentation.
2009-12-20 Andre NollAdd some missing FEC documentation.
2009-12-19 Andre NollAdd more documentation.
2009-12-19 Andre NollMerge branch 'maint'
2009-12-19 Andre Nollaudiod: Avoid starting the wrong decoder on server...
2009-12-19 Andre Nollfecdec: Fix a double-free bug in clear_group().
2009-12-19 Andre Nollwmadec: Improve documentation of struct private_wmadec_...
2009-12-19 Andre NollDo not include dependency files if make command goals...
2009-12-19 Andre NollMerge remote branch 'fml/master'
2009-12-19 Andre NollMerge branch 'maint'
2009-12-19 Andre Nollhttp_send: Send http OK message earlier.
2009-12-19 Andre NollNEWS update
2009-12-19 Andre NollImplement --log-timing for server and audiod.
2009-12-19 Andre NollAvoid unnecessary regeneration of dependencies.
2009-12-18 Andre NollMakefile.in: Fix typo in definition of all_objs.
2009-12-10 Andre NollMerge branch 'maint'
2009-12-09 Andre Nollosx_write: Make it compile on Snow Leopard.
2009-12-07 Andre NollFix two gcc warnings on MAC OS.
2009-12-07 Andre NollFix codename.
2009-12-07 Andre NollMerge commit 'meins/master'
2009-12-07 Andre NollMerge branch 'maint'
2009-12-07 Andre Nollnew codename, reset version to git
2009-12-07 Andre Nollthe paraslash-0.3.6 release tarball
2009-12-07 Andre Nollparaslash 0.3.6 v0.3.6
2009-12-06 Andre NollNEWS update.
2009-12-06 Andre Nollafh: Implement --human option.
2009-12-02 Andre NollMerge branch 'maint'
2009-12-02 Andre NollNEWS update.
2009-12-02 Andre NollChange codename.
2009-11-30 Andre NollMerge branch 'maint'
2009-11-30 Andre Nollfecdec: Wait until the second FEC group is complete.
2009-11-30 Andre Nollalsa_write: Print duration of buffer undderuns.
2009-11-30 Andre Nollwma: Use smaller chunks.
2009-11-27 Andre NollMerge branch 'maint'
2009-11-27 Andre NollFEC: Improve and simplify group timing.
2009-11-19 Andre NollNEWS update.
2009-11-18 Andre Nollwma_afh: Kill an unused variable.
2009-11-18 Andre Nollwma_afh: Compute the chunk time more accurately.
2009-11-18 Andre Nollwmadec: Remove some redundant braces.
2009-11-18 Andre Nollwmadec: Kill static variable frame_count.
2009-11-18 Andre Nollimdct: Use the 1/sqrt(2) constant from math.h.
2009-11-18 Andre Nollimdct: Trivial whitespace cleanups.
2009-11-18 Andre Nollimdct.c: Add some more documentation.
2009-11-18 Andre Nollwma: Improve error diagnostics.
2009-11-18 Andre Nollwma: Decode as much as possible.
2009-11-18 Andre NollMake all wma data tables static.
2009-11-18 Andre NollKill pwd->coefs_start.
2009-11-18 Andre Nollwma: More trivial whitespace cleanups.
2009-11-18 Andre Nollcompute_mdct_coefficients(): Trivial whitespace cleanups.
2009-11-18 Andre Nollcompute_mdct_coefficients(): Further reducuce indentati...
2009-11-18 Andre Nollcompute_mdct_coefficients(): Reduce indentation level...
2009-11-18 Andre Nollcompute_mdct_coefficients(): Kill pointless cast.
2009-11-18 Andre Nollwma: Move computation of mdct coefficients into a separ...
2009-11-18 Andre Nollwma: Clean up compute_high_band_values().
2009-11-18 Andre Nollwma: Move computation of high band values to a separate...
2009-11-18 Andre Nollskip pointless ff_ prefix.
2009-11-18 Andre NollAdd __aligned macro to gcc-compat.h. and use this inste...
2009-11-18 Andre NollFix two gcc warnings on 64 bit archs.
2009-11-18 Andre Nollwmadec: Add a missing include that is needed on FreeBSD.
2009-11-18 Andre NollDon't try to init the decoder if less than WMA_FRAME_SK...
2009-11-18 Andre NollMore documentation updates.
2009-11-18 Andre NollAdd some more documentation
2009-11-18 Andre Nollwma_decode_block(): Kill useless variable 'sign'.
2009-11-18 Andre Nollwma_decode_block(): Reduce indentation level.
2009-11-18 Andre Nolltrivial whitespace fixes.
2009-11-18 Andre NollKill unused pwd->int_table.
2009-11-18 Andre NollAdd documentation of search_pattern() and wma_log2().
2009-11-18 Andre Nollread_asf_header(): Make it take a const pointer.
2009-11-18 Andre Nollread_asf_header() sanity-check header len.
next