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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-27avcodec/x86: add cfhdenc SIMDPaul B Mahol
2021-02-27avcodec: add missing FF_API_OLD_ENCDEC wrappers to xmm clobber functionsJames Almer
2021-02-24avcodec/x86/constants: Remove unused ff_pw_17Andreas Rheinhardt
2021-02-24avcodec/x86/diracdsp_init: Reuse macroAndreas Rheinhardt
2021-02-24avcodec/x86/diracdsp_init: Simplify macroAndreas Rheinhardt
2021-02-24avcodec/x86/diracdsp_init: Make functions only used here staticAndreas Rheinhardt
2021-02-24avcodec/x86/diracdsp_init: Remove unused MMX functionsAndreas Rheinhardt
2021-02-04avcodec/cabac_functions, x86/cabac: Include stddef.hAndreas Rheinhardt
2021-01-14ac3enc_fixed: drop unnecessary fixed-point DSP codeLynne
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2021-01-01lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov
2020-11-24avcodec/mpegaudiodsp: Make ff_mpadsp_init() thread-safeAndreas Rheinhardt
2020-08-29x86/cfhddsp: zero extend int argumentsJames Almer
2020-08-27avcodec/x86/cfhddsp: try to fix build on x32Paul B Mahol
2020-08-26avcodec/cfhd: add x86 SIMDPaul B Mahol
2020-07-12x86/h264_deblock: fix warning about trailing empty parameterJames Almer
2020-05-13pixblockdsp, avdct: Add get_pixels_unalignedMartin Storsjö
2020-03-27lavc/x86/hevc_add_res: Fix coeff overflow in ADD_RES_SSE_16_32_8Linjie Fu
2020-03-27lavc/x86/hevc_add_res: Fix overflow in ADD_RES_SSE_8_8Linjie Fu
2020-03-27lavc/x86/hevc_add_res: Fix overflow in ADD_RES_MMX_4_8Linjie Fu
2020-01-31avcodec/x86/diracdsp: Fix high bits on Windows x86_64Michael Niedermayer
2020-01-30avcodec/x86/diracdsp: Fix incorrect src addressing in dequant_subband_32()Michael Niedermayer
2019-10-30vp4: prevent unaligned memory access in loop filterPeter Ross
2019-09-12x85/opusdsp: enable the functions on all FMA3 CPUsJames Almer
2019-09-12x86/opusdps: clear the high bits from some gprsJames Almer
2019-05-14avcodec/Makefile: add missing pngdsp dependency to the lscr decoderJames Almer
2019-05-03x86/v210dec: use named registersJames Almer
2019-05-03x86/v210dec: don't reserve more xmm regs than neededJames Almer
2019-05-03x86/v210dec: remove duplicate load instructionJames Almer
2019-05-02avcodec/x86/v210: fix operands of vpblendd used in new avx2 codeJames Darnley
2019-05-02libavcodec Adding ff_v210_planar_unpack AVX2Michael Stoner
2019-04-27x86/opusdsp: replace loads with shufflesLynne
2019-04-01x86/opusdsp: fix WIN64 return valueLynne
2019-04-01x86/opusdsp: implement FMA3 accelerated postfilter and deemphasisLynne
2019-04-01celt_pvq_init: only build when CONFIG_OPUS_ENCODER is enabledLynne
2019-04-01x86/opus_dsp: rename to celt_pvqLynne
2019-02-20avcodec/h264dsp: change loop filter stride argument to ptrdiff_tJames Almer
2018-12-02avcodec/proresdsp indent after prev commitMartin Vignali
2018-12-02avcodec/proresdec : rename dsp part for 10b and check dspinit for supported b...Martin Vignali
2018-05-08mdct15: simplify x86 exptab permutationRostislav Pehlivanov
2018-05-08mdct15: simplify the fft15 x86 SIMDRostislav Pehlivanov
2018-04-02mpeg4video: Add support for MPEG-4 Simple Studio Profile.Kieran Kunhya
2018-03-08sbcenc: add MMX optimizationsAurelien Jacobs
2018-02-12h264_idct: enable unmacro on newer NASM versionsRostislav Pehlivanov
2018-01-28avcodec/utvideoenc : add SIMD (avx) for sub_left_predictionMartin Vignali
2018-01-12avcodec: increase AV_INPUT_BUFFER_PADDING_SIZE to 64James Almer
2017-12-10x86/lossless_videodsp: rename ff_add_left_pred_int16_sse4 to ff_add_left_pred...James Almer
2017-12-10x86/lossless_videodsp: don't overread the dst buffer in ff_add_left_pred_unal...James Almer
2017-12-09avcodec/utvideodec : add SIMD (SSSE3 and AVX2) for gradient_predMartin Vignali
2017-12-09avcodec/x86/lossless_videodsp : add avx2 version for add_left_predMartin Vignali