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
2022-11-09avcodec/x86/cavsdsp: Remove unused 3DNow-macroAndreas Rheinhardt
2022-11-06libavcodec: remove mdct15Lynne
2022-11-06dca_core: convert to lavu/txLynne
2022-11-04avcodec/v210enc: add new function for avx2 avx512 avx512iclJames Darnley
2022-10-20avcodec/mpegvideodsp: Make MpegVideoDSP MPEG-4 onlyAndreas Rheinhardt
2022-10-14avcodec/svq1enc: Add SVQ1EncDSPContext, make codec context privateAndreas Rheinhardt
2022-10-10lavc/x86/simple_idct: Fix linking shared libavcodec with MS link.exeCarl Eugen Hoyos
2022-10-09avcodec/huffyuvencdsp: Pass pix_fmt directly when initing dspAndreas Rheinhardt
2022-09-30avcodec/ac3dsp: Remove unused parameterAndreas Rheinhardt
2022-09-29avcodec/dirac_dwt: Avoid conversions between function pointers and void*Andreas Rheinhardt
2022-09-23x86/lpc: use fused negative multiply-add instructions where usefulJames Almer
2022-09-23avcodec/lpc: zero the middle odd sample in the outputJames Almer
2022-09-23avcodec/lpc: use ptrdiff_t for length parametersJames Almer
2022-09-22x86/aacpsdsp: add ps_hybrid_analysis_fma3James Almer
2022-09-22x86/aacpsdsp: precompute constant factorsJames Almer
2022-09-22x86/lpc: Fix parameter sign extension, unbreaking checkasm-lpc on x86_64 windowsMartin Storsjö
2022-09-22x86/lpc: fix even scalar loop overreads/writesLynne
2022-09-22x86/lpc: fix odd scalar loop overreads/writesLynne
2022-09-21avcodec/fmtconvert: Remove unused AVCodecContext parameterAndreas Rheinhardt
2022-09-21avcodec/blockdsp: Remove unused AVCodecContext parameterAndreas Rheinhardt
2022-09-21avcodec/cavsdsp: Remove unused function parameterAndreas Rheinhardt
2022-09-21x86/lpc: implement a new Welch windowing functionLynne
2022-09-19lavc/vorbisdsp: use ptrdiff_t rather than intptr_tRémi Denis-Courmont
2022-09-13avcodec/x86/audiodsp: add scalarproduct avx2Paul B Mahol
2022-09-11avcodec/vp8dsp: Constify src in vp8_mc_funcAndreas Rheinhardt
2022-09-05avcodec/x86/flacdsp_init: Remove double ';'Andreas Rheinhardt
2022-09-05avcodec/x86/flacdsp: fix bug in decorrelationPaul B Mahol
2022-08-24avutil/mem_internal: Fix headersAndreas Rheinhardt
2022-08-17x86: Don't hardcode the height to 8 in sad8_xy2_mmxMartin Storsjö
2022-08-05avcodec/flacdsp: Split encoder-only parts into a ctx of its ownAndreas Rheinhardt
2022-08-05avcodec/flacdsp: Remove unused function parameterAndreas Rheinhardt
2022-08-05avcodec/h264chroma: Constify src in h264_chroma_mc_funcAndreas Rheinhardt
2022-08-05avcodec/hevcdsp: Constify src pointersAndreas Rheinhardt
2022-07-31avcodec/mpegvideodsp: Constify src pointersAndreas Rheinhardt
2022-07-31avcodec/mpegvideoencdsp: Allow pointers to const where possibleAndreas Rheinhardt
2022-07-31avcodec/me_cmp: Constify me_cmp_func buffer parametersAndreas Rheinhardt
2022-07-31avcodec/cfhdencdsp: Constify input pointersAndreas Rheinhardt
2022-07-31avcodec/lossless_videoencdsp: Constify src sub_left_predictAndreas Rheinhardt
2022-07-31avcodec/videodsp: Constify buf in VideoDSPContext.prefetchAndreas Rheinhardt
2022-07-28avcodec/vp56: Move VP5-9 range coder functions to a header of their ownAndreas Rheinhardt
2022-07-25avcodec/x86/pngdsp: Remove obsolete ff_add_bytes_l2_mmx()Andreas Rheinhardt
2022-06-26avcodec/x86/h264_qpel: Remove unused functionsAndreas Rheinhardt
2022-06-22avcodec/x86/lossless_videodsp: Remove obsolete MMX(EXT) functionsAndreas Rheinhardt
2022-06-22avcodec/x86/lossless_videoencdsp: Remove obsolete MMX functionAndreas Rheinhardt
2022-06-22avcodec/x86/huffyuvencdsp: Remove obsolete MMX functionAndreas Rheinhardt
2022-06-22avcodec/x86/dirac_dwt: Remove obsolete MMX functionsAndreas Rheinhardt
2022-06-22avcodec/x86/huffyuvdsp: Remove obsolete MMX functionsAndreas Rheinhardt
2022-06-22avcodec/x86/vp8dsp: Remove obsolete MMX(EXT) functionsAndreas Rheinhardt
2022-06-22avcodec/x86/dcadsp: Remove obsolete SSE functionAndreas Rheinhardt
2022-06-22avcodec/x86/rv34dsp: Remove obsolete MMX functionAndreas Rheinhardt