On 14-06-2019 10:45 PM, Gyan wrote:
Fixes an issue brought to my attention at Super User.
v2 fixes inadvertent stream TC creation when non existed.
Gyan
From 9d4c8efefe05566377b76a39bd11805ac5bc7dd6 Mon Sep 17 00:00:00 2001
From: Gyan Doshi
Date: Fri, 14 Jun 2019 22:36:27 +0530
Subject: [P
Fixes: Assertion failure
Fixes: crbug971646.mp4
Reported-by: Matt Wolenetz
Reviewed-by: Matt Wolenetz
Signed-off-by: Michael Niedermayer
---
libavformat/mov.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 78f692872b..327a25bbd
> -Original Message-
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf
> Of Michael Niedermayer
> Sent: Friday, June 14, 2019 2:33 AM
> To: FFmpeg development discussions and patches de...@ffmpeg.org>
> Subject: [FFmpeg-devel] [PATCH 2/4] avcodec/hevc_ps: Fix integer
From: Jun Zhao
fix the logic check error
Signed-off-by: Jun Zhao
---
libavformat/mpegtsenc.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c
index fc0ea22..5d679c9 100644
--- a/libavformat/mpegtsenc.c
+++ b/libavformat
From: Jun Zhao
Redundant condition: '!A || B' is equivalent to '!A || (A && B)' but
more clearly.
Signed-off-by: Jun Zhao
---
libavfilter/af_asetnsamples.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavfilter/af_asetnsamples.c b/libavfilter/af_asetnsamples.c
in
From: Jun Zhao
Simplify the check conditions
Signed-off-by: Jun Zhao
---
libavformat/asfdec_o.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavformat/asfdec_o.c b/libavformat/asfdec_o.c
index 8e7f044..7891b23 100644
--- a/libavformat/asfdec_o.c
+++ b/libavformat
Fixes:
15248/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_LOCO_fuzzer-5087440458481664
Fixes: signed integer overflow: 3 + 2147483647 cannot be represented in type
'int'
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Micha
Fixes:
15246/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MOTIONPIXELS_fuzzer-5168534407086080
Fixes: runtime error: index -1 out of bounds for type 'HuffCode [16]'
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Nie
Fixes: global-buffer-overflow
Fixes:
15247/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ATRAC9_fuzzer-5671602181636096
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavcodec/atrac9dec.c | 7 +++-
Fixes: Direct leak of 536 byte(s) in 1 object(s)
Fixes:
15266/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_BINK_fuzzer-5629530426834944
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavcodec/bin
Fixes: index -1 out of bounds for type 'const uint8_t [185][2]'
Fixes:
15250/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WMV3IMAGE_fuzzer-5648992869810176
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
On Sat, Jun 15, 2019 at 03:07:13PM +, Song, Ruiling wrote:
> > -Original Message-
> > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf
> > Of Michael Niedermayer
> > Sent: Friday, June 14, 2019 2:33 AM
> > To: FFmpeg development discussions and patches > de...@ffmp
On Sat, Jun 15, 2019 at 06:53:20AM +0800, Lance Wang wrote:
> On Sat, Jun 15, 2019 at 3:16 AM Michael Niedermayer
> wrote:
>
> > On Wed, Jun 12, 2019 at 06:57:29PM +0800, lance.lmw...@gmail.com wrote:
> > > From: Limin Wang
> > >
> > > Signed-off-by: Limin Wang
> > > ---
> > > doc/filters.texi
On Fri, Jun 14, 2019 at 11:52:47PM +0800, Lance Wang wrote:
> On Fri, Jun 14, 2019 at 5:31 PM Michael Niedermayer
> wrote:
>
> > On Wed, Jun 12, 2019 at 06:50:18PM +0800, lance.lmw...@gmail.com wrote:
> > > From: Limin Wang
> > >
> > > Signed-off-by: Limin Wang
> > > ---
> > > doc/filters.texi
On Sat, Jun 15, 2019 at 06:39:38AM +0800, Lance Wang wrote:
> On Sat, Jun 15, 2019 at 3:02 AM Michael Niedermayer
> wrote:
>
> > Hi
> >
> > On Wed, Jun 12, 2019 at 06:57:30PM +0800, lance.lmw...@gmail.com wrote:
> > > From: Limin Wang
> > >
> > > benchmark on x86_64: 6.4 -> 16 with below command
On Sun, Jun 16, 2019 at 6:16 AM Michael Niedermayer
wrote:
> On Sat, Jun 15, 2019 at 06:53:20AM +0800, Lance Wang wrote:
> > On Sat, Jun 15, 2019 at 3:16 AM Michael Niedermayer
>
> > wrote:
> >
> > > On Wed, Jun 12, 2019 at 06:57:29PM +0800, lance.lmw...@gmail.com
> wrote:
> > > > From: Limin Wa
On Sun, Jun 16, 2019 at 6:41 AM Michael Niedermayer
wrote:
> On Sat, Jun 15, 2019 at 06:39:38AM +0800, Lance Wang wrote:
> > On Sat, Jun 15, 2019 at 3:02 AM Michael Niedermayer
>
> > wrote:
> >
> > > Hi
> > >
> > > On Wed, Jun 12, 2019 at 06:57:30PM +0800, lance.lmw...@gmail.com
> wrote:
> > > >
On Sun, Jun 16, 2019 at 6:20 AM Michael Niedermayer
wrote:
> On Fri, Jun 14, 2019 at 11:52:47PM +0800, Lance Wang wrote:
> > On Fri, Jun 14, 2019 at 5:31 PM Michael Niedermayer
>
> > wrote:
> >
> > > On Wed, Jun 12, 2019 at 06:50:18PM +0800, lance.lmw...@gmail.com
> wrote:
> > > > From: Limin Wa
From: Limin Wang
Signed-off-by: Limin Wang
---
doc/filters.texi | 2 +-
libavfilter/vf_find_rect.c | 39 ---
2 files changed, 29 insertions(+), 12 deletions(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index ec1c7c7..4ee6a57 100644
--- a/do
Hi
just a quick report
trac had issues in the last few days, which where due to trac being
slow and some bots being faster. The specific problem should be
"fixed" by a robots.txt since yesterday which should stop bots from
geting lost in generated pages.
If anyone spots anything we should change
On Fri, Jun 7, 2019 at 11:13 PM wrote:
> From: Limin Wang
>
> Signed-off-by: Limin Wang
> ---
> libavcodec/videotoolboxenc.c | 5 +
> 1 file changed, 5 insertions(+)
>
> diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videotoolboxenc.c
> index 3665581..f8ccdea 100644
> --- a/libavco
On Tue, Jun 11, 2019 at 7:05 PM Jun Li wrote:
>
> On Sun, Jun 9, 2019 at 2:28 PM Jun Li wrote:
>
>> Add exif orientation support and expose an option.
>> ---
>> libavfilter/hflip.h| 2 +
>> libavfilter/transpose.h| 14
>> libavfilter/vf_hflip.c | 40 ++---
>> libavf
On Sun, Jun 16, 2019 at 12:00:55AM +0200, Michael Niedermayer wrote:
> Fixes: Direct leak of 536 byte(s) in 1 object(s)
> Fixes:
> 15266/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_BINK_fuzzer-5629530426834944
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tr
On Mon, Jun 10, 2019 at 09:25:27AM +0530, Swaraj Hota wrote:
> Fixes ticket #2956.
>
> Signed-off-by: Swaraj Hota
> ---
> Added entry in "doc/general.texi".
> ---
> Changelog| 1 +
> doc/general.texi | 2 +
> libavformat/Makefile | 1 +
> libavformat/allformats.
Michael,
On Thu, 16. May 00:43, Michael Niedermayer wrote:
> On Tue, May 14, 2019 at 05:54:21PM -0400, Andriy Gelman wrote:
> > From: Andriy Gelman
> >
> > Fixes Ticket #7895.
> >
> > Currently, timestamp interpolation is disabled by default in H264 and
> > HEVC. This creates playback issues
25 matches
Mail list logo