Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-04hevc: disable intrapred intrinsics on msvcHendrik Leppkes
2017-08-04x86/hevc: correctly mark intrapred functions as SSE4James Almer
2017-08-04x86/hevc: use DECLARE_ALIGNED for on-stack tmp arrays to avoid crashesHendrik Leppkes
2017-08-04hevc: port intra pred SIMD from OpenHEVCHendrik Leppkes
2017-08-04hevc: port intrinsic SSE2 IDCT from OpenHEVCHendrik Leppkes
2017-07-30mdct15: add inverse transform postrotation SIMDRostislav Pehlivanov
2017-07-21avcodec/x86/cavsdsp: Delete #include "libavcodec/x86/idctdsp.h".Wan-Teh Chang
2017-07-05Revert "x86/sbrdsp: remove unnecessary sign extend instruction in apply_noise...James Almer
2017-07-05x86/sbrdsp: remove unnecessary sign extend instruction in apply_noise_mainJames Almer
2017-07-05x86/sbrdsp: zero extend m_max in apply_noise_mainJames Almer
2017-07-05x86/utvideodsp: make restore_rgb_planes functions work on x86_32James Almer
2017-06-30x86/sbrdsp: sign extend start and end gprs in ff_sbr_hf_gen_sseJames Almer
2017-06-28avcodec/x86: use new x86-64 functions for -idct simpleJames Darnley
2017-06-28avcodec/x86: add an 8-bit simple IDCT function based on the x86-64 high depth...James Darnley
2017-06-28avcodec/x86: allow future 8-bit simple idct to have "DC only hack"James Darnley
2017-06-28lavc/aacpsdsp: use ptrdiff_t for stride in hybrid_analysisClément Bœsch
2017-06-28avcodec/x86/vp9dsp_init_16bpp: Fix linking to missing ff_vp9_ipred_dr_32x32_1...Michael Niedermayer
2017-06-27avcodec/vp9: add 64-bit ipred_dr_32x32_16 avx2 implementationIlia Valiakhmetov
2017-06-27avcodec/utvideodec: add SIMD for restore_rgb_planesPaul B Mahol
2017-06-26lavc/x86: clear r2 higher bits in ff_sbr_sum_squareMatthieu Bouron
2017-06-24x86/mdct15: use three operand form for some instructionsJames Almer
2017-06-24mdct15: add assembly optimizations for the 15-point FFTRostislav Pehlivanov
2017-06-21build: Generalize yasm/nasm-related variable namesDiego Biurrun
2017-06-20avcodec/x86: allow future 8-bit simple idct to use slightly different coeffic...James Darnley
2017-06-20avcodec/x86: modify simple_idct10 macros to add an action paramterJames Darnley
2017-06-20avcodec/x86: cleanup simple_idct10James Darnley
2017-06-20avcodec/x86/mpegenc: support transpose permuation typeJames Darnley
2017-06-20avcodec/x86/mpegenc: check IDCT permutation type is a valid valueJames Darnley
2017-06-20avcodec/x86/mpegvideo: Use intra scantable in dct_unquantize_h263_intra_mmx()Michael Niedermayer
2017-06-19x86/aacpsdsp: add ff_ps_hybrid_analysis_ileave_sseJames Almer
2017-06-19x86/aacpsdsp: add ff_ps_hybrid_synthesis_deint_{sse,sse4}James Almer
2017-06-16avcodec/aacps: move checks for valid length outside the stereo_interpolate ds...James Almer
2017-06-16x86/vorbisdsp: optimize ff_vorbis_inverse_coupling_sseJames Almer
2017-06-14vp9: fix overwrite in ff_vp9_ipred_dr_16x16_16_avx2.Ronald S. Bultje
2017-06-12avcodec/vp9: ipred_dr_16x16_16 avx2 implementationIlia Valiakhmetov
2017-06-07x86/aacpsdsp: fix output of ff_ps_stereo_interpolate_ipdopd_sse3James Almer
2017-06-06libavcodec/vp9: ipred_dl_32x32_16 avx2 implementationIlia Valiakhmetov
2017-06-05x86/aacpsdsp: optimize ff_ps_mul_pair_single_sseJames Almer
2017-06-03x86/aacpsdsp: optimize ff_ps_stereo_interpolate_sse3James Almer
2017-06-02x86/aacps: add ff_ps_stereo_interpolate_ipdopd_sse3()James Almer
2017-05-30avcodec/x86/idctdsp_init: reindentJames Darnley
2017-05-30avcodec/x86: move simple_idct to external assemblyJames Darnley
2017-05-19lavc/mpegvideoenc: reformat inv_zigzag_direct16 so the zigzag pattern is visibleClément Bœsch
2017-05-19Merge commit 'b4a911c189962e563a09fb0efaf6fa9ab56263a4'Clément Bœsch
2017-05-15avcodec/h264: add sse2 versions of previous idct functionsJames Darnley
2017-05-15avcodec/h264: add avx 8-bit h264_idct_dc_addJames Darnley
2017-05-15avcodec/h264: add avx 8-bit h264_idct_addJames Darnley
2017-05-15avcodec/h264: use some 3 operand formsJames Darnley
2017-05-15avcodec/h264: change RETs into REP_RETs where appropriateJames Darnley
2017-04-27avcodec/x86/vc1dsp_init: Fix build failure with --disable-optimizations and c...Michael Niedermayer