summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* 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
* | x86/fmtconvert: add ff_int32_to_float_fmul_array8_{sse,sse2}James Almer2014-09-262-0/+44
* | lavc/x86/idctdsp.h: Fix make checkheaders.Carl Eugen Hoyos2014-09-251-0/+1
* | avcodec/svq1enc: align buffer used by simd functionsJames Almer2014-09-251-1/+1
* | x86/cavsdsp: fix buffer alignment in cavs_idct8_add_mmx()James Almer2014-09-251-1/+1
* | x86/idctdsp: port {put,add}_pixels_clamped to yasmJames Almer2014-09-245-139/+112
* | avcodec/idctdsp: change {put,add}_pixels_clamped to ptrdiff_t line_sizeJames Almer2014-09-243-7/+8
* | avcodec/x86: use function pointers for {put,add}_pixels_clampedJames Almer2014-09-243-7/+10
* | x86/videodsp: add ff_emu_edge_{hfix,hvar}_avx2James Almer2014-09-242-1/+63
* | x86/videodsp: fix warning about discarded 'const' qualifierJames Almer2014-09-231-2/+2
* | x86/vp9: add AVX and AVX2 MCJames Almer2014-09-223-88/+150
* | x86/me_cmp: port mmxext vsad functions to yasmJames Almer2014-09-192-113/+181
* | x86/me_cmp: combine sad functions into a single macroJames Almer2014-09-171-128/+93
* | avcodec/x86/vp9lpf: Always include x86util.asmMichael Niedermayer2014-09-171-2/+2
* | avcodec/x86/me_cmp: fix sad8xhMichael Niedermayer2014-09-171-12/+24
* | x86/me_cmp: port mmxext and sse2 sad functions to yasmJames Almer2014-09-172-154/+379
* | x86/hevc_res_add: add missing guards to hevc_transform_add32_8_avx2James Almer2014-09-041-0/+2
* | x86/hevc_res_add: add ff_hevc_transform_add32_8_avx2James Almer2014-09-043-4/+31
* | lavc/x86/v210: give cpuflag to INIT macroJames Darnley2014-09-051-10/+12
* | Merge commit '7a1d6ddd2c6b2d66fbc1afa584cf506930a26453'Michael Niedermayer2014-09-031-1/+7
|\ \ | |/
| * xvid: Add C IDCTPascal Massimino2014-09-021-1/+7
* | Merge commit '95c0cec03acec0a80cc1c7db48f3b2355d9e767b'Michael Niedermayer2014-09-031-2/+5
|\ \ | |/
| * idctdsp: Add global function pointers for {add|put}_pixels_clamped functionsDiego Biurrun2014-09-021-2/+5
* | Add missing "const" all over the place.Reimar Döffinger2014-08-292-6/+6
* | Merge commit '8d27bf1cff35be406b0fd89d832e1852d4c573bc'Michael Niedermayer2014-08-272-489/+489
|\ \ | |/
| * x86: xvid: K&R formatting cosmeticsDiego Biurrun2014-08-272-489/+489
* | Merge commit 'dcb7c868ec7af7d3a138b3254ef2e08f074d8ec5'Michael Niedermayer2014-08-276-46/+50
|\ \ | |/
| * cosmetics: Make naming scheme of Xvid IDCT consistent with other IDCTsDiego Biurrun2014-08-276-46/+50
* | Merge commit '1f156af4274dc72d588620f6bedb4e9e66023c92'Michael Niedermayer2014-08-272-20/+0
|\ \ | |/
| * x86: xvid_idct: Drop unused definitionsDiego Biurrun2014-08-272-20/+0
* | x86: hevc_mc: split differently callsChristophe Gisquet2014-08-241-2/+41
* | x86: hevc_mc: correct unneeded use of SSE4 codeChristophe Gisquet2014-08-241-1/+1
* | x86: hevcdsp: use compilation-time-fixed constantChristophe Gisquet2014-08-221-2/+2
* | hevcdsp: remove more instances of compile-time-fixed parametersChristophe Gisquet2014-08-223-32/+28
OpenPOWER on IntegriCloud