]> git.sesse.net Git - ffmpeg/commit
Move PS2 MMI code below the mips subdirectory, where it belongs.
authorDiego Biurrun <diego@biurrun.de>
Tue, 7 Feb 2012 14:06:09 +0000 (15:06 +0100)
committerDiego Biurrun <diego@biurrun.de>
Mon, 13 Feb 2012 08:59:53 +0000 (09:59 +0100)
commit0bf184e59cdb9a33883b8a04c8573d132ab5ee7c
tree2e4c53856ca2e9a8f265811f69a20d4a1d686c7c
parent75f11901b588684dae19eaa9e5896931b30ffdcc
Move PS2 MMI code below the mips subdirectory, where it belongs.

Also give a more suitable name to the MMI-optimized IDCT;
it is not PS2-specific, as the name currently suggests.
libavcodec/Makefile
libavcodec/avcodec.h
libavcodec/mips/Makefile
libavcodec/mips/dsputil_mmi.c [moved from libavcodec/ps2/dsputil_mmi.c with 98% similarity]
libavcodec/mips/idct_mmi.c [moved from libavcodec/ps2/idct_mmi.c with 100% similarity]
libavcodec/mips/mmi.h [moved from libavcodec/ps2/mmi.h with 98% similarity]
libavcodec/mips/mpegvideo_mmi.c [moved from libavcodec/ps2/mpegvideo_mmi.c with 100% similarity]
libavcodec/options.c