Re: [FFmpeg-devel] [PATCH]lavf/vplayerdec: Stricter probing

2016-07-16 Thread Carl Eugen Hoyos
Clément Bœsch pkh.me> writes: > potentially simpler alternative: if you replace the original formats with > "%*3d:%*2d:%*2d.%*2d%c" and "%*3d:%*2d:%*2d%c", does it work? Hopefully done correctly. Thank you, Carl Eugen ___ ffmpeg-devel mailing list ffm

Re: [FFmpeg-devel] [PATCH]lavf/vplayerdec: Stricter probing

2016-07-14 Thread Clément Bœsch
On Tue, Jul 12, 2016 at 12:01:25PM +, Carl Eugen Hoyos wrote: > > potentially simpler alternative: if you replace the original formats with > > "%*3d:%*2d:%*2d.%*2d%c" and "%*3d:%*2d:%*2d%c", does it work? > > Please commit this, it looks simpler to me. > You're in a better position to test.

Re: [FFmpeg-devel] [PATCH]lavf/vplayerdec: Stricter probing

2016-07-12 Thread Carl Eugen Hoyos
Ronald S. Bultje gmail.com> writes: > The hh restriction seems random. It unfortunately made the (only) difference for the given sample... Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-dev

Re: [FFmpeg-devel] [PATCH]lavf/vplayerdec: Stricter probing

2016-07-12 Thread Carl Eugen Hoyos
Clément Bœsch pkh.me> writes: > > A user provided a rawvideo frame that is detected as vplayer > > without attached patch. > > can you show a hex dump of the first few bytes? 000 3530 3530 3530 3530 3530 3530 3530 3530 * 0f0 3530 3530 3530 3530 3530 3531 3532 3533 100 3534 3535 353

Re: [FFmpeg-devel] [PATCH]lavf/vplayerdec: Stricter probing

2016-07-12 Thread Clément Bœsch
On Tue, Jul 12, 2016 at 12:37:39PM +0200, Carl Eugen Hoyos wrote: > Hi! > > A user provided a rawvideo frame that is detected as vplayer without attached > patch. > can you show a hex dump of the first few bytes? > Please comment, Carl Eugen > From 493f24f3d0ba74353ed7742c34a3727c344535eb Mon

Re: [FFmpeg-devel] [PATCH]lavf/vplayerdec: Stricter probing

2016-07-12 Thread Ronald S. Bultje
Hi, On Tue, Jul 12, 2016 at 6:37 AM, Carl Eugen Hoyos wrote: > Hi! > > A user provided a rawvideo frame that is detected as vplayer without > attached > patch. The hh restriction seems random. But ok. Ronald ___ ffmpeg-devel mailing list ffmpeg-deve

[FFmpeg-devel] [PATCH]lavf/vplayerdec: Stricter probing

2016-07-12 Thread Carl Eugen Hoyos
Hi! A user provided a rawvideo frame that is detected as vplayer without attached patch. Please comment, Carl Eugen From 493f24f3d0ba74353ed7742c34a3727c344535eb Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Tue, 12 Jul 2016 12:23:58 +0200 Subject: [PATCH] lavf/vplayerdec: Stricter prob