Changeset 2a06c2a0 in ffmpeg

Timestamp:
Jan 23, 2015, 1:05:49 PM (10 years ago)
Author:
Martin Storsjö <martin@martin.st>
Branches:
master
Children:
4c5fa628, e40cdf86
Parents:
91089675
git-author:
Michael Niedermayer <michaelni@gmx.at> (02/16/13 09:44:38)
git-committer:
Martin Storsjö <martin@martin.st> (01/23/15 13:05:49)
Message:

mpegvideo_enc: Draw edges on input for non-multiple of 16 resolutions

This improves motion estimation and avoids using uninitialized data
for resolutions that aren't a multiple of 16.

Prior to d2a25c40, the edges used to be initialized so that encoding
was deterministic, but after that commit it started using uninitialized
data (for non multiple of 16 resolutions).

CC: libav-stable@libav.org
Signed-off-by: Martin Storsjö <martin@martin.st>

(No files)

Note: See TracChangeset for help on using the changeset viewer.