summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: Add an xmm clobbering wrapper for avcodec_encode_video2Martin Storsjö2013-09-161-0/+6
* mathops/x86: work around inline asm miscompilation with GCC 4.8.1Hendrik Leppkes2013-09-151-1/+1
* x86: avcodec: Consistently structure CPU extension initializationDiego Biurrun2013-08-297-197/+197
* x86: avcodec: Use convenience macros to check for CPU flagsDiego Biurrun2013-08-2912-48/+54
* x86: rv40dsp: Move inline assembly optimizations out of YASM init sectionDiego Biurrun2013-08-281-4/+7
* dsputil: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-282-7/+6
* vp56: Mark VP6-only optimizations as such.Diego Biurrun2013-08-233-12/+8
* x86: Split DCT and FFT initialization into separate filesDiego Biurrun2013-08-214-18/+42
* x86: h264_idct: Remove incorrect commentDiego Biurrun2013-08-211-1/+0
* Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-1827-196/+198
* fmtconvert: Explicitly use int32_t instead of intChristophe Gisquet2013-07-172-3/+3
* mlpdsp: x86: Respect cpuflagsLuca Barbato2013-07-121-1/+5
* cabac: x86 version of get_cabac_bypassJason Garrett-Glaser2013-07-041-0/+40
* build: cosmetics: Place unconditional before conditional OBJS linesDiego Biurrun2013-05-301-3/+3
* mpegvideo: Remove commented-out PARANOID debug cruftDiego Biurrun2013-05-151-30/+0
* x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun2013-05-1221-20/+20
* x86: dsputil: Split inline assembly from init codeDiego Biurrun2013-05-124-727/+759
* x86: dsputil: Refactor pixels16 wrapper functions with a macroDiego Biurrun2013-05-128-143/+41
* configure: Rename cmov processor capability to i686Diego Biurrun2013-05-121-4/+2
* x86: sbrdsp: implement SSE2 qmf_pre_shuffleChristophe Gisquet2013-05-102-0/+32
* x86: dsputil: Remove unused argument from QPEL_OP macroDiego Biurrun2013-05-081-4/+4
* x86: dsputil: Move TRANSPOSE4 macro to the only place it is usedDiego Biurrun2013-05-082-11/+11
* x86: dsputil: Move constant declarations into separate headerDiego Biurrun2013-05-086-24/+57
* x86: dsputil: Group all assembly constants together in constants.cDiego Biurrun2013-05-082-15/+11
* x86: dsputil: Move ff_pd assembly constants to the only place they are usedDiego Biurrun2013-05-083-13/+11
* x86: dsputil: Remove unused ff_pb_3F constantDiego Biurrun2013-05-072-2/+0
* x86: dsputil: Remove unused MOVQ_BONE macroDiego Biurrun2013-05-072-9/+0
* x86: dsputil: Move rv40-specific functions where they belongDiego Biurrun2013-05-073-26/+27
* x86: dsputil hpeldsp: Move shared template functions into separate objectDiego Biurrun2013-05-077-26/+69
* x86: rnd_template: Eliminate pointless OP_AVG macro indirectionDiego Biurrun2013-05-074-12/+8
* x86: hpeldsp: Move avg_pixels8_x2_mmx() out of hpeldsp_rnd_template.cDiego Biurrun2013-05-065-25/+58
* x86: hpeldsp: Only compile MMX hpeldsp code if MMX is enabledDiego Biurrun2013-05-061-2/+2
* x86: More specific ifdefs for dsputil/hpeldsp init functionsDiego Biurrun2013-05-062-16/+16
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-042-2/+4
* silly typo fixesDiego Biurrun2013-05-031-1/+1
* x86: sbrdsp: Implement SSE2 qmf_deint_bflyChristophe Gisquet2013-05-032-0/+33
* x86: dsputil: Move cavs and vc1-specific functions where they belongDiego Biurrun2013-05-024-40/+35
* x86: dsputil: Move avg_pixels16_mmx() out of rnd_template.cDiego Biurrun2013-05-025-24/+29
* x86: dsputil: Move avg_pixels8_mmx() out of rnd_template.cDiego Biurrun2013-05-025-23/+25
* x86: Move duplicated put_pixels{8|16}_mmx functions into their own fileDiego Biurrun2013-05-025-134/+109
* x86: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-305-53/+60
* mpegaudiosp: More consistent names for ppc/x86 optimization filesDiego Biurrun2013-04-302-1/+1
* x86: dsputil: Remove a set of pointless #ifs around function declarationsDiego Biurrun2013-04-301-2/+0
* x86: dsputil: cosmetics: Group ff_{avg|put}_pixels16_mmxext() declarationsDiego Biurrun2013-04-301-28/+14
* x86: hpeldsp: Remove unused macro definitionsDiego Biurrun2013-04-291-7/+0
* x86: ac3dsp: Remove 3dnow version of ff_ac3_extract_exponentsDiego Biurrun2013-04-262-37/+0
* x86: Rename dsputil_rnd_template.c to rnd_template.cMartin Storsjö2013-04-253-2/+2
* x86: Get rid of duplication between *_rnd_template.cMartin Storsjö2013-04-232-197/+5
* x86: Factorize duplicated inline assembly snippetsMartin Storsjö2013-04-233-130/+76
* x86: Move some conditional code around to avoid unused variable warningsDiego Biurrun2013-04-223-17/+15
OpenPOWER on IntegriCloud