Re: [FFmpeg-devel] [PATCH] avdevice/avfoundation: remove first_audio_pts and first_pts

2021-07-20 Thread Steven Liu
Steven Liu 于2021年7月20日周二 下午5:31写道: > > "zhilizhao(赵志立)" 于2021年7月20日周二 下午4:09写道: > > > > > > > > > On Jul 20, 2021, at 3:50 PM, Steven Liu wrote: > > > > > > Thilo Borgmann 于2021年7月20日周二 下午3:37写道: > > >> > > >> Am 20.07.21 um 03:46 schrieb Andreas Rheinhardt: > > >>> Steven Liu: > > From:

Re: [FFmpeg-devel] [PATCH] lavu/cpu: Use av_cpu_ prefix

2021-07-20 Thread Thilo Borgmann
Am 20.07.21 um 10:28 schrieb Andreas Rheinhardt: > Thilo Borgmann: >> Am 20.07.21 um 00:27 schrieb Andreas Rheinhardt: >>> Thilo Borgmann: Am 19.07.21 um 23:51 schrieb James Almer: > On 7/19/2021 6:47 PM, Thilo Borgmann wrote: >> Am 19.07.21 um 23:20 schrieb James Almer: >>> On

Re: [FFmpeg-devel] [PATCH] lavu/cpu: Use av_cpu_ prefix

2021-07-20 Thread Andreas Rheinhardt
Thilo Borgmann: > Am 20.07.21 um 00:27 schrieb Andreas Rheinhardt: >> Thilo Borgmann: >>> Am 19.07.21 um 23:51 schrieb James Almer: On 7/19/2021 6:47 PM, Thilo Borgmann wrote: > Am 19.07.21 um 23:20 schrieb James Almer: >> On 7/19/2021 6:19 PM, Andreas Rheinhardt wrote: >>> Thilo

Re: [FFmpeg-devel] [PATCH] avdevice/avfoundation: remove first_audio_pts and first_pts

2021-07-20 Thread Steven Liu
"zhilizhao(赵志立)" 于2021年7月20日周二 下午4:09写道: > > > > > On Jul 20, 2021, at 3:50 PM, Steven Liu wrote: > > > > Thilo Borgmann 于2021年7月20日周二 下午3:37写道: > >> > >> Am 20.07.21 um 03:46 schrieb Andreas Rheinhardt: > >>> Steven Liu: > From: Steven Liu > > Because these two member of

Re: [FFmpeg-devel] [PATCH] avdevice/avfoundation: remove first_audio_pts and first_pts

2021-07-20 Thread Thilo Borgmann
Am 20.07.21 um 03:46 schrieb Andreas Rheinhardt: > Steven Liu: >> From: Steven Liu >> >> Because these two member of AVFContext not be used. >> >> Signed-off-by: Steven Liu >> --- >> libavdevice/avfoundation.m | 4 >> 1 file changed, 4 deletions(-) >> >> diff --git

Re: [FFmpeg-devel] [PATCH] lavu/cpu: Use av_cpu_ prefix

2021-07-20 Thread Thilo Borgmann
Am 20.07.21 um 00:27 schrieb Andreas Rheinhardt: > Thilo Borgmann: >> Am 19.07.21 um 23:51 schrieb James Almer: >>> On 7/19/2021 6:47 PM, Thilo Borgmann wrote: Am 19.07.21 um 23:20 schrieb James Almer: > On 7/19/2021 6:19 PM, Andreas Rheinhardt wrote: >> Thilo Borgmann: >>> Hi,

Re: [FFmpeg-devel] [PATCH] avdevice/avfoundation: remove first_audio_pts and first_pts

2021-07-20 Thread zhilizhao(赵志立)
> On Jul 20, 2021, at 3:50 PM, Steven Liu wrote: > > Thilo Borgmann 于2021年7月20日周二 下午3:37写道: >> >> Am 20.07.21 um 03:46 schrieb Andreas Rheinhardt: >>> Steven Liu: From: Steven Liu Because these two member of AVFContext not be used. Signed-off-by: Steven Liu

[FFmpeg-devel] Gitweb broken

2021-07-20 Thread Nicolas George
Hi. Not sure if there is somebody to contact directly: Our source view with Gitweb is currently partially broken. For example, following links normally, I get to: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/HEAD:/README.md and it gives: # avformat/gifdec: log loop count # # [ffmpeg.git] /

Re: [FFmpeg-devel] [PATCH] avdevice/avfoundation: remove first_audio_pts and first_pts

2021-07-20 Thread Steven Liu
Thilo Borgmann 于2021年7月20日周二 下午3:37写道: > > Am 20.07.21 um 03:46 schrieb Andreas Rheinhardt: > > Steven Liu: > >> From: Steven Liu > >> > >> Because these two member of AVFContext not be used. > >> > >> Signed-off-by: Steven Liu > >> --- > >> libavdevice/avfoundation.m | 4 > >> 1 file

Re: [FFmpeg-devel] [PATCH V4] lavf/vf_ocr: add subregion support

2021-07-20 Thread Lingjiang Fang
On Mon, 12 Jul 2021 13:14:01 +0800 Lingjiang Fang wrote: ping for review, thanks > follow comments from Steven Liu > --- > doc/filters.texi | 8 > libavfilter/vf_ocr.c | 45 > +++- 2 files changed, 52 > insertions(+), 1 deletion(-) > > diff

[FFmpeg-devel] [PATCH] avformat/hlsenc: minus subtitle streams count when subtitle stream between video and audio streams

2021-07-20 Thread Steven Liu
because subtitles streams will be written to webvtt m3u8 list so the stream index should minus subtitles streams count when subtitle between audio and video streams. testcase: before patch: ffmpeg -i input -map 0:a:0 -map 0:s:0 -map 0:v:0 -f hls .m3u8 will EXC_BAD_ACCESS after patch: ffmpeg

Re: [FFmpeg-devel] Bunch of questions from a newbie.

2021-07-20 Thread Paul B Mahol
Hi, Welcome, On Tue, Jul 20, 2021 at 6:35 PM Paul Buxton wrote: > Hi everyone. > I am planning on doingsome work on ffmpeg. The first thing I notice is that > the Ubuntu build instructions on the wiki aren't currently working with > Ubuntu 20. It seems that you need to install gnutls-dev as

[FFmpeg-devel] Bunch of questions from a newbie.

2021-07-20 Thread Paul Buxton
Hi everyone. I am planning on doingsome work on ffmpeg. The first thing I notice is that the Ubuntu build instructions on the wiki aren't currently working with Ubuntu 20. It seems that you need to install gnutls-dev as well as unistring-dev. Is there a review process for content on the wiki, or

[FFmpeg-devel] [PATCH 1/4] tools/target_dec_fuzzer: Adjust the threshold for VP3

2021-07-20 Thread Michael Niedermayer
Fixes: Timeout Fixes: 35855/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VP3_fuzzer-4851183540895744 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- tools/target_dec_fuzzer.c | 1 + 1 file changed,

[FFmpeg-devel] [PATCH 2/4] tools/target_dec_fuzzer: Adjust the threshold for VP5

2021-07-20 Thread Michael Niedermayer
Fixes: Timeout Fixes: 35793/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VP5_fuzzer-6492854393372672 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- tools/target_dec_fuzzer.c | 1 + 1 file changed,

[FFmpeg-devel] [PATCH 3/4] avcodec/apedec: Fix integer overflows in

2021-07-20 Thread Michael Niedermayer
Fixes: signed integer overflow: -2146255836 - 197885745 cannot be represented in type 'int' Fixes: 35911/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_APE_fuzzer-5799270526615552 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg

[FFmpeg-devel] [PATCH 4/4] avcodec/targa: Do not return images when there is no image in the tga

2021-07-20 Thread Michael Niedermayer
Fixes: Timeout Fixes: 35877/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TARGA_fuzzer-5407292819374080 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/targa.c | 8 1 file