On Wed, Mar 15, 2017 at 07:18:30PM +0000, Kieran Kunhya wrote: > > > > > > I have tons of testcases for h264 that are 1KB and can make error > > > > concealment run for ages. > > > > and how is this related to a fix for th vp* decoder ? > > > > My point is you can spend a lifetime fixing obscure conditions that cause > error concealment to take a long time.
the vp56 EC code just sets every block to the reference frames content, thats speedwise at the level of a memcpy() or memset(). if its slow thats because the resolution is high and the frame has few bytes resulting in lots of pixels being initilaized from just frame headers data. [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Avoid a single point of failure, be that a person or equipment.
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel