aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* avcodec/x86/h264_weight: handle weight1=128Michael Niedermayer2015-06-091-0/+3
* x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-06-014-6/+8
* Merge commit 'e4610300de6869bd6b3b00e76cfeabb6d7653dcd'Michael Niedermayer2015-05-281-3/+3
|\
| * x86: cavs: Remove an unneeded scratch bufferMichael Niedermayer2015-05-281-15/+13
* | Revert "Move struc FFTContext below SECTION_RODATA"Timothy Gu2015-05-281-2/+2
* | Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer2015-05-221-1/+1
|\|
| * mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-221-1/+1
* | Merge remote-tracking branch 'rbultje/vp9-bugfixes'Michael Niedermayer2015-05-181-15/+17
|\ \
| * | vp9: disable more pmulhrsw optimizations in idct16/32.Ronald S. Bultje2015-05-141-13/+13
| * | vp9: disable all pmulhrsw in 8/16 iadst x86 optimizations.Ronald S. Bultje2015-05-141-2/+4
* | | lavc/flac: Fix encoding and decoding with high lpc.Carl Eugen Hoyos2015-05-171-6/+4
|/ /
* | avcodec/x86/vp9dsp_init: Fix mix of declaration and statementMichael Niedermayer2015-05-071-2/+3
* | vp9: add keyframe profile 2/3 support.Ronald S. Bultje2015-05-061-1/+3
* | avcodec/x86/deinterlace: use INIT_MMX like other asm code does tooMichael Niedermayer2015-05-051-2/+4
* | avcodec/x86/dct-test: Use uint8_t for idct_simple_mmx_permMichael Niedermayer2015-05-021-1/+1
* | avcodec/x86/dct-test: Make static table constMichael Niedermayer2015-05-021-1/+1
* | vp9: remove another optimization branch in iadst16 which causes overflows.Ronald S. Bultje2015-04-241-1/+3
* | vp9: remove one optimization branch in iadst16 which causes overflows.Ronald S. Bultje2015-04-221-1/+3
* | avcodec/x86/hpeldsp_init: Put CONFIG_* first in if()Michael Niedermayer2015-03-261-2/+2
* | x86/xvididct: add some yasm guardsJames Almer2015-03-201-1/+3
* | x86/xvididct: remove obsolete function prototypesJames Almer2015-03-202-5/+2
* | Merge commit '48aef27f5232794e70ecef0d347b9f65e27a9bad'Michael Niedermayer2015-03-171-0/+2
|\|
| * x86: Put COPY3_IF_LT under HAVE_6REGSLuca Barbato2015-03-171-0/+5
* | avcodec/x86/cavsdsp: remove incorrect LOCAL_ALIGN tmpMichael Niedermayer2015-03-161-13/+11
* | x86/proresdsp: remove ff_prores_idct_put_10_sse4James Almer2015-03-162-9/+0
* | x86/proresdsp: remove unused macroJames Almer2015-03-161-14/+0
* | x86: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNEDChristophe Gisquet2015-03-147-20/+20
* | x86: xvid_idct: SSE2 merged add versionChristophe Gisquet2015-03-142-10/+91
* | x86: xvid_idct: merged idct_put SSE2 versionsChristophe Gisquet2015-03-142-70/+140
* | x86: dct-test: evaluate prores idct avx versionChristophe Gisquet2015-03-141-13/+26
* | x86: dct-test: fix compilation for proresChristophe Gisquet2015-03-141-4/+4
* | x86: xvid_idct: port MMX iDCT to yasmChristophe Gisquet2015-03-145-564/+484
* | x86: xvid_idct: port SSE2 iDCT to yasmChristophe Gisquet2015-03-135-413/+398
* | x86/hevc_sao: use unaligned movs for sao_{band,filter} with width 8James Almer2015-03-011-3/+3
* | Merge commit '71f1ad37d858b810b71a4af1c25771beaa50b27b'Michael Niedermayer2015-03-011-2/+2
|\|
| * lavc: do not compile fmtconvert unconditionallyAnton Khirnov2015-02-281-2/+2
* | Merge commit 'd74a8cb7e42f703be5796eeb485f06af710ae8ca'Michael Niedermayer2015-02-282-457/+0
|\|
| * fmtconvert: drop unused functionsAnton Khirnov2015-02-282-459/+0
| * hevc_deblock: Fix compilation with nasmCarl Eugen Hoyos2015-02-221-2/+2
* | avcodec/v210dec: Add ff prefix to v210_x86_init()Michael Niedermayer2015-02-271-1/+1
* | avcodec/snow: mark dwt init as av_coldMichael Niedermayer2015-02-271-1/+1
* | avcodec/x86/mlpdsp_init: Simplify mlp_filter_channel_x86()Michael Niedermayer2015-02-211-4/+2
* | x86: hevc_mc: fewer xmm regs used in epel h/vChristophe Gisquet2015-02-171-6/+12
* | x86: hevc_mc: save 1 gpr in epel filter loadingChristophe Gisquet2015-02-161-36/+35
* | x86/g722dsp: add ff_g722_apply_qmf_sse2James Almer2015-02-163-0/+93
* | x86: hevc: remove a parameter to WP internalsChristophe Gisquet2015-02-143-25/+30
* | x86/hevc_mc: optimize AVX2 mc functionsJames Almer2015-02-121-20/+12
* | x86/hevc_sao: make sao_edge_filter_{10,12} work on x86_32James Almer2015-02-122-54/+74
* | x86/hevc_sao: make sao_band_filter work on x86_32James Almer2015-02-092-16/+48
* | x86: hevc_mc: remove lea in EPEL_LOADChristophe Gisquet2015-02-081-12/+7