32 Commits (0561bd2fc2bff0dbe651d5998e9f129c43d25eb3)

Author SHA1 Message Date
Vittorio Giovara 69277069dd dct: Check memory allocation 10 years ago
Michael Niedermayer e24e5986a6 avcodec/dct: use av_freep(), do not leave stale pointers in memory 10 years ago
Michael Niedermayer 5e95551199 avcodec/dct: use av_malloc_array() 11 years ago
Diego Biurrun 088f38a4f9 avcodec: Drop unnecessary ff_ name prefixes from static functions 12 years ago
Janne Grunau f101eab1be x86: call most of the x86 dsp init functions under if (ARCH_X86) 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Aneesh Dogra 2e70b2de58 dct: K&R formatting cosmetics 13 years ago
Mans Rullgard 6f2309ed2e dct: build dct32 as separate object files 14 years ago
Mans Rullgard 9503fbb859 dct: fix indentation 14 years ago
Mans Rullgard 721d6f2dc5 dct: bypass table allocation for DCT_II of size 32 14 years ago
Mans Rullgard 8eec00278c dct: remove superflous #include 14 years ago
Mans Rullgard 0aded9484d Move dct and rdft definitions to separate files 14 years ago
Mans Rullgard 26f548bb59 fft: remove inline wrappers for function pointers 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Vitor Sessak 4dcc4f8eaa SSE optimized 32-point DCT 15 years ago
Vitor Sessak 06d01188e9 More mp{1,2,3} 32-point DCT transform to our common DCT framework. 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Vitor Sessak e1484ebed6 Implement the discrete sine/cosine transforms DCT-I and DST-I 15 years ago
Vitor Sessak b531e1ab59 Reindent after r22618. 15 years ago
Vitor Sessak 8305c76b53 Split DCT-II and DCT-III in different functions, they do not share any code. 15 years ago
Vitor Sessak e30ab38e94 Call DCT by function pointer. Needed for any future ASM implementation and 15 years ago
Vitor Sessak 89d7df7c74 Cosmetics: move ff_dct_init() to the bottom of the file 15 years ago
Måns Rullgård 1429224b04 Move FFT parts from dsputil.h to fft.h 15 years ago
Vitor Sessak 7f3f5f46c2 Floating point discrete cosine transform 15 years ago