summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
...
* libavcodec/bswapdsp : add AVX2 func for bswap_buf (swap uint32_t)Martin Vignali2017-10-292-13/+38
* Merge commit '681a86aba6cb09b98ad716d986182060c7795d20'James Almer2017-10-211-51/+43
|\
| * x86: fft: Port to cpuflagsDiego Biurrun2017-03-141-51/+43
* | Merge commit 'e9bb77fb1012cba1951a82136df7071f71bce8fb'James Almer2017-10-211-24/+28
|\ \ | |/
| * x86: h264: Simplify DEQUANT macro with cpuflagsDiego Biurrun2017-03-141-24/+28
* | Merge commit '307eb1a8ee363db1fcf869e427a8deb6d9538881'James Almer2017-10-211-77/+66
|\ \ | |/
| * x86: vp8dsp: port FILTER_BILINEAR macro to cpuflagsDiego Biurrun2017-03-141-77/+66
* | Merge commit '994c4bc10751e39c7ed9f67ffd0c0dea5223daf2'James Almer2017-10-211-4/+1
|\ \ | |/
| * x86util: Port all macros to cpuflagsDiego Biurrun2017-03-141-4/+1
* | Merge commit '6eef263aca281fb582e1fa3d841ac20ef747a252'James Almer2017-10-123-6/+2
|\ \ | |/
| * x86: Merge align directives into SECTION_RODATA declarations where possibleDiego Biurrun2017-03-054-10/+5
| * build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-03-0112-77/+77
| * x86: hevc: Add missing colons after assembly labelsDiego Biurrun2017-03-011-3/+3
* | x86/blockdsp: use three operand form for an instructionJames Almer2017-10-041-2/+2
* | avcodec/x86/lossless_videoencdsp: Fix warning: signed dword value exceeds boundsMichael Niedermayer2017-10-051-1/+1
* | avcodec/x86/lossless_videoencdsp: Fix handling of small widthsMichael Niedermayer2017-10-051-6/+7
* | libavcodec/blockdsp : add AVX versionMartin Vignali2017-10-032-6/+14
* | libavcodec/exr : add x86 SIMD for predictorMartin Vignali2017-10-012-1/+74
* | Merge commit '7abdd026df6a9a52d07d8174505b33cc89db7bf6'James Almer2017-09-267-7/+7
|\ \ | |/
| * asm: Consistently uppercase SECTION markersDiego Biurrun2017-02-033-3/+3
* | Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer2017-09-261-6/+6
|\ \ | |/
| * Mark some arrays that never change as const.Anton Khirnov2017-02-013-16/+16
* | x86/exrdsp: optimize ff_reorder_pixels_avx2()Henrik Gramner2017-09-181-7/+6
* | avcodec/exrdsp: improve the ExrDSPContext->reorder_pixels prototypeJames Almer2017-09-172-4/+4
* | libavcodec/exr : add X86 SIMD for reorder_pixelsMartin Vignali2017-09-173-0/+104
* | avcodec/me_cmp: Fix crashes on ARM due to misalignmentMichael Niedermayer2017-08-211-0/+2
* | opus_pvq_search: Restore the proper use of conditional define and simplify th...Ivan Kalvachev2017-08-191-19/+18
* | opus_pvq_search: split functions into exactness and only use the exact if its...Rostislav Pehlivanov2017-08-182-20/+28
* | opus_pvq_search: only use rsqrtps approximation on CPUs with avxRostislav Pehlivanov2017-08-181-12/+6
* | ops_pvq_search: remove dead macroRostislav Pehlivanov2017-08-181-11/+0
* | SIMD opus pvq_search implementationIvan Kalvachev2017-08-183-0/+443
* | mdct15: add inverse transform postrotation SIMDRostislav Pehlivanov2017-07-302-5/+97
* | avcodec/x86/cavsdsp: Delete #include "libavcodec/x86/idctdsp.h".Wan-Teh Chang2017-07-211-1/+0
* | Revert "x86/sbrdsp: remove unnecessary sign extend instruction in apply_noise...James Almer2017-07-051-1/+2
* | x86/sbrdsp: remove unnecessary sign extend instruction in apply_noise_mainJames Almer2017-07-041-2/+1
* | x86/sbrdsp: zero extend m_max in apply_noise_mainJames Almer2017-07-041-14/+14
* | x86/utvideodsp: make restore_rgb_planes functions work on x86_32James Almer2017-07-042-7/+15
* | x86/sbrdsp: sign extend start and end gprs in ff_sbr_hf_gen_sseJames Almer2017-06-301-13/+13
* | avcodec/x86: use new x86-64 functions for -idct simpleJames Darnley2017-06-281-2/+4
* | avcodec/x86: add an 8-bit simple IDCT function based on the x86-64 high depth...James Darnley2017-06-283-0/+124
* | avcodec/x86: allow future 8-bit simple idct to have "DC only hack"James Darnley2017-06-281-0/+40
* | lavc/aacpsdsp: use ptrdiff_t for stride in hybrid_analysisClément Bœsch2017-06-282-4/+6
* | avcodec/x86/vp9dsp_init_16bpp: Fix linking to missing ff_vp9_ipred_dr_32x32_1...Michael Niedermayer2017-06-281-0/+2
* | avcodec/vp9: add 64-bit ipred_dr_32x32_16 avx2 implementationIlia Valiakhmetov2017-06-272-3/+106
* | avcodec/utvideodec: add SIMD for restore_rgb_planesPaul B Mahol2017-06-273-0/+148
* | lavc/x86: clear r2 higher bits in ff_sbr_sum_squareMatthieu Bouron2017-06-261-1/+1
* | x86/mdct15: use three operand form for some instructionsJames Almer2017-06-241-6/+6
* | mdct15: add assembly optimizations for the 15-point FFTRostislav Pehlivanov2017-06-233-0/+238
* | build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-06-2127-137/+137
* | avcodec/x86: allow future 8-bit simple idct to use slightly different coeffic...James Darnley2017-06-203-16/+50