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.c
Age
Commit message (
Expand
)
Author
2012-10-08
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-10-08
x86: call most of the x86 dsp init functions under if (ARCH_X86)
Janne Grunau
2012-09-05
Optimization of AC3 floating point decoder for MIPS
Nedeljko Babic
2012-01-29
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-27
cosmetics: Remove extra newlines at EOF
Alex Converse
2011-04-27
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-26
Add AVX FFT implementation.
Vitor Sessak
2011-04-04
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-03
ARM: NEON fixed-point FFT
Mans Rullgard
2011-04-03
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-02
Fixed-point MDCT with 32-bit unscaled output
Mans Rullgard
2011-04-02
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-01
FFT: simplify fft8()
Mans Rullgard
2011-04-01
Merge remote-tracking branch 'newdev/master'
Michael Niedermayer
2011-03-31
Fixed-point FFT and MDCT
Mans Rullgard
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-14
FFT: factor a shuffle out of the inner loop and merge it into fft_permute.
Loren Merritt
2011-02-13
FFT: factor a shuffle out of the inner loop and merge it into fft_permute.
Loren Merritt
2011-01-28
Mark C base versions of FFT functions static to fft.c
Diego Elio Pettenò
2011-01-26
Mark C base versions of FFT functions static to fft.c
Diego Elio Pettenò
2010-07-01
Indent
Måns Rullgård
2010-07-01
Remove vestiges of radix-2 FFT
Måns Rullgård
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-09
Replace many includes of libavutil/common.h with what is actually needed
Måns Rullgård
2010-03-06
Move FFT parts from dsputil.h to fft.h
Måns Rullgård
2010-02-11
Fix build with --disable-mdct
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
Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitions
Reimar Döffinger
2009-10-14
Use hardcoded instead of runtime-calculated ff_cos_* tables if
Reimar Döffinger
2009-10-13
fft_dispatch array should be const
Reimar Döffinger
2009-09-15
Move per-arch fft init bits into the corresponding subdirs
Måns Rullgård
2009-09-14
ARM: 10l: fix large FFTs
Måns Rullgård
2009-09-11
ARM: NEON optimised MDCT
Måns Rullgård
2009-09-11
Prepare for optimised forward MDCT implementations
Måns Rullgård
2009-09-10
ARM: NEON optimised FFT and MDCT
Måns Rullgård
2009-09-06
The ff_cos_tabs table itself is constant, too, so mark it as such.
Reimar Döffinger
2009-03-16
Remove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef; all other references
David Conrad
2009-02-19
Only enable SSE/3DNOW optimizations when they have been enabled at compilation.
Diego Biurrun
2009-02-19
prettyprinting whitespace cosmetics
Diego Biurrun
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
2009-01-29
Mark ff_fft_end av_cold.
Alex Converse
2009-01-22
Mark ff_fft_init with av_cold.
Alex Converse
2009-01-22
Clean up FFT related comments.
Alex Converse
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-13
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2008-11-03
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
Dominik Mierzejewski
2008-08-12
mdct wrapper function to match fft
Loren Merritt
2008-08-12
optimize imdct_half:
Loren Merritt
[next]