Re: [FFmpeg-devel] [PATCH] hevc: do generic validation of bitstream

2014-08-10 Thread Michael Niedermayer
On Sun, Aug 10, 2014 at 07:34:17PM +0200, Christophe Gisquet wrote: > Hi, > > the patch tries to validate these high-level syntax elements. > Unfortunately, it causes fuzzing to be less efficient, eg with the > sequence from ticket #3840 where no frame are decoded. > > -- > Christophe > hevc.c

[FFmpeg-devel] [PATCH] hevc: do generic validation of bitstream

2014-08-10 Thread Christophe Gisquet
Hi, the patch tries to validate these high-level syntax elements. Unfortunately, it causes fuzzing to be less efficient, eg with the sequence from ticket #3840 where no frame are decoded. -- Christophe From 6b60cf2968099fa4395e1e3120ab66d95d4c8709 Mon Sep 17 00:00:00 2001 From: Christophe Gisque