Re: [FFmpeg-devel] [PATCH v10 1/2] lavc/svt_hevc: add libsvt hevc encoder wrapper

2019-04-25 Thread Li, Zhong
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Jing Sun > Sent: Tuesday, April 2, 2019 3:02 PM > To: ffmpeg-devel@ffmpeg.org > Cc: Sun, Jing A ; Huang, Zhengxu > ; Jun Zhao ; Tmar, > Hassene > Subject: [FFmpeg-devel] [PATCH v10 1/2] lavc/svt_hevc: add libsvt hevc Is

Re: [FFmpeg-devel] [PATCH v10 1/2] lavc/svt_hevc: add libsvt hevc encoder wrapper

2019-04-25 Thread Li, Zhong
> From: Sun, Jing A > Sent: Tuesday, April 2, 2019 2:02 PM > To: Li, Zhong ; FFmpeg development discussions and > patches > Cc: Huang, Zhengxu ; Jun Zhao > ; Tmar, Hassene > Subject: RE: [FFmpeg-devel] [PATCH v10 1/2] lavc/svt_hevc: add libsvt hevc > encoder wrapper > > -Original Message

[FFmpeg-devel] [PATCH v3] avfilter/avf_showwaves: Add draw mode also to showwavespic filter

2019-04-25 Thread Martin Vobruba
See commit a8c2d375ca68b7f001564ced14d8ac0757f53a29 --- doc/filters.texi| 14 ++ libavfilter/avf_showwaves.c | 3 +++ 2 files changed, 17 insertions(+) diff --git a/doc/filters.texi b/doc/filters.texi index e9cbccc..2aabe8a 100644 --- a/doc/filters.texi +++ b/doc/filters.

Re: [FFmpeg-devel] native mode in FFmpeg DNN module

2019-04-25 Thread Guo, Yejun
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > Guo, Yejun > Sent: Friday, April 19, 2019 11:22 PM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] native mode in FFmpeg DNN module > > > > > -Original

Re: [FFmpeg-devel] [PATCH 0/3] *** VDPAU: HEVC YUV 4:4:4 Support ***

2019-04-25 Thread Philip Langdale
On Fri, 26 Apr 2019 09:43:39 +0530 ManojGuptaBonda wrote: > Latest generation video decoder on Turing Chips supports decoding HEVC > 4:4:4 decoding. These changes adds support for the same for VDPAU > > ManojGuptaBonda (3): > VDPAU: Add support for decoding HEVC 4:4:4 content > Pass sps and

[FFmpeg-devel] [PATCH 2/3] Pass sps and pps range extension flags to VDPAU.

2019-04-25 Thread ManojGuptaBonda
Pass SPS, PPS range extensions to VDPAU layer via VdpPictureInfoHEVC444. Added VdpPictureInfoHEVC444 struct to VdpPictureInfo union to populate the range extension params. Mapped FF_PROFILE_HEVC_REXT to VDP_DECODER_PROFILE_HEVC_MAIN_444. --- libavcodec/vdpau_hevc.c | 41 +++

[FFmpeg-devel] [PATCH 3/3] Map 444 pix fmts to new VdpYCbCr types defined in VDPAU.

2019-04-25 Thread ManojGuptaBonda
New VdpYCbCr Formats VDP_YCBCR_FORMAT_Y_U_V_444 and, VDP_YCBCR_FORMAT_Y_UV_444 have been added in VDPAU to be used in get/putbits for YUV 4:4:4 surfaces. Earlier mapping of AV_PIX_FMT_YUV444P to VDP_YCBCR_FORMAT_YV12 is not valid. Hence this Change maps AV_PIX_FMT_YUV444P to VDP_YCBCR_FORMAT_Y_U_V

[FFmpeg-devel] [PATCH 0/3] *** VDPAU: HEVC YUV 4:4:4 Support ***

2019-04-25 Thread ManojGuptaBonda
Latest generation video decoder on Turing Chips supports decoding HEVC 4:4:4 decoding. These changes adds support for the same for VDPAU ManojGuptaBonda (3): VDPAU: Add support for decoding HEVC 4:4:4 content Pass sps and pps range extension flags to VDPAU. Map 444 pix fmts to new VdpYCbCr t

[FFmpeg-devel] [PATCH 1/3] VDPAU: Add support for decoding HEVC 4:4:4 content

2019-04-25 Thread ManojGuptaBonda
The latest generation video decoder on the Turing chips supports decoding HEVC 4:4:4. This change adds AV_PIX_FMT_VDPAU as a valid format for HEVC 4:4:4 8 bit. --- libavcodec/hevcdec.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libavcodec/hevcdec.c b/libavcodec/hev

[FFmpeg-devel] [PATCH 0/3] *** VDPAU: HEVC YUV 4:4:4 Support ***

2019-04-25 Thread ManojGuptaBonda
Latest generation video decoder on Turing Chips supports decoding HEVC 4:4:4 decoding. These changes adds support for the same for VDPAU ManojGuptaBonda (3): VDPAU: Add support for decoding HEVC 4:4:4 content Pass sps and pps range extension flags to VDPAU. Map 444 pix fmts to new VdpYCbCr t

Re: [FFmpeg-devel] [PATCH V2 1/2] lavfi/opencl: add more opencl helper macro

2019-04-25 Thread Song, Ruiling
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Mark Thompson > Sent: Wednesday, April 17, 2019 5:25 AM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH V2 1/2] lavfi/opencl: add more opencl > helper macro > > On 12/04/2

Re: [FFmpeg-devel] [PATCH v2] avfilter/avf_showwaves: Add draw mode also to showwavespic filter

2019-04-25 Thread Michael Niedermayer
On Thu, Apr 25, 2019 at 11:37:28AM +0200, Martin Vobruba wrote: > See commit a8c2d375ca68b7f001564ced14d8ac0757f53a29 > --- > doc/filters.texi| 15 +++ > libavfilter/avf_showwaves.c | 3 +++ > 2 files changed, 18 insertions(+) breaks build HTMLdoc/ffmpeg-all.html doc/

[FFmpeg-devel] [PATCH] avformat/aacdec: fix demuxing of very small frames

2019-04-25 Thread James Almer
10 bytes (id3v2 header amount of bytes) were being read before any checks were made on the bitstream. The result was that we were overreading into the next frame if the current one was 8 or 9 bytes long. Fixes tickets #7271 and #7869. Signed-off-by: James Almer --- libavformat/aacdec.c | 34 +++

[FFmpeg-devel] [PATCH] avcodec/scpr: check remaining data after decode

2019-04-25 Thread Michael Niedermayer
Fixes Timeout (29sec -> 14sec) Fixes: 13713/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_SCPR_fuzzer-5756778069884928 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/scpr.c | 3 +++ 1 fil

[FFmpeg-devel] [PATCH] avformat/subtitles: ignore extra '\r' at line endings

2019-04-25 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavformat/microdvddec.c | 2 ++ libavformat/subtitles.c | 2 +- libavformat/subtitles.h | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/libavformat/microdvddec.c b/libavformat/microdvddec.c index ef6bcfbc73..598093309c 100644 --- a/liba

[FFmpeg-devel] [PATCH] avfilter/vf_stack: use time_base from framesync

2019-04-25 Thread Paul B Mahol
Fixes non-monotonous timestamps. Signed-off-by: Paul B Mahol --- libavfilter/vf_stack.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libavfilter/vf_stack.c b/libavfilter/vf_stack.c index 8731674aa7..b836d96bf0 100644 --- a/libavfilter/vf_stack.c +++ b/libavfilter/vf

Re: [FFmpeg-devel] [PATCH 2/3] avfilter: add audio upsample filter

2019-04-25 Thread Nicolas George
Paul B Mahol (12019-04-25): > Not really, it works with 2x/3x/4x/5x.. sample rate or 1/2 / 1/3 / 1/4 / 1/5 > o sample rate in other direction. I do not think so: the algorithm can work for absolutely any ratio. The effect on the spectrum will not be as clean if the ratio is not an integer, but tha

Re: [FFmpeg-devel] [PATCH 2/3] avfilter: add audio upsample filter

2019-04-25 Thread Paul B Mahol
On 4/25/19, Nicolas George wrote: > Paul B Mahol (12019-04-25): >> The filter does not take sample rate as argument, but integer factor >> instead. >> So that make it impossible to be used with lswr. > > No need for an argument: the filter knows the negotiated input and > output sample rate. Not

Re: [FFmpeg-devel] [PATCH 1/3] lavf/webm_chunk: Respect buffer size

2019-04-25 Thread Andreas Rheinhardt
Andreas Rheinhardt: > The last argument of av_strlcpy is supposed to contain the size of the > destination buffer, but it was filled with the size of the source > string, effectively negating its very purpose. > > Signed-off-by: Andreas Rheinhardt > --- > libavformat/webm_chunk.c | 2 +- > 1 fil

Re: [FFmpeg-devel] [PATCH 2/3] avfilter: add audio upsample filter

2019-04-25 Thread Nicolas George
Paul B Mahol (12019-04-25): > The filter does not take sample rate as argument, but integer factor instead. > So that make it impossible to be used with lswr. No need for an argument: the filter knows the negotiated input and output sample rate. -- Nicolas George __

Re: [FFmpeg-devel] [PATCH 2/3] avfilter: add audio upsample filter

2019-04-25 Thread Paul B Mahol
On 4/25/19, Nicolas George wrote: > Hendrik Leppkes (12019-04-25): >> The point of this kind of filtering is not that they are necessary to >> perform filtering, because you can filter at any sample rate, but that >> oversampling for certain filters, and downsampling after, improves >> quality. As

Re: [FFmpeg-devel] [PATCH 2/3] avfilter: add audio upsample filter

2019-04-25 Thread Nicolas George
Hendrik Leppkes (12019-04-25): > The point of this kind of filtering is not that they are necessary to > perform filtering, because you can filter at any sample rate, but that > oversampling for certain filters, and downsampling after, improves > quality. As such, negotiation is not really equipped

Re: [FFmpeg-devel] [PATCH] x86/opusdsp: replace loads with shuffles

2019-04-25 Thread Lynne
Apr 25, 2019, 6:44 PM by one...@gmail.com: > On 4/25/19, Paul B Mahol <> one...@gmail.com > > > wrote: > >> On 4/24/19, Lynne <>> d...@lynne.ee >> > wrote: >> >>> Has a slight speedup. >>> Can't be carried over to aarch64, since it has no shufps-l

Re: [FFmpeg-devel] [PATCH] x86/opusdsp: replace loads with shuffles

2019-04-25 Thread Paul B Mahol
On 4/25/19, Paul B Mahol wrote: > On 4/24/19, Lynne wrote: >> Has a slight speedup. >> Can't be carried over to aarch64, since it has no shufps-like >> instruction. >> >> > > On what CPU? And by how much? > Patch should generally be OK if output does not change. Is this code covered by FATE? __

Re: [FFmpeg-devel] [PATCH] x86/opusdsp: replace loads with shuffles

2019-04-25 Thread Paul B Mahol
On 4/24/19, Lynne wrote: > Has a slight speedup. > Can't be carried over to aarch64, since it has no shufps-like instruction. > > On what CPU? And by how much? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffm

Re: [FFmpeg-devel] [PATCH] avcodec/gdv: Check input palette size before rescale()

2019-04-25 Thread Paul B Mahol
On 4/25/19, Michael Niedermayer wrote: > Fixes: Timeout (22sec -> 11sec) > Fixes: > 13576/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_GDV_fuzzer-5681024577568768 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by: Michael

Re: [FFmpeg-devel] [PATCH 2/3] avfilter: add audio upsample filter

2019-04-25 Thread Hendrik Leppkes
On Thu, Apr 25, 2019 at 7:25 PM Nicolas George wrote: > > Paul B Mahol (12019-04-25): > > I did reacted. It plays well with negotiation. > > I missed that part, sorry. But it did not address my concern. > > > Can you be more specific what exactly you mean by "plays well with > > sample rate negoti

Re: [FFmpeg-devel] [PATCH 2/3] avfilter: add audio upsample filter

2019-04-25 Thread Nicolas George
Paul B Mahol (12019-04-25): > I did reacted. It plays well with negotiation. I missed that part, sorry. But it did not address my concern. > Can you be more specific what exactly you mean by "plays well with > sample rate negotiation"? If the user judges that this is the kind of sample rate chan

[FFmpeg-devel] [PATCH] avcodec/gdv: Check input palette size before rescale()

2019-04-25 Thread Michael Niedermayer
Fixes: Timeout (22sec -> 11sec) Fixes: 13576/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_GDV_fuzzer-5681024577568768 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/gdv.c | 5 ++--- 1 fi

Re: [FFmpeg-devel] [PATCH 2/3] avfilter: add audio upsample filter

2019-04-25 Thread Paul B Mahol
On 4/25/19, Nicolas George wrote: > Paul B Mahol (12019-04-25): >> You haven't replied any more, and nothing that you said earlier is valid. > > I have stated: rejected until it plays well with sample rate > negotiation. You have not reacted to it. I did reacted. It plays well with negotiation. C

Re: [FFmpeg-devel] [PATCH 2/3] avfilter: add audio upsample filter

2019-04-25 Thread Nicolas George
Paul B Mahol (12019-04-25): > You haven't replied any more, and nothing that you said earlier is valid. I have stated: rejected until it plays well with sample rate negotiation. You have not reacted to it. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpe

Re: [FFmpeg-devel] [PATCH 2/3] avfilter: add audio upsample filter

2019-04-25 Thread Paul B Mahol
On 4/25/19, Nicolas George wrote: > Paul B Mahol (12019-04-25): >> As there appears to be no more comments or valid arguments against this > > Saying it does not make it true. You haven't replied any more, and nothing that you said earlier is valid. > >> set I will apply it. > > Do it and I will

Re: [FFmpeg-devel] [PATCH 4/4] avcodec/jpeg2000dec: Check PLT data somewhat

2019-04-25 Thread Michael Niedermayer
On Thu, Apr 25, 2019 at 04:34:00PM +, Andreas Rheinhardt wrote: > Michael Niedermayer: > > Fixes: Timeout (21sec -> 0.6sec) > > Fixes: > > 14134/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_JPEG2000_fuzzer-5768371078955008 > > > > Found-by: continuous fuzzing process > > https://github.

Re: [FFmpeg-devel] [PATCH] avfilter/af_astats: count number of NaNs/Infs/denormals for floating-point audio too

2019-04-25 Thread Paul B Mahol
On 4/23/19, Alexander Strasser wrote: > Hi Paul, > > just three small comments from me... > > On 2019-04-22 11:51 +0200, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> --- >> doc/filters.texi| 6 +++ >> libavfilter/af_astats.c | 86 ++--- >> 2

Re: [FFmpeg-devel] [PATCH 4/4] avcodec/jpeg2000dec: Check PLT data somewhat

2019-04-25 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Michael Niedermayer: >> Fixes: Timeout (21sec -> 0.6sec) >> Fixes: >> 14134/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_JPEG2000_fuzzer-5768371078955008 >> >> Found-by: continuous fuzzing process >> https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg >> Sign

Re: [FFmpeg-devel] [PATCH 4/4] avcodec/jpeg2000dec: Check PLT data somewhat

2019-04-25 Thread Andreas Rheinhardt
Michael Niedermayer: > Fixes: Timeout (21sec -> 0.6sec) > Fixes: > 14134/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_JPEG2000_fuzzer-5768371078955008 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by: Michael Niedermay

Re: [FFmpeg-devel] [PATCH] libavformat/mpegtsenc: enforce PCR packets without payload

2019-04-25 Thread Andreas Håkon
‐‐‐ Original Message ‐‐‐ On Thursday, 25 de April de 2019 17:36, Ali KIZIL wrote: > Andreas Håkon andreas.ha...@protonmail.com, 25 Nis 2019 Per, 17:49 > tarihinde şunu yazdı: > > I got the point. Yet, sorry for being curious, would can affect TR101 290 > analyze results and/or null stuff

Re: [FFmpeg-devel] [PATCH 2/3] avfilter: add audio upsample filter

2019-04-25 Thread Nicolas George
Paul B Mahol (12019-04-25): > As there appears to be no more comments or valid arguments against this Saying it does not make it true. > set I will apply it. Do it and I will revert and ask that your commits rights be revoked. ___ ffmpeg-devel mailing

Re: [FFmpeg-devel] [PATCH 2/3] avfilter: add audio upsample filter

2019-04-25 Thread Paul B Mahol
On 4/22/19, Paul B Mahol wrote: > On 4/22/19, Nicolas George wrote: >> Paul B Mahol (12019-04-21): >>> https://dspguru.com/dsp/faqs/multirate/resampling/ >>> >>> Resampling involves interpolation. >>> If I do resampling with aresample and resampling with factor 2 from >>> 44100 to 88200 >>> I can

Re: [FFmpeg-devel] [PATCH] libavformat/mpegtsenc: enforce PCR packets without payload

2019-04-25 Thread Ali KIZIL
Andreas Håkon , 25 Nis 2019 Per, 17:49 tarihinde şunu yazdı: > > > > ‐‐‐ Original Message ‐‐‐ > On Thursday, 25 de April de 2019 16:23, Ali KIZIL > wrote: > > > Andreas Håkon andreas.ha...@protonmail.com, 25 Nis 2019 Per, 12:07 > > tarihinde şunu yazdı: > > > > > Hi, > > > A patch for a n

Re: [FFmpeg-devel] [PATCH] libavformat/mpegtsenc: enforce PCR packets without payload

2019-04-25 Thread Andreas Håkon
‐‐‐ Original Message ‐‐‐ On Thursday, 25 de April de 2019 16:23, Ali KIZIL wrote: > Andreas Håkon andreas.ha...@protonmail.com, 25 Nis 2019 Per, 12:07 > tarihinde şunu yazdı: > > > Hi, > > A patch for a new optional parameter for the mpegtsenc muxer. > > Regards. > > A.H. > > ---__

Re: [FFmpeg-devel] [PATCH 1/2] avfilter/vf_lut3d: increase MAX_LEVEL

2019-04-25 Thread Paul B Mahol
On 4/25/19, Reto Kromer wrote: > Paul B Mahol wrote: > >>Found 65x65x65 3D LUT in wild > > FYI: 128x128x128 3D LUTs do also exist in film production. > Thank you, changed locally. > Best regards, Reto > > ___ > ffmpeg-devel mailing list > ffmpeg-devel@

Re: [FFmpeg-devel] [PATCH 1/2] avfilter/vf_lut3d: increase MAX_LEVEL

2019-04-25 Thread Paul B Mahol
On 4/25/19, Moritz Barsnick wrote: > On Thu, Apr 25, 2019 at 14:57:25 +0200, Paul B Mahol wrote: >> Found 65x65x65 3D LUT in wild > [...] >> /* 3D LUT don't often go up to level 32, but it is common to have a Hald >> CLUT >> * of 512x512 (64x64x64) */ >> -#define MAX_LEVEL 64 >> +#define MAX_LE

Re: [FFmpeg-devel] [PATCH 1/2] avfilter/vf_lut3d: increase MAX_LEVEL

2019-04-25 Thread Reto Kromer
Paul B Mahol wrote: >Found 65x65x65 3D LUT in wild FYI: 128x128x128 3D LUTs do also exist in film production. Best regards, Reto ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, vi

Re: [FFmpeg-devel] [PATCH] libavformat/mpegtsenc: enforce PCR packets without payload

2019-04-25 Thread Ali KIZIL
Andreas Håkon , 25 Nis 2019 Per, 12:07 tarihinde şunu yazdı: > Hi, > > A patch for a new optional parameter for the mpegtsenc muxer. > > Regards. > A.H. > > ---___ > Is this patch related with "[FFmpeg-devel] [PATCH] libavformat: forced PCR pid in mpegt

Re: [FFmpeg-devel] [PATCH] lavfi: add gblur_opencl filter

2019-04-25 Thread Moritz Barsnick
On Thu, Apr 25, 2019 at 22:41:49 +1000, Dylan Fernando wrote: > +static const AVOption gblur_opencl_options[] = { > +{ "sigma", "set horizontal size", OFFSET(sigma), AV_OPT_TYPE_FLOAT, > {.dbl=0.5}, 0.0, 1024, FLAGS }, ^ Shouldn't this be "set sigma"? > +{ "planes

Re: [FFmpeg-devel] [PATCH 1/2] avfilter/vf_lut3d: increase MAX_LEVEL

2019-04-25 Thread Moritz Barsnick
On Thu, Apr 25, 2019 at 14:57:25 +0200, Paul B Mahol wrote: > Found 65x65x65 3D LUT in wild [...] > /* 3D LUT don't often go up to level 32, but it is common to have a Hald CLUT > * of 512x512 (64x64x64) */ > -#define MAX_LEVEL 64 > +#define MAX_LEVEL 65 You may also want to fix the values in t

[FFmpeg-devel] [PATCH 2/2] avfilter/vf_lut3d: fix range domain processing for .cube format

2019-04-25 Thread Paul B Mahol
The ranges are for input, not for output. Signed-off-by: Paul B Mahol --- libavfilter/vf_lut3d.c | 73 +- 1 file changed, 51 insertions(+), 22 deletions(-) diff --git a/libavfilter/vf_lut3d.c b/libavfilter/vf_lut3d.c index d1974b0e05..c3dd6eb69f 100644 --

[FFmpeg-devel] [PATCH 1/2] avfilter/vf_lut3d: increase MAX_LEVEL

2019-04-25 Thread Paul B Mahol
Found 65x65x65 3D LUT in wild Signed-off-by: Paul B Mahol --- libavfilter/vf_lut3d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/vf_lut3d.c b/libavfilter/vf_lut3d.c index 50ea5a8545..d1974b0e05 100644 --- a/libavfilter/vf_lut3d.c +++ b/libavfilter/vf_lut3d.c @

[FFmpeg-devel] [PATCH] lavfi: add gblur_opencl filter

2019-04-25 Thread Dylan Fernando
--- configure | 1 + libavfilter/Makefile | 2 + libavfilter/allfilters.c | 1 + libavfilter/opencl/gblur.cl | 62 +++ libavfilter/opencl_source.h | 1 + libavfilter/vf_gblur_opencl.c | 370 ++ 6 files chang

Re: [FFmpeg-devel] [PATCH 2/4] avcodec/jpeg2000: Check stepsize before using it

2019-04-25 Thread Michael Niedermayer
On Tue, Apr 16, 2019 at 04:48:32PM +0200, Michael Niedermayer wrote: > Fixes: value 1.87633e+10 is outside the range of representable values of type > 'int' > Fixes: Undefined behavior > Fixes: > 14246/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_JPEG2000_fuzzer-5758393601490944 > > Found-b

Re: [FFmpeg-devel] [PATCH] avcodec/aacdec_fixed: Fix undefined shift in noise_scale()

2019-04-25 Thread Michael Niedermayer
On Fri, Mar 29, 2019 at 09:18:04AM +0100, Michael Niedermayer wrote: > Fixes: > 13655/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AAC_FIXED_fuzzer-5120559430500352 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by: Mic

Re: [FFmpeg-devel] [PATCH] avcodec/qtrle: Check how much of the chunk is available before decoding

2019-04-25 Thread Michael Niedermayer
On Tue, Apr 02, 2019 at 02:48:37AM +0200, Michael Niedermayer wrote: > Fixes: Timeout (10sec -> 2sec) > Fixes: > 13979/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_QTRLE_fuzzer-5635157718990848 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/project

[FFmpeg-devel] [PATCH v2] avfilter/avf_showwaves: Add draw mode also to showwavespic filter

2019-04-25 Thread Martin Vobruba
See commit a8c2d375ca68b7f001564ced14d8ac0757f53a29 --- doc/filters.texi| 15 +++ libavfilter/avf_showwaves.c | 3 +++ 2 files changed, 18 insertions(+) diff --git a/doc/filters.texi b/doc/filters.texi index e9cbccc..e8636da 100644 --- a/doc/filters.texi +++ b/doc/filters

Re: [FFmpeg-devel] [PATCH] avcodec/bintext: Add error message when resolution is too small for font.

2019-04-25 Thread Michael Niedermayer
On Wed, Apr 10, 2019 at 10:25:45PM +0200, Michael Niedermayer wrote: > On Mon, Apr 08, 2019 at 03:22:10PM -0700, Nikolas Bowe via ffmpeg-devel wrote: > > --- > > libavcodec/bintext.c | 4 +++- > > 1 file changed, 3 insertions(+), 1 deletion(-) > > LGTM will apply [...] -- Michael GnuPG fi

Re: [FFmpeg-devel] [PATCH] avfilter/avf_showwaves: Add draw mode also to showwavespic filter

2019-04-25 Thread Paul B Mahol
On 4/25/19, Martin Vobruba wrote: > See commit a8c2d375ca68b7f001564ced14d8ac0757f53a29 > --- > doc/filters.texi| 15 +++ > libavfilter/avf_showwaves.c | 3 +++ > 2 files changed, 18 insertions(+) > > diff --git a/doc/filters.texi b/doc/filters.texi > index e9cbccc..9b921

[FFmpeg-devel] [PATCH] libavformat/mpegtsenc: enforce PCR packets without payload

2019-04-25 Thread Andreas Håkon
Hi, A patch for a new optional parameter for the mpegtsenc muxer. Regards. A.H. ---From 7f9f1a992615e15121b661d4cd1b9c1e32e1c894 Mon Sep 17 00:00:00 2001 From: Andreas Hakon Date: Thu, 25 Apr 2019 09:49:29 +0100 Subject: [PATCH] libavformat/mpegtsenc: enforce PCR packets without payload This p

Re: [FFmpeg-devel] [PATCH v1] lavf/dashenc: Add option for calculting pkt duration

2019-04-25 Thread Jeyapal, Karthick
On 4/25/19 1:15 PM, Jun Li wrote: > > > > On Wed, Apr 24, 2019 at 11:07 PM Jeyapal, Karthick > wrote: > > > On 4/24/19 11:30 PM, Jun Li wrote: > > On Sun, Apr 21, 2019 at 5:51 PM Jun Li wrote: > > > >> Fix #7144. > >> The current packet duration calculation is heuristic, whi

Re: [FFmpeg-devel] [PATCH] avformat/mpegenc - reject unsupported audio streams

2019-04-25 Thread Gyan
On 25-04-2019 01:23 PM, Ali KIZIL wrote: There are also Dolby Codecs (ac3 & eac3). Will it also throw error for these codecs ? AC3   is  supported before and after this patch. EAC3 is unsupported before and after this patch. But it's sent to the same decoder, so support could be added.

[FFmpeg-devel] [PATCH] avfilter/avf_showwaves: Add draw mode also to showwavespic filter

2019-04-25 Thread Martin Vobruba
See commit a8c2d375ca68b7f001564ced14d8ac0757f53a29 --- doc/filters.texi| 15 +++ libavfilter/avf_showwaves.c | 3 +++ 2 files changed, 18 insertions(+) diff --git a/doc/filters.texi b/doc/filters.texi index e9cbccc..9b92189 100644 --- a/doc/filters.texi +++ b/doc/filters

Re: [FFmpeg-devel] [PATCH] avformat/mpegenc - reject unsupported audio streams

2019-04-25 Thread Ali KIZIL
Gyan , 24 Nis 2019 Çar, 07:30 tarihinde şunu yazdı: > > > On 24-04-2019 03:30 AM, Carl Eugen Hoyos wrote: > > 2019-04-22 13:00 GMT+02:00, Gyan : > >> On 22-04-2019 01:15 PM, Gyan wrote: > >>> > >>> On 22-04-2019 12:30 PM, Carl Eugen Hoyos wrote: > > Am 20.04.2019 um 11:31 schrieb Gyan : >

Re: [FFmpeg-devel] [PATCH v1] lavf/dashenc: Add option for calculting pkt duration

2019-04-25 Thread Jun Li
On Wed, Apr 24, 2019 at 11:07 PM Jeyapal, Karthick wrote: > > On 4/24/19 11:30 PM, Jun Li wrote: > > On Sun, Apr 21, 2019 at 5:51 PM Jun Li wrote: > > > >> Fix #7144. > >> The current packet duration calculation is heuristic, which uses the > >> historical durtion as current duration. This commi