Re: [FFmpeg-devel] [PATCH 2/6] avcodec/loco: Check for end of input in pixel decode

2019-08-05 Thread Paul B Mahol
lgtm On Sat, Aug 3, 2019 at 1:51 AM Michael Niedermayer wrote: > Fixes: Timeout (100sec -> 5sec) > Fixes: > 15509/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_LOCO_fuzzer-5724297261219840 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmp

Re: [FFmpeg-devel] [PATCH 6/6] avcodec/mss1: check for overread and forward errors

2019-08-05 Thread Paul B Mahol
looks fine to me ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH 1/7] avformat/av1: add color config values to AV1SequenceParameters

2019-08-05 Thread Paul B Mahol
lgtm On Tue, Jul 30, 2019 at 10:22 PM James Almer wrote: > Signed-off-by: James Almer > --- > libavformat/av1.c | 32 ++-- > 1 file changed, 18 insertions(+), 14 deletions(-) > > diff --git a/libavformat/av1.c b/libavformat/av1.c > index 5fde8df97e..bd23891d26 10064

Re: [FFmpeg-devel] [PATCH v5] avfilter/avf_aphasemeter: Add out-of-phase and mono detection

2019-08-05 Thread Paul B Mahol
This should be applied with sdtbool.h include removed. On Mon, Jul 8, 2019 at 2:01 PM Romane Lafon wrote: > This patch extends aphasemeter to detect out of phase or mono sequences in > stereo streams, with its associated documentation. > ___ > ffmpeg-

Re: [FFmpeg-devel] [RFC] samples.ffmpeg.org

2019-08-05 Thread Paul B Mahol
On Mon, Aug 5, 2019 at 5:21 PM Michael Niedermayer wrote: > On Mon, Aug 05, 2019 at 02:44:29AM +, Li, Zhong wrote: > > > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > > > Of Michael Niedermayer > > > Sent: Monday, August 5, 2019 3:45 AM > > > To: FFmpeg development d

Re: [FFmpeg-devel] [PATCH] avformat/assenc: Don't truncate lines to 4095 characters

2019-08-05 Thread Paul B Mahol
Please send such patch. On Sun, Aug 4, 2019 at 5:41 PM Marton Balint wrote: > > > On Sun, 4 Aug 2019, Paul B Mahol wrote: > > > On Sun, Aug 4, 2019 at 2:58 PM Marton Balint wrote: > > > >> > >> > >> On Sun, 4 Aug 2019, Paul B Mahol wrote:

Re: [FFmpeg-devel] [PATCH 6/7] avformat/dashenc: add missing padding to the updated extradata

2019-08-05 Thread Paul B Mahol
On Fri, Aug 2, 2019 at 5:07 PM James Almer wrote: > On 8/2/2019 11:46 AM, Andreas Rheinhardt wrote: > > James Almer: > >> Signed-off-by: James Almer > >> --- > >> libavformat/dashenc.c | 3 ++- > >> 1 file changed, 2 insertions(+), 1 deletion(-) > >> > >> diff --git a/libavformat/dashenc.c b/li

Re: [FFmpeg-devel] [RFC] samples.ffmpeg.org

2019-08-05 Thread Paul B Mahol
On Mon, Aug 5, 2019 at 5:45 PM Michael Niedermayer wrote: > On Mon, Aug 05, 2019 at 05:24:31PM +0200, Paul B Mahol wrote: > > On Mon, Aug 5, 2019 at 5:21 PM Michael Niedermayer > > > wrote: > > > > > On Mon, Aug 05, 2019 at 02:44:29AM +, Li, Zhong wr

Re: [FFmpeg-devel] [PATCH] avfilter: add vr360 filter

2019-08-05 Thread Paul B Mahol
On Mon, Aug 5, 2019 at 8:57 PM Thilo Borgmann wrote: > Am 05.08.19 um 20:46 schrieb Eugene Lyapustin: > > Signed-off-by: Eugene Lyapustin > > --- > > doc/filters.texi | 137 +++ > > libavfilter/Makefile |1 + > > libavfilter/allfilters.c |1 + > > libavfilter/vf_vr360.c |

Re: [FFmpeg-devel] [RFC] samples.ffmpeg.org

2019-08-05 Thread Paul B Mahol
On Mon, Aug 5, 2019 at 8:55 PM Michael Niedermayer wrote: > On Mon, Aug 05, 2019 at 05:57:47PM +0200, Paul B Mahol wrote: > > On Mon, Aug 5, 2019 at 5:45 PM Michael Niedermayer > > > wrote: > > > > > On Mon, Aug 05, 2019 at 05:24:31PM +0200, Paul B Mahol wrote:

Re: [FFmpeg-devel] [PATCH] avfilter: add vr360 filter

2019-08-05 Thread Paul B Mahol
On Mon, Aug 5, 2019 at 9:01 PM Thilo Borgmann wrote: > Am 05.08.19 um 21:00 schrieb Paul B Mahol: > > On Mon, Aug 5, 2019 at 8:57 PM Thilo Borgmann > > wrote: > > > >> Am 05.08.19 um 20:46 schrieb Eugene Lyapustin: > >>> Signed-off-by: Eugene Ly

Re: [FFmpeg-devel] [PATCH] avfilter: add vr360 filter

2019-08-05 Thread Paul B Mahol
On Mon, Aug 5, 2019 at 9:12 PM Thilo Borgmann wrote: > Am 05.08.19 um 21:07 schrieb Paul B Mahol: > > On Mon, Aug 5, 2019 at 9:01 PM Thilo Borgmann > > wrote: > > > >> Am 05.08.19 um 21:00 schrieb Paul B Mahol: > >>> On Mon, Aug 5, 2019 at 8:57 PM Th

Re: [FFmpeg-devel] [PATCH 2/3] avformat/assenc: optimize writing dialogs

2019-08-06 Thread Paul B Mahol
On Mon, Aug 5, 2019 at 11:35 PM Marton Balint wrote: > An example where the preivously added API can be useful. > > Also fixes ticket #6390. > > Signed-off-by: Marton Balint > --- > libavformat/assenc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/assenc.

[FFmpeg-devel] [PATCH] avfilter/af_compand: change error path into warning

2019-08-06 Thread Paul B Mahol
Hi, patch attached. 0001-avfilter-af_compand-check-error-condition-into-warni.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or em

Re: [FFmpeg-devel] [PATCH, v3] lavf/vf_vpp_qsv: add support for QSV transpose filter

2019-08-07 Thread Paul B Mahol
On Wed, Aug 7, 2019 at 4:04 PM Li, Zhong wrote: > > From: Fu, Linjie > > Sent: Monday, July 15, 2019 12:30 PM > > To: Li, Zhong ; FFmpeg development discussions and > > patches > > Subject: RE: [FFmpeg-devel] [PATCH, v3] lavf/vf_vpp_qsv: add support for > > QSV transpose filter > > > > > -Or

Re: [FFmpeg-devel] [PATCH 1/2] Revert "lavf/vf_vpp_qsv: add support for QSV transpose filter"

2019-08-07 Thread Paul B Mahol
On Wed, Aug 7, 2019 at 4:31 PM Nicolas George wrote: > Zhong Li (12019-08-07): > > This reverts commit af3ddd581faf2c3c4748ae589947c662b1a2271e. > > > > Revert it due to the uncorrect subject, should be: "lavf" -> "lavfi" > > The damage to the git log is done, this will just make it worse, IMHO.

Re: [FFmpeg-devel] [PATCH 1/2] Revert "lavf/vf_vpp_qsv: add support for QSV transpose filter"

2019-08-07 Thread Paul B Mahol
On Wed, Aug 7, 2019 at 4:34 PM Li, Zhong wrote: > > From: Nicolas George [mailto:geo...@nsup.org] > > Sent: Wednesday, August 7, 2019 10:31 PM > > To: FFmpeg development discussions and patches > > > > Cc: Li, Zhong > > Subject: Re: [FFmpeg-devel] [PATCH 1/2] Revert "lavf/vf_vpp_qsv: add > > su

[FFmpeg-devel] [PATCH] avcodec/h264_refs: do not use invalid mmco values in case of error

2019-08-07 Thread Paul B Mahol
Hi, patch attached. 0001-avcodec-h264_refs-do-not-use-invalid-mmco-values-in-.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or em

Re: [FFmpeg-devel] [PATCH] tools/zmqsend: Avoid mem copy past the end of input buffer

2019-08-08 Thread Paul B Mahol
On Thu, Aug 8, 2019 at 4:44 PM Andriy Gelman wrote: > From: Andriy Gelman > > This patch avoids a read past the end of the input buffer in memcpy since > the size > of the received zmq message is recv_buf_size - 1. > --- > tools/zmqsend.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [FFmpeg-devel] [PATCH 3/3] avformat/avio: remove 4k limit from avio_printf

2019-08-08 Thread Paul B Mahol
On Thu, Aug 8, 2019 at 10:43 AM Nicolas George wrote: > Marton Balint (12019-08-07): > > The function returns an int so it can't signal writing longer strings > that > > that. > > Yet, replacing an arbitrary limit by another arbitrary limit, however > high, seems very wrong. > > But function retu

Re: [FFmpeg-devel] [PATCH 4/5] avcodec/alac: Check for bps of 0

2019-08-09 Thread Paul B Mahol
On Fri, Aug 9, 2019 at 1:26 AM Michael Niedermayer wrote: > Fixes: shift exponent 32 is too large for 32-bit type 'unsigned int' > Fixes: > 15764/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ALAC_fuzzer-5102101203517440 > > Found-by: continuous fuzzing process > https://github.com/google/oss

Re: [FFmpeg-devel] [PATCH 1/2] avcodec: Implement Acorn Replay IMA ADPCM decoder

2019-08-09 Thread Paul B Mahol
On Thu, Aug 8, 2019 at 11:20 PM Cameron Cawley wrote: > Signed-off-by: Cameron Cawley > --- > doc/general.texi| 1 + > libavcodec/Makefile | 1 + > libavcodec/adpcm.c | 14 ++ > libavcodec/allcodecs.c | 1 + > libavcodec/avcodec.h| 1 + > libavcodec/codec_d

[FFmpeg-devel] [PATCH] avcodec/mlpenc: fix invalid checks, sample buffers are internally all in 24 depth

2019-08-09 Thread Paul B Mahol
Hi, patch attached. If you still encounter hash failures please share input file. 0001-avcodec-mlpenc-fix-invalid-checks-sample-buffers-are.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman

Re: [FFmpeg-devel] [PATCH 1/2] avcodec: Implement Acorn Replay IMA ADPCM decoder

2019-08-09 Thread Paul B Mahol
On Fri, Aug 9, 2019 at 1:34 PM Moritz Barsnick wrote: > On Thu, Aug 08, 2019 at 22:09:04 +0100, Cameron Cawley wrote: > > Signed-off-by: Cameron Cawley > > --- > > doc/general.texi| 1 + > > libavcodec/Makefile | 1 + > > libavcodec/adpcm.c | 14 ++ > > libavcodec

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/mlpenc: encode last frame too

2019-08-09 Thread Paul B Mahol
On Wed, Nov 29, 2017 at 4:26 AM James Almer wrote: > On 11/28/2017 4:55 PM, Paul B Mahol wrote: > > Signed-off-by: Paul B Mahol > > --- > > libavcodec/mlpenc.c | 22 +++--- > > 1 file changed, 11 insertions(+), 11 deletions(-) > > >

Re: [FFmpeg-devel] [PATCH v12 03/14] lavc/tiff: Convert DNGs to sRGB color space

2019-08-10 Thread Paul B Mahol
On Sat, Aug 10, 2019 at 2:42 PM Michael Niedermayer wrote: > On Fri, Aug 09, 2019 at 07:29:48PM +0300, Nick Renieris wrote: > > From: Nick Renieris > > > > Signed-off-by: Nick Renieris > > --- > > libavcodec/tiff.c | 34 +++--- > > 1 file changed, 23 insertions(+),

Re: [FFmpeg-devel] [PATCH 6/8] avformat/vividas: Fix another infinite loop

2019-08-11 Thread Paul B Mahol
On Sat, Aug 10, 2019 at 11:17 PM Michael Niedermayer wrote: > Not found by the fuzzer > > Signed-off-by: Michael Niedermayer > --- > libavformat/vividas.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/vividas.c b/libavformat/vividas.c > index a5f33181de..0

Re: [FFmpeg-devel] [PATCH 8/8] avcodec/dds: Use ff_set_dimensions()

2019-08-11 Thread Paul B Mahol
LGTM On Sat, Aug 10, 2019 at 11:16 PM Michael Niedermayer wrote: > Fixes: signed integer overflow: 2082471995 * 36 cannot be represented in > type 'int' > Fixes: > 16025/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_DDS_fuzzer-5136663778426880 > > Found-by: continuous fuzzing process > https

Re: [FFmpeg-devel] [PATCH 5/8] avformat/vividas: Fix infinite loop in header parser

2019-08-11 Thread Paul B Mahol
LGTM On Sat, Aug 10, 2019 at 11:18 PM Michael Niedermayer wrote: > Fixes: Timeout (Infinite -> Finite) > Fixes: > 16010/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5638616102993920 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg

Re: [FFmpeg-devel] [PATCH 1/8] avcodec/mpc8: Fix 32bit mask/enum

2019-08-11 Thread Paul B Mahol
LGTM On Sat, Aug 10, 2019 at 11:18 PM Michael Niedermayer wrote: > Fixes: left shift of 1 by 31 places cannot be represented in type 'int' > Fixes: > 15817/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MPC8_fuzzer-5636626409062400 > > Found-by: continuous fuzzing process > https://github.com

Re: [FFmpeg-devel] [PATCH 1/5] avcodec/tiff: Enforce increasing offsets

2019-08-11 Thread Paul B Mahol
LGTM On Fri, Aug 9, 2019 at 1:25 AM Michael Niedermayer wrote: > This may break some valid tiff files, it appears the specification does > not require > the offsets to be increasing. They increase in the 2 test files i have > though except > the last offset which is 0 (an end marker) and for whi

Re: [FFmpeg-devel] [PATCH] libavfilter/vf_scale: Ensure scaled video is divisible by n

2019-08-11 Thread Paul B Mahol
Michael, can you merge this? On Fri, Aug 9, 2019 at 10:16 AM Lars Kiesow wrote: > Well… then, can anyone merge this patch? > Best regards, > Lars > > On Mon, 5 Aug 2019 14:31:43 +0200 > Paul B Mahol wrote: > > > On Mon, Aug 5, 2019 at 1:31 PM Lars Kiesow w

Re: [FFmpeg-devel] [PATCH] avcodec/scpr: Use av_memcpy_backptr() in type 17 and 33

2019-08-11 Thread Paul B Mahol
lgtm On Tue, Jul 30, 2019 at 2:12 AM Michael Niedermayer wrote: > This makes the changed code-path faster. > > Change not tested except with the fuzzer testcase as I found no other > testcase. > > Improves: Timeout (136sec -> 74sec) > Improves: > 16040/clusterfuzz-testcase-minimized-ffmpeg_AV_CO

Re: [FFmpeg-devel] [PATCH 3/5] avcodec/hevc_refs: Optimize 16bit generate_missing_ref()

2019-08-11 Thread Paul B Mahol
LGTM On Tue, Aug 6, 2019 at 11:32 PM Michael Niedermayer wrote: > Fixes: Timeout (86sec -> 8sec) > Fixes: > 15702/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_HEVC_fuzzer-5657764929470464 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmp

Re: [FFmpeg-devel] [PATCH 5/6] avcodec/4xm: Check for end of input in decode_p_block()

2019-08-12 Thread Paul B Mahol
LGTM On Mon, Aug 12, 2019 at 2:19 AM Michael Niedermayer wrote: > Fixes: Timeout (81sec -> 0.2sec) > Fixes: > 16169/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FOURXM_fuzzer-5662570416963584 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/

[FFmpeg-devel] [PATCH] avfilter: add sierpinski video source filter

2019-08-12 Thread Paul B Mahol
Hi, patch attached. 0001-avfilter-add-sierpinski-video-source.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 1/4] avformat/hashenc: use an array of hashes

2019-08-12 Thread Paul B Mahol
On Mon, Aug 12, 2019 at 2:56 PM Moritz Barsnick wrote: > On Sun, Aug 11, 2019 at 15:57:46 +0200, Nicolas George wrote: > > > +c->hashes = av_malloc_array(1, sizeof(c->hashes)); > > > +if (!c->hashes) > > > +return AVERROR(ENOMEM); > > > +res = av_hash_alloc(&c->hashes[0], c->h

Re: [FFmpeg-devel] [REQUEST] ffmpeg-security subscription

2019-08-13 Thread Paul B Mahol
On Mon, Aug 12, 2019 at 6:15 PM Michael Niedermayer wrote: > Hi Paul > > On Mon, Aug 05, 2019 at 11:50:04AM +0200, Paul B Mahol wrote: > > Hi, > > > > I here hereby request from lead FFmpeg entity to give me subscription to > > ffmpeg-security mailing list. >

Re: [FFmpeg-devel] [PATCH v2 1/3] avfilter: add v360 filter

2019-08-14 Thread Paul B Mahol
On Wed, Aug 14, 2019 at 9:01 AM Li, Zhong wrote: > > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > > Of Eugene Lyapustin > > Sent: Wednesday, August 14, 2019 9:14 AM > > To: ffmpeg-devel@ffmpeg.org > > Subject: [FFmpeg-devel] [PATCH v2 1/3] avfilter: add v360 filter > >

Re: [FFmpeg-devel] [REQUEST] ffmpeg-security subscription

2019-08-14 Thread Paul B Mahol
On Wed, Aug 14, 2019 at 8:04 AM Reimar Döffinger wrote: > On 13.08.2019, at 09:45, Paul B Mahol wrote: > > > On Mon, Aug 12, 2019 at 6:15 PM Michael Niedermayer > > > wrote: > > > >> Hi Paul > >> > >> On Mon, Aug 05, 2019 at 11:50:04AM +

Re: [FFmpeg-devel] [PATCH v2 1/3] avfilter: add v360 filter

2019-08-14 Thread Paul B Mahol
On Wed, Aug 14, 2019 at 11:56 AM Thilo Borgmann wrote: > [...] > > >>> +static int config_output(AVFilterLink *outlink) > >>> +{ > >>> +AVFilterContext *ctx = outlink->src; > >>> +AVFilterLink *inlink = ctx->inputs[0]; > >>> +V360Context *s = ctx->priv; > >>> +const AVPixFmtDescri

Re: [FFmpeg-devel] [PATCH v2 1/3] avfilter: add v360 filter

2019-08-14 Thread Paul B Mahol
On Wed, Aug 14, 2019 at 4:06 PM Thilo Borgmann wrote: > Am 14.08.19 um 15:14 schrieb Eugene: > > On 14.08.2019 13:06, Paul B Mahol wrote: > > > >> On Wed, Aug 14, 2019 at 11:56 AM Thilo Borgmann > > >> wrote: > >> > >>> [...] >

Re: [FFmpeg-devel] [PATCH] ffplay: properly detect all window size changes

2019-08-14 Thread Paul B Mahol
LGTM On Tue, Aug 13, 2019 at 11:20 PM Marton Balint wrote: > SDL_WINDOWEVENT_SIZE_CHANGED should be used instead of > SDL_WINDOWEVENT_RESIZED > because SDL_WINDOWEVENT_RESIZED is only emitted if the resize happened due > to > an external event. > > Fixes ticket #8072. > > Additional references:

Re: [FFmpeg-devel] [PATCHv2 1/3] avformat/avio: add avio_print_string_array and avio_print

2019-08-14 Thread Paul B Mahol
LGTM On Mon, Aug 12, 2019 at 10:32 AM Marton Balint wrote: > These functions can be used to print a variable number of strings > consecutively > to the IO context. Unlike av_bprintf, no temporary buffer is necessary. > > Signed-off-by: Marton Balint > --- > doc/APIchanges| 3 +++ > li

Re: [FFmpeg-devel] [PATCHv2 3/3] avformat/avio: remove 4k limit from avio_printf

2019-08-14 Thread Paul B Mahol
LGTM On Sat, Aug 10, 2019 at 10:56 PM Marton Balint wrote: > We do this by switching to AVBPrint. > > v2: Also set IO context error flag in case of ENOMEM. > > Signed-off-by: Marton Balint > --- > doc/APIchanges| 3 +++ > libavformat/avio.h| 5 - > libavformat/aviobuf.c | 16

Re: [FFmpeg-devel] [PATCH V1] libavdevice: Update the class name as uniform style

2019-08-14 Thread Paul B Mahol
LGTM On Tue, Aug 13, 2019 at 12:53 PM Jun Zhao wrote: > From: Jun Zhao > > Update the class name to uniform indev/outdev style. > > Signed-off-by: Jun Zhao > --- > libavdevice/alsa_dec.c|2 +- > libavdevice/alsa_enc.c|2 +- > libavdevice/avfoundation.m|2 +- >

Re: [FFmpeg-devel] [PATCH 06/13] avformat/mux: Use av_packet_rescale_ts

2019-08-14 Thread Paul B Mahol
LGTM On Tue, Aug 13, 2019 at 4:55 AM Andreas Rheinhardt < andreas.rheinha...@gmail.com> wrote: > ff_write_chained essentially duplicated the functionality of > av_packet_rescale_ts. This has been changed. > > Signed-off-by: Andreas Rheinhardt > --- > libavformat/mux.c | 16 > 1

Re: [FFmpeg-devel] [PATCH 4/8] avcodec/loco: Check left column value

2019-08-14 Thread Paul B Mahol
LGTM On Mon, Aug 12, 2019 at 9:20 PM Michael Niedermayer wrote: > Fixes: Timeout (42sec -> 379 ms) > Fixes: > 16323/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_LOCO_fuzzer-5679178099195904 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ff

Re: [FFmpeg-devel] [PATCH 8/8] avcodec/nuv: Avoid duplicating frames

2019-08-14 Thread Paul B Mahol
On Mon, Aug 12, 2019 at 9:20 PM Michael Niedermayer wrote: > Fixes: Timeout (14sec -> 133ms) > Fixes: > 14843/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_NUV_fuzzer-5661969614372864 > Fixes: > 16257/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_NUV_fuzzer-5769175464673280 > (35sec ->0.5

Re: [FFmpeg-devel] [PATCH 7/8] avcodec/qtrle: return last frame even if unchanged

2019-08-14 Thread Paul B Mahol
On Wed, Aug 14, 2019 at 6:04 PM Paul B Mahol wrote: > > > On Mon, Aug 12, 2019 at 9:19 PM Michael Niedermayer > wrote: > >> Fixes: Ticket7880 >> >> Signed-off-by: Michael Niedermayer >> --- >> libavcodec/qtrle.c| 44

Re: [FFmpeg-devel] [PATCH 1/2] fftools: Use right function signature and pointers

2019-08-14 Thread Paul B Mahol
LGTM On Mon, Aug 12, 2019 at 11:59 PM Andreas Rheinhardt < andreas.rheinha...@gmail.com> wrote: > Andreas Rheinhardt: > > The option tables of the various fftools (in particular ffprobe) are > > arrays of OptionDef; said type contains a union of a pointer to void and > > a function pointer of typ

Re: [FFmpeg-devel] [PATCH 08/13] avformat/avformat.h: Correct some comments

2019-08-14 Thread Paul B Mahol
On Tue, Aug 13, 2019 at 12:03 PM Carl Eugen Hoyos wrote: > Am Di., 13. Aug. 2019 um 04:49 Uhr schrieb Andreas Rheinhardt > : > > > > 1. When set_parameters was removed from AVOutputFormat in 2fb75019, it > > was forgotten to remove the comment pertaining to it. Said comment now > > appeared to ap

Re: [FFmpeg-devel] [PATCH 03/13] avformat/mux: Use const AVPacket * in compare functions

2019-08-14 Thread Paul B Mahol
LGTM On Tue, Aug 13, 2019 at 4:49 AM Andreas Rheinhardt < andreas.rheinha...@gmail.com> wrote: > There is no reason for these functions to modify the given packets at > all. > > Signed-off-by: Andreas Rheinhardt > --- > libavformat/audiointerleave.c | 2 +- > libavformat/audiointerleave.h | 2 +

Re: [FFmpeg-devel] [PATCH 09/13] avformat/mux: Don't use av_ prefix for static functions

2019-08-14 Thread Paul B Mahol
LGTM On Tue, Aug 13, 2019 at 4:50 AM Andreas Rheinhardt < andreas.rheinha...@gmail.com> wrote: > Signed-off-by: Andreas Rheinhardt > --- > libavformat/mux.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/libavformat/mux.c b/libavformat/mux.c > index efe2e94f40.

Re: [FFmpeg-devel] [PATCH 7/8] avcodec/qtrle: return last frame even if unchanged

2019-08-14 Thread Paul B Mahol
On Mon, Aug 12, 2019 at 9:19 PM Michael Niedermayer wrote: > Fixes: Ticket7880 > > Signed-off-by: Michael Niedermayer > --- > libavcodec/qtrle.c| 44 +++ > tests/ref/fate/qtrle-8bit | 1 + > 2 files changed, 41 insertions(+), 4 deletions(-) > > diff

Re: [FFmpeg-devel] [PATCH 2/8] tools/target_dec_fuzzer: adjust pixel threshold for MSRLE, as it allows coding gigantic images on tiny input

2019-08-14 Thread Paul B Mahol
lgtm On Mon, Aug 12, 2019 at 9:19 PM Michael Niedermayer wrote: > Fixes: Timeout (12sec ->2sec) > Fixes: > 16125/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MSRLE_fuzzer-5650846364205056 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmp

Re: [FFmpeg-devel] [REQUEST] ffmpeg-security subscription

2019-08-15 Thread Paul B Mahol
On Thu, Aug 15, 2019 at 7:20 PM Reimar Döffinger wrote: > On 15.08.2019, at 13:15, Vittorio Giovara > wrote: > > I think being on the security list may have some professional > implications > > too: if you use ffmpeg in your $dayjob, being notified of security > problem > > in ffmpeg, and acting

Re: [FFmpeg-devel] [PATCH] libavutil: AVEncodeInfo data structures

2019-08-15 Thread Paul B Mahol
On Thu, Aug 15, 2019 at 7:43 PM Juan De León < juandl-at-google@ffmpeg.org> wrote: > On Wed, Aug 14, 2019 at 12:11 PM Juan De León wrote: > > > AVEncodeInfoFrame data structure to store as AVFrameSideData of type > > AV_FRAME_DATA_ENCODE_INFO. > > The structure stores quantization index for e

Re: [FFmpeg-devel] [REQUEST] ffmpeg-security subscription

2019-08-16 Thread Paul B Mahol
On Fri, Aug 16, 2019 at 3:39 AM Reimar Döffinger wrote: > > > On 15.08.2019, at 19:38, Paul B Mahol wrote: > > > On Thu, Aug 15, 2019 at 7:20 PM Reimar Döffinger < > reimar.doeffin...@gmx.de> > > wrote: > > > >> On 15.08.2019, at 13:15, Vittorio

Re: [FFmpeg-devel] [PATCH 1/2] avutil: Add Simple loop detector

2019-08-16 Thread Paul B Mahol
On Fri, Aug 16, 2019 at 10:35 AM Michael Niedermayer wrote: > On Wed, Aug 14, 2019 at 10:46:19PM +0200, Lynne wrote: > > Aug 14, 2019, 19:29 by mich...@niedermayer.cc: > > > > > On Tue, Aug 13, 2019 at 12:11:30PM +0200, Lynne wrote: > > > > > >> Aug 12, 2019, 20:53 by mich...@niedermayer.cc: > >

Re: [FFmpeg-devel] [PATCH 1/2] avutil: Add Simple loop detector

2019-08-16 Thread Paul B Mahol
On Fri, Aug 16, 2019 at 1:03 PM Nicolas George wrote: > Michael Niedermayer (12019-08-16): > > irc logs off? irc logs off. > > carl not here? carl not here. > > nicolas is an awful person who disagrees with everything and > does no work like ever, yet hangs around the ml to be obnoxious > > h

Re: [FFmpeg-devel] [PATCH 0/3] Dolby TrueHD support in ISO BMFF

2019-08-17 Thread Paul B Mahol
On Fri, Aug 16, 2019 at 11:18 PM James Almer wrote: > > https://developer.dolby.com/globalassets/technology/dolby-truehd/dolbytruehdbitstreamswithintheisobasemediafileformat.pdf > > There's no software i could find that supports this, so mine is the first > implementation out there. It's therefor

[FFmpeg-devel] [CALL] New FFmpeg developers meeting

2019-08-17 Thread Paul B Mahol
Hi, When and how to organize this? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH 4/6] avcodec/pngdec: Check amount decoded

2019-08-18 Thread Paul B Mahol
NAK On Sun, Aug 18, 2019 at 1:36 AM Michael Niedermayer wrote: > Fixes: Timeout (70sec -> 243ms) > Fixes: > 16097/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_APNG_fuzzer-5664690889293824 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmp

Re: [FFmpeg-devel] [PATCH 4/6] avcodec/pngdec: Check amount decoded

2019-08-18 Thread Paul B Mahol
On Sun, Aug 18, 2019 at 10:25 AM Michael Niedermayer wrote: > On Sun, Aug 18, 2019 at 09:21:25AM +0200, Paul B Mahol wrote: > > NAK > > What problem do you see in this patch ? > > What change do you suggest ? > or what alternative fix for the issue do you suggest ? >

Re: [FFmpeg-devel] [PATCH 1/8] avcodec/cinepak: Require 1 bit per 4x4 block as minimum input

2019-08-18 Thread Paul B Mahol
On Sun, Aug 18, 2019 at 11:44 AM Michael Niedermayer wrote: > On Sun, Aug 18, 2019 at 10:47:26AM +0200, Tomas Härdin wrote: > > sön 2019-08-18 klockan 02:35 +0200 skrev Tomas Härdin: > > > lör 2019-08-17 klockan 17:33 +0200 skrev Michael Niedermayer: > > > > On Sat, Aug 17, 2019 at 12:26:27AM +02

Re: [FFmpeg-devel] [PATCH 1/8] avcodec/cinepak: Require 1 bit per 4x4 block as minimum input

2019-08-18 Thread Paul B Mahol
On Sun, Aug 18, 2019 at 12:19 PM Michael Niedermayer wrote: > On Sun, Aug 18, 2019 at 12:00:45PM +0200, Paul B Mahol wrote: > > On Sun, Aug 18, 2019 at 11:44 AM Michael Niedermayer > > > wrote: > > > > > On Sun, Aug 18, 2019 at 10:47:26AM +0200, Tomas Här

Re: [FFmpeg-devel] [PATCH 1/7] avcodec/vc1: Check for excessive resolution

2019-08-18 Thread Paul B Mahol
NAK On Thu, Aug 15, 2019 at 11:51 PM Michael Niedermayer wrote: > Fixes: overflow in aspect ratio calculation > Fixes: signed integer overflow: 393215 * 14594 cannot be represented in > type 'int' > Fixes: > 15728/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WMV3IMAGE_fuzzer-566158889320448

Re: [FFmpeg-devel] [PATCH 1/7] avcodec/vc1: Check for excessive resolution

2019-08-19 Thread Paul B Mahol
On Mon, Aug 19, 2019 at 8:17 AM Jean-Baptiste Kempf wrote: > You need to explain why. A "NAK" is not enough. > > 16k pixels x 16k is a large size already for vc1. > And for any other codecs > > On Sun, Aug 18, 2019, at 12:45, Paul B Mahol wrote: > > NAK

Re: [FFmpeg-devel] [PATCH 1/7] avcodec/vc1: Check for excessive resolution

2019-08-19 Thread Paul B Mahol
On Mon, Aug 19, 2019 at 9:46 AM Jean-Baptiste Kempf wrote: > > > On Mon, Aug 19, 2019, at 09:45, Paul B Mahol wrote: > > On Mon, Aug 19, 2019 at 8:17 AM Jean-Baptiste Kempf > wrote: > > > > > You need to explain why. A "NAK" is not enough. > >

Re: [FFmpeg-devel] [PATCH V1 2/5] lavfi/avfiltergraph: add check before free the format

2019-08-19 Thread Paul B Mahol
LGTM On Mon, Aug 19, 2019 at 3:08 PM Jun Zhao wrote: > From: Jun Zhao > > ff_merge_samplerates will be deallocate a or b in some case, so > add a check before free the format. > > Signed-off-by: Jun Zhao > --- > libavfilter/avfiltergraph.c |6 -- > 1 files changed, 4 insertions(+), 2

Re: [FFmpeg-devel] [PATCH V1 1/5] lavfi/af_adeclick: fix double free after ff_filter_frame fail

2019-08-19 Thread Paul B Mahol
LGTM On Mon, Aug 19, 2019 at 3:08 PM Jun Zhao wrote: > From: Jun Zhao > > ff_filter_frame fail will free the frame, so we just returen after this > function fail. > > Signed-off-by: Jun Zhao > --- > libavfilter/af_adeclick.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > di

Re: [FFmpeg-devel] [PATCH v2 1/3] avfilter: add v360 filter

2019-08-20 Thread Paul B Mahol
On Mon, Aug 19, 2019 at 11:31 PM James Almer wrote: > On 8/13/2019 10:14 PM, Eugene Lyapustin wrote: > > Signed-off-by: Eugene Lyapustin > > --- > > doc/filters.texi | 137 +++ > > libavfilter/Makefile |1 + > > libavfilter/allfilters.c |1 + > > libavfilter/vf_v360.c|

Re: [FFmpeg-devel] [PATCH]lavc/g729dec: Support decoding ACELP.KELVIN

2019-08-20 Thread Paul B Mahol
Do not use full caps name for short name. On Mon, Aug 19, 2019 at 11:38 PM Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes tickets #4799 and #8081, thanks to Paul for his help. > > Please comment, Carl Eugen > ___ > ffmpeg-devel mailing list > f

Re: [FFmpeg-devel] [CALL] New FFmpeg developers meeting

2019-08-20 Thread Paul B Mahol
Hi, Because of current overall toxic situation in FFmpeg, meeting will not be held until situation improves considerably. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link a

[FFmpeg-devel] [PATCH] small v360 improvements

2019-08-20 Thread Paul B Mahol
Hi, patches attached. 0001-doc-filters-fix-v360-options-names.patch Description: Binary data 0002-add-v360-to-Changelog.patch Description: Binary data 0003-doc-filters-fix-typos.patch Description: Binary data 0004-avfilter-vf_v360-improve-comments-above-headers.patch Description: Binary da

[FFmpeg-devel] [REQUEST] avcodec/scpr: revert d70276921348

2019-08-20 Thread Paul B Mahol
Hi, I kindly ask that following commit: d702769213487923c0fb0abe4b61f4d9ebddb88b is reverted as it does contradicts with reference decoder. Thanks ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To

Re: [FFmpeg-devel] [REQUEST] avcodec/scpr: revert d70276921348

2019-08-20 Thread Paul B Mahol
On Tue, Aug 20, 2019 at 3:16 PM Carl Eugen Hoyos wrote: > Am Di., 20. Aug. 2019 um 14:48 Uhr schrieb Paul B Mahol >: > > > I kindly ask that following commit: > d702769213487923c0fb0abe4b61f4d9ebddb88b > > I still believe what the patch does is a very good idea and a re

Re: [FFmpeg-devel] [PATCH v2 1/3] avfilter: add v360 filter

2019-08-21 Thread Paul B Mahol
On Tue, Aug 20, 2019 at 7:04 PM James Almer wrote: > On 8/20/2019 5:29 AM, Paul B Mahol wrote: > > On Mon, Aug 19, 2019 at 11:31 PM James Almer wrote: > > > >> On 8/13/2019 10:14 PM, Eugene Lyapustin wrote: > >>> Signed-off-by: Eugene Lyapustin > >>

Re: [FFmpeg-devel] Legal status of MLP decoder/encoder + MLP DVD-Audio headers

2019-08-21 Thread Paul B Mahol
On Wed, Aug 21, 2019 at 10:29 AM Carl Eugen Hoyos wrote: > Am Mi., 21. Aug. 2019 um 10:01 Uhr schrieb fabrice nicol < > fabrni...@gmail.com>: > > > I was wondering whether the ffmpeg team has investigated the potential > > legal issues with the MLP decoder/encoder, as it was originally created >

Re: [FFmpeg-devel] [PATCH]lavc/g729dec: Support decoding ACELP.KELVIN

2019-08-21 Thread Paul B Mahol
The configure line is not needed. Where is Makefile change? Changlelog one does not apply. On Tue, Aug 20, 2019 at 7:25 PM Carl Eugen Hoyos wrote: > Am Di., 20. Aug. 2019 um 10:30 Uhr schrieb Paul B Mahol >: > > > > Do not use full caps name for short name. > > New p

Re: [FFmpeg-devel] [PATCH]lavc/g729dec: Support decoding ACELP.KELVIN

2019-08-21 Thread Paul B Mahol
On Wed, Aug 21, 2019 at 10:44 AM Carl Eugen Hoyos wrote: > Am Mi., 21. Aug. 2019 um 10:40 Uhr schrieb Paul B Mahol >: > > > > The configure line is not needed. Where is Makefile change? > > This line makes no sense. > Nope, you do not make sense. Configure line is co

Re: [FFmpeg-devel] [PATCH]lavc/g729dec: Support decoding ACELP.KELVIN

2019-08-21 Thread Paul B Mahol
On Wed, Aug 21, 2019 at 11:12 AM Carl Eugen Hoyos wrote: > Am Mi., 21. Aug. 2019 um 10:54 Uhr schrieb Paul B Mahol >: > > > > On Wed, Aug 21, 2019 at 10:44 AM Carl Eugen Hoyos > > wrote: > > > > > Am Mi., 21. Aug. 2019 um 10:40 Uhr schrieb Paul B Mahol &

Re: [FFmpeg-devel] [REQUEST] avcodec/scpr: revert d70276921348

2019-08-22 Thread Paul B Mahol
On Wed, Aug 21, 2019 at 10:10 PM Marton Balint wrote: > > > On Tue, 20 Aug 2019, Carl Eugen Hoyos wrote: > > > Am Di., 20. Aug. 2019 um 14:48 Uhr schrieb Paul B Mahol < > one...@gmail.com>: > > > >> I kindly ask that following commit: > d7027692134

Re: [FFmpeg-devel] [PATCH 2/4] avformat/vividas: Check av_xiphlacing() return value before use

2019-08-22 Thread Paul B Mahol
probably ok On Thu, Aug 22, 2019 at 12:21 AM Michael Niedermayer wrote: > Fixes: out of array access > Fixes: > 16277/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5696629440512000 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg >

Re: [FFmpeg-devel] [PATCH 4/4] tools/target_dec_fuzzer: Adjust max_pixels for IDCIN

2019-08-22 Thread Paul B Mahol
Why not fix issues listed in decoder code instead of this hack? On Thu, Aug 22, 2019 at 12:21 AM Michael Niedermayer wrote: > Fixes: Timeout (128sec -> 6sec) > Fixes: > 16568/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_IDCIN_fuzzer-5675004095627264 > > Found-by: continuous fuzzing process

Re: [FFmpeg-devel] [PATCH 4/4] tools/target_dec_fuzzer: Adjust max_pixels for IDCIN

2019-08-22 Thread Paul B Mahol
On Thu, Aug 22, 2019 at 10:16 AM Michael Niedermayer wrote: > On Thu, Aug 22, 2019 at 10:09:30AM +0200, Paul B Mahol wrote: > > Why not fix issues listed in decoder code instead of this hack? > > I can improve the VLC reader and will probably look into that > but i dont think

Re: [FFmpeg-devel] [PATCH 4/4] tools/target_dec_fuzzer: Adjust max_pixels for IDCIN

2019-08-22 Thread Paul B Mahol
On Thu, Aug 22, 2019 at 11:24 AM Tomas Härdin wrote: > tor 2019-08-22 klockan 10:34 +0200 skrev Michael Niedermayer: > > On Thu, Aug 22, 2019 at 10:23:40AM +0200, Paul B Mahol wrote: > > > On Thu, Aug 22, 2019 at 10:16 AM Michael Niedermayer < > > > mich.

Re: [FFmpeg-devel] [PATCH] avformat: Fix probing on some JPEGs

2019-08-22 Thread Paul B Mahol
On Thu, Aug 22, 2019 at 11:19 AM Carl Eugen Hoyos wrote: > Am Mi., 21. Aug. 2019 um 23:05 Uhr schrieb Niki Bowe > : > > > > On Mon, Aug 19, 2019 at 7:22 PM Carl Eugen Hoyos > wrote: > > > > > > > > This score would mean that mjpeg can never be detected. > > > I suspect you have to reduce one of

[FFmpeg-devel] [PATCH] avformat/mov: improve timecode calculation

2019-08-22 Thread Paul B Mahol
Hi, patch attached. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/aacdec: Add FF_CODEC_CAP_INIT_CLEANUP

2019-08-22 Thread Paul B Mahol
lgtm On Fri, Aug 23, 2019 at 12:54 AM Michael Niedermayer wrote: > Fixes: memleaks > Fixes: > 16289/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AAC_LATM_fuzzer-5200695692623872 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signe

Re: [FFmpeg-devel] [PATCH]lavc/g729dec: Support decoding ACELP.KELVIN

2019-08-23 Thread Paul B Mahol
allcodecs.c entry is in wrong section, it should be audio one but yours is in video section. the avcodec.h entry may contradict with next libav entry so better move it bellow hcom. Rest looks OK. On Thu, Aug 22, 2019 at 12:13 PM Carl Eugen Hoyos wrote: > Am Mo., 19. Aug. 2019 um 23:37 Uhr schri

Re: [FFmpeg-devel] [PATCH] avformat/mov: improve timecode calculation

2019-08-23 Thread Paul B Mahol
Here is patch. On Thu, Aug 22, 2019 at 6:18 PM Paul B Mahol wrote: > Hi, > > patch attached. > 0001-avformat-mov-improve-timecode-calculation.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https:

[FFmpeg-devel] [PATCH] avformat/dhav: gracefully handle corrupted files

2019-08-24 Thread Paul B Mahol
Hi, patch attached. 0001-avformat-dhav-gracefully-handle-corrupted-files.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email f

Re: [FFmpeg-devel] [PATCH] avformat/dhav: gracefully handle corrupted files

2019-08-24 Thread Paul B Mahol
Hi, New patches attached. Now also with handling of files with missing data at start. On Sat, Aug 24, 2019 at 11:02 AM Paul B Mahol wrote: > Hi, > > patch attached. > 0001-avformat-dhav-gracefully-handle-corrupted-files.patch Description: Binary data 0002-avformat-dhav-handle-f

Re: [FFmpeg-devel] [PATCH v1 3/3] avfilter/vf_show: display QP table data and properties side data

2019-08-24 Thread Paul B Mahol
The API is deprecated, do not use it. On Sat, Aug 24, 2019 at 6:25 PM wrote: > From: Limin Wang > > Below is the final displaying format for the QP table data and properties, > timecode: > [Parsed_showinfo_0 @ 0x364fdc0] side data - pan/scan > [Parsed_showinfo_0 @ 0x364fdc0] side data - QP

Re: [FFmpeg-devel] [PATCH 6/6] avcodec/nuv: Avoid duplicating frames

2019-08-24 Thread Paul B Mahol
Very ugly. NAK. On Sat, Aug 24, 2019 at 8:26 PM Michael Niedermayer wrote: > Testcase: > 14843/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_NUV_fuzzer-5661969614372864 > Testcase: > 16257/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_NUV_fuzzer-5769175464673280 > > Found-by: continuous

Re: [FFmpeg-devel] [PATCH 5/6] avcodec/qtrle: return last frame even if unchanged

2019-08-24 Thread Paul B Mahol
Very ugly non-solution. NAK. On Sat, Aug 24, 2019 at 8:27 PM Michael Niedermayer wrote: > Fixes: Ticket7880 > > Signed-off-by: Michael Niedermayer > --- > libavcodec/qtrle.c| 30 ++ > tests/ref/fate/qtrle-8bit | 1 + > 2 files changed, 27 insertions(+), 4 d

Re: [FFmpeg-devel] [PATCH 4/5] avcodec/alac: Check for bps of 0

2019-08-25 Thread Paul B Mahol
On Sun, Aug 25, 2019 at 9:33 AM Michael Niedermayer wrote: > On Fri, Aug 23, 2019 at 11:20:48AM -0300, James Almer wrote: > > On 8/8/2019 8:23 PM, Michael Niedermayer wrote: > > > Fixes: shift exponent 32 is too large for 32-bit type 'unsigned int' > > > Fixes: > 15764/clusterfuzz-testcase-minimi

Re: [FFmpeg-devel] [PATCH] lavc: Add DICOM decoder

2019-08-25 Thread Paul B Mahol
On Sat, Aug 24, 2019 at 11:53 PM Shivam wrote: > The patch contains DICOM decoder. I have improved the code as suggested. > > Please, push it as soon as possible, as i have to share the commit in > GSoC final evaluation. if anything remain i would add it after that. > You do not share ffmpeg com

<    4   5   6   7   8   9   10   11   12   13   >