Hi Mark, Zhong,
Could you please review this patchset too when you get a chance?
Thanks
Haihao
> The oneAPI Video Processing Library (oneVPL) is a single interface for
> encode, decode and video processing, the obsolete features in Intel
> Media Software Development Kit are removed from oneVPL
> > AV1 decoder is supported on Tiger Lake+ platforms since libmfx 1.34
> >
> > Signed-off-by: Haihao Xiang
>
> LGTM. Will apply soon.
Thanks, Zhong
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-dev
On Wed, Sep 23, 2020 at 1:32 PM Paul B Mahol wrote:
> On Mon, Sep 21, 2020 at 09:47:40PM -0600, Pavel Koshevoy wrote:
> > Allow setparams to be used with hw backed frames and
> > avoid an assertion failure in avfilter_config_links.
> > ---
> > libavfilter/vf_setparams.c | 3 +++
> > 1 file chang
On Sat, Sep 26, 2020 at 4:47 PM Steven Liu wrote:
>
> Jun Zhao 于2020年9月25日周五 下午8:25写道:
> >
> > From: Jun Zhao
> >
> > Add AC-3/EAC-3 to allowed extensions file list.
> >
> > From HTTP Live Streaming 2nd Edition draft-pantos-hls-rfc8216bis-07
> > section 3.1.3.Packed Audio, HLS demuxer need to su
On Sun, Sep 27, 2020 at 10:20:52PM +0200, Michael Niedermayer wrote:
> Fixes: Infinite loop
> Fixes:
> 25844/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5660803318153216
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
> Signed-of
The old length of 4096 chars for the headers is not enough when sites
expect a significant amount of cookies - for example microsoftstream.
Signed-off-by: foxmsft
---
libavformat/http.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/http.h b/libavformat/http.h
in
Fixes: Infinite loop
Fixes:
25844/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5660803318153216
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavformat/iff.c | 3 +++
1 file changed, 3 insert
Fixes: off by 1 error
Fixes: index 5 out of bounds for type 'COOKSubpacket [5]'
Fixes:
25772/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_COOK_fuzzer-5762459498184704.fuzz
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Mich
Just double the http header length from 4096 to 8192, I have found a case where
the old size was too small.
0001-avformat-http-double-header-length-to-8192.patch
Description: 0001-avformat-http-double-header-length-to-8192.patch
___
ffmpeg-devel mailin
0001-avformat-http-double-header-length-to-8192.patch
Description: 0001-avformat-http-double-header-length-to-8192.patch
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link
Extends the header size for http requests, since I encountered a case where the
previous 4096 wasn't enough.
0001-avformat-http-double-header-length-to-8192.patch
Description: 0001-avformat-http-double-header-length-to-8192.patch
___
ffmpeg-devel maili
> On Sep 27, 2020, at 6:26 AM, Andriy Gelman wrote:
>
> From: Andriy Gelman
>
> There is one general rtsp connection plus two connections per stream
> (rtp/rtcp).
>
> Signed-off-by: Andriy Gelman
> ---
> libavformat/rtsp.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --
On Sunday, September 27, 2020, 09:15:54 a.m. EDT, Ronald S. Bultje
wrote:
> Merged.
Thanks!
Andrew
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
Hi,
On Thu, Sep 24, 2020 at 3:01 PM Andrew Klaassen <
clawsoon-at-yahoo@ffmpeg.org> wrote:
> This patch adds the coefficients for the linear gamma function (1,0,1,0)
> to the colorspace filter.
>
> Signed-off-by: Andrew Klaassen
> ---
> libavfilter/vf_colorspace.c | 2 ++
> 1 file changed,
> On Sep 27, 2020, at 2:02 AM, Paul B Mahol wrote:
>
> On Sun, Sep 27, 2020 at 12:38:57AM +0800, Zhao Zhili wrote:
>> Ping.
>>
>>> On Sep 16, 2020, at 1:09 PM, quinkbl...@foxmail.com wrote:
>>>
>>> From: Zhao Zhili
>>>
>>> 1. Remove the modification of x, y, w and h parameters since they
>>
Was looking to create a filter to process video and audio in a filter graph,
can find examples in movie or a source that has both video and audio but not
anything that takes both, any pointers to something to use as a reference?
David
___
ffmpeg-deve
Fix #8840.
Steps to reproduce:
1. sender:
./ffmpeg -i test.mp4 -c copy -f rtsp -rtsp_transport udp
rtsp://localhost:12345/live.sdp
2. receiver:
./ffmpeg_g -y -rtsp_flags listen -timeout 100 -i
rtsp://localhost:12345/live.sdp -c copy test.mp4
---
v3: mention the ticket.
libavformat/rtsp.c|
1. Remove the assumption that the message method is TEARDOWN.
2. Don't ignore the error code of ff_rtsp_parse_streaming_commands.
---
libavformat/rtsp.c | 6 +-
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
index 597413803f..3e69ab7287 100
Michael Niedermayer:
> Fixes: signed integer overflow: 1073741827 * 8 cannot be represented in type
> 'int'
> Fixes:
> 25621/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_EXR_fuzzer-6304841641754624
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/master/pr
Fixes: assertion failure
Fixes:
25617/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_EXR_fuzzer-5648746061496320
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavcodec/exr.c | 3 ++-
1 file change
Fixes: signed integer overflow: 570425356 * 6 cannot be represented in type 'int
Fixes:
25929/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_EXR_fuzzer-5099197739827200
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael N
Fixes: signed integer overflow: 1073741827 * 8 cannot be represented in type
'int'
Fixes:
25621/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_EXR_fuzzer-6304841641754624
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michae
22 matches
Mail list logo