[FFmpeg-devel] [PATCH 08/14] avcodec/vc1: implement interlaced out-of-bounds reference pixel replication

Paul B Mahol onemda at gmail.com
Mon Apr 23 23:12:04 EEST 2018


On 4/23/18, Jerome Borsboom <jerome.borsboom at carpalis.nl> wrote:
> The existing implementation did out-of-bounds reference pixel replication
> for
> progressive reference frames. In interlaced reference frames both the even
> and
> odd line on the horizontal edges need to be replicated.
>
> Signed-off-by: Jerome Borsboom <jerome.borsboom at carpalis.nl>
> ---
>  libavcodec/vc1_mc.c             | 376
> +++++++++++++++++++++++++++++++++-------
>  tests/ref/fate/vc1_ilaced_twomv |  18 +-
>  2 files changed, 318 insertions(+), 76 deletions(-)
>

Thanks, this one fixes #3262.

Could you look at #4372 sample?

http://trac.ffmpeg.org/ticket/4372

Reference decoder decodes it fine.

I plan to push this patchset in following days.


More information about the ffmpeg-devel mailing list