Re: [FFmpeg-devel] [PATCH] configure: select rotation filters for ffmpeg

2019-03-02 Thread Gyan
On 03-03-2019 03:51 AM, Michael Niedermayer wrote: On Sat, Mar 02, 2019 at 09:03:18PM +0530, Gyan wrote: configure |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 4b5163db4a15d9d6caaebb35d11fac16a5c64f37 0001-configure-select-rotation-filters-for-ffmpeg.patch From fda793f6fa

Re: [FFmpeg-devel] The log level of "co located POCs unavailable" should not be ERROR

2019-03-02 Thread Yukun Guo
On Sun, 3 Mar 2019 at 00:41, Michael Niedermayer wrote: > If the frame is copied, its copy would be at a different point in > time so it may need a different poc and simply copying it might > cause issues Sorry I didn't state it clearly. What I meant is POC = previous POC + 2, not copied [1]. Thi

[FFmpeg-devel] [PATCH] avcodec/dxv: Correct integer overflow in get_opcodes()

2019-03-02 Thread Michael Niedermayer
Fixes: 13099/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_DXV_fuzzer-5665598896340992 Fixes: signed integer overflow: 2147483647 + 7 cannot be represented in type 'int' Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michae

Re: [FFmpeg-devel] [PATCH] configure: select rotation filters for ffmpeg

2019-03-02 Thread Michael Niedermayer
On Sat, Mar 02, 2019 at 09:03:18PM +0530, Gyan wrote: > > configure |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > 4b5163db4a15d9d6caaebb35d11fac16a5c64f37 > 0001-configure-select-rotation-filters-for-ffmpeg.patch > From fda793f6fa7678e36b00eeea12343f90da75bfcb Mon Sep 17 00:

Re: [FFmpeg-devel] [PATCH] lavc/libx265: signal CPB properties through side data

2019-03-02 Thread Jan Ekström
On Sat, Feb 23, 2019 at 2:35 AM Jan Ekström wrote: > > This way values such as maxrate/bufsize can be utilized > further down the chain. > --- Ping. This is similar to what the libx264 and libvpx wrappers do, and enables modules such as hlsenc, movenc and mpegenc in libavformat utilize the rate

Re: [FFmpeg-devel] The log level of "co located POCs unavailable" should not be ERROR

2019-03-02 Thread Michael Niedermayer
On Sat, Mar 02, 2019 at 01:23:17PM +0800, Yukun Guo wrote: > On Fri, 1 Mar 2019 at 05:30, Michael Niedermayer wrote: > > When data is missing (in live streaming or otherwise) it under > > almost all cases cannot be losslessly recovered. So this use matches > > the definition > > Yes, this is reaso

[FFmpeg-devel] [PATCH] configure: select rotation filters for ffmpeg

2019-03-02 Thread Gyan
From fda793f6fa7678e36b00eeea12343f90da75bfcb Mon Sep 17 00:00:00 2001 From: Gyan Doshi Date: Sat, 2 Mar 2019 20:49:12 +0530 Subject: [PATCH] configure: select rotation filters for ffmpeg autorotate is enabled by default in ffmpeg so the rotation filters are required and will be attempted for i