paraslash.git
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().
2009-11-18 Andre Nolluse free() instead of pointless freep() in imdct_end().
2009-11-18 Andre Nollopen code fft_end().
2009-11-18 Andre Nollremove unused exptab field of struct fft_complex.
2009-11-18 Andre Nollwe always compute the inverse mdct, so get rid of the...
2009-11-18 Andre Nollsimplify definition of sqrthalf and capitalize it.
2009-11-18 Andre Nollmove sine window stuff from imdct.c to wmadec_filter.c.
2009-11-18 Andre Nollremove unused field tmp_buf of struct fft_context.
2009-11-18 Andre Nollremove unused exptab1 of struct fft_context.
2009-11-18 Andre Nollremove duplicate math.h include
2009-11-18 Andre Nolltrivial whitespace cleanups
2009-11-18 Andre Nollremove unused block_num field of struct private_wmadec_...
2009-11-18 Andre Nollsimplify fft_init() due to split_radix is always 1.
2009-11-18 Andre Nolltrivial mdct cleanups
2009-11-18 Andre Nollwma: Remove an unused variable.
2009-11-18 Andre Nollwma afh chunk time fixes
2009-11-18 Andre Nollwma: Fix chunk_table computation.
2009-11-18 Andre NollMore misc wma fixes.
2009-11-18 Andre NollRename mdcdt.c and mdcdt.h.
2009-11-18 Andre NollVarious wma fixes.
2009-11-18 Andre NollAdd a few more people to CREDITS.
2009-11-18 Andre NollSet channels and samplerate of the filter chain
2009-11-18 Andre NollFirst draft of the wma decoder.
2009-11-18 Andre NollMerge branch 'master' into next
2009-11-18 Andre NollMerge branch 'maint'
2009-11-18 Andre Nollfecdec: Defer decoding until the next group after the...
2009-11-12 Andre NollMerge branch 'master' into next
2009-11-12 Andre NollMerge branch 'maint'
2009-11-12 Andre Nollhttp/dccp: Do not send the audio file header twice.
2009-11-12 Andre NollMerge branch 'master' into next
2009-11-10 Andre Nollnew codename, reset version to git
2009-11-10 Andre Nollthe paraslash-0.4.0 release tarball
2009-11-10 Andre Nollparaslash 0.4.0 v0.4.0
2009-11-09 Andre NollMerge commit 'meins/next' into next
2009-11-09 Andre NollMerge branch 'master' into next
2009-11-09 Andre NollMerge commit 'meins/master'
2009-11-09 Andre NollMerge branch 'maint'
2009-11-09 Andre NollMerge commit 'meins/maint' into maint
next