| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -4/+4 |
* | cosmetics: Drop empty comment lines | Diego Biurrun | 2016-02-18 | 1 | -1/+0 |
* | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -8/+8 |
* | lavc: Deprecate avctx.me_method | Vittorio Giovara | 2015-07-27 | 1 | -60/+54 |
* | mpegvideo: Move MotionEstContext and function declarations to a separate header | Vittorio Giovara | 2015-05-31 | 1 | -0/+1 |
* | mpegvideo: Drop flags and flags2 | Vittorio Giovara | 2015-05-22 | 1 | -7/+7 |
* | motion_est: Fix warning from zero_cmp() assignment | Vittorio Giovara | 2015-04-19 | 1 | -1/+1 |
* | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -2/+3 |
* | motion_est: remove dead code | Vittorio Giovara | 2014-11-03 | 1 | -21/+1 |
* | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | mpegvideo: Move ME_MAP_* defines to the only place they are used | Diego Biurrun | 2014-07-25 | 1 | -0/+3 |
* | dsputil: Split motion estimation compare bits off into their own context | Diego Biurrun | 2014-07-17 | 1 | -21/+22 |
* | dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoenc | Diego Biurrun | 2014-07-06 | 1 | -2/+3 |
* | dsputil: Split off quarterpel bits into their own context | Diego Biurrun | 2014-05-29 | 1 | -7/+9 |
* | lavc: move CODEC_FLAG_MV0 to mpegvideo | Anton Khirnov | 2014-05-01 | 1 | -2/+3 |
* | mpegvideo: operate with pointers to AVFrames instead of whole structs | wm4 | 2014-04-09 | 1 | -11/+11 |
* | dsputil: Use correct type in me_cmp_func function pointer | Diego Biurrun | 2014-03-20 | 1 | -1/+3 |
* | mpegvideo: move mpegvideo formats-related defines to mpegutils.h | Vittorio Giovara | 2014-03-16 | 1 | -0/+1 |
* | avcodec: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 1 | -4/+6 |
* | mpegvideo: Use hpeldsp instead of dsputil for half-pel functions | Ronald S. Bultje | 2013-04-19 | 1 | -13/+15 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -31/+31 |
* | mpegvideo_enc: drop support for reusing the input motion vectors. | Anton Khirnov | 2013-03-08 | 1 | -212/+0 |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | dsputil: Move get_penalty_factor() to the only place it is used. | Diego Biurrun | 2013-02-07 | 1 | -0/+20 |
* | Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter. | Diego Biurrun | 2013-02-05 | 1 | -1/+1 |
* | mpegvideo: remove some unused variables from Picture. | Anton Khirnov | 2013-01-29 | 1 | -2/+0 |
* | Drop Snow codec | Diego Biurrun | 2013-01-06 | 1 | -11/+10 |
* | Move avutil tables only used in libavcodec to libavcodec. | Diego Biurrun | 2012-10-11 | 1 | -1/+1 |
* | avcodec: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 1 | -2/+2 |
* | avcodec: Drop silly and/or broken printf debug output | Diego Biurrun | 2012-10-01 | 1 | -10/+0 |
* | motion_est: fix use of inline on extern functions | Mans Rullgard | 2012-09-20 | 1 | -3/+3 |
* | motion_est: drop inline from sad_hpel_motion_search() | Mans Rullgard | 2012-08-09 | 1 | -2/+2 |
* | motion_est: remove unused macros | Mans Rullgard | 2012-08-09 | 1 | -4/+0 |
* | motion_est: remove useless no_motion_search() function | Mans Rullgard | 2012-08-09 | 1 | -13/+4 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -8/+8 |
* | Replace memset(0) by zero initializations. | Diego Biurrun | 2012-03-28 | 1 | -2/+1 |
* | cosmetics: Remove some unnecessary block braces. | Diego Biurrun | 2012-01-25 | 1 | -19/+17 |
* | motion_est: make MotionExtContext.map_generation unsigned | Mans Rullgard | 2011-10-11 | 1 | -1/+1 |
* | motion_est: fix some signed overflows | Mans Rullgard | 2011-10-08 | 1 | -2/+2 |
* | motion_est: remove disabled code | Diego Biurrun | 2011-07-17 | 1 | -52/+0 |
* | Eliminate FF_COMMON_FRAME macro. | Diego Biurrun | 2011-07-11 | 1 | -74/+75 |
* | doxygen: Consistently use '@' instead of '\' for Doxygen markup. | Diego Biurrun | 2011-06-24 | 1 | -1/+1 |
* | Remove some non-compiling debug messages. | Diego Biurrun | 2011-06-08 | 1 | -2/+0 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -2/+2 |
* | Replace more disabled printf() calls by av_dlog(). | Diego Biurrun | 2011-04-29 | 1 | -4/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | motion_est: fix implicit truncation warnings | Reimar Döffinger | 2010-07-07 | 1 | -12/+13 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Optimize bidir_refine a bit. | Michael Niedermayer | 2010-04-02 | 1 | -26/+75 |
* | Change bidir refine hash code so we only need to perform a single | Michael Niedermayer | 2010-04-02 | 1 | -5/+6 |