summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/flacdsp: remove unneeded ifdefferyJames Almer2015-01-051-15/+3
* x86/swr: add SSE2/AVX pack_8ch functionsJames Almer2014-12-301-13/+0
* vp9/x86: add myself to copyright holders for loopfilter assembly.Ronald S. Bultje2014-12-271-0/+1
* vp9/x86: make filter_16_h work on 32-bit.Ronald S. Bultje2014-12-272-41/+154
* vp9/x86: make filter_48/84/88_h work on 32-bit.Ronald S. Bultje2014-12-272-26/+48
* vp9/x86: make filter_44_h work on 32-bit.Ronald S. Bultje2014-12-272-66/+78
* vp9/x86: make filter_16_v work on 32-bit.Ronald S. Bultje2014-12-272-40/+99
* vp9/x86: make filter_48/84_v work on 32-bit.Ronald S. Bultje2014-12-272-7/+9
* vp9/x86: make filter_88_v work on 32-bit.Ronald S. Bultje2014-12-272-48/+109
* vp9/x86: make filter_44_v work on 32-bit.Ronald S. Bultje2014-12-272-59/+99
* vp8/x86: save one register in SIGN_ADD/SUB.Ronald S. Bultje2014-12-271-14/+14
* vp9/x86: store unpacked intermediates for filter6/14 on stack.Ronald S. Bultje2014-12-271-72/+79
* vp8/x86: move variable assigned inside macro branch.Ronald S. Bultje2014-12-271-1/+1
* vp9/x86: simplify ABSSUM_CMP by inverting the comparison meaning.Ronald S. Bultje2014-12-271-51/+52
* vp8/x86: remove unused register from ABSSUB_CMP macro.Ronald S. Bultje2014-12-271-21/+21
* vp9/x86: slightly simplify 44/48/84/88 h stores.Ronald S. Bultje2014-12-271-48/+40
* vp9/x86: make cglobal statement more conservative in register allocation.Ronald S. Bultje2014-12-271-5/+16
* vp9/x86: save one register in loopfilter surface coverage.Ronald S. Bultje2014-12-271-28/+28
* x86/vp9: remove duplicate function prototypesJames Almer2014-12-231-7/+0
* x86/vp3dsp: port put_vp_no_rnd_pixels8_l2_mmx to yasmJames Almer2014-12-202-63/+50
* x86/constants: fix alignment of pw_255James Almer2014-12-191-1/+1
* vp9/x86: intra prediction sse2/32bit support.Ronald S. Bultje2014-12-194-270/+805
* vp9/x86: invert hu_ipred left array ordering.Ronald S. Bultje2014-12-191-12/+6
* vp9/x86: save one register on 32bit idct32x32.Ronald S. Bultje2014-12-161-3/+48
* vp9/x86: sse2 MC assembly.Ronald S. Bultje2014-12-152-106/+323
* vp9/x86: 32bit and sse2 support for vp9 inverse transform assemblyRonald S. Bultje2014-12-152-719/+1737
* avcodec/x86/hevc_mc: fix sse register countsMichael Niedermayer2014-12-111-14/+14
* avcodec/x86/hevc_mc: remove dead branch from EPEL_FILTERMichael Niedermayer2014-12-101-5/+0
* avcodec/x86/pngdsp: fix off by 1 errorMichael Niedermayer2014-12-081-1/+1
* Merge commit '9a738c27dceb4b975784b23213a46f5cb560d1c2'Michael Niedermayer2014-12-061-5/+10
|\
| * v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya2014-12-053-0/+189
* | h264_i386: Fix operand sizeReimar Döffinger2014-12-031-2/+2
* | pngdsp x86: use unaligned accessChristophe Gisquet2014-12-031-6/+6
* | v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya2014-11-263-0/+184
* | Merge commit '9c12c6ff9539e926df0b2a2299e915ae71872600'Michael Niedermayer2014-11-242-72/+75
|\ \ | |/
| * motion_est: convert stride to ptrdiff_tVittorio Giovara2014-11-241-64/+68
* | Fix standalone compilation of the apng decoder on x86.Carl Eugen Hoyos2014-11-231-0/+2
* | avcodec/x86/Makefile: fix orderMichael Niedermayer2014-11-231-2/+2
* | avcodec/x86/lossless_audiodsp: fix fallback code for 32bitMichael Niedermayer2014-11-221-2/+4
* | avcodec/x86/lossless_audiodsp: support len %16 == 8 in scalarproduct_and_madd...Michael Niedermayer2014-11-221-0/+6
* | h264_i386: Optimize decode_significance_8x8_x86 for 64 bit.Reimar Döffinger2014-11-221-12/+18
* | x86/flacdsp: add SSE2 and AVX decorrelate functionsJames Almer2014-11-132-1/+317
* | x86/flacdsp: separate decoder and encoder dsp initializationJames Almer2014-11-121-4/+11
* | x86/hpeldsp: fix loop in {avg,avg_no_rnd}_pixels16_x2_mmxJames Almer2014-10-231-15/+16
* | Merge commit '2d91abade29e43bb45c881d45909b8ee77e904e2'Michael Niedermayer2014-10-081-49/+49
|\ \ | |/
| * x86: h264_intrapred: Don't treat 32-bit integers as 64-bitHenrik Gramner2014-10-081-49/+49
* | x86/hevc: get rid off packusdw for ssse3 compatibilityMickaël Raulet2014-10-041-2/+4
* | x86/mlpdec: add ff_mlp_rematrix_channel_{sse4,avx2}James Almer2014-10-023-3/+221
* | x86/mpegvideoencdsp: improve ff_pix_sum16_sse2James Almer2014-10-012-17/+41
* | avcodec/x86/fmtconvert: Fix operand size in ff_int32_to_float_fmul_array8_sse*Michael Niedermayer2014-09-281-1/+1