Further fuzzing has found more problems in ffmpeg code. I have opened
two tickets:
https://trac.ffmpeg.org/ticket/11344
https://trac.ffmpeg.org/ticket/11345
No problems have been found in my changes.
Does this mean I have done sufficient testing to have my changes approved?
I asked for guidance
Fuzzing has discovered one crash bug so far. It's not related to my
changes.
The crash has some potential to be exploitable so I've emailed
ffmpeg-secur...@ffmpeg.org. Email includes a sample and repro
instructions.
On Sat, 9 Nov 2024 at 01:08, South East <8billion.peo...@gma
On Sat, 9 Nov 2024 at 00:37, Michael Niedermayer wrote:
>
> On Mon, Nov 04, 2024 at 06:14:07AM +, South East wrote:
> > Hi all - what do I need to do to progress this?
>
> iam a bit overloaded with work ATM, but bayer or interlacing combined with
> jpeg gives me memo
Hi all - what do I need to do to progress this?
I'm not sure, but it sounds like Tomas thought patch 1 might need
someone with experience with Bayer taking a look.
Thanks
On Wed, 30 Oct 2024 at 04:27, South East <8billion.peo...@gmail.com> wrote:
>
> Thanks for taking a look!
&
Thanks for taking a look!
On Tue, 29 Oct 2024 at 15:25, Tomas Härdin wrote:
> > -#define MLV_CLASS_FLAG_DELTA 0x40
> > #define MLV_CLASS_FLAG_LZMA 0x80
> > +#define MLV_CLASS_FLAG_DELTA 0x40
> > +#define MLV_CLASS_FLAG_LJ92 0x20
>
> This hunk could be simpler if you didn't move MLV_CLASS_FLAG_
ffmpeg has existing support for MLV raw video files; libavformat/mlvdec.c.
Since this was added, MLV has been extended to support LJ92 compressed
image data. These patches build on lossless DNG support in 7.2-dev to
enable handling LJ92 MLV via existing libavcodec/mjpegdec.c code.
Sample LJ92 MLV
that only happens when
we're confident the pix_fmt is Bayer.
On Wed, 23 Oct 2024 at 15:56, Michael Niedermayer
wrote:
> On Mon, Oct 21, 2024 at 07:44:47PM +0100, South East wrote:
> > ffmpeg has existing support for MLV raw video files;
> libavformat/mlvdec.c.
> > Since th
ffmpeg has existing support for MLV raw video files; libavformat/mlvdec.c.
Since this was added, MLV has been extended to support LJ92 compressed
image data. These patches build on lossless DNG support in 7.2-dev to
enable handling LJ92 MLV via existing libavcodec/mjpegdec.c code.
I can provide M