]> git.sesse.net Git - ffmpeg/commit
slow but accurate integer dct from IJG (should be ok with the LGPL as the old DCT...
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 29 Aug 2002 23:55:32 +0000 (23:55 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 29 Aug 2002 23:55:32 +0000 (23:55 +0000)
commit28db7fce02f94c83cddc611f8811a6e8afd57050
tree311bd4619432ddab25232c4a07a5639e45d79900
parente647c59840f37b6918f5315cf1f8e5c2ea03ba95
slow but accurate integer dct from IJG (should be ok with the LGPL as the old DCT is the fast integer DCT from IJG)
per context DCT selection

Originally committed as revision 878 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
libavcodec/avcodec.h
libavcodec/dsputil.c
libavcodec/dsputil.h
libavcodec/i386/dsputil_mmx.c
libavcodec/i386/mpegvideo_mmx.c
libavcodec/i386/mpegvideo_mmx_template.c
libavcodec/jfdctint.c [new file with mode: 0644]
libavcodec/mpegvideo.c
libavcodec/mpegvideo.h