Andreas Rheinhardt:
> Signed-off-by: Andreas Rheinhardt
> ---
> libavformat/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavformat/Makefile b/libavformat/Makefile
> index c479ea998e..cc19325397 100644
> --- a/libavformat/Makefile
> +++ b/libavformat/Makefil
On Fri, Jan 07, 2022 at 05:51:11PM +0100, Michael Niedermayer wrote:
> Fixes: division by zero
> Fixes: integer overflow
> Fixes:
> 43347/clusterfuzz-testcase-minimized-ffmpeg_dem_V210X_fuzzer-5846911637127168
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/mas
Andreas Rheinhardt:
> It is possible here, because the values of ff_log2_run used
> here are actually in the range 0..15 given that run_index is
> in the range 0..31.
>
> Signed-off-by: Andreas Rheinhardt
> ---
> libavcodec/jpeglsdec.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>
Andreas Rheinhardt:
> MpegEncContext.picture_number is write-only for MPEG-1/2 decoding.
>
> Signed-off-by: Andreas Rheinhardt
> ---
> libavcodec/mpeg12dec.c | 7 ---
> 1 file changed, 7 deletions(-)
>
> diff --git a/libavcodec/mpeg12dec.c b/libavcodec/mpeg12dec.c
> index 35dfc74fe7..6ad9fb
Enables creation of FLAC files with up to 32 bits-per-sample, up from the
previous limit of 24 bit. This is a feature requested for RAWcooked, the
archiving community has a need for storing files with 32-bit integer audio
samples. See https://github.com/MediaArea/RAWcooked/issues/356
Restrictions
Hi all
This is a simple go/no go call
if you know of something that still should go into 5.0 please reply here
with a list of what you are working on and a timelimit until when you
will be done with it
if you think everything is ready for the release, then too feel free to
reply (assuming few oth
Le sam. 8 janv. 2022 à 10:30, Michael Niedermayer
a écrit :
>
> Hi all
>
> This is a simple go/no go call
> if you know of something that still should go into 5.0 please reply here
> with a list of what you are working on and a timelimit until when you
> will be done with it
>
> if you think every
Trivial patch. FATE passes. Intend to push tomorrow.
On 2022-01-07 10:04 pm, Gyan Doshi wrote:
---
Plan to apply to 5.0
libavformat/hlsenc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index 459129818a..ef8973cea1 100644
--- a/libavformat/h
On 2021-11-13, Vagrant Cascadian wrote:
> On 2021-10-18, Vagrant Cascadian wrote:
>> Without this patch, the full build path gets embedded into various
>> binaries shipped in the package, for example, libavfilter.a contains
>> a reference to:
>>
>> #line 1 "/build/1st/ffmpeg-4.3.2/libavfilter/ope
On Tue, 04. Jan 17:58, Andriy Gelman wrote:
> On Tue, 04. Jan 17:48, Andriy Gelman wrote:
> > Hi Ming,
> >
> > On Tue, 04. Jan 07:51, Ming Qian wrote:
> > >
> > > > -Original Message-
> > > > From: Andriy Gelman [mailto:andriy.gel...@gmail.com]
> > > > Sent: Monday, January 3, 2022 12:41
On Sun, 2 Jan 2022, Marton Balint wrote:
On Sat, 1 Jan 2022, Pierre-Anthony Lemieux wrote:
On Sat, Jan 1, 2022 at 5:11 PM Marton Balint wrote:
On Sat, 1 Jan 2022, Pierre-Anthony Lemieux wrote:
Minor suggestion below.
In addition, will sample file(s) be added to FATE? Below are
On Sat, 1 Jan 2022, Marton Balint wrote:
Signed-off-by: Marton Balint
---
libavformat/imfdec.c | 15 ---
1 file changed, 4 insertions(+), 11 deletions(-)
diff --git a/libavformat/imfdec.c b/libavformat/imfdec.c
index f17064cfcd..ef1e7cf206 100644
--- a/libavformat/imfdec.c
+++ b/
> -Original Message-
> From: ffmpeg-devel On Behalf Of Michael
> Niedermayer
> Sent: Saturday, January 8, 2022 5:30 PM
> To: FFmpeg development discussions and patches
> Subject: [FFmpeg-devel] 5.0 blocking issues
>
> Hi all
>
> This is a simple go/no go call
> if you know of somethi
41f213c3bf629d549400e935e7f123e6cfa959ab accidentally added
an unused pixel_format option to the v210(x) demuxers.
Remove it before it really becomes part of the API.
Signed-off-by: Andreas Rheinhardt
---
libavformat/rawvideodec.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff
8 Jan 2022, 17:30 by mich...@niedermayer.cc:
> Hi all
>
> This is a simple go/no go call
> if you know of something that still should go into 5.0 please reply here
> with a list of what you are working on and a timelimit until when you
> will be done with it
>
> if you think everything is ready fo
Hi,
On Mon, Jan 3, 2022 at 2:32 PM Kyle Swanson wrote:
>
> Hi,
>
> On Sun, Jan 2, 2022 at 9:21 PM Andreas Rheinhardt
> wrote:
> > >
> > > static const AVOption libvmaf_options[] = {
> > > -{"model_path", "Set the model to be used for computing vmaf.",
> > >OFFSET(mode
On Sat, Jan 1, 2022 at 2:35 AM Paul B Mahol wrote:
> will apply soon
>
ping
> ___
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-r
I'm getting a compilation error if I build FFmpeg with --enable-libmysofa. This
has worked nicely
some weeks ago. This is on macOS 12.1. I have libmysofa-1.2.1 installed. FFmpeg
is latest master. If
I remove --enable-libmysofa, it builds without issue.
/...//
//POD doc/ffmpeg-scaler.pod//
//P
On Sat, Jan 08, 2022 at 09:08:58PM +0100, Andreas Rheinhardt wrote:
> 41f213c3bf629d549400e935e7f123e6cfa959ab accidentally added
> an unused pixel_format option to the v210(x) demuxers.
> Remove it before it really becomes part of the API.
>
> Signed-off-by: Andreas Rheinhardt
> ---
> libavform
On Sun, Jan 02, 2022 at 08:43:30AM +0800, lance.lmw...@gmail.com wrote:
> From: Limin Wang
>
> Signed-off-by: Limin Wang
> ---
> FYI, other patches have submit to support for the interface format few years
> ago:
> https://patchwork.ffmpeg.org/project/ffmpeg/patch/1531259521-19421-2-git-send-em
On 2022-01-08 10:09 pm, Gyan Doshi wrote:
Trivial patch. FATE passes. Intend to push tomorrow.
Pushed as 1850c610e72c690a42dbde467011e22d73e73a78
Gyan
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg
21 matches
Mail list logo