]> git.sesse.net Git - ffmpeg/history - libavcodec/x86
dsputil: Move RV40-specific bits into rv40dsp
[ffmpeg] / libavcodec / x86 /
2014-03-26 Diego BiurrunAdd missing headers to make template files compile...
2014-03-26 Diego Biurrunx86: h264_qpel: Fix typo in CALL_2X_PIXELS macro invocation
2014-03-22 Diego Biurrunx86: dsputil: Move hpeldsp-related declarations to...
2014-03-22 Diego Biurrunx86: dsputil: Move fpel declarations to a separate...
2014-03-22 Diego Biurrundsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16...
2014-03-22 Diego Biurrunimgconvert: Move ff_deinterlace_line_*_mmx declarations...
2014-03-22 Diego Biurrunx86: dsputil: Move inline assembly macros to a separate...
2014-03-20 Diego Biurrundsputil: Use correct type in me_cmp_func function pointer
2014-03-20 Diego Biurrunbuild: Group general components separate from de/encode...
2014-03-20 Diego Biurrundsputil: Propagate bit depth information to all (sub...
2014-03-13 Diego Biurrunx86: dsputil_init: Drop some unnecessary parentheses
2014-03-13 Diego Biurrunx86: dsputil_init: K&R formatting cosmetics
2014-03-13 Diego Biurrunx86: dsputil_x86.h: K&R formatting cosmetics
2014-03-13 Diego Biurrunx86: motion_est: K&R formatting cosmetics
2014-03-13 Diego Biurrundsputilenc_mmx: K&R formatting cosmetics
2014-03-13 Diego Biurrundsputil_mmx: K&R formatting cosmetics
2014-03-13 Diego Biurrundsputilenc_mmx: Merge two assignment blocks with identi...
2014-03-13 Diego Biurrunx86: Make function prototype comments in assembly code...
2014-03-13 Diego Biurrunx86: h264_idct_10_bit: Use proper type in function...
2014-03-13 Diego BiurrunUpdate dsputil- and SIMD-related comments to match...
2014-03-13 Diego Biurrunx86: Add some more missing headers
2014-03-13 Diego Biurrunx86: mpegvideoenc: Remove some remnants of the long...
2014-03-05 Diego Biurrunx86: dcadsp: Fix linking with yasm and optimizations...
2014-03-05 Diego Biurrunx86: cabac: Use correct #includes to make header compil...
2014-02-28 Christophe Gisquetdcadec: simplify decoding of VQ high frequencies
2014-02-28 Christophe Gisquetx86: synth filter float: implement SSE2 version
2014-02-28 Christophe Gisquetx86: dcadsp: implement SSE lfe_dir
2014-02-28 Diego Biurrunprores: Use consistent names for DSP arch initializatio...
2014-02-20 Diego Biurrunx86: dsputil: Use correct file name as multiple inclusi...
2014-02-19 Diego Biurrunx86: dca: Add missing multiple inclusion guards
2014-02-08 Janne Grunaudca: include dcadsp.h in {arm,x86}/dca.h for checkheaders
2014-02-08 Janne Grunaux86: use the inline int8x8_fmul_int32 only if inline...
2014-02-07 Christophe Gisquetx86: dcadsp: implement int8x8_fmul_int32
2014-01-30 Ronald S. Bultjex86: videodsp: Fix a bug in a %if statement where we...
2014-01-30 Ronald S. Bultjex86: videodsp: Properly mark sse2 instructions in emula...
2014-01-15 Diego Biurrunx86: dsputil: Simplify xvmc deprecation conditional
2014-01-13 Diego Biurrunx86: Consistently use cpu flag detection macros in...
2014-01-09 Diego Biurrunx86: hpeldsp: Add missing av_cold attribute to init...
2014-01-09 Diego Biurrunx86: avcodec: Add a bunch of missing #includes for...
2014-01-06 Anton Khirnovh264: do not use 422 functions for monochrome
2013-12-20 Anton Khirnovx86: mpegvideo: move denoise_dct asm to mpegvideoenc
2013-12-08 Diego Biurrundsputil: Move apply_window_int16 to ac3dsp
2013-12-04 Diego Biurrunx86: Initialize mmxext after amd3dnow optimizations
2013-12-02 Diego Biurrundsputil: x86: Move ff_inv_zigzag_direct16 table init...
2013-11-28 Diego Biurrunx86: dsputil: Suppress deprecation warnings for XvMC...
2013-11-15 Ronald S. Bultjelavc: VP9 decoder
2013-11-15 Ronald S. Bultjelavc: Edge emulation with dst/src linesize
2013-11-13 Diego BiurrunDeprecate obsolete XvMC hardware decoding support
2013-11-08 Diego Biurrundsputil: Split off H.263 bits into their own H263DSPContext
2013-11-04 Diego Biurrunx86: rv40dsp: Use PAVGB instruction macro where appropriate
2013-11-04 Mikulas Patockax86: hpeldsp: Use PAVGB instruction macro where necessary
2013-11-01 Diego Biurrunx86: vp8dsp: Split loopfilter code into a separate...
2013-10-07 Diego Biurrunx86: h264_idct: Update comments to match 8/10-bit depth...
2013-10-07 Henrik Gramnerx86inc: Utilize the shadow space on 64-bit Windows
2013-10-06 Diego Biurrunx86: fdct: Employ more specific ifdefs
2013-10-05 Diego Biurrunx86: dsputil: Separate ff_add_hfyu_median_prediction_cm...
2013-10-05 Diego Biurrunx86: fdct: Initialize optimized fdct implementations...
2013-10-05 Diego Biurrunx86: xviddct: Employ more specific ifdefs
2013-10-04 Diego Biurrunx86: fdct: Only build fdct code if encoders have been...
2013-09-16 Martin Storsjöx86: Add an xmm clobbering wrapper for avcodec_encode_v...
2013-09-15 Hendrik Leppkesmathops/x86: work around inline asm miscompilation...
2013-08-29 Diego Biurrunx86: avcodec: Consistently structure CPU extension...
2013-08-29 Diego Biurrunx86: avcodec: Use convenience macros to check for CPU...
2013-08-28 Diego Biurrunx86: rv40dsp: Move inline assembly optimizations out...
2013-08-28 Diego Biurrundsputil: x86: Hide arch-specific initialization details
2013-08-23 Diego Biurrunvp56: Mark VP6-only optimizations as such.
2013-08-21 Diego Biurrunx86: Split DCT and FFT initialization into separate...
2013-08-21 Diego Biurrunx86: h264_idct: Remove incorrect comment
2013-07-17 Diego BiurrunConsistently use "cpu_flags" as variable/parameter...
2013-07-17 Christophe Gisquetfmtconvert: Explicitly use int32_t instead of int
2013-07-12 Luca Barbatomlpdsp: x86: Respect cpuflags
2013-07-04 Jason Garrett-Glasercabac: x86 version of get_cabac_bypass
2013-05-29 Diego Biurrunbuild: cosmetics: Place unconditional before conditiona...
2013-05-15 Diego Biurrunmpegvideo: Remove commented-out PARANOID debug cruft
2013-05-12 Diego Biurrunx86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h
2013-05-12 Diego Biurrunx86: dsputil: Split inline assembly from init code
2013-05-12 Diego Biurrunx86: dsputil: Refactor pixels16 wrapper functions with...
2013-05-12 Diego Biurrunconfigure: Rename cmov processor capability to i686
2013-05-10 Christophe Gisquetx86: sbrdsp: implement SSE2 qmf_pre_shuffle
2013-05-08 Diego Biurrunx86: dsputil: Remove unused argument from QPEL_OP macro
2013-05-08 Diego Biurrunx86: dsputil: Move TRANSPOSE4 macro to the only place...
2013-05-08 Diego Biurrunx86: dsputil: Move constant declarations into separate...
2013-05-07 Diego Biurrunx86: dsputil: Group all assembly constants together...
2013-05-07 Diego Biurrunx86: dsputil: Move ff_pd assembly constants to the...
2013-05-07 Diego Biurrunx86: dsputil: Remove unused ff_pb_3F constant
2013-05-07 Diego Biurrunx86: dsputil: Remove unused MOVQ_BONE macro
2013-05-07 Diego Biurrunx86: dsputil: Move rv40-specific functions where they...
2013-05-07 Diego Biurrunx86: dsputil hpeldsp: Move shared template functions...
2013-05-07 Diego Biurrunx86: rnd_template: Eliminate pointless OP_AVG macro...
2013-05-06 Diego Biurrunx86: hpeldsp: Move avg_pixels8_x2_mmx() out of hpeldsp_...
2013-05-06 Diego Biurrunx86: hpeldsp: Only compile MMX hpeldsp code if MMX...
2013-05-06 Diego Biurrunx86: More specific ifdefs for dsputil/hpeldsp init...
2013-05-04 Diego Biurrunavcodec: Add av_cold attributes to init functions missi...
2013-05-03 Diego Biurrunsilly typo fixes
2013-05-03 Christophe Gisquetx86: sbrdsp: Implement SSE2 qmf_deint_bfly
2013-05-02 Diego Biurrunx86: dsputil: Move cavs and vc1-specific functions...
2013-05-02 Diego Biurrunx86: dsputil: Move avg_pixels16_mmx() out of rnd_template.c
2013-05-02 Diego Biurrunx86: dsputil: Move avg_pixels8_mmx() out of rnd_template.c
2013-05-02 Diego Biurrunx86: Move duplicated put_pixels{8|16}_mmx functions...
2013-04-30 Diego Biurrunx86: Drop unnecessary ff_ name prefixes from static...
next