[FFmpeg-devel] [PATCH] Fix distortion problem in MPEG1/2 video
Heesuk Jung
heesuk.jung at lge.com
Tue Nov 20 04:58:58 CET 2012
Hi,
Thanks for your feedback and update response as below.
Reimar Doffinger wrote:
> I believe those are clearly broken files. Are they common enough that we
should support them despite the speed cost for good files?
-> I have reviewed pull parsing apply in other FFmpeg case(container-codec
combination). I found that full parsing is sometimes used in limited
container-codec combination like asfdec.c. And so I applied full parsing in
AVI-MPEG1 / AVI-MPEG2 case. Also I verified this patch with embedded
development environment and checked 50 files.
Test result is OK and so suggested this patch.
> Otherwise I'd rather suggest to add an option to force full parsing + try
to make the decoder detect this case and suggest that option.
-> I agree that your suggestion is more reasonable but unfortunately I did
not found solution to detect this case.
Thanks a lot.
More information about the ffmpeg-devel
mailing list