Re: [FFmpeg-devel] [PATCH] avcodec/h264_parse: Treat escaped and unescaped decoding error equal in decode_extradata_ps_mp4()

2017-12-15 Thread Michael Niedermayer
On Fri, Dec 15, 2017 at 12:30:15PM -0500, Alexander Agranovsky wrote: > Would it be possible to cherry-pick into n3.4? ill backport it to release/3.4 thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If you fake or manipulate statistics in a paper in physics

Re: [FFmpeg-devel] [PATCH] avcodec/h264_parse: Treat escaped and unescaped decoding error equal in decode_extradata_ps_mp4()

2017-12-15 Thread Alexander Agranovsky
Would it be possible to cherry-pick into n3.4? Thanks! On 12/2/17 20:02, Michael Niedermayer wrote: On Sat, Nov 25, 2017 at 11:08:46PM +0100, Clément Bœsch wrote: On Sat, Nov 25, 2017 at 10:49:09PM +0100, Michael Niedermayer wrote: Fixes: lorex.mp4 Signed-off-by: Michael Niedermayer ---

Re: [FFmpeg-devel] [PATCH] avcodec/h264_parse: Treat escaped and unescaped decoding error equal in decode_extradata_ps_mp4()

2017-12-02 Thread Michael Niedermayer
On Sat, Nov 25, 2017 at 11:08:46PM +0100, Clément Bœsch wrote: > On Sat, Nov 25, 2017 at 10:49:09PM +0100, Michael Niedermayer wrote: > > Fixes: lorex.mp4 > > > > Signed-off-by: Michael Niedermayer > > --- > > libavcodec/h264_parse.c | 2 -- > > 1 file changed, 2 deletions(-) > > > > diff --git

Re: [FFmpeg-devel] [PATCH] avcodec/h264_parse: Treat escaped and unescaped decoding error equal in decode_extradata_ps_mp4()

2017-12-02 Thread Michael Niedermayer
On Sun, Nov 26, 2017 at 12:58:45AM +0100, Carl Eugen Hoyos wrote: > 2017-11-25 22:49 GMT+01:00 Michael Niedermayer : > > Fixes: lorex.mp4 > > Please mention ticket #6762 if it is related. yes, it seems a shorter variant of the same file that i worked with will add ticket #6762 thx [...] -- Mic

Re: [FFmpeg-devel] [PATCH] avcodec/h264_parse: Treat escaped and unescaped decoding error equal in decode_extradata_ps_mp4()

2017-11-25 Thread Carl Eugen Hoyos
2017-11-25 22:49 GMT+01:00 Michael Niedermayer : > Fixes: lorex.mp4 Please mention ticket #6762 if it is related. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avcodec/h264_parse: Treat escaped and unescaped decoding error equal in decode_extradata_ps_mp4()

2017-11-25 Thread Clément Bœsch
On Sat, Nov 25, 2017 at 10:49:09PM +0100, Michael Niedermayer wrote: > Fixes: lorex.mp4 > > Signed-off-by: Michael Niedermayer > --- > libavcodec/h264_parse.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/libavcodec/h264_parse.c b/libavcodec/h264_parse.c > index a7c71d9bbb..9216d0bd

[FFmpeg-devel] [PATCH] avcodec/h264_parse: Treat escaped and unescaped decoding error equal in decode_extradata_ps_mp4()

2017-11-25 Thread Michael Niedermayer
Fixes: lorex.mp4 Signed-off-by: Michael Niedermayer --- libavcodec/h264_parse.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/h264_parse.c b/libavcodec/h264_parse.c index a7c71d9bbb..9216d0bdbd 100644 --- a/libavcodec/h264_parse.c +++ b/libavcodec/h264_parse.c @@ -427,8 +427,6