]> git.sesse.net Git - ffmpeg/history - libavcodec/i386/idct_mmx.c
Remove the LGPL exception clause as discussed on ffmpeg-devel
[ffmpeg] / libavcodec / i386 / idct_mmx.c
2006-09-14 Diego BiurrunRemove the LGPL exception clause as discussed on ffmpeg...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-09-02 Michael Niedermayeradd consts (this was in my local tree, dunno where...
2005-08-01 Alexander Strasserlibavutil: Utility code from libavcodec moved to a...
2005-06-02 Loren Merrittsort H.264 mmx dsp functions into their own file
2005-06-01 Michael Niedermayer100l for myself (breaking amd64)
2005-06-01 Michael Niedermayermerge a few asm blocks so gcc cant unoptimize it (658...
2005-06-01 Michael Niedermayerget rid of 2 movq (680 -> 658 dezicycles on duron)
2005-06-01 Michael Niedermayeravoid one transpose (730->680 dezicycles on duron)
2005-06-01 Loren Merritt10l (symbol mangling)
2005-06-01 Michael Niedermayeradd rounding bias before the horizontal idct (765-...
2005-05-31 Loren MerrittMMX for H.264 iDCT (adapted from x264)
2004-05-18 Michael Niedermayersome of the warning fixes by (Michael Roitzsch <mroi...
2002-05-27 Zdenek Kabelac* undefine local defines when they are no longer needed
2001-08-15 Fabrice Bellardwin32 fixes
2001-08-07 Fabrice Bellardadded idct mmx code