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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2022-02-24avutil/avassert: Don't include avutil.hAndreas Rheinhardt
2019-01-01avcodec/dct: Propagate error code from ff_rdft_init()Michael Niedermayer
2015-06-01Merge commit '69277069dd225f5ae02f0215e877a06522d834d3'Michael Niedermayer
2015-05-31dct: Check memory allocationVittorio Giovara
2014-10-12avcodec/dct: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer
2014-05-11avcodec/dct: use av_malloc_array()Michael Niedermayer
2013-05-01Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284'Michael Niedermayer
2013-04-30avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2012-10-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-08x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-01-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-03dct: K&R formatting cosmeticsAneesh Dogra
2011-05-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-17dct: build dct32 as separate object filesMans Rullgard
2011-05-17Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-16dct: fix indentationMans Rullgard
2011-05-16dct: bypass table allocation for DCT_II of size 32Mans Rullgard
2011-03-21Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-20dct: remove superflous #includeMans Rullgard
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
2010-07-06SSE optimized 32-point DCTVitor Sessak
2010-07-01More mp{1,2,3} 32-point DCT transform to our common DCT framework.Vitor Sessak
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-23Implement the discrete sine/cosine transforms DCT-I and DST-IVitor Sessak
2010-03-21Reindent after r22618.Vitor Sessak
2010-03-21Split DCT-II and DCT-III in different functions, they do not share any code.Vitor Sessak
2010-03-21Call DCT by function pointer. Needed for any future ASM implementation andVitor Sessak
2010-03-21Cosmetics: move ff_dct_init() to the bottom of the fileVitor Sessak
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård
2010-01-20Floating point discrete cosine transformVitor Sessak