summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* x86: dsputil_init: Drop some unnecessary parenthesesDiego Biurrun2014-03-13
* x86: dsputil_init: K&R formatting cosmeticsDiego Biurrun2014-03-13
* x86: dsputil_x86.h: K&R formatting cosmeticsDiego Biurrun2014-03-13
* x86: motion_est: K&R formatting cosmeticsDiego Biurrun2014-03-13
* dsputilenc_mmx: K&R formatting cosmeticsDiego Biurrun2014-03-13
* dsputil_mmx: K&R formatting cosmeticsDiego Biurrun2014-03-13
* dsputilenc_mmx: Merge two assignment blocks with identical conditionsDiego Biurrun2014-03-13
* x86: Make function prototype comments in assembly code consistentDiego Biurrun2014-03-13
* x86: h264_idct_10_bit: Use proper type in function prototype commentsDiego Biurrun2014-03-13
* Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun2014-03-13
* x86: Add some more missing headersDiego Biurrun2014-03-13
* x86: mpegvideoenc: Remove some remnants of the long-gone libmpeg2 IDCTDiego Biurrun2014-03-13
* x86: dcadsp: Fix linking with yasm and optimizations disabledDiego Biurrun2014-03-05
* x86: cabac: Use correct #includes to make header compile standaloneDiego Biurrun2014-03-05
* dcadec: simplify decoding of VQ high frequenciesChristophe Gisquet2014-02-28
* x86: synth filter float: implement SSE2 versionChristophe Gisquet2014-02-28
* x86: dcadsp: implement SSE lfe_dirChristophe Gisquet2014-02-28
* prores: Use consistent names for DSP arch initialization functionsDiego Biurrun2014-02-28
* x86: dsputil: Use correct file name as multiple inclusion guardDiego Biurrun2014-02-20
* x86: dca: Add missing multiple inclusion guardsDiego Biurrun2014-02-19
* dca: include dcadsp.h in {arm,x86}/dca.h for checkheadersJanne Grunau2014-02-08
* x86: use the inline int8x8_fmul_int32 only if inline SSE2 is availbaleJanne Grunau2014-02-08
* x86: dcadsp: implement int8x8_fmul_int32Christophe Gisquet2014-02-07
* x86: videodsp: Fix a bug in a %if statement where we used '%%' instead of '&&'.Ronald S. Bultje2014-01-30
* x86: videodsp: Properly mark sse2 instructions in emulated_edge_mc as such.Ronald S. Bultje2014-01-30
* x86: dsputil: Simplify xvmc deprecation conditionalDiego Biurrun2014-01-15
* x86: Consistently use cpu flag detection macros in places that still miss itDiego Biurrun2014-01-14
* x86: hpeldsp: Add missing av_cold attribute to init functionDiego Biurrun2014-01-09
* x86: avcodec: Add a bunch of missing #includes for av_coldDiego Biurrun2014-01-09
* h264: do not use 422 functions for monochromeAnton Khirnov2014-01-06
* x86: mpegvideo: move denoise_dct asm to mpegvideoencAnton Khirnov2013-12-20
* dsputil: Move apply_window_int16 to ac3dspDiego Biurrun2013-12-08
* x86: Initialize mmxext after amd3dnow optimizationsDiego Biurrun2013-12-04
* dsputil: x86: Move ff_inv_zigzag_direct16 table init to mpegvideoDiego Biurrun2013-12-02
* x86: dsputil: Suppress deprecation warnings for XvMC bitsDiego Biurrun2013-11-28
* lavc: VP9 decoderRonald S. Bultje2013-11-15
* lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-15
* Deprecate obsolete XvMC hardware decoding supportDiego Biurrun2013-11-13
* dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun2013-11-08
* x86: rv40dsp: Use PAVGB instruction macro where appropriateDiego Biurrun2013-11-04
* x86: hpeldsp: Use PAVGB instruction macro where necessaryMikulas Patocka2013-11-04
* x86: vp8dsp: Split loopfilter code into a separate fileDiego Biurrun2013-11-01
* x86: h264_idct: Update comments to match 8/10-bit depth optimization splitDiego Biurrun2013-10-07
* x86inc: Utilize the shadow space on 64-bit WindowsHenrik Gramner2013-10-07
* x86: fdct: Employ more specific ifdefsDiego Biurrun2013-10-06
* x86: dsputil: Separate ff_add_hfyu_median_prediction_cmov from dsputil_mmxDiego Biurrun2013-10-05
* x86: fdct: Initialize optimized fdct implementations in the standard wayDiego Biurrun2013-10-05
* x86: xviddct: Employ more specific ifdefsDiego Biurrun2013-10-05
* x86: fdct: Only build fdct code if encoders have been enabledDiego Biurrun2013-10-04
* x86: Add an xmm clobbering wrapper for avcodec_encode_video2Martin Storsjö2013-09-16