summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/mpegvideoenc.c
Commit message (Expand)AuthorAgeFilesLines
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-151-1/+1
* x86: mpegvideoenc: Change SIMD optimization name suffixes to lowercaseDiego Biurrun2014-07-031-15/+15
* x86: dsputil: Eliminate some unnecessary dsputil_x86.h #includesDiego Biurrun2014-04-041-1/+0
* x86: mpegvideo: move denoise_dct asm to mpegvideoencAnton Khirnov2013-12-201-2/+118
* dsputil: x86: Move ff_inv_zigzag_direct16 table init to mpegvideoDiego Biurrun2013-12-021-1/+6
* Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-181-5/+5
* x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun2013-05-121-1/+1
* x86: Move some conditional code around to avoid unused variable warningsDiego Biurrun2013-04-221-1/+1
* dsputil: Move fdct function declarations to dct.hDiego Biurrun2013-02-091-1/+1
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-051-1/+2
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-311-3/+3
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-081-4/+5
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-311-18/+12
* x86: Fix linking with some or all of yasm, mmx, optimizations disabledDiego Biurrun2012-08-301-10/+20
* x86: mpegvideoenc: fix linking with --disable-mmxDiego Biurrun2012-08-291-3/+3
* x86: mpegvideoenc: Do not abuse HAVE_ variables for template instantiationDiego Biurrun2012-08-291-17/+22
* x86: mpegvideoenc: Split optimizations off into a separate fileDiego Biurrun2012-08-241-0/+96
OpenPOWER on IntegriCloud