save one level of indentation in build_table().
[paraslash.git] / wmadec_filter.c
2009-11-18 Andre NollKill codes_wrap parameter from init_vlc().
2009-11-18 Andre NollKill the bits_wrap and bits_size parameters of init_vlc().
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 Nolltrivial whitespace cleanups
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 Nollwe always compute the inverse mdct, so get rid of the...
2009-11-18 Andre Nollmove sine window stuff from imdct.c to wmadec_filter.c.
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 NollMore misc wma fixes.
2009-11-18 Andre NollRename mdcdt.c and mdcdt.h.
2009-11-18 Andre NollSet channels and samplerate of the filter chain
2009-11-18 Andre NollFirst draft of the wma decoder.