Re: [FFmpeg-devel] [PATCH]Check mlv streams more completely

2015-02-07 Thread Carl Eugen Hoyos
Paul B Mahol gmail.com> writes: > Why I'm not allowed to see sample? Why don't you download the sample like everybody else did? Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH]Check mlv streams more completely

2015-02-07 Thread Paul B Mahol
On 2/7/15, Carl Eugen Hoyos wrote: > Peter Ross xvid.org> writes: > >> On Wed, Feb 04, 2015 at 11:27:46PM +0100, Carl Eugen Hoyos wrote: >> > Hi! >> > >> > Attached patch fixes the crash from ticket #4296 for me. >> > >> > Please review, Carl Eugen >> >> LGTM. > > Patch applied. Why I'm not allo

Re: [FFmpeg-devel] [PATCH]Check mlv streams more completely

2015-02-07 Thread Carl Eugen Hoyos
Peter Ross xvid.org> writes: > On Wed, Feb 04, 2015 at 11:27:46PM +0100, Carl Eugen Hoyos wrote: > > Hi! > > > > Attached patch fixes the crash from ticket #4296 for me. > > > > Please review, Carl Eugen > > LGTM. Patch applied. Thank you, Carl Eugen

Re: [FFmpeg-devel] [PATCH]Check mlv streams more completely

2015-02-07 Thread Paul B Mahol
On 2/7/15, Carl Eugen Hoyos wrote: > Paul B Mahol gmail.com> writes: > >> >> Attached patch fixes the crash from ticket #4296 for me. >> >> >> >> Please review, Carl Eugen >> > >> > what is link to file? >> > >> ping > > I don't understand your question. > Wasn't this answered multiple times in t

Re: [FFmpeg-devel] [PATCH]Check mlv streams more completely

2015-02-07 Thread Peter Ross
On Wed, Feb 04, 2015 at 11:27:46PM +0100, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes the crash from ticket #4296 for me. > > Please review, Carl Eugen LGTM. -- Peter (A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B) signature.asc Description: Digital signature __

Re: [FFmpeg-devel] [PATCH]Check mlv streams more completely

2015-02-07 Thread Carl Eugen Hoyos
Paul B Mahol gmail.com> writes: > >> Attached patch fixes the crash from ticket #4296 for me. > >> > >> Please review, Carl Eugen > > > > what is link to file? > > > ping I don't understand your question. Wasn't this answered multiple times in ticket #4296? Carl Eugen _

Re: [FFmpeg-devel] [PATCH]Check mlv streams more completely

2015-02-07 Thread Paul B Mahol
On 2/5/15, Paul B Mahol wrote: > On 2/4/15, Carl Eugen Hoyos wrote: >> Hi! >> >> Attached patch fixes the crash from ticket #4296 for me. >> >> Please review, Carl Eugen >> > > what is link to file? > ping ___ ffmpeg-devel mailing list ffmpeg-devel@ffmp

Re: [FFmpeg-devel] [PATCH]Check mlv streams more completely

2015-02-05 Thread Paul B Mahol
On 2/4/15, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes the crash from ticket #4296 for me. > > Please review, Carl Eugen > what is link to file? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-d

[FFmpeg-devel] [PATCH]Check mlv streams more completely

2015-02-04 Thread Carl Eugen Hoyos
Hi! Attached patch fixes the crash from ticket #4296 for me. Please review, Carl Eugen diff --git a/libavformat/mlvdec.c b/libavformat/mlvdec.c index d0c51ae..9d821bb 100644 --- a/libavformat/mlvdec.c +++ b/libavformat/mlvdec.c @@ -242,6 +242,7 @@ static int read_header(AVFormatContext *avctx)