283 Commits (4d00378da8155cf3802a48d0a03577fcdc7eeb09)

Author SHA1 Message Date
James Almer 7c6e26a184 avcodec/mp_cmp: reject invalid comparison function values 2 years ago
Andreas Rheinhardt bc109a53c7 avcodec/mpegpicture: Move mb_var, mc_mb_var and mb_mean to MpegEncCtx 3 years ago
Andreas Rheinhardt 34276b815b avcodec/motion_est: Constify pointers to frame data 3 years ago
Andreas Rheinhardt abb85429f3 avcodec/me_cmp: Constify me_cmp_func buffer parameters 3 years ago
Andreas Rheinhardt 37250f7f64 avcodec/mpegvideo: Make new_picture an ordinary AVFrame 3 years ago
Andreas Rheinhardt 8b856a9e53 avcodec/motion_est: Constify mv-table parameters where possible 3 years ago
Andreas Rheinhardt 746e7102be avcodec/mpegvideo: Move encoder-only stuff to a new header 3 years ago
Michael Niedermayer ce43e1c581 avcodec/motion_est: fix indention of ff_get_best_fcode() 3 years ago
Michael Niedermayer 634312a70f avcodec/motion_est: Fix xy indexing on range violation in ff_get_best_fcode() 3 years ago
Andreas Rheinhardt 27f22f3383 all: Remove unnecessary libavcodec/internal.h inclusions 3 years ago
Andreas Rheinhardt 3ef65fd4d1 avcodec/motion_est: Fix invalid left shift of negative numbers 4 years ago
Andreas Rheinhardt 4a160cbef4 avcodec/motion_est, mpegvideo: Make pointers to static storage const 4 years ago
Ramiro Polla 531fbce0b2 mpegvideo_enc: add intra_penalty option for p frames 5 years ago
Marton Balint 483d029188 avcodec/motion_est: remove duplicate function 6 years ago
Carl Eugen Hoyos b6a8396245 lavc/motion_est: Fix undefined negative left shifts. 8 years ago
Vittorio Giovara 94eed68ace lavc: Drop deprecated options moved to private contexts 8 years ago
Stanislav Dolganov 4edd74bd7c avcodec/me_cmp: add median SAD compare function 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Diego Biurrun 29c2d06d67 cosmetics: Drop empty comment lines 9 years ago
Michael Niedermayer 5b4da8a38a avcodec/motion_est: Fix mv_penalty table size 9 years ago
Ganesh Ajjanagadde b4f1636a4d lavc: typo fix cliping -> clipping, saftey -> safety 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 10 years ago
Vittorio Giovara 4b6b1082a7 lavc: Deprecate avctx.me_method 10 years ago
Michael Niedermayer ac78014f0b avcodec/motion_est: Fix some undefined shifts 10 years ago
Michael Niedermayer 4eee685a21 avcodec/motion_est: Fix undefined shifts in cmp_inline() 10 years ago
Vittorio Giovara 149fa0b7ac mpegvideo: Move MotionEstContext and function declarations to a separate header 10 years ago
Vittorio Giovara 848e86f74d mpegvideo: Drop flags and flags2 10 years ago
Vittorio Giovara 0251c9be5a motion_est: Fix warning from zero_cmp() assignment 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Paul B Mahol 021c0c5f52 avcodec/motion_est: remove unneeded #include, there are no assert() only av_assert* 10 years ago
Michael Niedermayer b80106169a avcodec/motion_est: Set subcmp consistently for H261 10 years ago
Michael Niedermayer b50e003e1c avcodec/motion_est: use 2x8x8 for interlaced qpel 10 years ago
Vittorio Giovara 240b22afe1 motion_est: remove dead code 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 11 years ago
Diego Biurrun 4fbb62a21b mpegvideo: Move ME_MAP_* defines to the only place they are used 11 years ago
Diego Biurrun 2d60444331 dsputil: Split motion estimation compare bits off into their own context 11 years ago
Diego Biurrun c166148409 dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoenc 11 years ago
Michael Niedermayer ef8725122d avcodec/motion_est: Only clip MVs which are used 11 years ago
Diego Biurrun 368f50359e dsputil: Split off quarterpel bits into their own context 11 years ago
Anton Khirnov a2941c8cb2 lavc: move CODEC_FLAG_MV0 to mpegvideo 11 years ago
wm4 f6774f905f mpegvideo: operate with pointers to AVFrames instead of whole structs 11 years ago
Diego Biurrun 82bb304801 dsputil: Use correct type in me_cmp_func function pointer 11 years ago
Vittorio Giovara e0c16e4e32 mpegvideo: move mpegvideo formats-related defines to mpegutils.h 11 years ago
Lukasz Marek 776cda748d lavc/motion_est: remove unused variable 11 years ago
Diego Biurrun 088f38a4f9 avcodec: Drop unnecessary ff_ name prefixes from static functions 12 years ago
Ronald S. Bultje f4fed5a2f9 mpegvideo: Use hpeldsp instead of dsputil for half-pel functions 12 years ago
Ronald S. Bultje 4ba5dbc0e4 mpegvideo: use hpeldsp instead of dsputil for half-pel functions. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Anton Khirnov 6e7b50b427 mpegvideo_enc: drop support for reusing the input motion vectors. 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago