summaryrefslogtreecommitdiff
path: root/libavcodec/x86/mpegvideoenc.c
Commit message (Expand)AuthorAge
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-15
* x86: mpegvideoenc: Change SIMD optimization name suffixes to lowercaseDiego Biurrun2014-07-03
* x86: dsputil: Eliminate some unnecessary dsputil_x86.h #includesDiego Biurrun2014-04-04
* x86: mpegvideo: move denoise_dct asm to mpegvideoencAnton Khirnov2013-12-20
* dsputil: x86: Move ff_inv_zigzag_direct16 table init to mpegvideoDiego Biurrun2013-12-02
* Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-18
* x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun2013-05-12
* x86: Move some conditional code around to avoid unused variable warningsDiego Biurrun2013-04-22
* dsputil: Move fdct function declarations to dct.hDiego Biurrun2013-02-09
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-05
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-31
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-08
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-31
* x86: Fix linking with some or all of yasm, mmx, optimizations disabledDiego Biurrun2012-08-30
* x86: mpegvideoenc: fix linking with --disable-mmxDiego Biurrun2012-08-29
* x86: mpegvideoenc: Do not abuse HAVE_ variables for template instantiationDiego Biurrun2012-08-29
* x86: mpegvideoenc: Split optimizations off into a separate fileDiego Biurrun2012-08-24