Re: [FFmpeg-devel] [PATCH 1/4] hevcdec: export cropping information instead of handling it internally

2017-05-08 Thread wm4
On Mon, 8 May 2017 15:46:22 -0300 James Almer wrote: > From: Anton Khirnov > > --- > This merges commit a02ae1c6837a54ed9e7735da2b1f789b2f4b6e13 from libav > Any specific reason you're posting them to the list?

Re: [FFmpeg-devel] [PATCH] avfilter: add arbitrary audio FIR filter

2017-05-08 Thread Muhammad Faiz
On Tue, May 9, 2017 at 5:03 AM, Paul B Mahol wrote: > On 5/8/17, Muhammad Faiz wrote: >> On Mon, May 8, 2017 at 11:06 PM, Paul B Mahol wrote: >>> On 5/8/17, Muhammad Faiz wrote: On Mon, May 8, 2017 at 6:59 PM, Paul B

Re: [FFmpeg-devel] [PATCH] NVENC Surface Allocation Reduction

2017-05-08 Thread Philip Langdale
On Thu, 27 Apr 2017 01:12:55 +0200 Timo Rothenpieler wrote: > > This seems to be a regression introduced when filtergraph > > initialization related changes were passed. The below commit and > > its follow up seems to have caused the issue. I am looking to fix > > this.

Re: [FFmpeg-devel] [PATCH 2/2] qsvenc: Make sure the interlaced encoding works

2017-05-08 Thread Michael Niedermayer
On Sun, May 07, 2017 at 10:40:29AM -0700, Aaron Levinson wrote: > From 30eb78bac7bd92b0c085ba6873341e8319072acc Mon Sep 17 00:00:00 2001 > From: Aaron Levinson > Date: Fri, 5 May 2017 21:31:30 -0700 > Subject: [PATCH 2/2] qsvenc: Make sure the interlaced encoding works > >

Re: [FFmpeg-devel] [PATCH 1/2] qsvenc: Use MFXVideoENCODE_Query() to update the parameters

2017-05-08 Thread Michael Niedermayer
On Sun, May 07, 2017 at 10:39:29AM -0700, Aaron Levinson wrote: > From 2882d77d76805e74fe139f6763f91c39746bebaf Mon Sep 17 00:00:00 2001 > From: Aaron Levinson > Date: Fri, 5 May 2017 18:49:57 -0700 > Subject: [PATCH 1/2] qsvenc: Use MFXVideoENCODE_Query() to update the >

Re: [FFmpeg-devel] Added require fallback for libmfx in the case that pkg-config cannot find libmfx

2017-05-08 Thread Michael Niedermayer
On Fri, May 05, 2017 at 06:32:18PM -0700, Aaron Levinson wrote: > On 5/5/2017 4:50 AM, Michael Niedermayer wrote: > > On Fri, May 05, 2017 at 11:36:05AM +0200, Hendrik Leppkes wrote: > >> On Fri, May 5, 2017 at 9:57 AM, Clément Bœsch wrote: > >>> On Fri, May 05, 2017 at 12:54:12AM

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: support TAG span multiple lines when parse playlist

2017-05-08 Thread Steven Liu
2017-05-05 16:55 GMT+08:00 Steven Liu : > > > 2017-05-06 0:50 GMT+08:00 Steven Liu : > >> refer to: https://developer.apple.com/library/content/technotes/tn2288 >> /_index.html >> >> support to parse the EXT-X-KEY span multiple lines: >> #EXTM3U >>

Re: [FFmpeg-devel] [PATCH] Made minor changes to get the decklink avdevice code to build using Visual C++

2017-05-08 Thread Marton Balint
On Sun, 7 May 2017, Marton Balint wrote: On Fri, 5 May 2017, Aaron Levinson wrote: On 5/5/2017 4:57 PM, Marton Balint wrote: On Fri, 5 May 2017, Aaron Levinson wrote: On 4/16/2017 4:11 PM, Aaron Levinson wrote: On 4/15/2017 6:13 AM, Aaron Levinson wrote: On 4/15/2017 4:19 AM, Marton

Re: [FFmpeg-devel] [PATCH] avfilter: add arbitrary audio FIR filter

2017-05-08 Thread Paul B Mahol
On 5/8/17, Muhammad Faiz wrote: > On Mon, May 8, 2017 at 11:06 PM, Paul B Mahol wrote: >> On 5/8/17, Muhammad Faiz wrote: >>> On Mon, May 8, 2017 at 6:59 PM, Paul B Mahol wrote: Signed-off-by: Paul B Mahol

[FFmpeg-devel] [PATCH] avfilter: add arbitrary audio FIR filter

2017-05-08 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- configure | 2 + doc/filters.texi | 23 ++ libavfilter/Makefile | 1 + libavfilter/af_afir.c | 535 + libavfilter/af_afir.h | 82 +++

Re: [FFmpeg-devel] [PATCH] avformat/rtsp: check return value of read in ff_rtsp_read_reply()

2017-05-08 Thread Daniel Richard G.
On Mon, 2017 May 8 18:04+0200, wm4 wrote: > On Mon, 08 May 2017 11:24:19 -0400 > "Daniel Richard G." wrote: > > > From 477cbd18b630365d612da173201c2e4ee763d7d4 Mon Sep 17 00:00:00 2001 > > From: Daniel Richard G > > Date: Sun, 16 Apr 2017 23:12:53 -0400 > >

Re: [FFmpeg-devel] [PATCH] minterpolate: added codec_me_mode

2017-05-08 Thread Davinder Singh
hi, On Mon, Apr 24, 2017 at 9:43 PM Paul B Mahol wrote: > On 4/24/17, Davinder Singh wrote: > > Patch attached. > > > > So this encodes video frames to generate motion vectors? > yes. it significantly improves the frame quality. can please you test it?

[FFmpeg-devel] [PATCH 3/4] h264dec: export cropping information instead of handling it internally

2017-05-08 Thread James Almer
From: Anton Khirnov --- This merges commit c3e84820d67cb1d8cfb4196f9b43971308a81571 from libav libavcodec/h264_picture.c | 3 --- libavcodec/h264_ps.c | 9 - libavcodec/h264_slice.c | 25 +++-- libavcodec/h264dec.c | 13 +

[FFmpeg-devel] [PATCH 4/4] theora: export cropping information instead of handling it internally

2017-05-08 Thread James Almer
From: Anton Khirnov --- This merges commit 1202b712690c14f0efb06e4ad8b06c5b3df6822a from libav libavcodec/vp3.c | 26 +- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c index b10cb39f8a..f167acf4ee

[FFmpeg-devel] [PATCH 1/4] hevcdec: export cropping information instead of handling it internally

2017-05-08 Thread James Almer
From: Anton Khirnov --- This merges commit a02ae1c6837a54ed9e7735da2b1f789b2f4b6e13 from libav libavcodec/hevc_parser.c | 6 -- libavcodec/hevc_ps.c | 31 --- libavcodec/hevc_ps.h | 2 -- libavcodec/hevc_refs.c | 18

Re: [FFmpeg-devel] [PATCH] avfilter: add arbitrary audio FIR filter

2017-05-08 Thread Muhammad Faiz
On Mon, May 8, 2017 at 11:06 PM, Paul B Mahol wrote: > On 5/8/17, Muhammad Faiz wrote: >> On Mon, May 8, 2017 at 6:59 PM, Paul B Mahol wrote: >>> Signed-off-by: Paul B Mahol >>> --- >>> configure| 2 +

Re: [FFmpeg-devel] [PATCH] avformat/rtsp: check return value of read in ff_rtsp_read_reply()

2017-05-08 Thread wm4
On Mon, 08 May 2017 11:24:19 -0400 "Daniel Richard G." wrote: > From 477cbd18b630365d612da173201c2e4ee763d7d4 Mon Sep 17 00:00:00 2001 > From: Daniel Richard G > Date: Sun, 16 Apr 2017 23:12:53 -0400 > Subject: [PATCH] avformat/rtsp: check return value of

Re: [FFmpeg-devel] [PATCH] avfilter: add arbitrary audio FIR filter

2017-05-08 Thread Paul B Mahol
On 5/8/17, Muhammad Faiz wrote: > On Mon, May 8, 2017 at 6:59 PM, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> --- >> configure| 2 + >> doc/filters.texi | 23 ++ >> libavfilter/Makefile | 1 + >>

Re: [FFmpeg-devel] [PATCH] avformat/rtsp: check return value of read in ff_rtsp_read_reply()

2017-05-08 Thread Daniel Richard G.
Resending. Are there any objections to this patch? On Mon, 2017 Apr 17 01:12-0400, Daniel Richard G. wrote: > In the course of testing RTSP streaming of CCTV video via the FFmpeg > API, I have found some Valgrind uninitialized-memory errors due to what > appear to be short/failed reads in

Re: [FFmpeg-devel] [PATCH] avfilter: add arbitrary audio FIR filter

2017-05-08 Thread Muhammad Faiz
On Mon, May 8, 2017 at 6:59 PM, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > configure| 2 + > doc/filters.texi | 23 ++ > libavfilter/Makefile | 1 + > libavfilter/af_afir.c| 544 >

[FFmpeg-devel] [PATCH 3/3] avcodec/webp: Update canvas size in vp8_lossy_decode_frame() as in vp8_lossless_decode_frame()

2017-05-08 Thread Michael Niedermayer
Fixes: 1407/clusterfuzz-testcase-minimized-6044604124102656 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/webp.c | 3 +++ 1 file changed, 3 insertions(+) diff --git

[FFmpeg-devel] [PATCH 2/3] avcodec/webp: Factor update_canvas_size() out

2017-05-08 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavcodec/webp.c | 27 +-- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/libavcodec/webp.c b/libavcodec/webp.c index a4fd295250..21e3bcfa0a 100644 --- a/libavcodec/webp.c +++

[FFmpeg-devel] [PATCH 1/3] avcodec/webp: Check for VP8X after other VP8 chunks

2017-05-08 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavcodec/webp.c | 4 1 file changed, 4 insertions(+) diff --git a/libavcodec/webp.c b/libavcodec/webp.c index d21536a286..a4fd295250 100644 --- a/libavcodec/webp.c +++ b/libavcodec/webp.c @@ -1423,6 +1423,10 @@ static int

[FFmpeg-devel] [PATCH] avfilter: add arbitrary audio FIR filter

2017-05-08 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- configure| 2 + doc/filters.texi | 23 ++ libavfilter/Makefile | 1 + libavfilter/af_afir.c| 544 +++ libavfilter/allfilters.c | 1 + 5 files changed, 571

Re: [FFmpeg-devel] [PATCH] avcodec/dcaenc: Initial implementation of ADPCM encoding for DCA encoder

2017-05-08 Thread Даниил Чередник
Yes, now it is not easy to hear the difference. I found one track on Marantz demo cd where quantization noise is noticeable without ADPCM. About bit allocation. Current algorithm fails (av_assert0(used_abits != USED_1ABITS)) even with 250-320kbps on some tracks - probably I can fix it. Thank

Re: [FFmpeg-devel] [PATCH] avfilter: add arbitrary audio FIR filter

2017-05-08 Thread Muhammad Faiz
On Mon, May 8, 2017 at 3:43 PM, Paul B Mahol wrote: > On 5/8/17, Muhammad Faiz wrote: >> On Mon, May 8, 2017 at 1:22 AM, Paul B Mahol wrote: >>> Signed-off-by: Paul B Mahol >>> --- >>> configure| 2 + >>>

Re: [FFmpeg-devel] [PATCH v2] libavformat/tcp: fix return code for tcp_accept

2017-05-08 Thread Simon Thelen
On 17-04-20 at 05:01, Simon Thelen wrote: > On 17-04-08 at 14:21, Simon Thelen wrote: > > ff_accept can return AVERROR(ETIMEDOUT) and errno will be 0 (or > > undefined), return ret instead and return ff_neterror() in > > ff_poll_interrupt instead of AVERROR(errno) to parse WSAGetLastError on > >

Re: [FFmpeg-devel] [PATCH] avfilter: add arbitrary audio FIR filter

2017-05-08 Thread Paul B Mahol
On 5/8/17, Muhammad Faiz wrote: > On Mon, May 8, 2017 at 1:22 AM, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> --- >> configure| 2 + >> doc/filters.texi | 30 +++ >> libavfilter/Makefile | 1 + >>

Re: [FFmpeg-devel] [PATCH 4/7] lavf/segment: write attached pictures to all segments by default

2017-05-08 Thread Steven Liu
2017-05-08 12:36 GMT+08:00 Rodger Combs : > --- > doc/muxers.texi | 4 > libavformat/segment.c | 24 > libavformat/version.h | 2 +- > 3 files changed, 29 insertions(+), 1 deletion(-) > > diff --git a/doc/muxers.texi b/doc/muxers.texi

Re: [FFmpeg-devel] [PATCH 3/7] lavf/segment: copy stream dispositions in output

2017-05-08 Thread Steven Liu
2017-05-08 12:36 GMT+08:00 Rodger Combs : > --- > libavformat/segment.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavformat/segment.c b/libavformat/segment.c > index 8575d32..9c6ce73 100644 > --- a/libavformat/segment.c > +++ b/libavformat/segment.c > @@

Re: [FFmpeg-devel] [PATCH 2/7] lavf/segment: add option to segment by chapter

2017-05-08 Thread Steven Liu
2017-05-08 12:36 GMT+08:00 Rodger Combs : > --- > doc/muxers.texi | 6 + > libavformat/segment.c | 65 ++ > + > libavformat/version.h | 2 +- > 3 files changed, 67 insertions(+), 6 deletions(-) > > diff --git

Re: [FFmpeg-devel] [PATCH] tests/fate/fifo-muxer: update fifo-muxer dependencies

2017-05-08 Thread Tobias Rapp
On 07.05.2017 22:30, Paul B Mahol wrote: On 5/4/17, Tobias Rapp wrote: Fixes fate when configured with --disable-network. --- tests/fate/fifo-muxer.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fate/fifo-muxer.mak

Re: [FFmpeg-devel] [PATCH] avfilter: add arbitrary audio FIR filter

2017-05-08 Thread Muhammad Faiz
On Mon, May 8, 2017 at 1:22 AM, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > configure| 2 + > doc/filters.texi | 30 +++ > libavfilter/Makefile | 1 + > libavfilter/af_afir.c| 541 >