summaryrefslogtreecommitdiffstats
path: root/libavcodec/dct.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/dct: Propagate error code from ff_rdft_init()Michael Niedermayer2019-01-011-2/+3
* Merge commit '69277069dd225f5ae02f0215e877a06522d834d3'Michael Niedermayer2015-06-011-0/+2
|\
| * dct: Check memory allocationVittorio Giovara2015-05-311-0/+2
* | avcodec/dct: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer2014-10-111-2/+2
* | avcodec/dct: use av_malloc_array()Michael Niedermayer2014-05-111-1/+1
* | Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284'Michael Niedermayer2013-05-011-8/+8
|\ \ | |/
| * avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-8/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-081-2/+2
|\ \ | |/
| * x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-081-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-041-61/+61
|\ \ | |/
| * dct: K&R formatting cosmeticsAneesh Dogra2012-01-031-61/+61
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-181-4/+2
|\ \ | |/
| * dct: build dct32 as separate object filesMans Rullgard2011-05-171-4/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-171-17/+20
|\ \ | |/
| * dct: fix indentationMans Rullgard2011-05-161-15/+15
| * dct: bypass table allocation for DCT_II of size 32Mans Rullgard2011-05-161-3/+6
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-211-11/+5
|\ \ | |/
| * dct: remove superflous #includeMans Rullgard2011-03-201-1/+0
| * Move dct and rdft definitions to separate filesMans Rullgard2011-03-201-1/+1
| * fft: remove inline wrappers for function pointersMans Rullgard2011-03-191-9/+4
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* SSE optimized 32-point DCTVitor Sessak2010-07-061-0/+2
* More mp{1,2,3} 32-point DCT transform to our common DCT framework.Vitor Sessak2010-06-301-0/+14
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Implement the discrete sine/cosine transforms DCT-I and DST-IVitor Sessak2010-03-231-7/+68
* Reindent after r22618.Vitor Sessak2010-03-211-42/+43
* Split DCT-II and DCT-III in different functions, they do not share any code.Vitor Sessak2010-03-211-5/+11
* Call DCT by function pointer. Needed for any future ASM implementation andVitor Sessak2010-03-211-1/+3
* Cosmetics: move ff_dct_init() to the bottom of the fileVitor Sessak2010-03-211-25/+25
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-061-1/+2
* Floating point discrete cosine transformVitor Sessak2010-01-201-0/+139
OpenPOWER on IntegriCloud