summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: dsputil: Use correct file name as multiple inclusion guardDiego Biurrun2014-02-201-3/+3
* x86: dca: Add missing multiple inclusion guardsDiego Biurrun2014-02-191-0/+5
* dca: include dcadsp.h in {arm,x86}/dca.h for checkheadersJanne Grunau2014-02-081-0/+1
* x86: use the inline int8x8_fmul_int32 only if inline SSE2 is availbaleJanne Grunau2014-02-081-2/+4
* x86: dcadsp: implement int8x8_fmul_int32Christophe Gisquet2014-02-074-0/+191
* x86: videodsp: Fix a bug in a %if statement where we used '%%' instead of '&&'.Ronald S. Bultje2014-01-301-1/+1
* x86: videodsp: Properly mark sse2 instructions in emulated_edge_mc as such.Ronald S. Bultje2014-01-302-39/+70
* x86: dsputil: Simplify xvmc deprecation conditionalDiego Biurrun2014-01-151-8/+8
* x86: Consistently use cpu flag detection macros in places that still miss itDiego Biurrun2014-01-141-1/+1
* x86: hpeldsp: Add missing av_cold attribute to init functionDiego Biurrun2014-01-091-1/+2
* x86: avcodec: Add a bunch of missing #includes for av_coldDiego Biurrun2014-01-096-0/+6
* h264: do not use 422 functions for monochromeAnton Khirnov2014-01-062-17/+17
* x86: mpegvideo: move denoise_dct asm to mpegvideoencAnton Khirnov2013-12-202-116/+118
* dsputil: Move apply_window_int16 to ac3dspDiego Biurrun2013-12-082-29/+27
* x86: Initialize mmxext after amd3dnow optimizationsDiego Biurrun2013-12-043-14/+14
* dsputil: x86: Move ff_inv_zigzag_direct16 table init to mpegvideoDiego Biurrun2013-12-022-3/+8
* x86: dsputil: Suppress deprecation warnings for XvMC bitsDiego Biurrun2013-11-281-0/+3
* lavc: VP9 decoderRonald S. Bultje2013-11-153-0/+524
* lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-152-541/+489
* Deprecate obsolete XvMC hardware decoding supportDiego Biurrun2013-11-131-2/+6
* dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun2013-11-083-10/+41
* x86: rv40dsp: Use PAVGB instruction macro where appropriateDiego Biurrun2013-11-041-5/+1
* x86: hpeldsp: Use PAVGB instruction macro where necessaryMikulas Patocka2013-11-041-13/+13
* x86: vp8dsp: Split loopfilter code into a separate fileDiego Biurrun2013-11-013-1556/+1586
* x86: h264_idct: Update comments to match 8/10-bit depth optimization splitDiego Biurrun2013-10-071-32/+42
* x86inc: Utilize the shadow space on 64-bit WindowsHenrik Gramner2013-10-072-14/+9
* x86: fdct: Employ more specific ifdefsDiego Biurrun2013-10-061-2/+10
* x86: dsputil: Separate ff_add_hfyu_median_prediction_cmov from dsputil_mmxDiego Biurrun2013-10-053-39/+67
* x86: fdct: Initialize optimized fdct implementations in the standard wayDiego Biurrun2013-10-051-11/+11
* x86: xviddct: Employ more specific ifdefsDiego Biurrun2013-10-052-16/+20
* x86: fdct: Only build fdct code if encoders have been enabledDiego Biurrun2013-10-041-1/+1
* 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
OpenPOWER on IntegriCloud