interactive: Honor SIGWINCH.
[paraslash.git] / imdct.c
2011-10-29 Andre NollMerge branch 't/afs_argv0'
2011-10-24 Andre NollMerge branch 't/map_populate'
2011-10-18 Andre NollMerge branch 't/unix_path_max_fix'
2011-10-15 Andre NollMerge branch 't/clang_analyzer_fixes'
2011-09-21 Andre Nollimdct: Remove dead store.
2011-05-15 Andre NollMerge branch 't/ssh_keys'
2011-05-15 Andre NollMerge branch 't/const'
2011-05-05 Andre NollMerge branch 't/libao'
2011-04-23 Andre NollMark a couple of functions as const.
2011-04-23 Andre NollMerge branch 't/crypt_cleanups'
2011-04-21 Andre NollMake some variables static.
2011-02-20 Andre NollMerge branch 'maint'
2011-02-03 Andre NollMerge branch 'maint'
2011-02-03 Andre NollMerge branch 'maint'
2010-06-06 Andre NollMerge branch 'maint'
2010-05-23 Andre NollMerge branch 'maint'
2010-05-12 Andre NollMerge branch 'maint'
2010-04-12 Andre NollMerge branch 'maint'
2010-04-08 Andre NollMerge branch 'maint'
2010-03-07 Andre NollMerge branch 'maint'
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.