summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
...
| * asm: Consistently uppercase SECTION markersDiego Biurrun2017-02-03
* | Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer2017-09-26
|\|
| * Mark some arrays that never change as const.Anton Khirnov2017-02-01
* | x86/exrdsp: optimize ff_reorder_pixels_avx2()Henrik Gramner2017-09-18
* | avcodec/exrdsp: improve the ExrDSPContext->reorder_pixels prototypeJames Almer2017-09-17
* | libavcodec/exr : add X86 SIMD for reorder_pixelsMartin Vignali2017-09-17
* | avcodec/me_cmp: Fix crashes on ARM due to misalignmentMichael Niedermayer2017-08-21
* | opus_pvq_search: Restore the proper use of conditional define and simplify th...Ivan Kalvachev2017-08-19
* | opus_pvq_search: split functions into exactness and only use the exact if its...Rostislav Pehlivanov2017-08-18
* | opus_pvq_search: only use rsqrtps approximation on CPUs with avxRostislav Pehlivanov2017-08-18
* | ops_pvq_search: remove dead macroRostislav Pehlivanov2017-08-18
* | SIMD opus pvq_search implementationIvan Kalvachev2017-08-18
* | mdct15: add inverse transform postrotation SIMDRostislav Pehlivanov2017-07-30
* | avcodec/x86/cavsdsp: Delete #include "libavcodec/x86/idctdsp.h".Wan-Teh Chang2017-07-21
* | Revert "x86/sbrdsp: remove unnecessary sign extend instruction in apply_noise...James Almer2017-07-05
* | x86/sbrdsp: remove unnecessary sign extend instruction in apply_noise_mainJames Almer2017-07-04
* | x86/sbrdsp: zero extend m_max in apply_noise_mainJames Almer2017-07-04
* | x86/utvideodsp: make restore_rgb_planes functions work on x86_32James Almer2017-07-04
* | x86/sbrdsp: sign extend start and end gprs in ff_sbr_hf_gen_sseJames Almer2017-06-30
* | avcodec/x86: use new x86-64 functions for -idct simpleJames Darnley2017-06-28
* | avcodec/x86: add an 8-bit simple IDCT function based on the x86-64 high depth...James Darnley2017-06-28
* | avcodec/x86: allow future 8-bit simple idct to have "DC only hack"James Darnley2017-06-28
* | lavc/aacpsdsp: use ptrdiff_t for stride in hybrid_analysisClément Bœsch2017-06-28
* | avcodec/x86/vp9dsp_init_16bpp: Fix linking to missing ff_vp9_ipred_dr_32x32_1...Michael Niedermayer2017-06-28
* | avcodec/vp9: add 64-bit ipred_dr_32x32_16 avx2 implementationIlia Valiakhmetov2017-06-27
* | avcodec/utvideodec: add SIMD for restore_rgb_planesPaul B Mahol2017-06-27
* | lavc/x86: clear r2 higher bits in ff_sbr_sum_squareMatthieu Bouron2017-06-26
* | x86/mdct15: use three operand form for some instructionsJames Almer2017-06-24
* | mdct15: add assembly optimizations for the 15-point FFTRostislav Pehlivanov2017-06-23
* | build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-06-21
* | avcodec/x86: allow future 8-bit simple idct to use slightly different coeffic...James Darnley2017-06-20
* | avcodec/x86: modify simple_idct10 macros to add an action paramterJames Darnley2017-06-20
* | avcodec/x86: cleanup simple_idct10James Darnley2017-06-20
* | avcodec/x86/mpegenc: support transpose permuation typeJames Darnley2017-06-20
* | avcodec/x86/mpegenc: check IDCT permutation type is a valid valueJames Darnley2017-06-20
* | avcodec/x86/mpegvideo: Use intra scantable in dct_unquantize_h263_intra_mmx()Michael Niedermayer2017-06-20
* | x86/aacpsdsp: add ff_ps_hybrid_analysis_ileave_sseJames Almer2017-06-18
* | x86/aacpsdsp: add ff_ps_hybrid_synthesis_deint_{sse,sse4}James Almer2017-06-18
* | avcodec/aacps: move checks for valid length outside the stereo_interpolate ds...James Almer2017-06-15
* | x86/vorbisdsp: optimize ff_vorbis_inverse_coupling_sseJames Almer2017-06-15
* | vp9: fix overwrite in ff_vp9_ipred_dr_16x16_16_avx2.Ronald S. Bultje2017-06-14
* | avcodec/vp9: ipred_dr_16x16_16 avx2 implementationIlia Valiakhmetov2017-06-12
* | x86/aacpsdsp: fix output of ff_ps_stereo_interpolate_ipdopd_sse3James Almer2017-06-07
* | libavcodec/vp9: ipred_dl_32x32_16 avx2 implementationIlia Valiakhmetov2017-06-06
* | x86/aacpsdsp: optimize ff_ps_mul_pair_single_sseJames Almer2017-06-04
* | x86/aacpsdsp: optimize ff_ps_stereo_interpolate_sse3James Almer2017-06-03
* | x86/aacps: add ff_ps_stereo_interpolate_ipdopd_sse3()James Almer2017-06-02
* | avcodec/x86/idctdsp_init: reindentJames Darnley2017-05-30
* | avcodec/x86: move simple_idct to external assemblyJames Darnley2017-05-30
* | lavc/mpegvideoenc: reformat inv_zigzag_direct16 so the zigzag pattern is visibleClément Bœsch2017-05-19