summaryrefslogtreecommitdiff
path: root/libavcodec/me_cmp.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mp_cmp: reject invalid comparison function valuesJames Almer2023-04-141-2/+7
* lavc/aarch64: Add neon implementation for pix_median_abs16Hubert Mazur2022-09-211-2/+3
* avcodec/me_cmp: Remove now incorrect av_assert2()Andreas Rheinhardt2022-08-171-13/+0
* avcodec/me_cmp: Constify me_cmp_func buffer parametersAndreas Rheinhardt2022-07-311-40/+40
* lavc/aarch64: motion estimation functions in neonSwinney, Jonathan2022-06-281-1/+3
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-151-10/+11
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+1
* avcodec/mpegvideo: Move encoder-only stuff to a new headerAndreas Rheinhardt2022-02-131-1/+1
* avcodec/me_cmp: Remove ff_check_alignment()Andreas Rheinhardt2021-01-211-23/+0
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-011-0/+1
* simple_idct: Template functions to support an input bitdepth parameterKieran Kunhya2018-04-021-1/+1
* avcodec/me_cmp: remove ff_me_cmp_init_static()Muhammad Faiz2018-02-051-12/+38
* avcodec/me_cmp: Fix crashes on ARM due to misalignmentMichael Niedermayer2017-08-211-5/+5
* avcodec/me_cmp: add median SAD compare functionStanislav Dolganov2016-08-221-0/+76
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for me_cmp functionsShivraj Patil2015-07-061-0/+2
* avcodec/me_cmp: add () to protect avg*s argumentsMichael Niedermayer2015-02-161-2/+2
* Merge commit '9c12c6ff9539e926df0b2a2299e915ae71872600'Michael Niedermayer2014-11-241-57/+59
|\
| * motion_est: convert stride to ptrdiff_tVittorio Giovara2014-11-241-57/+59
* | avcodec/me_cmp: restore author attribution and copyrightsMichael Niedermayer2014-07-171-0/+4
* | Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-171-39/+85
|/
* dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-171-0/+942