1576 Commits (75a19f5eec665dd792a9a04cdfee15cf897c5f86)

Author SHA1 Message Date
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
James Almer 7d2116dd09 x86/synth_filter: compile avx and fma3 functions unconditionally 11 years ago
Michael Niedermayer 490d53e335 avcodec/x86/dcadsp_init: fix compilation failure without FMA3 11 years ago
Christophe Gisquet dfd865e51b x86/synth_filter: remove the main loop when it's not needed 11 years ago
Diego Biurrun 57b5b84e20 x86: dsputil: Move ff_apply_window_int16_* bits to ac3dsp, where they belong 11 years ago
Diego Biurrun c2c5be5749 x86: h264_qpel: Simplify an #if conditional 11 years ago
Diego Biurrun 01c5779f56 x86: Drop some unnecessary YASM ifdefs 11 years ago
Diego Biurrun b42f49e42f x86: dsputil: Eliminate some unnecessary dsputil_x86.h #includes 11 years ago
Diego Biurrun 3dc6272bed Remove a number of unnecessary dsputil.h #includes 11 years ago
James Almer c74b86699c x86/synth_filter: add synth_filter_fma3 11 years ago
James Almer 81e02fae6e x86/synth_filter: add synth_filter_avx 11 years ago
James Almer 2025d8026f x86/synth_filter: add synth_filter_sse 11 years ago
Peter Ross ac4b32df71 On2 VP7 decoder 11 years ago
Matt Oliver 0f2588d7e5 Use intel compliant CDQ instead of CLTD in inline asm. 11 years ago
Clément Bœsch c4148a6668 x86/vp9mc: add vp9 namespace. 11 years ago
Timothy Gu 9d34dce05b x86: convert DNxHDenc inline asm to yasm 11 years ago
Timothy Gu cb11b9e89e dnxhdenc: make get_pixel_8x4_sym accept ptrdiff_t as stride 11 years ago
Diego Biurrun efc7290eb6 x86: hpeldsp: Keep all rnd_template instantiations in hpeldsp_init 11 years ago
Diego Biurrun aba70bb538 Add missing headers to make template files compile (more) standalone 11 years ago
Diego Biurrun d0aabeab23 x86: h264_qpel: Fix typo in CALL_2X_PIXELS macro invocation 11 years ago
Peter Ross a490970af2 libavcodec/*/vp8dsp_init: indent 11 years ago
Peter Ross 89f2f5dbd7 On2 VP7 decoder 11 years ago
Michael Niedermayer c25d2cd20b avcodec/x86/mpegvideoenc_template: fix integer overflow 11 years ago
Michael Niedermayer c8246d3766 avcodec/x86/h264_qpel: Fix typo introduced by 322a1dda97 11 years ago