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
/
rdft.c
Age
Commit message (
Expand
)
Author
2014-09-05
rdft: Move some variables into a separate block
Diego Biurrun
2013-04-30
avcodec: Drop unnecessary ff_ name prefixes from static functions
Diego Biurrun
2011-03-20
Move dct and rdft definitions to separate files
Mans Rullgard
2011-03-19
fft: remove inline wrappers for function pointers
Mans Rullgard
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-25
Make ff_sin_tabs constant to rdft.c
Diego Elio Pettenò
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-23
ARM: NEON optimised RDFT
Måns Rullgård
2010-03-20
rdft: reorder functions to avoid static prototype
Måns Rullgård
2010-03-20
Call rdft by function pointer
Måns Rullgård
2010-03-09
Replace many includes of libavutil/common.h with what is actually needed
Måns Rullgård
2010-03-07
Give RDFT types more meaningful names
Måns Rullgård
2010-03-06
Make some functions static
Måns Rullgård
2010-03-06
Move FFT parts from dsputil.h to fft.h
Måns Rullgård
2009-11-05
Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the
Reimar Döffinger
2009-11-04
Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits.
Reimar Döffinger
2009-10-15
Add support for hardcoded ff_sin_* tables.
Reimar Döffinger
2009-10-15
Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitions
Reimar Döffinger
2009-10-15
Do not initialize ff_cos_* tables again in rdft_init, they are already
Reimar Döffinger
2009-09-06
The pointers in ff_sin_tabs themselves are constant, so mark them accordingly.
Reimar Döffinger
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-30
Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.
Alex Converse