]> git.sesse.net Git - ffmpeg/history - libavcodec/x86
x86: huffyuv: Use EXTERNAL_SSSE3_FAST convenience macro where appropriate
[ffmpeg] / libavcodec / x86 /
2016-07-20 Diego Biurrunx86: huffyuv: Use EXTERNAL_SSSE3_FAST convenience macro...
2016-07-20 Diego Biurrunx86: Use *_FAST/*_SLOW CPU feature detection macros...
2016-07-20 Diego Biurrunx86: hpeldsp: Don't check for bitexact flag when initia...
2016-07-20 Diego Biurrunx86: hpeldsp: Drop unused function parameters
2016-07-20 Diego Biurrunx86: hpeldsp: Use EXTERNAL_SSE2_FAST where appropriate
2016-07-20 Diego Biurrunx86: hpeldsp: Split off VP3-specific bits into a separa...
2016-07-18 James Almerhevc: Add AVX2 DC IDCT
2016-06-26 Clément Bœschlibavcodec: fix constness in clobber test avcodec_open2...
2016-06-21 Anton Khirnovh264: rename h264.[ch] to h264dec.[ch]
2016-06-16 Martin Storsjöx86: Add missing movsxd for the int stride parameter
2016-05-28 Diego Biurrunasm: FF_-prefix internal macros used in inline assembly
2016-05-28 Diego BiurrunDrop unnecessary libavutil/x86/asm.h #includes
2016-05-13 Diego Biurruntests: Move all test programs to a subdirectory
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-04-07 Diego Biurrunbuild: miscellaneous cosmetics
2016-03-01 Diego Biurrunfft: Split MDCT bits off from FFT
2016-02-26 Diego Biurrunfft: x86: cosmetics: Drop silly comments, add comment...
2016-02-23 Diego Biurrunx86: hevc: Fix linking with both yasm and optimizations...
2016-02-19 Diego Biurrunbuild: Add vc1dsp component for more fine-grained depen...
2016-02-01 Luca Barbatov210: Use separate sample_factors
2016-02-01 James Darnleyv210: Add avx2 version of the 10-bit line encoder
2016-02-01 James Darnleyv210: Add avx2 version of the 8-bit line encoder
2016-01-26 Luca Barbatov210: x86: Add the correct guards around the asm code
2016-01-23 Geza Lorex86inc: Add debug symbols indicating sizes of compiled...
2016-01-18 Diego Biurrunx86: build: Group all encoder objects together
2016-01-18 Diego Biurrunx86: ac3dsp: Drop forward declaration for nonexisting...
2015-12-30 Janne Grunaux86: use emms after ff_int32_to_float_fmul_scalar_sse
2015-12-29 Janne Grunaux86: zero extend the 32-bit length in int32_to_float_fm...
2015-12-24 Alexandra Hájkovádca: remove unused decode_hf function and quant_d tables
2015-12-14 Janne Grunaux86_64: int32_to_float_fmul_scalar sign extend integer...
2015-12-11 Dave Yeohevcdsp: use a macro for .rodata section
2015-12-05 Anton Khirnovhevcdsp: add x86 SIMD for MC
2015-09-13 Vittorio Giovarampegvideo: Make sure mpegutils.h is included where...
2015-08-28 Vittorio Giovaralavc: Drop deprecated deinterlace module
2015-08-11 Henrik Gramnerx86inc: Drop SECTION_TEXT macro
2015-08-11 Henrik Gramnerx86inc: Support arbitrary stack alignments
2015-08-11 Henrik Gramnerx86: dcadsp: Avoid SSE2 instructions in SSE functions
2015-08-02 Henrik Gramnerx86: dct: Disable dct32_float_sse on x86-64
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2015-07-17 Henrik Gramnerx86: bswapdsp: Don't treat 32-bit integers as 64-bit
2015-07-17 Vittorio Giovaraconfigure: Factor out vp8dsp module
2015-07-17 Vittorio Giovaraconfigure: Factor out rv34dsp module
2015-06-12 Vittorio Giovarah264_qpel: Use the correct header
2015-06-12 Michael Niedermayerh264_weight: Fix SSSE3 biweight code with weights of 128
2015-05-31 James Almerx86: check for AV_CPU_FLAG_AVXSLOW where useful
2015-05-28 Michael Niedermayerx86: cavs: Remove an unneeded scratch buffer
2015-05-22 Vittorio Giovarampegvideo: Drop flags and flags2
2015-03-17 Luca Barbatox86: Put COPY3_IF_LT under HAVE_6REGS
2015-02-28 Anton Khirnovlavc: do not compile fmtconvert unconditionally
2015-02-28 Anton Khirnovfmtconvert: drop unused functions
2015-02-22 Carl Eugen Hoyoshevc_deblock: Fix compilation with nasm
2014-12-05 Kieran Kunhyav210enc: Add SIMD optimised 8-bit and 10-bit encoders
2014-11-24 Vittorio Giovaramotion_est: convert stride to ptrdiff_t
2014-10-08 Henrik Gramnerx86: h264_intrapred: Don't treat 32-bit integers as...
2014-09-02 Pascal Massiminoxvid: Add C IDCT
2014-09-02 Diego Biurrunidctdsp: Add global function pointers for {add|put...
2014-08-27 Diego Biurrunx86: xvid: K&R formatting cosmetics
2014-08-27 Diego Biurruncosmetics: Make naming scheme of Xvid IDCT consistent...
2014-08-27 Diego Biurrunx86: xvid_idct: Drop unused definitions
2014-08-15 Diego Biurrunbuild: Add explanatory comments to (optimization) block...
2014-08-15 Diego Biurrunmpegvideo: cosmetics: Lowercase ugly uppercase MPV_...
2014-08-08 Diego Biurrunavcodec: Rename xvidmmx IDCT to xvid
2014-08-08 Diego Biurrunxvididct: Ensure that the scantable permutation is...
2014-08-01 Diego Biurrunidct: Split off Xvid IDCT
2014-07-28 Diego Biurrunx86: build: Restore ordering of OBJS lines
2014-07-26 Pierre Edouard Leperehevc: SSE2 and SSSE3 loop filters
2014-07-25 Diego Biurrunqpeldsp: Mark source pointer in qpel_mc_func function...
2014-07-21 Diego Biurrundct-test: Move arch-specific bits into arch-specific...
2014-07-19 Diego Biurrunsimple_idct: Move x86-specific declarations to a header...
2014-07-19 Diego Biurrunfdct: Move x86-specific declarations to a header in...
2014-07-18 Diego Biurrunx86: dnxhdenc: Eliminate some unnecessary ifdefs
2014-07-18 Diego Biurrunidctdsp: prettyprinting cosmetics
2014-07-18 Diego Biurrunidct: Convert IDCT permutation #defines to an enum
2014-07-17 Diego Biurrundsputil: Split motion estimation compare bits off into...
2014-07-17 Diego Biurrunx86: dsputil: Coalesce all init files
2014-07-13 Diego Biurrunx86: dsputil: Avoid pointless CONFIG_ENCODERS indirection
2014-07-11 Diego Biurrundsputil: Drop unused bit_depth parameter from all init...
2014-07-09 Diego Biurrundsputil: Split off pixel block routines into their...
2014-07-07 Diego Biurrundsputil: Split off FDCT bits into their own context
2014-07-06 Diego Biurrundsputil: Move draw_edges() to mpegvideoencdsp
2014-07-06 Diego Biurrundsputil: Move pix_sum, pix_norm1, shrink function point...
2014-07-06 Diego Biurrundsputil: Split off *_8x8basis to a separate context
2014-07-05 Diego Biurrunx86: build: Only compile FDCT code if MMX is enabled
2014-07-05 Diego Biurrunx86: Unconditionally compile blockdsp and svq1enc init...
2014-07-05 Diego Biurrunx86: huffyuvdsp: Move inline assembly to init file
2014-07-03 Diego Biurrunx86: mpegvideoenc: Change SIMD optimization name suffix...
2014-07-01 Diego BiurrunUpdate Fiona's name in copyright statements.
2014-06-30 Diego Biurrundsputil: Split off IDCT bits into their own context
2014-06-26 Diego Biurrundsputil: Move MMX/SSE2-optimized IDCT bits to the x86...
2014-06-25 Diego Biurrunx86: h264dsp: Fix link failure with optimizations disabled
2014-06-23 Diego Biurrundsputil: Split off global motion compensation bits...
2014-06-23 Diego Biurrundsputil: Split bswap*_buf() off into a separate context
2014-06-22 Diego Biurrundsputil: Split audio operations off into a separate...
2014-06-18 Diego Biurrundsputil: Split clear_block*/fill_block* off into a...
2014-06-10 Martin Storsjöx86: h264: Don't keep data in the redzone across functi...
2014-05-29 Diego Biurrundsputil: Split off quarterpel bits into their own context
2014-05-29 Diego Biurrundsputil: Move APE-specific bits into apedsp
2014-05-29 Diego Biurrundsputil: Move SVQ1 encoding specific bits into svq1enc
2014-05-27 Diego Biurrundsputil: Split off HuffYUV encoding bits into their...
2014-05-27 Diego Biurrundsputil: Split off HuffYUV decoding bits into their...
next