1849 Commits (ea79dfbad321fe2d408e0d4598a2758eea92d046)

Author SHA1 Message Date
Christophe Gisquet f8de35ebc4 x86: hpeldsp: kill hpeldsp_mmx.c 11 years ago
James Almer 80ee2dfcf6 x86/dsputil: port ff_put_signed_pixels_clamped_mmx to yasm 11 years ago
James Almer 7b05267239 x86/dsputil: port clear_block functions to yasm 11 years ago
Michael Niedermayer 3d4e365073 avcodec/x86/hpeldsp_init: remove redundant if() 11 years ago
Hendrik Leppkes cd9e08e110 hpeldsp: fix build without inline asm 11 years ago
Christophe Gisquet d1a32c3f49 x86: kill fpel_mmx.c 11 years ago
James Almer d43c303038 x86/hevc_deblock: use constants instead of generating values at runtime 11 years ago
James Almer 057ebf1222 x86/hevc_deblock: remove some duplicated instructions 11 years ago
Christophe Gisquet f1793fe9cd x86: hevc_mc: specify coefficients registers 11 years ago
Carl Eugen Hoyos ef2713747f Fix compilation of libavcodec/x86/hevc_deblock.asm with nasm. 11 years ago
James Almer be1fbc02b8 x86/hevc_deblock: use movhps instead of shuffling values 11 years ago
James Almer 8aac77fede x86/hevc_deblock: fix label names 11 years ago
James Almer 521eaea63a x86/hevc_deblock: fix usage of ABS1 11 years ago
James Almer 45110d2290 x86/hevc_deblock: merge movs with other instructions 11 years ago
plepere ef7c4cd001 avcodec/x86/hevc: updated to use x86util macros 11 years ago
plepere de7b89fd43 avcodec/x86/hevc: added DBF assembly functions 11 years ago
Michael Niedermayer bebce653e5 avcodec/x86/dsputil_mmx: Fix build with clang-usan 11 years ago
Christophe Gisquet d1310c591e x86: sbrdsp: implement SSE qmf_deint_neg 11 years ago
Hendrik Leppkes 87f2d8079a hevcdsp: correctly indicate that hevc_put_hevc_bi_epel_h uses 9 GPRs 11 years ago
James Almer 8e07800001 hevcdsp: include stddef.h for ptrdiff_t definition 11 years ago
James Almer fa23190a7a hevcdsp: add missing header include 11 years ago
Michael Niedermayer 341cacb9ac avcodec/x86/hevcdsp_init: fix build failure with --disable-mmx 11 years ago
plepere 63832e01c3 hvcodec/x86/hevcdsp: make macros more modular to support functions that are not sse4 11 years ago
Matt Oliver 1898c2f49d inline asm: fix arrays as named constraints. 11 years ago
Michael Niedermayer fc7d0d8201 avcodec/x86/hevcdsp_init: fix SSE4 checks 11 years ago
Michael Niedermayer 7be230b5fa avcodec/x86/Makefile: remove duplicate line 11 years ago
Michael Niedermayer 3b3db02f2e avcodec/x86/hevcdsp_init: fix build on 32bit 11 years ago
plepere 7a2491c436 HEVC : added assembly MC functions 11 years ago
Matt Oliver ac9869ffb0 x86/mpegaudiodsp.c: msvc compilation error without sse/avx_external 11 years ago
Michael Niedermayer ebf2c2c3a8 avcodec/lossless_videodsp: fix incompatible pointer type warning 11 years ago
Matt Oliver 3c3e02b8d1 x86/cavdsp: prevent named constraints appearing twice. 11 years ago
James Almer 5ac10d40fb x86/mpegaudiodsp: define apply_window_mp3 as SSE 11 years ago
Hendrik Leppkes 5809c2a99d vc1dsp: fix build without inline asm 11 years ago
Clément Bœsch 62d31307c1 avcodec/x86/vp9lpf: add a comment above a bunch of SWAP. 11 years ago
Clément Bœsch f0d368d758 avcodec/x86/vp9lpf: merge a few movs with other instructions. 11 years ago
Christophe Gisquet 319235c67c vc1dsp: introduce cases for 8x8 and 16x16 11 years ago
Clément Bœsch 010732b73a vp9/x86: simplify FILTER_INIT. 11 years ago
Clément Bœsch b8d002dc95 vp9/x86: clarify mixed splatb. 11 years ago
Carl Eugen Hoyos b38910c979 Fix compilation with !HAVE_6REGS. 11 years ago
Carl Eugen Hoyos 72c93abaad Use MANGLE in cavsdsp.c to save two registers using gcc. 11 years ago
James Almer 197fe392db x86/dsputil: use HADDD where applicable 11 years ago
James Almer 76ed71a72b x86: move horizontal add macros to x86util 11 years ago
Michael Niedermayer 46d5625f44 avcodec/x86/idct_sse2_xvid: fix non C99 inline function 11 years ago
James Almer 0f524b6c69 x86/synth_filter: remove the fma3 version ifdefs 11 years ago
Timothy Gu 71c32ed533 DNxHD: convert inline asm to yasm 11 years ago
Timothy Gu 676856204b DNxHD: make get_pixel_8x4_sym accept ptrdiff_t as stride 11 years ago
Matt Oliver d1e6e5c887 avcodec/x86: Exclude broken get_cabac under icl. 11 years ago
Matt Oliver 158a80cc0b Remove leal op to fix icl inline asm. 11 years ago
Hendrik Leppkes fc7e02f0ff dcadsp: fix SSE code to not use SSE2 instructions. 11 years ago
James Almer a1ac12bddd x86/dcadsp: add ff_dca_lfe_fir0_fma3 11 years ago