summaryrefslogtreecommitdiff
path: root/libavcodec/motion_est.c
Commit message (Expand)AuthorAge
* dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-29
* lavc: move CODEC_FLAG_MV0 to mpegvideoAnton Khirnov2014-05-01
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-09
* dsputil: Use correct type in me_cmp_func function pointerDiego Biurrun2014-03-20
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-16
* avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* mpegvideo: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* mpegvideo_enc: drop support for reusing the input motion vectors.Anton Khirnov2013-03-08
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* dsputil: Move get_penalty_factor() to the only place it is used.Diego Biurrun2013-02-07
* Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun2013-02-05
* mpegvideo: remove some unused variables from Picture.Anton Khirnov2013-01-29
* Drop Snow codecDiego Biurrun2013-01-06
* Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun2012-10-11
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-01
* avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-01
* motion_est: fix use of inline on extern functionsMans Rullgard2012-09-20
* motion_est: drop inline from sad_hpel_motion_search()Mans Rullgard2012-08-09
* motion_est: remove unused macrosMans Rullgard2012-08-09
* motion_est: remove useless no_motion_search() functionMans Rullgard2012-08-09
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* cosmetics: Remove some unnecessary block braces.Diego Biurrun2012-01-25
* motion_est: make MotionExtContext.map_generation unsignedMans Rullgard2011-10-11
* motion_est: fix some signed overflowsMans Rullgard2011-10-08
* motion_est: remove disabled codeDiego Biurrun2011-07-17
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
* Remove some non-compiling debug messages.Diego Biurrun2011-06-08
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace more disabled printf() calls by av_dlog().Diego Biurrun2011-04-29
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* motion_est: fix implicit truncation warningsReimar Döffinger2010-07-07
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Optimize bidir_refine a bit.Michael Niedermayer2010-04-02
* Change bidir refine hash code so we only need to perform a singleMichael Niedermayer2010-04-02
* Reduce the size of the bidir refine hashtable from 4096 to 256 andMichael Niedermayer2010-04-02
* Move comment that belonged to cmp() back to cmp().Michael Niedermayer2010-04-02
* slice dice, inline and outline cmp()Michael Niedermayer2010-04-02
* Change ref_index structure so it matches how its organized in h264.Michael Niedermayer2010-03-23
* Move ff_sqrt() to libavutil/intmath.hMåns Rullgård2010-03-08
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-18
* Fix regression test failure with pthreads on multiprocessor systems.Michael Niedermayer2008-12-02
* 1000l Fix snow regression test that i broke in r15135.Michael Niedermayer2008-09-01
* Warn the user about me_method values that are not supported.Michael Niedermayer2008-08-31
* Remove ancient code that hasnt worked in many years.Michael Niedermayer2008-07-09
* Fix return type of ff_init_me().Michael Niedermayer2008-05-28