Re: [FFmpeg-devel] [PATCH 0/2] HEVC/H.264 Parsing / Deadlock Fix

2019-03-18 Thread Derek Buitenhuis
On 18/03/2019 15:55, Carl Eugen Hoyos wrote: > The first 500k of this file allow to reproduce the issue, > so I believe the sample is too big. Sure, I can trim it. I'll resend the test + file once a solution is agreed upon. - Derek ___ ffmpeg-devel mail

Re: [FFmpeg-devel] [PATCH 0/2] HEVC/H.264 Parsing / Deadlock Fix

2019-03-18 Thread Carl Eugen Hoyos
2019-03-18 16:46 GMT+01:00, Derek Buitenhuis : > FATE sample is located here: > http://chromashift.org/nal_header_deadlock.mp4 The first 500k of this file allow to reproduce the issue, so I believe the sample is too big. Carl Eugen ___ ffmpeg-devel

[FFmpeg-devel] [PATCH 0/2] HEVC/H.264 Parsing / Deadlock Fix

2019-03-18 Thread Derek Buitenhuis
FATE sample is located here: http://chromashift.org/nal_header_deadlock.mp4 md5sum is: 166f5959a67fccf3017eaeb010a64fcf Since it causes a deadlock in FFmpeg, please be careful if opening in e.g. a browser. Derek Buitenhuis (2): h2645_parse: Propagate NAL header parsing errors FATE: Ad