On Thu, Jun 13, 2019 at 08:32:36PM +0200, Michael Niedermayer wrote:
> Fixes: signed integer overflow: -1727985666 - 538976288 cannot be represented
> in type 'int'
> Fixes:
> 15031/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TRUEMOTION2_fuzzer-5100228035739648
>
> Signed-off-by: Michael N
On Thu, Jun 13, 2019 at 08:32:33PM +0200, Michael Niedermayer wrote:
> Fixes: signed integer overflow: -1539565182 + -798086761 cannot be
> represented in type 'int'
> Fixes:
> 14807/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AAC_FIXED_fuzzer-564925382682214
>
> Found-by: continuous fuzzi
> -Original Message-
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of
> Mark Thompson
> Sent: Tuesday, June 04, 2019 7:19 AM
> To: ffmpeg-devel@ffmpeg.org
> Subject: [FFmpeg-devel] [PATCH v3 4/5] vaapi_encode: Add ROI support
>
> +// For overlapping regi
On Wed, Jun 19, 2019 at 03:59:47PM -0300, James Almer wrote:
> On 6/19/2019 3:13 PM, Michael Niedermayer wrote:
> > On Wed, Jun 19, 2019 at 12:54:25PM -0300, James Almer wrote:
> >> On 6/19/2019 6:22 AM, Michael Niedermayer wrote:
> >>> On Mon, Jun 17, 2019 at 07:55:45PM -0300, James Almer wrote:
>
On 6/25/19 2:12 AM, Michael Niedermayer wrote:
On Mon, Jun 24, 2019 at 09:18:13PM +0530, Shivam wrote:
Hi!
The code is to add DICOM Support. The patch is only for uncompressed
dicom files using explicit value representation. I would extend it, once i
clarify some doubts. As dicom imag
On Thu, Jun 20, 2019 at 01:04:45AM -0300, James Almer wrote:
> On 6/19/2019 3:59 PM, James Almer wrote:
> > On 6/19/2019 3:13 PM, Michael Niedermayer wrote:
> >> On Wed, Jun 19, 2019 at 12:54:25PM -0300, James Almer wrote:
> >>> On 6/19/2019 6:22 AM, Michael Niedermayer wrote:
> On Mon, Jun 17
On Fri, Jun 14, 2019 at 09:46:17AM +0200, Moritz Barsnick wrote:
> On Thu, Jun 13, 2019 at 20:32:35 +0200, Michael Niedermayer wrote:
>
> > avcodec/fitsdec: Fix division be 0 in size check
> Nit:^ by
will push without the typo
thanks
[...]
--
Michael GnuPG finge
> -Original Message-
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of
> Guo, Yejun
> Sent: Tuesday, June 04, 2019 2:46 PM
> To: FFmpeg development discussions and patches
> Subject: Re: [FFmpeg-devel] [PATCH v3 3/5] libx265: Update ROI behaviour to
> match docume
On Wed, Jun 12, 2019 at 03:23:59PM +0200, Michael Niedermayer wrote:
> Fixes: out of array access
> Fixes:
> 15166/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5731062396747776
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
> Sig
On Thu, Jun 13, 2019 at 01:20:17AM +0200, Michael Niedermayer wrote:
> Fixes: Integer overflow
> Fixes:
> 15134/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_XPM_fuzzer-5722635939348480
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Fixes: signed integer overflow: -2147483648 - 1 cannot be represented in type
'int'
Fixes:
14880/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_HEVC_fuzzer-5130977304641536
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Mich
On Thu, Jun 13, 2019 at 01:20:18AM +0200, Michael Niedermayer wrote:
> Fixes: memleak
> Fixes:
> 15171/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5683881644130304
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
> Signed-off-by:
Suggested-by: James Almer
Signed-off-by: Michael Niedermayer
---
libavcodec/hevc_ps.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/hevc_ps.c b/libavcodec/hevc_ps.c
index 07d220a5c8..f6e80e1609 100644
--- a/libavcodec/hevc_ps.c
+++ b/libavcodec/hevc_ps.c
@@
On 6/24/19 4:23 PM, Alfred E. Heggestad wrote:
> On 24/06/2019 11:24, Jeyapal, Karthick wrote:
>>
>> On 6/20/19 3:00 PM, Alfred E. Heggestad wrote:
>>>
>>>
>>> On 20/06/2019 05:19, Jeyapal, Karthick wrote:
On 6/19/19 3:08 PM, Alfred E. Heggestad wrote:
> On 19/06/2019 07:21, Jeyapal,
On Thu, Jun 13, 2019 at 04:29:54PM +0200, Moritz Barsnick wrote:
> On Thu, Jun 13, 2019 at 01:20:20 +0200, Michael Niedermayer wrote:
> > +if (header->data_min == header->data_max) {
>
> Just a note:
> Equality comparison of floats/doubles may trigger a warning. (Possibly
> needs to be exp
Fixes: division by 0
Fixes:
15206/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FITS_fuzzer-5657260212092928
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavcodec/fitsdec.c | 8
1 file
On Sat, Jun 15, 2019 at 03:51:54PM +0200, Michael Niedermayer wrote:
> 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 delet
On Sun, Jun 16, 2019 at 12:00:54AM +0200, Michael Niedermayer wrote:
> 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
>
On Sun, Jun 16, 2019 at 12:00:52AM +0200, Michael Niedermayer wrote:
> 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://
Add docs for libsvt_hevc encoder in encoders.texi and general.texi
Signed-off-by: Jun Zhao
Signed-off-by: Zhengxu Huang
Signed-off-by: Hassene Tmar
Signed-off-by: Jing Sun
---
doc/encoders.texi | 149 ++
doc/general.texi | 8 +++
2 files
Signed-off-by: Zhengxu Huang
Signed-off-by: Hassene Tmar
Signed-off-by: Jun Zhao
Signed-off-by: Jing Sun
---
configure| 4 +
libavcodec/Makefile | 1 +
libavcodec/allcodecs.c | 1 +
libavcodec/libsvt_hevc.c | 501 +++
lib
On 25/06/2019 11:43, Jeyapal, Karthick wrote:
On 6/24/19 4:23 PM, Alfred E. Heggestad wrote:
Hi Karthick,
here is the rebased patch as an attachment.
please review and apply if it looks okay.
Thanks. I have applied it.
Thanks for applying it :)
/alfred
Am Di., 25. Juni 2019 um 12:17 Uhr schrieb Jing Sun :
> diff --git a/libavcodec/version.h b/libavcodec/version.h
> index 2709163..3583499 100644
> --- a/libavcodec/version.h
> +++ b/libavcodec/version.h
> @@ -29,7 +29,7 @@
>
> #define LIBAVCODEC_VERSION_MAJOR 58
> #define LIBAVCODEC_VERSION_MIN
On 6/25/2019 5:55 AM, Michael Niedermayer wrote:
> Fixes: signed integer overflow: -2147483648 - 1 cannot be represented in type
> 'int'
> Fixes:
> 14880/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_HEVC_fuzzer-5130977304641536
>
> Found-by: continuous fuzzing process
> https://github.com/
On 6/25/2019 10:30 AM, James Almer wrote:
> On 6/25/2019 5:55 AM, Michael Niedermayer wrote:
>> +num_tile_columns_minus1 >= sps->width - 1) {
>
> Should be sps->ctb_width
>
> From 7.4.3.3.1:
>
> "num_tile_columns_minus1 plus 1 specifies the number of tile columns
> partitioning the p
On 6/25/2019 5:55 AM, Michael Niedermayer wrote:
> Suggested-by: James Almer
>
> Signed-off-by: Michael Niedermayer
> ---
> libavcodec/hevc_ps.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/libavcodec/hevc_ps.c b/libavcodec/hevc_ps.c
> index 07d220a5c8..f6e80e16
> 在 2019年6月13日,18:56,Xuewei Meng 写道:
>
> Signed-off-by: Xuewei Meng
> ---
> Changelog | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Changelog b/Changelog
> index 0e4e9eb7b9..086f36b966 100644
> --- a/Changelog
> +++ b/Changelog
> @@ -32,6 +32,7 @@ version :
> - asr filter
> - showsp
It's been a month, no replies. Is this commit going to be committed, or is
there something further I need to do to move this along? Should I post a
rebased version?
Thanks,
Phil
On Tue, May 21, 2019 at 8:40 AM Phillip Burr wrote:
> Minimal support for ATSC PSIP tables. Does not support STT o
Friendly ping.
On Thu, Jun 20, 2019 at 11:17 AM Chris Cunningham
wrote:
> On Thu, Feb 28, 2019 at 9:13 AM James Almer wrote:
>
>> On 2/26/2019 10:18 PM, Chris Cunningham wrote:
>> > On Thu, Feb 21, 2019 at 4:46 PM Chris Cunningham
>> > mailto:chcunning...@chromium.org>> wrote:
>> >
>> > I'm
On 6/25/2019 1:44 PM, Chris Cunningham wrote:
> Friendly ping.
>
> On Thu, Jun 20, 2019 at 11:17 AM Chris Cunningham
> wrote:
>
>> On Thu, Feb 28, 2019 at 9:13 AM James Almer wrote:
>>
>>> On 2/26/2019 10:18 PM, Chris Cunningham wrote:
On Thu, Feb 21, 2019 at 4:46 PM Chris Cunningham
Example of use:
ffmpeg -f mpegts -i INPUT.ts -map i:101 -c:v copy -map i:102 -bsf:a
delayer=offset=3600 -c:a copy -f mpegts OUTPUT.ts
You can use it with VIDEO, AUDIO or DATA streams.
Regards.
A.H.
---From 414a3c78dfa208b8253448d5c09fde9a8bee56cb Mon Sep 17 00:00:00 2001
From: Andreas Hakon
D
On 26-06-2019 12:47 AM, Andreas Håkon wrote:
Example of use:
ffmpeg -f mpegts -i INPUT.ts -map i:101 -c:v copy -map i:102 -bsf:a
delayer=offset=3600 -c:a copy -f mpegts OUTPUT.ts
You can use it with VIDEO, AUDIO or DATA streams.
What's the advantage over output_ts_offset?
Gyan
___
On 26-06-2019 12:58 AM, Gyan wrote:
On 26-06-2019 12:47 AM, Andreas Håkon wrote:
Example of use:
ffmpeg -f mpegts -i INPUT.ts -map i:101 -c:v copy -map i:102 -bsf:a
delayer=offset=3600 -c:a copy -f mpegts OUTPUT.ts
You can use it with VIDEO, AUDIO or DATA streams.
What's the advantage
Andreas Håkon:
> Example of use:
>
> ffmpeg -f mpegts -i INPUT.ts -map i:101 -c:v copy -map i:102 -bsf:a
> delayer=offset=3600 -c:a copy -f mpegts OUTPUT.ts
>
> You can use it with VIDEO, AUDIO or DATA streams.
>
> Regards.
> A.H.
>
> ---
>
>
> ___
Hi,
is there a functionality in the ffmpeg library to print AVFrame pts
values in respect to AVRational time_base in human readable form?
Thanks
-Ulf
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-deve
Hi,
in a filter context I'm reading AVFrame field display_picture_number. It
is always 0.
How can I get this field filled with valid data?
The field AVFrame->coded_picture_number has valid data, but the numbers
are slightly unordered, so I want to use field display_picture_number.
Thanks,
-Ulf
Fixes: signed integer overflow: 1106434976 + 1041773512 cannot be represented
in type 'int'
Fixes:
15421/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WMV2_fuzzer-5669209314426880
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-
Fixes: signed integer overflow: -1027919784 + -1120041624 cannot be represented
in type 'int'
Fixes:
15406/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WMV3_fuzzer-5700646528876544
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-of
Fixes: OOM
Fixes:
15410/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_SVQ3_fuzzer-5659464805384192
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavcodec/svq3.c | 36 -
Hello,
Just wondering if there’s anything else I should do to get this in
Thanks!
___
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...@ffm
>
> is there a functionality in the ffmpeg library to print AVFrame pts
> values in respect to AVRational time_base in human readable form?
I wonder if vf_drawtext might have an example of what you’re looking for
with the pts keyword?
>
___
ffmpeg-dev
Add docs for libsvt_hevc encoder in encoders.texi and general.texi
Signed-off-by: Jun Zhao
Signed-off-by: Zhengxu Huang
Signed-off-by: Hassene Tmar
Signed-off-by: Jing Sun
---
doc/encoders.texi | 149 ++
doc/general.texi | 8 +++
2 files
Signed-off-by: Zhengxu Huang
Signed-off-by: Hassene Tmar
Signed-off-by: Jun Zhao
Signed-off-by: Jing Sun
---
configure| 4 +
libavcodec/Makefile | 1 +
libavcodec/allcodecs.c | 1 +
libavcodec/libsvt_hevc.c | 501 +++
lib
-Original Message-
From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of Carl
Eugen Hoyos
Sent: Tuesday, June 25, 2019 9:07 PM
To: FFmpeg development discussions and patches
Subject: Re: [FFmpeg-devel] [PATCH v14 1/2] lavc/svt_hevc: add libsvt hevc
encoder wrapper
>A
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf
> Of Li, Zhong
> Sent: Friday, May 31, 2019 3:23 PM
> To: FFmpeg development discussions and patches
>
> Subject: Re: [FFmpeg-devel] [PATCH v2 4/9] vp9_parser: Return stream
> properties
>
> > From: ffmpeg-devel [mailto:ffmpe
> -Original Message-
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf
> Of Li, Zhong
> Sent: Tuesday, April 16, 2019 10:32 AM
> To: FFmpeg development discussions and patches
>
> Subject: Re: [FFmpeg-devel] [PATCH v2 5/9] lavc/qsvdec: Add VP9 decoder
> support
>
>
46 matches
Mail list logo