]> git.sesse.net Git - ffmpeg/history - libavcodec/x86
mimic: Convert to the new bitstream reader
[ffmpeg] / libavcodec / x86 /
2016-12-01 Diego Biurruncabac: x86: Give optimizations header a more meaningful...
2016-11-08 Diego Biurrunh264_qpel: x86: Move function with only one instance...
2016-11-05 Diego Biurrunx86: Drop stray semicolons after function definitions
2016-11-03 Martin Storsjövp9: Flip the order of arguments in MC functions
2016-10-22 Pierre Edouard Leperehevc: x86: Add add_residual() SIMD optimizations
2016-10-19 Diego Biurrunaudiodsp: x86: Remove pointless header file
2016-10-19 Diego Biurrunx86: videodsp: Add parentheses to expression to work...
2016-10-17 Diego Biurrunx86: Add missing colons after assembly labels
2016-10-11 Alexandra Hájkováhevc: Add SSE2 and AVX IDCT
2016-10-06 Anton KhirnovRevert "hevc: x86: Refactor IDCT macro declarations"
2016-10-06 Diego Biurrunh264_intrapred: x86: Update comments left behind in...
2016-10-06 Diego Biurrunhevc: x86: Refactor IDCT macro declarations
2016-10-04 Ronald S. Bultjevp9lpf/x86: make filter_16_h work on 32-bit.
2016-10-04 Ronald S. Bultjevp9lpf/x86: make filter_48/84/88_h work on 32-bit.
2016-10-04 Ronald S. Bultjevp9lpf/x86: make filter_44_h work on 32-bit.
2016-10-04 Ronald S. Bultjevp9lpf/x86: make filter_16_v work on 32-bit.
2016-10-04 Ronald S. Bultjevp9lpf/x86: make filter_48/84_v work on 32-bit.
2016-10-04 Ronald S. Bultjevp9lpf/x86: make filter_88_v work on 32-bit.
2016-10-04 Ronald S. Bultjevp9lpf/x86: make filter_44_v work on 32-bit.
2016-10-04 Ronald S. Bultjevp9lpf/x86: save one register in SIGN_ADD/SUB.
2016-10-04 Ronald S. Bultjevp9lpf/x86: store unpacked intermediates for filter6...
2016-10-04 Ronald S. Bultjevp9lpf/x86: move variable assigned inside macro branch.
2016-10-04 Ronald S. Bultjevp9lpf/x86: simplify ABSSUM_CMP by inverting the compar...
2016-10-04 Ronald S. Bultjevp9lpf/x86: remove unused register from ABSSUB_CMP...
2016-10-04 Ronald S. Bultjevp9lpf/x86: slightly simplify 44/48/84/88 h stores.
2016-10-04 Ronald S. Bultjevp9lpf/x86: make cglobal statement more conservative...
2016-10-04 Ronald S. Bultjevp9lpf/x86: save one register in loopfilter surface...
2016-10-04 Clément Bœschvp9lpf/x86: add ff_vp9_loop_filter_[vh]_44_16_{sse2...
2016-10-04 Clément Bœschvp9lpf/x86: add ff_vp9_loop_filter_h_{48,84}_16_{sse2...
2016-10-04 James Almervp9lpf/x86: add an SSE2 version of vp9_loop_filter_...
2016-10-04 Clément Bœschvp9lpf/x86: add ff_vp9_loop_filter_[vh]_88_16_{ssse3...
2016-10-04 James Almervp9lpf/x86: add ff_vp9_loop_filter_[vh]_16_16_sse2().
2016-10-04 Clément Bœschvp9lpf/x86: add x86 SSSE3/AVX SIMD for vp9_loop_filter_...
2016-09-30 Justin Rugglesac3dsp: x86: Replace inline asm for in-decoder downmixi...
2016-09-30 Justin Rugglesac3dsp: Reverse matrix in/out order in downmix()
2016-09-30 Hendrik Leppkesx86/h264_weight: use appropriate register size for...
2016-09-29 Diego Biurrunmpegaudiodsp: Change type of array stride parameters...
2016-09-29 Diego Biurrunh264chroma: Change type of stride parameters to ptrdiff_t
2016-09-29 Diego Biurrunidct: Change type of array stride parameters to ptrdiff_t
2016-09-29 Diego Biurrunx86: fpel: Remove unnecessary sign extend
2016-09-28 Anton Khirnovlavc: add clobber tests for the new encoding/decoding API
2016-09-22 Anton Khirnovaudiodsp/x86: yasmify vector_clipf_sse
2016-09-22 Anton Khirnovaudiodsp: reorder arguments for vector_clipf
2016-09-22 Anton Khirnovblockdsp: drop the high_bit_depth parameter
2016-09-19 Anton Khirnovaudiodsp/x86: clear the high bits of the order paramete...
2016-09-19 Anton Khirnovaudiodsp/x86: fix ff_vector_clip_int32_sse2
2016-09-14 Diego Biurrunpixblockdsp: Change type of stride parameters to ptrdiff_t
2016-08-26 Diego Biurrunvp56: Separate VP5 and VP6 dsp initialization
2016-08-26 Diego Biurrunprores: Change type of stride parameters to ptrdiff_t
2016-08-26 Diego Biurruncavs: Change type of stride parameters to ptrdiff_t
2016-08-26 Diego Biurrunvp8: Update some assembly comments left unchanged in...
2016-08-26 Diego Biurrunvp56: Change type of stride parameters to ptrdiff_t
2016-08-26 Diego Biurrunvp3: Change type of stride parameters to ptrdiff_t
2016-08-17 Diego Biurrunsimple_idct: x86: Drop disabled IDCT implementation
2016-08-03 Ronald S. Bultjevp9mc/x86: sse2 MC assembly.
2016-08-03 James Almervp9mc/x86: add AVX and AVX2 MC
2016-08-03 Clément Bœschvp9mc/x86: rename ff_* to ff_vp9_*
2016-08-03 James Almervp9mc/x86: rename ff_avg[48]_sse to ff_avg[48]_mmxext
2016-08-03 Clément Bœschvp9mc/x86: simplify a few inits.
2016-08-03 Ronald S. Bultjevp9mc/x86: add 16px functions (64bit only).
2016-08-03 Anton Khirnovvp9/x86: rename vp9dsp to vp9mc
2016-08-03 Christophe Gisquetx86: deduplicate some constants
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
next