Please waith 14 days between pings.
___
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".
Paul B Mahol Wrote:
> will apply shortly
Hi there,
May I know when this patches will be applied?
Thanks,
Jianhua
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link abov
Audio streams are only added when a packet is read.
Signed-off-by: Andreas Rheinhardt
---
The mov demuxer is different from all the other users of DV:
It does not use its main AVFormatContext for this, but a separate one.
Therefore the new audio streams are not added to the mov context
and so it
On Sun, Aug 22, 2021 at 11:55:57PM +0200, Michael Niedermayer wrote:
> Fixes: Timeout
> Fixes:
> 36262/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_JPEGLS_fuzzer-4969052454912000
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
> Sign
Fixes spurious lossless check failures when seeking.
Signed-off-by: Paul B Mahol
---
libavcodec/mlpdec.c | 14 ++
1 file changed, 14 insertions(+)
diff --git a/libavcodec/mlpdec.c b/libavcodec/mlpdec.c
index f4c7c6c320..08db5dc63c 100644
--- a/libavcodec/mlpdec.c
+++ b/libavcodec/ml
will apply shortly
___
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".
will apply shortly
___
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".
Fixes invalid reports of bad lossless crc.
While here make end of stream message into debug level as it is
not really important to user.
Also wait for new major sync frame as invalid concating of files
may produce invalid files, which cause various errors.
Signed-off-by: Paul B Mahol
---
libavco
On Fri, Aug 27, 2021 at 8:50 AM maryam ebrahimzadeh
wrote:
> Similar to CVE-2021-38171 as the second argument for init_get_bits(avpkt
> and bu$
> a return value check for this function call is necessary.
> Also replace init_get_bits with init_get_bits8.
>
> ---
> libavcodec/wmalosslessdec.c | 9
applied with minor changes
___
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".
On Fri, Aug 27, 2021 at 11:18 AM Paul Buxton
wrote:
> Signed-off-by: Paul Buxton
> ---
> doc/filters.texi | 12 ++
> libavfilter/Makefile | 1 +
> libavfilter/allfilters.c | 1 +
> libavfilter/version.h | 2 +-
> libavfilter/vf_grayworld.c | 362 +++
av_frame_get_buffer can be used with channels set.
Signed-off-by: liudingming
---
libavutil/frame.h | 13 ++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/libavutil/frame.h b/libavutil/frame.h
index ff2540a20f..40523aff71 100644
--- a/libavutil/frame.h
+++ b/libavutil
Signed-off-by: liudingming
---
doc/examples/transcoding.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/examples/transcoding.c b/doc/examples/transcoding.c
index 3a97426e2c..ea6ffefc70 100644
--- a/doc/examples/transcoding.c
+++ b/doc/examples/transcoding.c
@@ -171,7 +17
On Aug 28, 2021, at 9:54 PM, Paul B Mahol
mailto:one...@gmail.com>> wrote:
applied with minor changes
Thank you.
Why you change the commit message?
Regards,
Maryam
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/li
avcodec/wmalosslessdec: Return value check for init_get_bits
Similar to CVE-2021-38171 as the second argument for init_get_bits(avpkt and
buf)
can be crafted, a return value check for this function call is necessary.
Also replace init_get_bits with init_get_bits8.
---
libavcodec/wmalosslessdec
It is not that trivial, that breaks fate and normal decoding, otherwise
would be already applied.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-dev
On Sat, Aug 28, 2021 at 9:07 PM Maryam Ebrahimzadeh
wrote:
>
>
> On Aug 28, 2021, at 9:54 PM, Paul B Mahol one...@gmail.com>> wrote:
>
> applied with minor changes
>
> Thank you.
> Why you change the commit message?
>
I do not think that listing CVE entries is useful.
>
> Regards,
> Maryam
>
This fixes the passing through of non-RGB matrix from input to
output when conversion from YCbCr to RGB happens.
---
libavfilter/vf_scale.c | 17 ++---
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/libavfilter/vf_scale.c b/libavfilter/vf_scale.c
index 7ca833bbb1..17668
Why and where it is breaking normal decoding?
___
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".
19 matches
Mail list logo