dccp_recv: Use para_readv() instead of recv_bin_buffer().
[paraslash.git] / imdct.c
2010-01-31 Andre NollMerge branch 'maint'
2010-01-17 Andre NollMerge branch 'maint'
2009-12-21 Andre Noll__aligned is already defined on NetBSD.
2009-12-20 Andre NollMerge branch 'maint'
2009-12-19 Andre NollMerge branch 'maint'
2009-12-19 Andre NollMerge branch 'maint'
2009-12-10 Andre NollMerge branch 'maint'
2009-12-07 Andre NollMerge branch 'maint'
2009-12-02 Andre NollMerge branch 'maint'
2009-11-30 Andre NollMerge branch 'maint'
2009-11-27 Andre NollMerge branch 'maint'
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 Nollskip pointless ff_ prefix.
2009-11-18 Andre NollAdd __aligned macro to gcc-compat.h. and use this inste...
2009-11-18 Andre NollMore documentation updates.
2009-11-18 Andre NollAdd some more documentation
2009-11-18 Andre NollAdd documenatation of imdct_init().
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 Nollsimplify fft_init() due to split_radix is always 1.
2009-11-18 Andre Nolltrivial mdct cleanups
2009-11-18 Andre NollRename mdcdt.c and mdcdt.h.