summaryrefslogtreecommitdiffstats
path: root/libavcodec/motion_est.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-4/+4
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-181-1/+0
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-8/+8
* lavc: Deprecate avctx.me_methodVittorio Giovara2015-07-271-60/+54
* mpegvideo: Move MotionEstContext and function declarations to a separate headerVittorio Giovara2015-05-311-0/+1
* mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-221-7/+7
* motion_est: Fix warning from zero_cmp() assignmentVittorio Giovara2015-04-191-1/+1
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-2/+3
* motion_est: remove dead codeVittorio Giovara2014-11-031-21/+1
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+1
* mpegvideo: Move ME_MAP_* defines to the only place they are usedDiego Biurrun2014-07-251-0/+3
* dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-171-21/+22
* dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoencDiego Biurrun2014-07-061-2/+3
* dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-291-7/+9
* lavc: move CODEC_FLAG_MV0 to mpegvideoAnton Khirnov2014-05-011-2/+3
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-091-11/+11
* dsputil: Use correct type in me_cmp_func function pointerDiego Biurrun2014-03-201-1/+3
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-4/+6
* mpegvideo: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-191-13/+15
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-31/+31
* mpegvideo_enc: drop support for reusing the input motion vectors.Anton Khirnov2013-03-081-212/+0
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* dsputil: Move get_penalty_factor() to the only place it is used.Diego Biurrun2013-02-071-0/+20
* Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun2013-02-051-1/+1
* mpegvideo: remove some unused variables from Picture.Anton Khirnov2013-01-291-2/+0
* Drop Snow codecDiego Biurrun2013-01-061-11/+10
* Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun2012-10-111-1/+1
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-011-2/+2
* avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-011-10/+0
* motion_est: fix use of inline on extern functionsMans Rullgard2012-09-201-3/+3
* motion_est: drop inline from sad_hpel_motion_search()Mans Rullgard2012-08-091-2/+2
* motion_est: remove unused macrosMans Rullgard2012-08-091-4/+0
* motion_est: remove useless no_motion_search() functionMans Rullgard2012-08-091-13/+4
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-8/+8
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-2/+1
* cosmetics: Remove some unnecessary block braces.Diego Biurrun2012-01-251-19/+17
* motion_est: make MotionExtContext.map_generation unsignedMans Rullgard2011-10-111-1/+1
* motion_est: fix some signed overflowsMans Rullgard2011-10-081-2/+2
* motion_est: remove disabled codeDiego Biurrun2011-07-171-52/+0
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-74/+75
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-1/+1
* Remove some non-compiling debug messages.Diego Biurrun2011-06-081-2/+0
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-2/+2
* Replace more disabled printf() calls by av_dlog().Diego Biurrun2011-04-291-4/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* motion_est: fix implicit truncation warningsReimar Döffinger2010-07-071-12/+13
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Optimize bidir_refine a bit.Michael Niedermayer2010-04-021-26/+75
* Change bidir refine hash code so we only need to perform a singleMichael Niedermayer2010-04-021-5/+6
OpenPOWER on IntegriCloud