Re: [FFmpeg-devel] [PATCH] avcodec/h264_ps: Fix copying oversized pps data

2015-10-03 Thread Michael Niedermayer
On Fri, Oct 02, 2015 at 11:04:10PM +0200, Hendrik Leppkes wrote: > On Fri, Oct 2, 2015 at 9:49 PM, wm4 wrote: > > On Fri, 2 Oct 2015 21:41:59 +0200 > > Michael Niedermayer wrote: > > > >> On Fri, Oct 02, 2015 at 09:23:04PM +0200, wm4 wrote: > >> > On Fri, 2 Oct 2015 21:14:57 +0200 > >> > Michael

Re: [FFmpeg-devel] [PATCH] avcodec/h264_ps: Fix copying oversized pps data

2015-10-02 Thread Hendrik Leppkes
On Fri, Oct 2, 2015 at 9:49 PM, wm4 wrote: > On Fri, 2 Oct 2015 21:41:59 +0200 > Michael Niedermayer wrote: > >> On Fri, Oct 02, 2015 at 09:23:04PM +0200, wm4 wrote: >> > On Fri, 2 Oct 2015 21:14:57 +0200 >> > Michael Niedermayer wrote: >> > >> > > From: Michael Niedermayer >> > > >> > > Fixes

Re: [FFmpeg-devel] [PATCH] avcodec/h264_ps: Fix copying oversized pps data

2015-10-02 Thread wm4
On Fri, 2 Oct 2015 21:41:59 +0200 Michael Niedermayer wrote: > On Fri, Oct 02, 2015 at 09:23:04PM +0200, wm4 wrote: > > On Fri, 2 Oct 2015 21:14:57 +0200 > > Michael Niedermayer wrote: > > > > > From: Michael Niedermayer > > > > > > Fixes: https://trac.ffmpeg.org/attachment/ticket/685/movie.

Re: [FFmpeg-devel] [PATCH] avcodec/h264_ps: Fix copying oversized pps data

2015-10-02 Thread Michael Niedermayer
On Fri, Oct 02, 2015 at 09:23:04PM +0200, wm4 wrote: > On Fri, 2 Oct 2015 21:14:57 +0200 > Michael Niedermayer wrote: > > > From: Michael Niedermayer > > > > Fixes: https://trac.ffmpeg.org/attachment/ticket/685/movie.264 > > > > In the available testcase the actual PPS only uses a few bits >

Re: [FFmpeg-devel] [PATCH] avcodec/h264_ps: Fix copying oversized pps data

2015-10-02 Thread wm4
On Fri, 2 Oct 2015 21:14:57 +0200 Michael Niedermayer wrote: > From: Michael Niedermayer > > Fixes: https://trac.ffmpeg.org/attachment/ticket/685/movie.264 > > In the available testcase the actual PPS only uses a few bits > while there are 7kbyte of apparently random data after it > > Signed

[FFmpeg-devel] [PATCH] avcodec/h264_ps: Fix copying oversized pps data

2015-10-02 Thread Michael Niedermayer
From: Michael Niedermayer Fixes: https://trac.ffmpeg.org/attachment/ticket/685/movie.264 In the available testcase the actual PPS only uses a few bits while there are 7kbyte of apparently random data after it Signed-off-by: Michael Niedermayer --- libavcodec/h264_ps.c |4 ++-- 1 file chan