> 在 2019年11月8日,10:32,Fu, Linjie 写道:
>
>> -Original Message-
>> From: ffmpeg-devel On Behalf Of
>> Steven Liu
>> Sent: Friday, November 8, 2019 06:50
>> To: ffmpeg-devel@ffmpeg.org
>> Cc: Steven Liu
>> Subject: [FFmpeg-devel] [PATCH] avformat/mlvdec:drop unnecessary check
>> before ff_
On Fri, Nov 1, 2019 at 7:24 AM Yuki Tsuchiya wrote:
>
> Implemented according to the specification at
> https://www.iso.org/standard/69561.html
> The "mhm1" sample entry is registered with MP4RA, which is defined as MHAS
> encapsulated single stream MPEG-H 3D Audio.
> "MHAS" stands for MPEG-H au
On Fri, Nov 08, 2019 at 10:29:42AM +0800, darling.zhong wrote:
> Here if (in->data[in->size - 1] & 0) nerver true?
>
>
> Signed-off-by: darling.zhong
> ---
> libavcodec/vp9_raw_reorder_bsf.c | 2 +-
> patcheck.tmp | 0
> 2 files changed, 1 insertion(+), 1 deletion(-)
> mode
On Thu, Nov 07, 2019 at 10:37:05PM +0100, Hendrik Leppkes wrote:
> On Thu, Nov 7, 2019 at 10:34 PM Michael Niedermayer
> wrote:
> >
> > From: Limin Wang
> >
> > Fixes misdetection of zYLx.wav
> >
> > Co-Author: Michael Niedermayer
> > Signed-off-by: Michael Niedermayer
> > ---
> > libavformat/
Fixes: Assertion failure
Fixes:
18630/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WMAPRO_fuzzer-5201588654440448
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavcodec/wmaprodec.c | 6 +++---
1
Fixes: signed integer overflow: 50176 * 262144 cannot be represented in type
'int'
Fixes:
18629/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VC1IMAGE_fuzzer-5182370286403584
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: M
Fixes: signed integer overflow: 4 * 538976288 cannot be represented in type
'int'
Fixes:
18622/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VMDAUDIO_fuzzer-5092166174507008
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Mi
Fixes: signed integer overflow: -2147483648 * -1 cannot be represented in type
'int'
Fixes:
18643/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ALAC_fuzzer-5672182449700864
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Mic
On Thu, Nov 7, 2019, at 4:29 PM, myp...@gmail.com wrote:
> LGTM
Set pushed.
___
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.or
This set of patches work together to facilitate user specified timescales for
the Movie Header Atom 'mvhd', which allows constant sample table durations for
all frame rates.
Currently there is a fixed timescale of 1000, which is not an even multiple of
all the typical video frame/field rates. This
From: Limin Wang
Signed-off-by: Limin Wang
---
libavformat/utils.c | 27 ---
1 file changed, 12 insertions(+), 15 deletions(-)
diff --git a/libavformat/utils.c b/libavformat/utils.c
index 8196442..e634f15 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -48
On Fri, Nov 08, 2019 at 04:34:01AM +, Guo, Yejun wrote:
>
>
> > -Original Message-
> > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of
> > leozhang
> > Sent: Friday, November 08, 2019 11:55 AM
> > To: ffmpeg-devel@ffmpeg.org
> > Subject: [FFmpeg-devel] [PATCH]
On Fri, Nov 08, 2019 at 03:51:40PM +0800, Guo, Yejun wrote:
> Signed-off-by: Guo, Yejun
> ---
> libavfilter/vf_dnn_processing.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
applied
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
I have often re
> 在 2019年11月8日,11:58,manuelyuan 写道:
>
> I have try to make fate again and it still works, I do not know why it breaks
> fate-binsub-movtextenc on your side
> My steps are:
> 1、./configure
> 2、make fate
> If I'm wrong, what should I do?
./configure need add one parameter: --samples=fate-suite/
> 在 2019年11月8日,19:26,Limin Wang 写道:
>
> On Thu, Oct 10, 2019 at 02:07:13PM +0800, Steven Liu wrote:
>>
>>
>>> 在 2019年10月10日,14:03,lance.lmw...@gmail.com 写道:
>>>
>>> From: Limin Wang
>>>
>>> Signed-off-by: Limin Wang
>>> ---
>>> libavfilter/f_metadata.c | 4
>>> 1 file changed, 4 delet
Carl Eugen Hoyos:
> Am Mi., 6. Nov. 2019 um 13:18 Uhr schrieb Andreas Rheinhardt
> :
>>
>> Introduced in ed3c317d.
>>
>> Signed-off-by: Andreas Rheinhardt
>> ---
>> fftools/ffmpeg_opt.c | 6 --
>> 1 file changed, 4 insertions(+), 2 deletions(-)
>>
>> diff --git a/fftools/ffmpeg_opt.c b/fftool
darling.zhong:
> Signed-off-by: darling.zhong
> ---
> libavformat/utils.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> mode change 100644 => 100755 libavformat/utils.c
>
>
> diff --git a/libavformat/utils.c b/libavformat/utils.c
> old mode 100644
> new mode 100755
> index 8196442d
ping.
On Wed, Oct 23, 2019 at 06:27:43PM +0800, lance.lmw...@gmail.com wrote:
> From: Limin Wang
>
> Signed-off-by: Limin Wang
> ---
> libavfilter/vf_colorlevels.c | 176 +++
> 1 file changed, 77 insertions(+), 99 deletions(-)
>
> diff --git a/libavfilter/vf_c
darling.zhong:
>
>
> Signed-off-by: darling.zhong
> ---
> libavcodec/h265_metadata_bsf.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> mode change 100644 => 100755 libavcodec/h265_metadata_bsf.c
>
>
> diff --git a/libavcodec/h265_metadata_bsf.c b/libavcodec/h265_metadata_bsf.c
>
darling.zhong:
> Here if (in->data[in->size - 1] & 0) nerver true?
>
>
> Signed-off-by: darling.zhong
> ---
> libavcodec/vp9_raw_reorder_bsf.c | 2 +-
> patcheck.tmp | 0
> 2 files changed, 1 insertion(+), 1 deletion(-)
> mode change 100644 => 100755 libavcodec/vp9_raw_reor
ping the patchset except patch#1
On Mon, Oct 14, 2019 at 06:27:05PM +0800, lance.lmw...@gmail.com wrote:
> From: Limin Wang
>
> Signed-off-by: Limin Wang
> ---
> libavfilter/unsharp.h| 3 +
> libavfilter/vf_unsharp.c | 162 +--
> 2 files changed, 90
On Thu, Oct 10, 2019 at 02:07:13PM +0800, Steven Liu wrote:
>
>
> > 在 2019年10月10日,14:03,lance.lmw...@gmail.com 写道:
> >
> > From: Limin Wang
> >
> > Signed-off-by: Limin Wang
> > ---
> > libavfilter/f_metadata.c | 4
> > 1 file changed, 4 deletions(-)
> >
> > diff --git a/libavfilter/f_me
22 matches
Mail list logo