ff_parse_mpeg2_descriptor() reads over what is initialized
Fixes: use of uninitialized memory
Fixes:
383825645/clusterfuzz-testcase-minimized-ffmpeg_dem_WTV_fuzzer-5144130618982400
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by:
Fixes: Use of uninitialized memory
Fixes:
377642312/clusterfuzz-testcase-minimized-ffmpeg_dem_IAMF_fuzzer-4554550985424896
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavformat/iamf_reader.c | 4 ++
Fixes: use of uninitilaized data
Fixes:
385167047/clusterfuzz-testcase-minimized-ffmpeg_dem_IPMOVIE_fuzzer-5941477505564672
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavformat/ipmovie.c | 3 ++-
Fixes: use of uninitialized data
Fixes:
383825642/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5380168801124352
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer
---
libavformat/vqf.c | 3 ++-
1 file c
On Wed, Dec 25, 2024 at 05:26:57AM +0100, Michael Niedermayer wrote:
> Fixes: use-of-uninitialized-value
> Fixes:
> 383170476/clusterfuzz-testcase-minimized-ffmpeg_dem_MLV_fuzzer-4696002884337664
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/master/projects/f
On 25/12/2024 13:26, Michael Niedermayer wrote:
Fixes:
371445194/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AAC_LATM_fuzzer-5981081124274176
Fixes: memleak
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niederma
On 2024-12-26 05:09 am, Pradeep Kumar Goudagunta wrote:
This patch corrects a C operator precedence issue in fftools/ffmpeg_opt.c
where the abs_start_seek calculation did not yield the expected result
due to incorrect placement of parentheses.
Yes, addition has higher precedence than the ter
On 12/19/24 3:59 AM, Wang Bin wrote:
> > based on Hendrik Leppkes's fork
> >
> >
> > ___
> > ffmpeg-devel mailing list
> > ffmpeg-devel@ffmpeg.org
> > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> >
> > To unsubscribe, visit link above, or email
> >
This commit adds preliminary support for decoding the SRV3 subtitle format.
SRV3 is the internal format YouTube uses for their captions. Supporting it
in ffmpeg allows video players to play a significant subset of SRV3
mostly correctly by converting it to ASS.
Currently the following features are u
It's Christmas day, give it a rest.
Kieran
On Wed, Dec 25, 2024 at 1:31 PM Michael Niedermayer
wrote:
>
> Hi Community, Community Commitee, Moderators
>
> The message: lists.ffmpeg.org pipermail ffmpeg-devel/2024-December/337868.html
> Is unacceptable. We had alot of messages but this one went t
Hi Community, Community Commitee, Moderators
The message: lists.ffmpeg.org pipermail ffmpeg-devel/2024-December/337868.html
Is unacceptable. We had alot of messages but this one went too far.
This kind of message, could be in the result of a search on my name.
And a person, customer or otherwise c
Hi Leo
On Wed, Dec 25, 2024 at 11:51:21AM -0500, Leo Izen wrote:
> On 12/25/24 8:31 AM, Michael Niedermayer wrote:
> > Hi Community, Community Commitee, Moderators
> >
> >
> > As the server admin, i cannot leave messages that target people like this
> > on our server and under our domain.
> >
>
Hey Kieran
On Wed, Dec 25, 2024 at 01:39:37PM +, Kieran Kunhya via ffmpeg-devel wrote:
> It's Christmas day, give it a rest.
The FFmpeg users are more important than myself resting.
Theres work to do :)
Fuzzer reports that i need to look through, some will be security
relevant
thx
[...]
--
On 2024-12-21 19:29 -0500, J Shiff wrote:
> On Sat, Dec 21, 2024 at 5:44 PM Alexander Strasser via ffmpeg-devel
> wrote:
> >
> > On 2024-12-16 16:19 -0500, Joe Schiffler wrote:
> > > Since $pkg_version includes spaces, builds can fail in some MSYS
> > > environments.
> >
> > Could you show what t
On 2024-12-15 22:20 +0100, Alexander Strasser via ffmpeg-devel wrote:
> On 2024-12-11 15:05 +0100, Anton Khirnov wrote:
> > This can be useful in other places, e.g. it can replace objpool in
> > fftools.
> >
> > The API is modified in the following nontrivial ways:
> > * opaque pointers can be pass
On Thu, 19 Dec 2024, Janne Grunau wrote:
This reduces the amount the horizontal filters read beyond the filter
width to a consistent 1 pixel. The data is not used so this is usually
not noticeable. It becomes a problem when the application allocates
frame buffers only for the aligned picture siz
On Wed, Dec 25, 2024 at 11:29:24PM +0100, Hubert Głuchowski wrote:
> This commit adds preliminary support for decoding the SRV3 subtitle format.
> SRV3 is the internal format YouTube uses for their captions. Supporting it
> in ffmpeg allows video players to play a significant subset of SRV3
> mostl
On 12/25/24 3:46 AM, Wang Bin wrote:
On 12/19/24 3:59 AM, Wang Bin wrote:
based on Hendrik Leppkes's fork
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or ema
On 12/25/24 8:31 AM, Michael Niedermayer wrote:
Hi Community, Community Commitee, Moderators
As the server admin, i cannot leave messages that target people like this
on our server and under our domain.
For what it's worth, it's already on the Internet Archive.
https://web.archive.org/web/2
This patch corrects a C operator precedence issue in fftools/ffmpeg_opt.c
where the abs_start_seek calculation did not yield the expected result
due to incorrect placement of parentheses.
---
fftools/ffmpeg_opt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fftools/ffmpeg_op
Addresses ticket #11372
Signed-off-by: James Almer
---
doc/ffmpeg.texi | 64 -
1 file changed, 32 insertions(+), 32 deletions(-)
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index a63e55bd66..9be0f79b33 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffm
21 matches
Mail list logo