index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
fft.h
Age
Commit message (
Expand
)
Author
2011-02-13
FFT: factor a shuffle out of the inner loop and merge it into fft_permute.
Loren Merritt
2011-01-26
Mark C base versions of FFT functions static to fft.c
Diego Elio Pettenò
2010-08-23
Revert unintended changes to fft.h from r24890.
Alex Converse
2010-08-23
aacenc: Rename Psy3gpp* structs to AacPsy*
Nathan Caldwell
2010-07-06
SSE optimized 32-point DCT
Vitor Sessak
2010-07-01
Remove vestiges of radix-2 FFT
Måns Rullgård
2010-06-30
More mp{1,2,3} 32-point DCT transform to our common DCT framework.
Vitor Sessak
2010-06-30
Fix grammar errors in documentation
Måns Rullgård
2010-06-24
Remove VLA in ff_kbd_window_init, limit window size to 1024
Måns Rullgård
2010-03-23
Implement the discrete sine/cosine transforms DCT-I and DST-I
Vitor Sessak
2010-03-23
ARM: NEON optimised RDFT
Måns Rullgård
2010-03-21
Call DCT by function pointer. Needed for any future ASM implementation and
Vitor Sessak
2010-03-21
DCT: remove unused field from context
Vitor Sessak
2010-03-20
Call rdft by function pointer
Måns Rullgård
2010-03-07
Create a public API for FFT family of functions
Måns Rullgård
2010-03-07
Give RDFT types more meaningful names
Måns Rullgård
2010-03-06
Move FFT parts from dsputil.h to fft.h
Måns Rullgård