183 Commits (79991b2288a92010811b7b72c682aae4afed0668)

Author SHA1 Message Date
Hendrik Leppkes 53ada3af62 x86/vf_w3fdif: 32-bit compatibility for w3fdif_simple_high 9 years ago
James Almer 35b0c7efda x86/vf_stereo3d: remove a few unnecessary movas 9 years ago
James Almer 1817643d4f x86/vf_stereo3d: make ff_anaglyph_sse4 work on x86_32 9 years ago
James Almer 6e243d17e9 x86/vf_stereo3d: optimize register usage 9 years ago
James Almer 8dba3fb8fd x86/vf_blend: add sse2 versions of blend_difference and blend_negation 9 years ago
James Almer 02f428051a x86/vf_blend: make all functions work on x86_32 9 years ago
James Almer 0988c68cf9 x86/vf_blend: simplify using macros 9 years ago
James Almer ce4c85de6a x86/vf_maskedmerge: make ff_maskedmerge8_sse2 work on x86_32 9 years ago
Michael Niedermayer e42e0b11f1 avfilter/x86/vf_maskedmerge: Clear upper part of width 9 years ago
Paul B Mahol 45938f0301 avfilter/x86/vf_maskedmerge: move %define out of .nextrow 9 years ago
James Almer d897d4c12d x86/vf_w3fdif: use aligned loads in w3fdif_complex_high 9 years ago
James Almer 224a529b44 x86/vf_w3fdif: use aligned loads in w3fdif_simple_high 9 years ago
James Almer e8903fbf8e x86/vf_w3fdif: simplify w3fdif_simple_high 9 years ago
James Almer d2bf2d094e x86/vf_w3fdif: move pxor outside the loop in w3fdif_complex_low 9 years ago
Paul B Mahol c3d312bb7f avfilter/x86/vf_w3fdif: add colons after labels 9 years ago
Paul B Mahol 5740dc27e1 avfilter/vf_w3fdif: add x86 SIMD 9 years ago
Andreas Cadhalpun 8d6625642d doc: fix spelling errors 9 years ago
Paul B Mahol 624a1a0e69 avfilter/x86/vf_blend.asm: hardmix: do same with two pxor instructions less 9 years ago
Paul B Mahol e999210cec avfilter/x86/vf_blend.asm: 11th register is used, update functions 9 years ago
Paul B Mahol 0948ba3204 avfilter/x86/vf_blend.asm: add hardmix and phoenix sse2 SIMD 9 years ago
Paul B Mahol ac74e857a2 avfilter/vf_stereo3d: add x86 SIMD for anaglyph outputs 9 years ago
Michael Niedermayer fd9a528523 avfilter/vf_blend: Fix argument types, fix segfault in asm 9 years ago
Paul B Mahol 9762554dd0 avfilter/vf_blend: add x86 SIMD for some modes 9 years ago
Paul B Mahol 160556c9ad avfilter/vf_maskedmerge: add SIMD for maskedmerge with 8 bit depth input 9 years ago
Paul B Mahol 0701ff2c32 avfilter/x86/vf_psnr.asm: fix typo 9 years ago
Hendrik Leppkes 5d8e836d0e Replace all remaining occurances of step/depth_minus1 and offset_plus1 9 years ago
Ronald S. Bultje ad45121d56 options: mark av_get_{int,double,q} as deprecated. 9 years ago
Henrik Gramner ab43beefab x86inc: Drop SECTION_TEXT macro 10 years ago
Henrik Gramner f0b7882ceb x86inc: Drop SECTION_TEXT macro 10 years ago
James Almer d9e10af547 x86/vf_interlace: add missing colon to labels 10 years ago
James Almer e3851169ee x86/vf_ssim: add ff_ssim_4x4_line_xop 10 years ago
James Almer e1778fb657 x86/vf_ssim: fix some instruction comments 10 years ago
Paul B Mahol eea08efc0d avfilter/x86/vf_psnr.asm: split one line of license text into two 10 years ago
James Darnley bff7242608 avfilter/vf_removegrain: add x86 and x86_64 SSE2 functions 10 years ago
Ronald S. Bultje ae4c9ddebc vf_psnr: sse2 optimizations for sum-squared-error. 10 years ago
Ronald S. Bultje dfc58584b4 vf_ssim: x86 simd for ssim_4x4xN and ssim_endN. 10 years ago
James Almer c16e99e3b3 x86: check for AV_CPU_FLAG_AVXSLOW where useful 10 years ago
James Almer d68c05380c x86: check for AV_CPU_FLAG_AVXSLOW where useful 10 years ago
Michael Niedermayer 52fc3e372f avfilter/x86/vf_hqdn3d: Fix register types 10 years ago
Michael Niedermayer 5bc2c39527 avfilter/x86/vf_fspp: Fix invalid combination of opcode and operands 10 years ago
Michael Niedermayer a6f9a5d0f6 avfilter/x86/vf_fspp: Fix loop condition for column_fidct() 10 years ago
Michael Niedermayer f5b3257c50 avfilter/vf_eq: mark src as const 10 years ago
Michael Niedermayer 530bf8ece6 avfilter/vf_eq: Fix clipping code 10 years ago
Arwa Arif 4c38e960d0 avfilter: Port mp=eq/eq2 to lavfi 10 years ago
James Almer da02ee127a x86/vf_pp7: port dctB_mmx to yasm 10 years ago
Arwa Arif a299cd5ab3 lavfi: port mp=pp7 to libavfilter 10 years ago
James Almer a4f876a1a2 x86/vf_fspp: move pxor in store slice functions out of the loop 10 years ago
James Almer 466e32bf25 x86/vf_fspp: port inline asm to yasm 10 years ago
James Almer b94e85453e avfilter/vf_fspp: add missing inline asm guards 10 years ago
Arwa Arif bdc4db0ee3 lavfi: port mp=fspp to a native libavfilter filter 10 years ago