]> git.sesse.net Git - ffmpeg/history - libavcodec/rdft.c
h264: fix invalid pointer arithmetic
[ffmpeg] / libavcodec / rdft.c
2011-03-20 Mans RullgardMove dct and rdft definitions to separate files
2011-03-19 Mans Rullgardfft: remove inline wrappers for function pointers
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-25 Diego Elio PettenòMake ff_sin_tabs constant to rdft.c
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-23 Måns RullgårdARM: NEON optimised RDFT
2010-03-20 Måns Rullgårdrdft: reorder functions to avoid static prototype
2010-03-20 Måns RullgårdCall rdft by function pointer
2010-03-09 Måns RullgårdReplace many includes of libavutil/common.h with what...
2010-03-07 Måns RullgårdGive RDFT types more meaningful names
2010-03-06 Måns RullgårdMake some functions static
2010-03-06 Måns RullgårdMove FFT parts from dsputil.h to fft.h
2009-11-05 Reimar DöffingerAdd ff_init_ff_cos_tabs function and use it in rdft...
2009-11-04 Reimar DöffingerPad ff_cos_tabs and ff_sin_tabs so that index n points...
2009-10-15 Reimar DöffingerAdd support for hardcoded ff_sin_* tables.
2009-10-15 Reimar DöffingerMove/add COSTABLE/SINTABLE macros to dsputil to add...
2009-10-15 Reimar DöffingerDo not initialize ff_cos_* tables again in rdft_init...
2009-09-06 Reimar DöffingerThe pointers in ff_sin_tabs themselves are constant...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-30 Alex ConverseAdd the rdft family of transforms (fft/ifft of an all...