Re: [FFmpeg-devel] FFmpeg 4.1

2018-10-05 Thread Lou Logan
On Tue, Sep 25, 2018, at 10:50 AM, Lou Logan wrote: > > The users on Twitter have been asked for their suggestions. Please let > me know a little while before you want to make the release and I'll > post the results here. Results. Number of likes are in parentheses. Multiple suggestions from a

Re: [FFmpeg-devel] [PATCH] avformat: add H264 and HEVC support in IVF muxer

2018-10-05 Thread Alex Sukhanov
On Mon, Oct 1, 2018 at 11:01 AM wrote: > From: Alex Sukhanov > > --- > libavformat/ivfenc.c | 50 +--- > 1 file changed, 38 insertions(+), 12 deletions(-) > > diff --git a/libavformat/ivfenc.c b/libavformat/ivfenc.c > index 66441a2a43..6410828533 100644

Re: [FFmpeg-devel] [PATCH] avcodec/wmaprodec: improve WMAPRO/XMA gapless output

2018-10-05 Thread Michael Niedermayer
On Wed, Oct 03, 2018 at 11:55:32PM +0200, bananaman...@gmail.com wrote: > From: bnnm Is it intended that this doesnt list a human name ? (its no problem but jb tends to be unhappy if there are no names in the log so i try to ask people if they really intend to not list their name or if its a

Re: [FFmpeg-devel] [PATCH] avcodec/wmadec: fix WMA gapless playback

2018-10-05 Thread Michael Niedermayer
On Fri, Oct 05, 2018 at 07:39:26PM +0200, bananaman...@gmail.com wrote: > From: bnnm > > Fixes trac issue #7473. > > Removes encoder delay (skip samples) and writes remaining frame samples after > EOF to get correct sample count. > > Output is now accurate vs players that use Microsoft's

[FFmpeg-devel] [PATCH] avcodec/wmadec: fix WMA gapless playback

2018-10-05 Thread bananaman255
From: bnnm Fixes trac issue #7473. Removes encoder delay (skip samples) and writes remaining frame samples after EOF to get correct sample count. Output is now accurate vs players that use Microsoft's codecs (Windows Media Format Runtime). Tested vs encode>decode WMAv2 with MS's codecs and

Re: [FFmpeg-devel] [FFmpeg-devel, 1/2] lavu/qsv: fix a random hwupload failure regression

2018-10-05 Thread Rogozhkin, Dmitry V
On Sun, 2018-09-30 at 17:15 +0800, Zhong Li wrote: > Variable 'ret' hasn't been initialized,thus introducing a random > hwupload failure regression due to qsv session uninitialized. > > Signed-off-by: Zhong Li > --- >  libavutil/hwcontext_qsv.c | 2 +- >  1 file changed, 1 insertion(+), 1

[FFmpeg-devel] [PATCH] avformat/matroskadec.c: Fix support seek to non keyframes

2018-10-05 Thread Seokjin Hong
Hi. I finally figured out the reason why all videos on matroska format can't get last packet. When I tried to get last video stream packet by seeking, I can't get any packet. Please check my example code as below: // timestamp is bigger than last key_frame timestamp // for example, if

Re: [FFmpeg-devel] prores_ks: use CodecContext for color information if specified

2018-10-05 Thread Paul B Mahol
On 10/5/18, Marc-Antoine ARNAUD wrote: > In our case we have some files with bad colorspaces (in HD but with bt601 > colorspace). > So we use -colorspace, -color_trc, -color_primaries to force the output > colorspace. > > We keep compatibility with "old command line", we get source colorspace if

Re: [FFmpeg-devel] prores_ks: use CodecContext for color information if specified

2018-10-05 Thread Marc-Antoine ARNAUD
In our case we have some files with bad colorspaces (in HD but with bt601 colorspace). So we use -colorspace, -color_trc, -color_primaries to force the output colorspace. We keep compatibility with "old command line", we get source colorspace if nothing is mentionned. It work like that for