[FFmpeg-cvslog] r21280 - in trunk/libavcodec: h264.c h264.h h264_loopfilter.c

Jason Garrett-Glaser darkshikari
Mon Jan 18 06:52:16 CET 2010


On Sun, Jan 17, 2010 at 9:15 PM, michael <subversion at mplayerhq.hu> wrote:
> Author: michael
> Date: Mon Jan 18 06:15:31 2010
> New Revision: 21280
>
> Log:
> Perform reference remapping at fill_cache() time instead of in the
> loop filter. This removes one obstacle of getting ff_h264_filter_mb_fast()
> bitexact. code is maybe 0.1% faster

Extremely awesome.  This is particularly important given that x264 now
uses the corner case that results in duplicate refs, and thus
filter_mb_fast being no longer bitexact even with x264 streams, not
just with stupid obnoxious compliance tests.

Thanks,

Dark Shikari



More information about the ffmpeg-cvslog mailing list