]> git.sesse.net Git - ffmpeg/history - libavcodec/armv4l/mpegvideo_arm.c
Support the new lossless mode.
[ffmpeg] / libavcodec / armv4l / mpegvideo_arm.c
2008-12-03 Diego BiurrunDelete unnecessary 'extern' keywords.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-09 Diego BiurrunRevert previous mistaken commit.
2008-05-09 Diego Biurrunipp.h is a system header, use <> when #including it.
2007-12-01 Vitor Sessakspelling
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-05-16 Ronald S. BultjeAdd libavcodec to compiler include flags in order to...
2007-03-23 Tim Chickiwmmxt ffmpeg code does not implement dct_unquantize_h2...
2007-01-07 Siarhei SiamashkaOptimization of 'dct_unquantize_h263_intra' for ARM...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-05-26 Michael Niedermayercleanup
2005-05-26 Bernhard RosenkränzerBetter ARM support for mplayer/ffmpeg, ported from...
2003-03-03 Michael NiedermayerMpegEncContext.(i)dct_* -> DspContext.(i)dct_*
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2002-11-20 Zdenek Kabelac* cut&paste fix
2002-11-19 Zdenek Kabelac* oops fixed bad initialization of ff vals.
2002-11-19 Zdenek Kabelac* compilation fix (ARM users please check)
2002-10-25 Michael Niedermayeridct_permutation_type variable, so the permutation...
2002-10-06 Michael Niedermayertrying to fix the non-x86 IDCTs (untested)