summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-05-01Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284'Michael Niedermayer13-104/+107
2013-04-30avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun13-114/+117
2011-03-21Merge remote-tracking branch 'newdev/master'Michael Niedermayer44-328/+413
2011-03-20Move dct and rdft definitions to separate filesMans Rullgard13-72/+138
2011-03-19fft: remove inline wrappers for function pointersMans Rullgard27-109/+80
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-01-26Make ff_sin_tabs constant to rdft.cDiego Elio Pettenò1-1/+1
2011-01-25Make ff_sin_tabs constant to rdft.cDiego Elio Pettenò1-1/+1
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-03-23ARM: NEON optimised RDFTMåns Rullgård5-0/+168
2010-03-20rdft: reorder functions to avoid static prototypeMåns Rullgård1-30/+28
2010-03-20Call rdft by function pointerMåns Rullgård2-6/+9
2010-03-09Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård28-28/+32
2010-03-07Give RDFT types more meaningful namesMåns Rullgård6-15/+15
2010-03-06Make some functions staticMåns Rullgård3-6/+6
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård27-222/+275
2009-11-05Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that theReimar Döffinger3-9/+22
2009-11-04Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits.Reimar Döffinger3-4/+6
2009-10-15Add support for hardcoded ff_sin_* tables.Reimar Döffinger4-8/+24
2009-10-15Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitionsReimar Döffinger4-40/+64
2009-10-15Do not initialize ff_cos_* tables again in rdft_init, they are alreadyReimar Döffinger2-2/+1
2009-09-06The pointers in ff_sin_tabs themselves are constant, so mark them accordingly.Reimar Döffinger1-1/+1
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-30Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.Alex Converse5-1/+162