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
/
mdct.c
Age
Commit message (
Expand
)
Author
2011-03-31
Fixed-point FFT and MDCT
Mans Rullgard
2011-03-20
Move sine windows to a separate file
Mans Rullgard
2011-03-19
Move ff_kbd_window_init() to a separate file
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-02-17
mdct: remove unnecessary multiplication
Young Han Lee
2011-02-13
FFT: factor a shuffle out of the inner loop and merge it into fft_permute.
Loren Merritt
2010-06-24
Remove VLA in ff_kbd_window_init, limit window size to 1024
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-01-09
Add support for hard-coded MDCT-related ff_sine_windows tables.
Reimar Döffinger
2009-09-21
Allow arch-specific mdct code to request interleaving of cos/sin tables
Måns Rullgård
2009-09-20
Merge FFTContext and MDCTContext
Måns Rullgård
2009-09-15
Add two more sizes to ff_sine_windows[] and also pad it with NULLs so
Vitor Sessak
2009-09-11
Prepare for optimised forward MDCT implementations
Måns Rullgård
2009-09-06
ff_sine_windows table contains only constant data, too.
Reimar Döffinger
2009-05-16
Support for getting (i)MDCT output multiplied by a constant scaling factor.
Siarhei Siamashka
2009-04-17
Remove useless += from ff_imdct_half_c() found by CSA.
Michael Niedermayer
2009-02-04
Remove documentation of non-existing function parameters.
Diego Biurrun
2009-02-03
Add av_cold attributes to *_init and *_end functions.
Alex Converse
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-11
Add size that is needed for the wmapro codec
Benjamin Larsson
2008-09-08
Try to fix wma regression.
Michael Niedermayer
2008-08-26
Add a temp variable to ff_sine_window_init() to match the way wma.c computed
Aurelien Jacobs
2008-08-14
The ff_sine_#[] should be aligned as they will commonly be used in dsputil
Robert Swain
2008-08-14
Add declarations for the sine tables used in wma.c (half window sizes: 128,
Robert Swain
2008-08-12
mdct wrapper function to match fft
Loren Merritt
2008-08-12
remove mdct tmp buffer
Loren Merritt
2008-08-12
remove a float->double->float conversion.
Loren Merritt
2008-08-12
optimize imdct_half:
Loren Merritt
2008-07-13
exploit mdct symmetry
Loren Merritt
2008-06-22
Add generic ff_sine_window_init function and implement in codecs appropriately
Robert Swain
2008-03-16
improve precision in mdct.c using double for some temporaries
Måns Rullgård
2008-01-13
Add variable alpha and size of half window for Kaiser-Bessel Derived window
Robert Swain
2008-01-12
Make the Kaiser-Bessel window generator a common function
Robert Swain
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2004-03-13
fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot ...
Gildas Bazin
2003-03-06
per file doxy
Michael Niedermayer
2003-01-07
use av_malloc instead of malloc
Fabrice Bellard
2002-10-29
avoid name clash
Fabrice Bellard
2002-10-28
new generic FFT/MDCT code for audio codecs
Fabrice Bellard