paraslash.git
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-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.
2009-11-18 Andre Nollread_asf_tags(): Carefully check length values.
2009-11-18 Andre NollMention wma support in FEATURES,README, etc.
2009-11-18 Andre Nollwma_decode_superframe(): Make some variables more local.
2009-11-18 Andre NollUpdate documentation of get_bit()'s buffer parameter.
2009-11-18 Andre NollUninline get_vlc().
2009-11-18 Andre NollRename get_bits1() to get_bit().
2009-11-18 Andre Nollget rid of AV_RB32().
2009-11-18 Andre NollSimplify get_bits1().
2009-11-18 Andre NollAlways call getbit_context structures gbc.
2009-11-18 Andre Nollget rid of the useless preprocessor madness in bitstream.h.
2009-11-18 Andre Nollopen code NEG_USR32
2009-11-18 Andre Nollsimplify skip_bits().
2009-11-18 Andre NollOpen code SKIP_BITS
2009-11-18 Andre Nollremove pointless cast
2009-11-18 Andre Nollpass the buffer size to init_get_bits() in bytes.
2009-11-18 Andre NollRemove LAST_SKIP_BITS.
2009-11-18 Andre NollReplace GET_VLC by an inline funcion and kill get_vlc2().
2009-11-18 Andre NollRemove name parameter from GET_VLC.
2009-11-18 Andre NollRemove unused show_bits().
2009-11-18 Andre NollKill unused getbit_context->size_in_bits and add some...
2009-11-18 Andre Nollsave one level of indentation in build_table().
2009-11-18 Andre NollKill codes_wrap parameter from init_vlc().
2009-11-18 Andre Nollmake init_vlc() return void.
2009-11-18 Andre Nollbitstream: Abort on invalid codes
2009-11-18 Andre NollSimplify alloc_table().
2009-11-18 Andre NollKill the bits_wrap and bits_size parameters of init_vlc().
2009-11-18 Andre NollTrivial whitespace fixes.
2009-11-18 Andre NollUse para_realloc() instead of realloc() in alloc_table().
2009-11-18 Andre NollRemove some cruft from bitstream.h.
2009-11-18 Andre Nollpass only one arg to wma_init().
2009-11-18 Andre NollAlways call struct private_wmadec_data pwd.
2009-11-18 Andre NollChange name of private_wmadec_data parameter of wmadec_...
2009-11-18 Andre NollMake wmadec_cleanup() return void.
2009-11-18 Andre NollMore whitespace cleanups.
2009-11-18 Andre NollAdd documenatation of imdct_init().
2009-11-18 Andre Nolltrivial whitespace cleanups
2009-11-18 Andre NollAdd docu of struct asf_header_info.
2009-11-18 Andre Nollwhitespace cleanups.
2009-11-18 Andre Nollrename vector_fmul_add() vector_fmul_reverse_c() and...
2009-11-18 Andre Nollremove src3 parameter from vector_fmul_add().
2009-11-18 Andre Nollremove step parameter from vector_fmul_add().
next