summaryrefslogtreecommitdiff
path: root/imdct.c (follow)
Commit message (Expand)AuthorAge
* imdct: Simplify imdct_half().Andre Noll2026-04-03
* imdct: Remove a pointless local variable.Andre Noll2026-04-03
* imdct: Kill fftsample_t typedef.Andre Noll2025-06-10
* Merge topic branch t/wmadec into masterAndre Noll2025-06-02
|\
| * wmadec: Remove fft().Andre Noll2025-04-27
* | Include regex.h from para.h.Andre Noll2025-05-19
|/
* string: Introduce arr_alloc().Andre Noll2022-07-29
* string: Rename para_calloc() -> zalloc().Andre Noll2022-07-29
* string: Rename para_malloc() -> alloc().Andre Noll2022-07-29
* Shorten copyright notice.Andre Noll2017-09-22
* imdct.c: Replace pointless macro PASS.Andre Noll2017-03-25
* Remove unnecessary system header includes.Andre Noll2015-01-12
* doxygen: Expand all macros, in particular config.h.Andre Noll2014-02-22
* imdct: Remove dead store.Andre Noll2011-09-21
* Mark a couple of functions as const.Andre Noll2011-04-23
* Make some variables static.Andre Noll2011-04-22
* __aligned is already defined on NetBSD.Andre Noll2009-12-21
* imdct: Use the 1/sqrt(2) constant from math.h.Andre Noll2009-11-18
* imdct: Trivial whitespace cleanups.Andre Noll2009-11-18
* imdct.c: Add some more documentation.Andre Noll2009-11-18
* skip pointless ff_ prefix.Andre Noll2009-11-18
* Add __aligned macro to gcc-compat.h. and use this instead of DECLARE_ALIGNED.Andre Noll2009-11-18
* More documentation updates.Andre Noll2009-11-18
* Add some more documentationAndre Noll2009-11-18
* Add documenatation of imdct_init().Andre Noll2009-11-18
* use free() instead of pointless freep() in imdct_end().Andre Noll2009-11-18
* open code fft_end().Andre Noll2009-11-18
* remove unused exptab field of struct fft_complex.Andre Noll2009-11-18
* we always compute the inverse mdct, so get rid of the inverse bit.Andre Noll2009-11-18
* simplify definition of sqrthalf and capitalize it.Andre Noll2009-11-18
* move sine window stuff from imdct.c to wmadec_filter.c.Andre Noll2009-11-18
* remove unused field tmp_buf of struct fft_context.Andre Noll2009-11-18
* remove unused exptab1 of struct fft_context.Andre Noll2009-11-18
* simplify fft_init() due to split_radix is always 1.Andre Noll2009-11-18
* trivial mdct cleanupsAndre Noll2009-11-18
* Rename mdcdt.c and mdcdt.h.Andre Noll2009-11-18