Re: [FFmpeg-devel] [PATCH] avfilter: add audio surround upmixer

2017-05-26 Thread Paul B Mahol
On 5/26/17, Michael Niedermayer wrote: > On Fri, May 26, 2017 at 10:04:40PM +0200, Paul B Mahol wrote: >> On 5/26/17, Michael Niedermayer wrote: >> > On Fri, May 26, 2017 at 06:54:33PM +0200, Paul B Mahol wrote: >> >> On 5/26/17, Michael Niedermayer wrote: >> >> > On Fri, May 26, 2017 at 01:11:3

Re: [FFmpeg-devel] [PATCH] lavc/golomb: Fix UE golomb overwrite issue.

2017-05-26 Thread Jun Zhao
On 2017/5/26 17:32, Carl Eugen Hoyos wrote: > 2017-05-26 3:19 GMT+02:00 Jun Zhao : > > Please explain how we can reproduce the issue you want to fix. > > Carl Eugen In h264 Spec, the SPS VUI.hrd.bit_rate_value_minus1 is a ue(v) and "bit_rate_value_minus1[ SchedSelIdx ] shall be in the range of

Re: [FFmpeg-devel] [PATCH 3/4] avformat/mov: add support for reading Mastering Display Metadata Box

2017-05-26 Thread James Almer
On 5/26/2017 8:05 PM, Michael Niedermayer wrote: > On Wed, May 17, 2017 at 09:49:40PM -0300, James Almer wrote: >> As defined in "VP Codec ISO Media File Format Binding v1.0" >> https://github.com/webmproject/vp9-dash/blob/master/VPCodecISOMediaFileFormatBinding.md >> >> Partially based on Matroska

[FFmpeg-devel] [PATCH]libavformat/http: fix http error eof

2017-05-26 Thread raymond zheng
Hi: I find an issue about http. I don't use chunked, so s->chunksize will be set as UINT64_MAX when http open, but because of "if (s->chunksize > 0) s->chunksize -= len;" then chunksize will not be UINT64_MAX. If ffurl_read return to 0, s->off < target_end, http_buf_read will return to 0,

Re: [FFmpeg-devel] [PATCH] avcodec/fft_template: Fix multiple runtime error: signed integer overflow: -1943918714 - 1935113003 cannot be represented in type 'int'

2017-05-26 Thread Michael Niedermayer
On Fri, May 26, 2017 at 07:06:44PM -0400, Ronald S. Bultje wrote: > Hi, > > On Fri, May 26, 2017 at 6:34 PM, Michael Niedermayer > wrote: > > > On Fri, May 26, 2017 at 06:07:35PM -0400, Ronald S. Bultje wrote: > > > Hi, > > > > > > On Fri, May 26, 2017 at 5:50 PM, Michael Niedermayer > > > > >

Re: [FFmpeg-devel] [PATCH] libavformat/hls: Observe Set-Cookie headers

2017-05-26 Thread Micah Galizia
On Sat, May 20, 2017 at 9:36 PM, Micah Galizia wrote: > On 2017-05-17 05:23 AM, wm4 wrote: >> >> On Sat, 6 May 2017 14:28:10 -0400 >> Micah Galizia wrote: >> >>> On 2017-05-05 09:28 PM, wm4 wrote: On Fri, 5 May 2017 20:55:05 -0400 Micah Galizia wrote: > > Signed-off-

Re: [FFmpeg-devel] [PATCH 3/4] avformat/mov: add support for reading Mastering Display Metadata Box

2017-05-26 Thread James Almer
On 5/26/2017 8:55 PM, James Almer wrote: > On 5/26/2017 8:05 PM, Michael Niedermayer wrote: >> On Wed, May 17, 2017 at 09:49:40PM -0300, James Almer wrote: >>> As defined in "VP Codec ISO Media File Format Binding v1.0" >>> https://github.com/webmproject/vp9-dash/blob/master/VPCodecISOMediaFileForm

Re: [FFmpeg-devel] [PATCH 1/4] avformat/movenc: add support for writing Mastering Display Metadata Box

2017-05-26 Thread James Almer
On 5/26/2017 7:48 PM, Michael Niedermayer wrote: > On Wed, May 17, 2017 at 09:49:38PM -0300, James Almer wrote: >> As defined in "VP Codec ISO Media File Format Binding v1.0" >> https://github.com/webmproject/vp9-dash/blob/master/VPCodecISOMediaFileFormatBinding.md >> >> Signed-off-by: James Almer

Re: [FFmpeg-devel] [PATCH 2/4] avformat/movenc: add support for writing Content Light Level Box

2017-05-26 Thread James Almer
On 5/26/2017 7:56 PM, Michael Niedermayer wrote: > On Wed, May 17, 2017 at 09:49:39PM -0300, James Almer wrote: >> As defined in "VP Codec ISO Media File Format Binding v1.0" >> https://github.com/webmproject/vp9-dash/blob/master/VPCodecISOMediaFileFormatBinding.md >> >> Signed-off-by: James Almer

Re: [FFmpeg-devel] [PATCH 3/4] avformat/mov: add support for reading Mastering Display Metadata Box

2017-05-26 Thread James Almer
On 5/26/2017 8:05 PM, Michael Niedermayer wrote: > On Wed, May 17, 2017 at 09:49:40PM -0300, James Almer wrote: >> As defined in "VP Codec ISO Media File Format Binding v1.0" >> https://github.com/webmproject/vp9-dash/blob/master/VPCodecISOMediaFileFormatBinding.md >> >> Partially based on Matroska

Re: [FFmpeg-devel] [PATCH 4/4] avformat/mov: add support for reading Content Light Level Box

2017-05-26 Thread Michael Niedermayer
On Wed, May 17, 2017 at 09:49:41PM -0300, James Almer wrote: > As defined in "VP Codec ISO Media File Format Binding v1.0" > https://github.com/webmproject/vp9-dash/blob/master/VPCodecISOMediaFileFormatBinding.md > > Signed-off-by: James Almer > --- > libavformat/isom.h | 2 ++ > libavformat/mo

Re: [FFmpeg-devel] [PATCH] avcodec/fft_template: Fix multiple runtime error: signed integer overflow: -1943918714 - 1935113003 cannot be represented in type 'int'

2017-05-26 Thread Ronald S. Bultje
Hi, On Fri, May 26, 2017 at 6:34 PM, Michael Niedermayer wrote: > On Fri, May 26, 2017 at 06:07:35PM -0400, Ronald S. Bultje wrote: > > Hi, > > > > On Fri, May 26, 2017 at 5:50 PM, Michael Niedermayer > > > wrote: > > > > > On Fri, May 26, 2017 at 11:18:12PM +0200, Hendrik Leppkes wrote: > > >

Re: [FFmpeg-devel] [PATCH 3/4] avformat/mov: add support for reading Mastering Display Metadata Box

2017-05-26 Thread Michael Niedermayer
On Wed, May 17, 2017 at 09:49:40PM -0300, James Almer wrote: > As defined in "VP Codec ISO Media File Format Binding v1.0" > https://github.com/webmproject/vp9-dash/blob/master/VPCodecISOMediaFileFormatBinding.md > > Partially based on Matroska decoder code. > > Signed-off-by: James Almer > ---

Re: [FFmpeg-devel] [PATCH 2/4] avformat/movenc: add support for writing Content Light Level Box

2017-05-26 Thread Michael Niedermayer
On Wed, May 17, 2017 at 09:49:39PM -0300, James Almer wrote: > As defined in "VP Codec ISO Media File Format Binding v1.0" > https://github.com/webmproject/vp9-dash/blob/master/VPCodecISOMediaFileFormatBinding.md > > Signed-off-by: James Almer > --- > libavformat/movenc.c | 22 ++

Re: [FFmpeg-devel] [PATCH 1/4] avformat/movenc: add support for writing Mastering Display Metadata Box

2017-05-26 Thread Michael Niedermayer
On Wed, May 17, 2017 at 09:49:38PM -0300, James Almer wrote: > As defined in "VP Codec ISO Media File Format Binding v1.0" > https://github.com/webmproject/vp9-dash/blob/master/VPCodecISOMediaFileFormatBinding.md > > Signed-off-by: James Almer > --- > libavformat/movenc.c | 37 ++

Re: [FFmpeg-devel] [PATCH] avcodec/fft_template: Fix multiple runtime error: signed integer overflow: -1943918714 - 1935113003 cannot be represented in type 'int'

2017-05-26 Thread Michael Niedermayer
On Fri, May 26, 2017 at 06:07:35PM -0400, Ronald S. Bultje wrote: > Hi, > > On Fri, May 26, 2017 at 5:50 PM, Michael Niedermayer > wrote: > > > On Fri, May 26, 2017 at 11:18:12PM +0200, Hendrik Leppkes wrote: > > > On Fri, May 26, 2017 at 11:11 PM, Michael Niedermayer > > > wrote: > > > > On Fr

Re: [FFmpeg-devel] [PATCH] lavc/mpegvideo_enc: allow to force low_delay by increasing strict_std_compliance

2017-05-26 Thread Michael Niedermayer
On Wed, May 24, 2017 at 10:31:10AM +0200, Stefano Sabatini wrote: > On date Tuesday 2017-05-23 15:07:31 +0200, Moritz Barsnick encoded: > > On Tue, May 23, 2017 at 12:28:48 +0200, Stefano Sabatini wrote: > > > -if (s->codec_id != AV_CODEC_ID_MPEG2VIDEO) { > > > +if (s->codec_id != A

Re: [FFmpeg-devel] [PATCH] avcodec/fft_template: Fix multiple runtime error: signed integer overflow: -1943918714 - 1935113003 cannot be represented in type 'int'

2017-05-26 Thread Ronald S. Bultje
Hi, On Fri, May 26, 2017 at 5:50 PM, Michael Niedermayer wrote: > On Fri, May 26, 2017 at 11:18:12PM +0200, Hendrik Leppkes wrote: > > On Fri, May 26, 2017 at 11:11 PM, Michael Niedermayer > > wrote: > > > On Fri, May 26, 2017 at 03:20:14PM +0100, Rostislav Pehlivanov wrote: > > >> On 26 May 20

Re: [FFmpeg-devel] [PATCH] avcodec/fft_template: Fix multiple runtime error: signed integer overflow: -1943918714 - 1935113003 cannot be represented in type 'int'

2017-05-26 Thread Michael Niedermayer
On Fri, May 26, 2017 at 11:18:12PM +0200, Hendrik Leppkes wrote: > On Fri, May 26, 2017 at 11:11 PM, Michael Niedermayer > wrote: > > On Fri, May 26, 2017 at 03:20:14PM +0100, Rostislav Pehlivanov wrote: > >> On 26 May 2017 at 12:21, wm4 wrote: > >> > >> > On Thu, 25 May 2017 16:10:49 +0200 > >>

Re: [FFmpeg-devel] [PATCH] avcodec/fft_template: Fix multiple runtime error: signed integer overflow: -1943918714 - 1935113003 cannot be represented in type 'int'

2017-05-26 Thread Hendrik Leppkes
On Fri, May 26, 2017 at 11:11 PM, Michael Niedermayer wrote: > On Fri, May 26, 2017 at 03:20:14PM +0100, Rostislav Pehlivanov wrote: >> On 26 May 2017 at 12:21, wm4 wrote: >> >> > On Thu, 25 May 2017 16:10:49 +0200 >> > Michael Niedermayer wrote: >> > >> > > Fixes: 1735/clusterfuzz-testcase-mini

Re: [FFmpeg-devel] [PATCH] avcodec/fft_template: Fix multiple runtime error: signed integer overflow: -1943918714 - 1935113003 cannot be represented in type 'int'

2017-05-26 Thread Michael Niedermayer
On Fri, May 26, 2017 at 03:20:14PM +0100, Rostislav Pehlivanov wrote: > On 26 May 2017 at 12:21, wm4 wrote: > > > On Thu, 25 May 2017 16:10:49 +0200 > > Michael Niedermayer wrote: > > > > > Fixes: 1735/clusterfuzz-testcase-minimized-5350472347025408 > > > > > > Found-by: continuous fuzzing proce

Re: [FFmpeg-devel] [PATCH] avfilter: add audio surround upmixer

2017-05-26 Thread Michael Niedermayer
On Fri, May 26, 2017 at 10:04:40PM +0200, Paul B Mahol wrote: > On 5/26/17, Michael Niedermayer wrote: > > On Fri, May 26, 2017 at 06:54:33PM +0200, Paul B Mahol wrote: > >> On 5/26/17, Michael Niedermayer wrote: > >> > On Fri, May 26, 2017 at 01:11:38PM +0200, Paul B Mahol wrote: > >> >> On 5/26

[FFmpeg-devel] [PATCH] avformat/mux: stop delaying writing the header

2017-05-26 Thread James Almer
There's no need to wait for the first packet of every stream now that every bitstream filter behaves as intended. Signed-off-by: James Almer --- What should we do with the AVFMT_FLAG_AUTO_BSF flag? Do we deprecate it and force the automatic insertion of muxer-required bitstream filters now that t

Re: [FFmpeg-devel] [PATCH] avfilter: add audio surround upmixer

2017-05-26 Thread Paul B Mahol
On 5/26/17, Michael Niedermayer wrote: > On Fri, May 26, 2017 at 06:54:33PM +0200, Paul B Mahol wrote: >> On 5/26/17, Michael Niedermayer wrote: >> > On Fri, May 26, 2017 at 01:11:38PM +0200, Paul B Mahol wrote: >> >> On 5/26/17, Nicolas George wrote: >> >> > Le septidi 7 prairial, an CCXXV, Pau

Re: [FFmpeg-devel] [PATCH] avfilter: add audio surround upmixer

2017-05-26 Thread Michael Niedermayer
On Fri, May 26, 2017 at 06:54:33PM +0200, Paul B Mahol wrote: > On 5/26/17, Michael Niedermayer wrote: > > On Fri, May 26, 2017 at 01:11:38PM +0200, Paul B Mahol wrote: > >> On 5/26/17, Nicolas George wrote: > >> > Le septidi 7 prairial, an CCXXV, Paul B Mahol a ecrit : > >> >> > This belongs in

Re: [FFmpeg-devel] [PATCH 2/2] ffmpeg: Made execution of reap_filters() more deterministic with respect to when headers are written

2017-05-26 Thread Michael Niedermayer
On Fri, May 12, 2017 at 01:28:14PM -0700, Aaron Levinson wrote: > Purpose: Made execution of reap_filters() more deterministic with > respect to when headers are written in relationship with the > initialization of output streams and the processing of input audio > and/or video frames. This change

Re: [FFmpeg-devel] [PATCH] avfilter: add audio surround upmixer

2017-05-26 Thread Paul B Mahol
On 5/26/17, Michael Niedermayer wrote: > On Fri, May 26, 2017 at 01:11:38PM +0200, Paul B Mahol wrote: >> On 5/26/17, Nicolas George wrote: >> > Le septidi 7 prairial, an CCXXV, Paul B Mahol a ecrit : >> >> > This belongs in libswresample >> >> No it does not. >> > >> > I think it does too. >> >>

[FFmpeg-devel] I'm looking for a programmer that would be able to develope for me a script that work with ffmpeg/osx (PAID JOB)

2017-05-26 Thread nuvolablux
hello everybody is there anybody here that is be able to develope for me a script that work with ffmpeg/osx to split 1 hours long movie into few clips? This is a paid project. The script will have to work on mac osx I recommend using ffmpeg as a video engine Input File: Apple prores422hq MOV files

Re: [FFmpeg-devel] [PATCH 2/2] ffmpeg: Made execution of reap_filters() more deterministic with respect to when headers are written

2017-05-26 Thread James Almer
On 5/13/2017 3:44 AM, wm4 wrote: > On Fri, 12 May 2017 13:28:14 -0700 > Aaron Levinson wrote: > >> Purpose: Made execution of reap_filters() more deterministic with >> respect to when headers are written in relationship with the >> initialization of output streams and the processing of input audi

Re: [FFmpeg-devel] [PATCH] avcodec/fft_template: Fix multiple runtime error: signed integer overflow: -1943918714 - 1935113003 cannot be represented in type 'int'

2017-05-26 Thread Rostislav Pehlivanov
On 26 May 2017 at 12:21, wm4 wrote: > On Thu, 25 May 2017 16:10:49 +0200 > Michael Niedermayer wrote: > > > Fixes: 1735/clusterfuzz-testcase-minimized-5350472347025408 > > > > Found-by: continuous fuzzing process https://github.com/google/oss- > fuzz/tree/master/projects/ffmpeg > > Signed-off-by

Re: [FFmpeg-devel] [PATCH 2/4] h264dec: be more explicit in handling container cropping

2017-05-26 Thread James Almer
On 5/20/2017 1:55 PM, James Almer wrote: > On 5/11/2017 9:56 AM, Michael Niedermayer wrote: >> On Wed, May 10, 2017 at 11:06:52PM -0300, James Almer wrote: >>> On 5/10/2017 9:55 PM, Michael Niedermayer wrote: On Wed, May 10, 2017 at 10:41:30AM -0300, James Almer wrote: > On 5/9/2017 11:56

Re: [FFmpeg-devel] [PATCH] Disable MSA for big-endian mips cpu

2017-05-26 Thread Shivraj Patil
The current upstreamed code has been written and tested for Little Endian systems. We do have plans to add the Big Endian support in near future, but till that time, need to disable all to avoid its usage and failures. -Original Message- From: Michael Niedermayer [mailto:mich...@niederm

Re: [FFmpeg-devel] [PATCH] Disable MSA for big-endian mips cpu

2017-05-26 Thread Michael Niedermayer
On Fri, May 26, 2017 at 03:40:20PM +0200, Michael Niedermayer wrote: > On Fri, May 26, 2017 at 04:08:55PM +0530, shivraj.pa...@imgtec.com wrote: > > From: Shivraj Patil > > > > Signed-off-by: Shivraj Patil > > --- > > libavcodec/mips/Makefile|2 ++ > > libavcodec/mips/bl

Re: [FFmpeg-devel] [PATCH] Disable MSA for big-endian mips cpu

2017-05-26 Thread Michael Niedermayer
On Fri, May 26, 2017 at 04:08:55PM +0530, shivraj.pa...@imgtec.com wrote: > From: Shivraj Patil > > Signed-off-by: Shivraj Patil > --- > libavcodec/mips/Makefile|2 ++ > libavcodec/mips/blockdsp_init_mips.c|8 > libavcodec/mips/h263dsp_init_mips.c

Re: [FFmpeg-devel] [PATCH] Disable MSA for big-endian mips cpu

2017-05-26 Thread Shivraj Patil
Is this on top of the configure patch? Shivraj: No, this is complete new patch. I'm a little confused. It seems the configure patch would be much simpler, no? Shivraj: This patch is according to michael’s suggestion. From: Ronald S. Bultje [mailto:rsbul...@gmail.com] Sent: 26 May 2017 17:26 To:

Re: [FFmpeg-devel] [PATCH] Disable MSA for big-endian mips cpu

2017-05-26 Thread Ronald S. Bultje
Hi, On Fri, May 26, 2017 at 6:38 AM, wrote: > From: Shivraj Patil > > Signed-off-by: Shivraj Patil > --- > libavcodec/mips/Makefile|2 ++ > libavcodec/mips/blockdsp_init_mips.c|8 > libavcodec/mips/h263dsp_init_mips.c |8 > lib

Re: [FFmpeg-devel] [PATCH] avfilter: add audio surround upmixer

2017-05-26 Thread Michael Niedermayer
On Fri, May 26, 2017 at 01:11:38PM +0200, Paul B Mahol wrote: > On 5/26/17, Nicolas George wrote: > > Le septidi 7 prairial, an CCXXV, Paul B Mahol a ecrit : > >> > This belongs in libswresample > >> No it does not. > > > > I think it does too. > > You want to link libswresample with libavcodec?

Re: [FFmpeg-devel] [PATCH] avfilter: add audio surround upmixer

2017-05-26 Thread Hendrik Leppkes
On Fri, May 26, 2017 at 1:13 PM, Nicolas George wrote: > Le septidi 7 prairial, an CCXXV, Paul B Mahol a écrit : >> You want to link libswresample with libavcodec? > > I want to merge all libraries, I do not make a secret of it. The > internal separation is nothing but trouble. But API-wise, this

Re: [FFmpeg-devel] [PATCH] avcodec/fft_template: Fix multiple runtime error: signed integer overflow: -1943918714 - 1935113003 cannot be represented in type 'int'

2017-05-26 Thread wm4
On Thu, 25 May 2017 16:10:49 +0200 Michael Niedermayer wrote: > Fixes: 1735/clusterfuzz-testcase-minimized-5350472347025408 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by: Michael Niedermayer > --- > libavcodec/fft_tem

Re: [FFmpeg-devel] [PATCH] avcodec/htmlsubtitles: Be a bit more picky on syntax

2017-05-26 Thread wm4
On Thu, 25 May 2017 19:32:06 +0200 Michael Niedermayer wrote: > This reduces the number of strstr() calls per byte > > Fixes timeout > Fixes: 1817/clusterfuzz-testcase-minimized-5104230530547712 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/

Re: [FFmpeg-devel] [PATCH] avfilter: add audio surround upmixer

2017-05-26 Thread Nicolas George
Le septidi 7 prairial, an CCXXV, Paul B Mahol a écrit : > You want to link libswresample with libavcodec? I want to merge all libraries, I do not make a secret of it. The internal separation is nothing but trouble. But API-wise, this feature belongs in resampling. Regards, -- Nicolas George

Re: [FFmpeg-devel] [PATCH] avfilter: add audio surround upmixer

2017-05-26 Thread wm4
On Fri, 26 May 2017 13:08:10 +0200 Nicolas George wrote: > Le septidi 7 prairial, an CCXXV, Paul B Mahol a écrit : > > > This belongs in libswresample > > No it does not. > > I think it does too. There's plenty of precedent of not moving filters into libswresample or libswscale, even if in

Re: [FFmpeg-devel] [PATCH] avfilter: add audio surround upmixer

2017-05-26 Thread Paul B Mahol
On 5/26/17, Nicolas George wrote: > Le septidi 7 prairial, an CCXXV, Paul B Mahol a ecrit : >> > This belongs in libswresample >> No it does not. > > I think it does too. You want to link libswresample with libavcodec? Besides libswresample is quite simple. And point of this filter it to not be

Re: [FFmpeg-devel] [PATCH] avfilter: add audio surround upmixer

2017-05-26 Thread Nicolas George
Le septidi 7 prairial, an CCXXV, Paul B Mahol a écrit : > > This belongs in libswresample > No it does not. I think it does too. Regards, -- Nicolas George signature.asc Description: Digital signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffm

Re: [FFmpeg-devel] [PATCH] avfilter: add audio surround upmixer

2017-05-26 Thread Paul B Mahol
On 5/26/17, Michael Niedermayer wrote: > On Thu, May 25, 2017 at 04:45:46PM +0200, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> --- >> doc/filters.texi | 27 ++ >> libavfilter/Makefile | 1 + >> libavfilter/af_surround.c | 853 >>

Re: [FFmpeg-devel] [PATCH] avfilter: add audio surround upmixer

2017-05-26 Thread Michael Niedermayer
On Thu, May 25, 2017 at 04:45:46PM +0200, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > doc/filters.texi | 27 ++ > libavfilter/Makefile | 1 + > libavfilter/af_surround.c | 853 > ++ > libavfilter/allfilters.c | 1 + >

[FFmpeg-devel] [PATCH] Disable MSA for big-endian mips cpu

2017-05-26 Thread shivraj.patil
From: Shivraj Patil Signed-off-by: Shivraj Patil --- libavcodec/mips/Makefile|2 ++ libavcodec/mips/blockdsp_init_mips.c|8 libavcodec/mips/h263dsp_init_mips.c |8 libavcodec/mips/h264chroma_init_mips.c |8 liba

Re: [FFmpeg-devel] [PATCH] lavc/golomb: Fix UE golomb overwrite issue.

2017-05-26 Thread Carl Eugen Hoyos
2017-05-26 3:19 GMT+02:00 Jun Zhao : Please explain how we can reproduce the issue you want to fix. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] zscale: Add pixdesc-API compatible color names to filter options

2017-05-26 Thread Paul B Mahol
On 5/25/17, Vittorio Giovara wrote: > On Thu, May 25, 2017 at 2:53 PM, Vittorio Giovara > wrote: >> Reviewed-by: Paul B Mahol >> Signed-off-by: Vittorio Giovara >> --- >> libavfilter/vf_zscale.c | 22 +- >> 1 file changed, 21 insertions(+), 1 deletion(-) Should be OK.

Re: [FFmpeg-devel] [PATCH] zscale: Add range options aliases to match scale ones

2017-05-26 Thread Paul B Mahol
On 5/25/17, Vittorio Giovara wrote: > --- > libavfilter/vf_zscale.c | 2 ++ > 1 file changed, 2 insertions(+) > lgtm ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

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

2017-05-26 Thread Paul B Mahol
On 5/26/17, Michael Niedermayer wrote: > On Mon, May 08, 2017 at 07:40:25PM +, Davinder Singh wrote: >> 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 mot

Re: [FFmpeg-devel] [PATCH] avfilter: add audio surround upmixer

2017-05-26 Thread Paul B Mahol
On 5/26/17, Carl Eugen Hoyos wrote: > 2017-05-25 22:39 GMT+02:00 Paul B Mahol : >> On 5/25/17, Carl Eugen Hoyos wrote: >>> 2017-05-25 16:45 GMT+02:00 Paul B Mahol : >>> +@section surround +Apply audio surround upmix filter. + +This filter allows to produce multichannel output