lör 2022-12-24 klockan 20:36 +0100 skrev Michael Niedermayer:
> @@ -725,10 +724,14 @@ static int mxf_read_partition_pack(void *arg,
> AVIOContext *pb, int tag, int size
> UID op;
> uint64_t footer_partition;
> uint32_t nb_essence_containers;
> + uint64_t this_partition;
>
>
lör 2022-12-24 klockan 23:50 +0100 skrev Michael Niedermayer:
>
> index_table->nb_ptses += s->index_duration;
> + // If index_duration is substantially larger than
> nb_index_entries then this algorithm which
> + // allocates index_duration elements is a bad idea. All
> file
sön 2022-12-25 klockan 23:03 +0100 skrev Michael Niedermayer:
> Fixes: signed integer overflow: 48000 * 223587 cannot be represented
> in type 'int'
> Fixes: 54513/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-
> 5817594836025344
>
> Found-by: continuous fuzzing process
> https://github.co
fre 2022-12-23 klockan 17:31 +0100 skrev Mark Gaiser:
> On Fri, Dec 23, 2022 at 12:05 PM Tomas Härdin wrote:
>
> > ons 2022-12-21 klockan 16:44 +0100 skrev Mark Gaiser:
> > > Hi,
> > >
> > > The ffmpeg crypto protocol handler [1] allows one to play
> > > encrypted
> > > media.
> > >
> > > The g
Tomas Härdin (12022-12-26):
> That we want to avoid having keys in the command line is not
> unreasonable. A -keyfile argument for crypto: might be appropriate.
You are confusing two threads, the issue of credentials visible in the
command line is for another proposal. This here is about giving op
mån 2022-12-26 klockan 12:00 +0100 skrev Nicolas George:
> Tomas Härdin (12022-12-26):
> > That we want to avoid having keys in the command line is not
> > unreasonable. A -keyfile argument for crypto: might be appropriate.
>
> You are confusing two threads, the issue of credentials visible in
> t
Tomas Härdin (12022-12-26):
> Right. And trying to smuggle in command line options via a file feels
> made for exploitation..
This is why my proposal years ago was rejected by Reimar.
And this is why concat requires -safe to accept options.
To be fair, limiting the case to cryptographic keys wou
EAGAIN is not correct in this scenario. FFCodec.cb.decode() callback decoders
always return the amount of bytes consumed from the input packet (if any), and
report if a frame was generated by setting got_frame.
Signed-off-by: James Almer
---
libavcodec/mjpegbdec.c | 2 +-
1 file changed, 1 inser
The issue has been modified. Please review again, thank you!
Signed-off-by: wujian_nanjing
---
doc/fftools-common-opts.texi | 11 +++
fftools/cmdutils.c | 77 ++--
fftools/cmdutils.h | 25 ++
fftools/ffmpeg.c
Wujian(Chin) (12022-12-26):
> The issue has been modified. Please review again, thank you!
>
> Signed-off-by: wujian_nanjing
> ---
> doc/fftools-common-opts.texi | 11 +++
> fftools/cmdutils.c | 77
> ++--
> fftools/cmdutils.h | 25
On 12/25/22, Michael Niedermayer wrote:
> Fixes: Timeout
> Fixes:
> 54386/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_HDR_fuzzer-5053598268784640
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
> Signed-off-by: Michael Niedermayer
>
On 12/25/2022 7:03 PM, Michael Niedermayer wrote:
Fixes: signed integer overflow: 48000 * 223587 cannot be represented in type
'int'
Fixes:
54513/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5817594836025344
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/
Michael Niedermayer:
> Fixes: signed integer overflow: -2147483648 - 5 cannot be represented in type
> 'int'
> Fixes:
> 54242/clusterfuzz-testcase-minimized-ffmpeg_BSF_DTS2PTS_fuzzer-472928339243827
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/master/projec
Jean Jogh:
> see https://github.com/intel/libva/pull/664
>
> Signed-off-by: jianfeng.zheng
> ---
> configure | 13 +
> libavcodec/h264_slice.c| 6 ++
> libavcodec/vaapi_decode.c | 10 ++
> libavcodec/vaapi_encode_h264.c | 24
On 12/19/22, Paul B Mahol wrote:
> On 12/11/22, Martijn van Beurden wrote:
>> Op do 1 dec. 2022 om 13:31 schreef Paul B Mahol :
>>>
>>> On 11/25/22, Paul B Mahol wrote:
>>> > On 10/11/22, Martijn van Beurden wrote:
>>> >> Recently libFLAC gained the ability (first released in FLAC 1.4.0)
>>> >>
From: Pierre-Anthony Lemieux
Adds JPEG 2000 decoder tests using materials from the conformance suite
specified in
Rec. ITU-T T.803 | ISO/IEC 15444-4. The jpeg2000dec-ds0_ht_01_b11 test assumes
that
patchset https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=8078 has been
applied.
The te
On 12/13/22, Soft Works wrote:
> Another Ping
Please confirm that this still applies without issues,
otherwise provide new patches for this feature so i can apply it.
>
> Thanks,
> softworkz
>
>> -Original Message-
>> From: Paul B Mahol
>> Sent: Thursday, November 3, 2022 10:58 AM
>> To
On Mon, Dec 12, 2022 at 6:42 PM wrote:
> From: Mark Reid
>
> ---
> libavcodec/x86/bswapdsp.asm | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/libavcodec/x86/bswapdsp.asm b/libavcodec/x86/bswapdsp.asm
> index 31c6c48a21..2aa235e13c 100644
> --- a/libavcodec/x86/bswapdsp.asm
> +++ b/li
On Mon, Dec 26, 2022 at 11:11:46AM -0300, James Almer wrote:
> On 12/25/2022 7:03 PM, Michael Niedermayer wrote:
> > Fixes: signed integer overflow: 48000 * 223587 cannot be represented in
> > type 'int'
> > Fixes:
> > 54513/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5817594836025344
>
On Mon, Dec 26, 2022 at 11:36:28AM +0100, Tomas Härdin wrote:
> sön 2022-12-25 klockan 23:03 +0100 skrev Michael Niedermayer:
> > Fixes: signed integer overflow: 48000 * 223587 cannot be represented
> > in type 'int'
> > Fixes: 54513/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-
> > 5817594
"zhilizhao(赵志立)" (12022-12-26):
> Just use the same socket file descriptor. Don’t use OS dependent hack to
> implement a feature.
SO_REUSEADDR is absolutely not a hack. I agree that it is not the
correct way of implementing the feature evoked in this thread, but I
insist it is not a hack.
--
N
On Mon, Dec 26, 2022 at 03:08:38PM +0100, Paul B Mahol wrote:
> On 12/25/22, Michael Niedermayer wrote:
> > Fixes: Timeout
> > Fixes:
> > 54386/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_HDR_fuzzer-5053598268784640
> >
> > Found-by: continuous fuzzing process
> > https://github.com/google/o
On Mon, Dec 26, 2022 at 11:32:48AM +0100, Tomas Härdin wrote:
> lör 2022-12-24 klockan 23:50 +0100 skrev Michael Niedermayer:
> >
> > index_table->nb_ptses += s->index_duration;
> > + // If index_duration is substantially larger than
> > nb_index_entries then this algorithm which
>
Op ma 26 dec. 2022 21:14 schreef Paul B Mahol :
> Pushed.
>
> Next time do not put tabs in non Makefile parts in patch or I will
> reject pushing it.
>
Thanks. Sorry about the tabs, I forgot to check, I will try to be more
careful next time.
>
___
ffmp
On Mon, Dec 26, 2022 at 03:48:41PM +0100, Andreas Rheinhardt wrote:
> Michael Niedermayer:
> > Fixes: signed integer overflow: -2147483648 - 5 cannot be represented in
> > type 'int'
> > Fixes:
> > 54242/clusterfuzz-testcase-minimized-ffmpeg_BSF_DTS2PTS_fuzzer-472928339243827
> >
> > Found-by: c
> On Dec 27, 2022, at 05:47, Nicolas George wrote:
>
> "zhilizhao(赵志立)" (12022-12-26):
>> Just use the same socket file descriptor. Don’t use OS dependent hack to
>> implement a feature.
>
> SO_REUSEADDR is absolutely not a hack. I agree that it is not the
> correct way of implementing the fea
Hi Andreas Rheinhardt,
You are right, should be "#if HAVE_VA_PROFILE_H264_HIGH10" ranther
than "#ifdef HAVE_VA_PROFILE_H264_HIGH10".
Andreas Rheinhardt 于2022年12月26日周一 23:05写道:
>
> Jean Jogh:
> > see https://github.com/intel/libva/pull/664
> >
> > Signed-off-by: jianfeng.zheng
> > ---
> > confi
see https://github.com/intel/libva/pull/664
Signed-off-by: jianfeng.zheng
---
configure | 13 +
libavcodec/h264_slice.c| 6 ++
libavcodec/vaapi_decode.c | 10 ++
libavcodec/vaapi_encode_h264.c | 24 ++--
libavcodec/va
28 matches
Mail list logo