Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-26avcodec/rdft: reorder calculationMuhammad Faiz
2017-07-11avcodec/rdft: remove sintableMuhammad Faiz
2015-06-05avcodec/rdft: Use more specific error codesMichael Niedermayer
2014-09-05Merge commit '096a1d5b46391f65dfd0bee6292e9962f53bd7c8'Michael Niedermayer
2014-09-05rdft: Move some variables into a separate blockDiego Biurrun
2013-05-01Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284'Michael Niedermayer
2013-04-30avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2011-03-21Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-20Move dct and rdft definitions to separate filesMans Rullgard
2011-03-19fft: remove inline wrappers for function pointersMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Make ff_sin_tabs constant to rdft.cDiego Elio Pettenò
2011-01-25Make ff_sin_tabs constant to rdft.cDiego Elio Pettenò
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-23ARM: NEON optimised RDFTMåns Rullgård
2010-03-21rdft: reorder functions to avoid static prototypeMåns Rullgård
2010-03-21Call rdft by function pointerMåns Rullgård
2010-03-09Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård
2010-03-08Give RDFT types more meaningful namesMåns Rullgård
2010-03-07Make some functions staticMåns Rullgård
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård
2009-11-05Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that theReimar Döffinger
2009-11-04Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits.Reimar Döffinger
2009-10-15Add support for hardcoded ff_sin_* tables.Reimar Döffinger
2009-10-15Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitionsReimar Döffinger
2009-10-15Do not initialize ff_cos_* tables again in rdft_init, they are alreadyReimar Döffinger
2009-09-06The pointers in ff_sin_tabs themselves are constant, so mark them accordingly.Reimar Döffinger
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-30Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.Alex Converse