aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/motion_est.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/motion_est: Fix score squaring overflowMichael Niedermayer2024-07-121-1/+1
* avcodec/motion_est: Optimize dead code awayAndreas Rheinhardt2024-06-201-7/+7
* avcodec/motion_est: Store remaining required me_cmp_funcsAndreas Rheinhardt2024-06-201-2/+5
* avcodec/me_cmp, motion_est: Sanitize permissible cmp_funcsAndreas Rheinhardt2024-06-201-5/+6
* avcodec/me_cmp, motion_est: Move me_(pre_)?_cmp etc. to MotionEstContextAndreas Rheinhardt2024-06-201-21/+21
* avcodec/motion_est: Factor one-time initialization out of ff_init_meAndreas Rheinhardt2024-06-201-41/+48
* avcodec/mpegvideo: Use enum for msmpeg4_versionAndreas Rheinhardt2024-06-121-4/+4
* avcodec/mpegpicture: Cache AVFrame.data and linesize valuesAndreas Rheinhardt2024-06-121-8/+8
* avcodec/mpegvideo: Shorten variable namesAndreas Rheinhardt2024-06-121-42/+42
* libavcodec/motion_est: fix penalty_factor for b framesRamiro Polla2024-05-111-7/+8
* avcodec/mp_cmp: reject invalid comparison function valuesJames Almer2023-04-141-4/+7
* avcodec/mpegpicture: Move mb_var, mc_mb_var and mb_mean to MpegEncCtxAndreas Rheinhardt2022-08-091-7/+7
* avcodec/motion_est: Constify pointers to frame dataAndreas Rheinhardt2022-07-311-14/+17
* avcodec/me_cmp: Constify me_cmp_func buffer parametersAndreas Rheinhardt2022-07-311-1/+1
* avcodec/mpegvideo: Make new_picture an ordinary AVFrameAndreas Rheinhardt2022-04-011-6/+6
* avcodec/motion_est: Constify mv-table parameters where possibleAndreas Rheinhardt2022-02-131-1/+1
* avcodec/mpegvideo: Move encoder-only stuff to a new headerAndreas Rheinhardt2022-02-131-1/+1
* avcodec/motion_est: fix indention of ff_get_best_fcode()Michael Niedermayer2022-02-091-3/+3
* avcodec/motion_est: Fix xy indexing on range violation in ff_get_best_fcode()Michael Niedermayer2022-02-091-2/+1
* all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt2022-02-081-1/+0
* avcodec/motion_est: Fix invalid left shift of negative numbersAndreas Rheinhardt2021-04-011-23/+23
* avcodec/motion_est, mpegvideo: Make pointers to static storage constAndreas Rheinhardt2020-12-311-6/+6
* mpegvideo_enc: add intra_penalty option for p framesRamiro Polla2019-10-241-5/+5
* avcodec/motion_est: remove duplicate functionMarton Balint2019-01-281-2/+2
* Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b'James Almer2017-10-231-20/+0
|\
| * lavc: Drop deprecated options moved to private contextsVittorio Giovara2017-03-231-19/+0
* | lavc/motion_est: Fix undefined negative left shifts.Carl Eugen Hoyos2017-04-191-4/+4
* | avcodec/me_cmp: add median SAD compare functionStanislav Dolganov2016-08-221-0/+1
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-4/+4
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-4/+4
* | Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis2016-02-241-1/+0
|\|
| * cosmetics: Drop empty comment linesDiego Biurrun2016-02-181-1/+0
* | avcodec/motion_est: Fix mv_penalty table sizeMichael Niedermayer2016-01-051-8/+8
* | lavc: typo fix cliping -> clipping, saftey -> safetyGanesh Ajjanagadde2015-12-111-3/+3
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-8/+8
|\|
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-8/+8
* | Merge commit '4b6b1082a73907c7c3de2646c6398bc61320f2c6'Michael Niedermayer2015-07-271-58/+54
|\|
| * lavc: Deprecate avctx.me_methodVittorio Giovara2015-07-271-60/+54
* | avcodec/motion_est: Fix some undefined shiftsMichael Niedermayer2015-07-011-5/+5
* | avcodec/motion_est: Fix undefined shifts in cmp_inline()Michael Niedermayer2015-07-011-2/+2
* | Merge commit '149fa0b7ac180fe1df48a2e379c560813555bf57'Michael Niedermayer2015-06-011-0/+1
|\|
| * mpegvideo: Move MotionEstContext and function declarations to a separate headerVittorio Giovara2015-05-311-0/+1
* | Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer2015-05-221-7/+7
|\|
| * mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-221-7/+7
| * motion_est: Fix warning from zero_cmp() assignmentVittorio Giovara2015-04-191-1/+1
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-2/+3
|\|
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-2/+3
* | avcodec/motion_est: remove unneeded #include, there are no assert() only av_a...Paul B Mahol2015-02-011-3/+0
* | avcodec/motion_est: Set subcmp consistently for H261Michael Niedermayer2015-01-311-0/+3
* | avcodec/motion_est: use 2x8x8 for interlaced qpelMichael Niedermayer2014-12-011-1/+7