index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
dct.c
Age
Commit message (
Expand
)
Author
2015-06-01
Merge commit '69277069dd225f5ae02f0215e877a06522d834d3'
Michael Niedermayer
2015-05-31
dct: Check memory allocation
Vittorio Giovara
2014-10-11
avcodec/dct: use av_freep(), do not leave stale pointers in memory
Michael Niedermayer
2014-05-11
avcodec/dct: use av_malloc_array()
Michael Niedermayer
2013-05-01
Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284'
Michael Niedermayer
2013-04-30
avcodec: Drop unnecessary ff_ name prefixes from static functions
Diego Biurrun
2012-10-08
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-10-08
x86: call most of the x86 dsp init functions under if (ARCH_X86)
Janne Grunau
2012-08-16
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-15
Don't include common.h from avutil.h
Martin Storsjö
2012-01-04
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-03
dct: K&R formatting cosmetics
Aneesh Dogra
2011-05-18
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-05-17
dct: build dct32 as separate object files
Mans Rullgard
2011-05-17
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-16
dct: fix indentation
Mans Rullgard
2011-05-16
dct: bypass table allocation for DCT_II of size 32
Mans Rullgard
2011-03-21
Merge remote-tracking branch 'newdev/master'
Michael Niedermayer
2011-03-20
dct: remove superflous #include
Mans Rullgard
2011-03-20
Move dct and rdft definitions to separate files
Mans Rullgard
2011-03-19
fft: remove inline wrappers for function pointers
Mans Rullgard
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-07-06
SSE optimized 32-point DCT
Vitor Sessak
2010-06-30
More mp{1,2,3} 32-point DCT transform to our common DCT framework.
Vitor Sessak
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-23
Implement the discrete sine/cosine transforms DCT-I and DST-I
Vitor Sessak
2010-03-21
Reindent after r22618.
Vitor Sessak
2010-03-21
Split DCT-II and DCT-III in different functions, they do not share any code.
Vitor Sessak
2010-03-21
Call DCT by function pointer. Needed for any future ASM implementation and
Vitor Sessak
2010-03-21
Cosmetics: move ff_dct_init() to the bottom of the file
Vitor Sessak
2010-03-06
Move FFT parts from dsputil.h to fft.h
Måns Rullgård
2010-01-20
Floating point discrete cosine transform
Vitor Sessak