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-09-21lavc/aarch64: Add neon implementation for pix_median_abs16Hubert Mazur
2022-08-17avcodec/me_cmp: Remove now incorrect av_assert2()Andreas Rheinhardt
2022-07-31avcodec/me_cmp: Constify me_cmp_func buffer parametersAndreas Rheinhardt
2022-06-28lavc/aarch64: motion estimation functions in neonSwinney, Jonathan
2022-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-02-13avcodec/mpegvideo: Move encoder-only stuff to a new headerAndreas Rheinhardt
2021-01-21avcodec/me_cmp: Remove ff_check_alignment()Andreas Rheinhardt
2021-01-01lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov
2018-04-02simple_idct: Template functions to support an input bitdepth parameterKieran Kunhya
2018-02-05avcodec/me_cmp: remove ff_me_cmp_init_static()Muhammad Faiz
2017-08-22avcodec/me_cmp: Fix crashes on ARM due to misalignmentMichael Niedermayer
2016-08-22avcodec/me_cmp: add median SAD compare functionStanislav Dolganov
2015-07-06avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for me_cmp functionsShivraj Patil
2015-02-17avcodec/me_cmp: add () to protect avg*s argumentsMichael Niedermayer
2014-11-24Merge commit '9c12c6ff9539e926df0b2a2299e915ae71872600'Michael Niedermayer
2014-11-24motion_est: convert stride to ptrdiff_tVittorio Giovara
2014-07-18avcodec/me_cmp: restore author attribution and copyrightsMichael Niedermayer
2014-07-18Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer
2014-07-17dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun