]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/mpegvideoenc.c
xsubdec: Convert to the new bitstream reader
[ffmpeg] / libavcodec / x86 / mpegvideoenc.c
2014-08-15 Diego Biurrunmpegvideo: cosmetics: Lowercase ugly uppercase MPV_...
2014-07-03 Diego Biurrunx86: mpegvideoenc: Change SIMD optimization name suffix...
2014-04-04 Diego Biurrunx86: dsputil: Eliminate some unnecessary dsputil_x86...
2013-12-20 Anton Khirnovx86: mpegvideo: move denoise_dct asm to mpegvideoenc
2013-12-02 Diego Biurrundsputil: x86: Move ff_inv_zigzag_direct16 table init...
2013-07-17 Diego BiurrunConsistently use "cpu_flags" as variable/parameter...
2013-05-12 Diego Biurrunx86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h
2013-04-22 Diego Biurrunx86: Move some conditional code around to avoid unused...
2013-02-08 Diego Biurrundsputil: Move fdct function declarations to dct.h
2013-02-05 Diego BiurrunAdd av_cold attributes to arch-specific init functions
2012-10-31 Diego Biurrunx86: mmx2 ---> mmxext in function names
2012-09-08 Diego Biurrunx86: Replace checks for CPU extensions and flags by...
2012-08-30 Diego Biurrunx86: Split inline and external assembly #ifdefs
2012-08-30 Diego Biurrunx86: Fix linking with some or all of yasm, mmx, optimiz...
2012-08-28 Diego Biurrunx86: mpegvideoenc: fix linking with --disable-mmx
2012-08-28 Diego Biurrunx86: mpegvideoenc: Do not abuse HAVE_ variables for...
2012-08-24 Diego Biurrunx86: mpegvideoenc: Split optimizations off into a separ...