| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/me_cmp: Fix type check | Michael Niedermayer | 2024-07-12 | 1 | -1/+1 |
* | avcodec/mpegvideo_enc: Only keep what is used from MECmpContext | Andreas Rheinhardt | 2024-06-20 | 1 | -2/+2 |
* | avcodec/me_cmp: Zero MECmpContext in ff_me_cmp_init() | Andreas Rheinhardt | 2024-06-20 | 1 | -0/+2 |
* | avcodec/me_cmp, motion_est: Sanitize permissible cmp_funcs | Andreas Rheinhardt | 2024-06-20 | 1 | -64/+52 |
* | avcodec/me_cmp: Constify ff_set_cmp() | Andreas Rheinhardt | 2024-06-20 | 1 | -1/+1 |
* | libavcodec/alpha: remove DSP & support code | Sean McGovern | 2024-06-13 | 1 | -2/+0 |
* | avcodec/mpegvideo: Remove fast_dct_quantize | Andreas Rheinhardt | 2024-06-12 | 1 | -3/+3 |
* | lavc/me_cmp: R-V V pix_abs | sunyuechi | 2024-02-21 | 1 | -0/+2 |
* | avcodec/mp_cmp: reject invalid comparison function values | James Almer | 2023-04-14 | 1 | -2/+7 |
* | lavc/aarch64: Add neon implementation for pix_median_abs16 | Hubert Mazur | 2022-09-21 | 1 | -2/+3 |
* | avcodec/me_cmp: Remove now incorrect av_assert2() | Andreas Rheinhardt | 2022-08-17 | 1 | -13/+0 |
* | avcodec/me_cmp: Constify me_cmp_func buffer parameters | Andreas Rheinhardt | 2022-07-31 | 1 | -40/+40 |
* | lavc/aarch64: motion estimation functions in neon | Swinney, Jonathan | 2022-06-28 | 1 | -1/+3 |
* | all: Replace if (ARCH_FOO) checks by #if ARCH_FOO | Andreas Rheinhardt | 2022-06-15 | 1 | -10/+11 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | avcodec/mpegvideo: Move encoder-only stuff to a new header | Andreas Rheinhardt | 2022-02-13 | 1 | -1/+1 |
* | avcodec/me_cmp: Remove ff_check_alignment() | Andreas Rheinhardt | 2021-01-21 | 1 | -23/+0 |
* | lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | simple_idct: Template functions to support an input bitdepth parameter | Kieran Kunhya | 2018-04-02 | 1 | -1/+1 |
* | avcodec/me_cmp: remove ff_me_cmp_init_static() | Muhammad Faiz | 2018-02-05 | 1 | -12/+38 |
* | avcodec/me_cmp: Fix crashes on ARM due to misalignment | Michael Niedermayer | 2017-08-21 | 1 | -5/+5 |
* | avcodec/me_cmp: add median SAD compare function | Stanislav Dolganov | 2016-08-22 | 1 | -0/+76 |
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for me_cmp functions | Shivraj Patil | 2015-07-06 | 1 | -0/+2 |
* | avcodec/me_cmp: add () to protect avg*s arguments | Michael Niedermayer | 2015-02-16 | 1 | -2/+2 |
* | Merge commit '9c12c6ff9539e926df0b2a2299e915ae71872600' | Michael Niedermayer | 2014-11-24 | 1 | -57/+59 |
|\ |
|
| * | motion_est: convert stride to ptrdiff_t | Vittorio Giovara | 2014-11-24 | 1 | -57/+59 |
* | | avcodec/me_cmp: restore author attribution and copyrights | Michael Niedermayer | 2014-07-17 | 1 | -0/+4 |
* | | Merge commit '2d60444331fca1910510038dd3817bea885c2367' | Michael Niedermayer | 2014-07-17 | 1 | -39/+85 |
|/ |
|
* | dsputil: Split motion estimation compare bits off into their own context | Diego Biurrun | 2014-07-17 | 1 | -0/+942 |