]> git.sesse.net Git - ffmpeg/history - libavcodec/fft.h
hevc: change the stride of the MC buffer to be in bytes instead of elements
[ffmpeg] / libavcodec / fft.h
2014-07-18 Diego Biurrunfft: Convert FFT/MDCT permutation type #defines to...
2014-04-22 Janne Grunauaarch64: NEON float FFT
2014-01-06 Diego BiurrunRename CONFIG_FFT_FLOAT ---> FFT_FLOAT
2013-04-30 Diego Biurrunppc: More consistent arch initialization
2013-04-30 Diego Biurrunfft: Remove pointless #ifdefs around function declarations
2012-10-08 Janne Grunaux86: call most of the x86 dsp init functions under...
2011-06-23 Diego Biurrundoxygen: Consistently use '@' instead of '\' for Doxyge...
2011-04-26 Vitor SessakAdd AVX FFT implementation.
2011-04-03 Mans RullgardARM: NEON fixed-point FFT
2011-04-02 Mans RullgardFixed-point MDCT with 32-bit unscaled output
2011-03-31 Mans RullgardFixed-point FFT and MDCT
2011-03-20 Mans RullgardMove ff_dct_init_mmx declaration to dct.h
2011-03-20 Mans RullgardMove dct and rdft definitions to separate files
2011-03-20 Mans RullgardMove sine windows to a separate file
2011-03-19 Mans RullgardMove ff_kbd_window_init() to a separate file
2011-03-19 Mans Rullgardfft: remove inline wrappers for function pointers
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-13 Loren MerrittFFT: factor a shuffle out of the inner loop and merge...
2011-01-26 Diego Elio PettenòMark C base versions of FFT functions static to fft.c
2010-08-23 Alex ConverseRevert unintended changes to fft.h from r24890.
2010-08-23 Nathan Caldwellaacenc: Rename Psy3gpp* structs to AacPsy*
2010-07-06 Vitor SessakSSE optimized 32-point DCT
2010-07-01 Måns RullgårdRemove vestiges of radix-2 FFT
2010-06-30 Vitor SessakMore mp{1,2,3} 32-point DCT transform to our common...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-24 Måns RullgårdRemove VLA in ff_kbd_window_init, limit window size...
2010-03-23 Vitor SessakImplement the discrete sine/cosine transforms DCT-I...
2010-03-23 Måns RullgårdARM: NEON optimised RDFT
2010-03-21 Vitor SessakCall DCT by function pointer. Needed for any future...
2010-03-21 Vitor SessakDCT: remove unused field from context
2010-03-20 Måns RullgårdCall rdft by function pointer
2010-03-07 Måns RullgårdCreate a public API for FFT family of functions
2010-03-07 Måns RullgårdGive RDFT types more meaningful names
2010-03-06 Måns RullgårdMove FFT parts from dsputil.h to fft.h