Re: [FFmpeg-devel] [PATCH] lavd/sdl2: postpone sdl2 window creation

2023-10-09 Thread Zhao Zhili
> On Sep 19, 2023, at 14:32, Xiang, Haihao > wrote: > > On Ma, 2023-09-18 at 14:00 +0200, Andreas Rheinhardt wrote: >> Xiang, Haihao: >>> From: Haihao Xiang >>> >>> Since 2d924b3, sdl2_write_header() and sdl2_write_packet() are called >>> in two different threads. However SDL2 requires windo

Re: [FFmpeg-devel] [PATCH] avformat/mxfenc: fix static building

2023-10-09 Thread Michael Riedl
On 9/19/23 17:12, Michael Riedl wrote: > MXF muxer requires rangecoder otherwise static linking fails. > > Signed-off-by: Michael Riedl > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure b/configure > index 3bb68d3f20c..9d4297ea68f 100755 > --- a/

[FFmpeg-devel] [PATCH avcodec/amfenc: 10 bit support, v4, 1/3] avcodec/amfenc: Fixes the color information in the output.

2023-10-09 Thread Evgeny Pavlov
From: Michael Fabian 'Xaymar' Dirks added 10 bit support for amf hevc. before: command - ffmpeg.exe -hide_banner -y -hwaccel d3d11va -hwaccel_output_format d3d11 -i test_10bit_file.mkv -an -c:v h264_amf res.dx11_hw_h264.mkv output - Format of input frames context (p010le) is not supported by

[FFmpeg-devel] [PATCH 10 bit support, v4, 2/3] avcodec/amfenc: HDR metadata.

2023-10-09 Thread Evgeny Pavlov
From: nyanmisaka v2: fixes for indentation --- libavcodec/amfenc.c | 83 + 1 file changed, 83 insertions(+) diff --git a/libavcodec/amfenc.c b/libavcodec/amfenc.c index 0bd15dd812..068bb53002 100644 --- a/libavcodec/amfenc.c +++ b/libavcodec/amfenc.c

[FFmpeg-devel] [PATCH 10 bit support, v4, 3/3] avcodec/amfenc: add 10 bit encoding in av1_amf

2023-10-09 Thread Evgeny Pavlov
v2: refactored after review Signed-off-by: Evgeny Pavlov Co-authored-by: Dmitrii Ovchinnikov --- libavcodec/amfenc.c | 2 ++ libavcodec/amfenc_av1.c | 22 ++ 2 files changed, 24 insertions(+) diff --git a/libavcodec/amfenc.c b/libavcodec/amfenc.c index 068bb53002..f1b7

Re: [FFmpeg-devel] [PATCH 06/13] avcodec/mpegvideo_enc: Don't overallocate arrays

2023-10-09 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Michael Niedermayer: >> On Fri, Oct 06, 2023 at 04:46:29AM +0200, Andreas Rheinhardt wrote: >>> Only entries 0..max_b_frames are ever used. >>> >>> Signed-off-by: Andreas Rheinhardt >>> --- >>> libavcodec/mpegvideo_enc.c | 10 +- >>> 1 file changed, 5 insertions(+),

Re: [FFmpeg-devel] [PATCH] avfilter/libvmaf: remove deprecated options

2023-10-09 Thread Kyle Swanson
Hi, On Thu, Oct 5, 2023 at 1:19 PM Kyle Swanson wrote: > Removal of deprecated libvmaf filter options. These options have been > deprecated since 3d29724c008d8f27fecf85757152789b074e8ef9 (Jan 23, > 2022). Patch attached. I'll push this tomorrow. Thanks, Kyle

Re: [FFmpeg-devel] [PATCH 06/13] avcodec/mpegvideo_enc: Don't overallocate arrays

2023-10-09 Thread Michael Niedermayer
On Mon, Oct 09, 2023 at 02:30:21PM +0200, Andreas Rheinhardt wrote: > Andreas Rheinhardt: > > Michael Niedermayer: > >> On Fri, Oct 06, 2023 at 04:46:29AM +0200, Andreas Rheinhardt wrote: > >>> Only entries 0..max_b_frames are ever used. > >>> > >>> Signed-off-by: Andreas Rheinhardt > >>> --- > >>

Re: [FFmpeg-devel] [RFC] Release 6.1

2023-10-09 Thread Michael Niedermayer
On Mon, Oct 09, 2023 at 05:37:42AM +0200, Lynne wrote: > Jul 6, 2023, 18:04 by d...@lynne.ee: > > > It's been a while since we've had a release, and we've had > > a lot of new features in. > > We did say we would make releases more often, and I think > > it's about time we have a new release. > >

Re: [FFmpeg-devel] [PATCH v3] avformat/mov: Add support for demuxing still HEIC images

2023-10-09 Thread Vignesh Venkat via ffmpeg-devel
On Thu, Oct 5, 2023 at 3:40 PM Vignesh Venkat wrote: > > > > On Thu, Oct 5, 2023 at 10:36 AM Vittorio Giovara > wrote: >> >> >> >> On Wed, Oct 4, 2023 at 12:40 PM Vignesh Venkatasubramanian via ffmpeg-devel >> wrote: >>> >>> They are similar to AVIF images (both use the HEIF container). >>> Th

[FFmpeg-devel] [RFC] SDR Vote

2023-10-09 Thread Michael Niedermayer
Hi all On VDD I was asked about (not) listing a release with SDR on the download page and IIRC the consensus was to do a vote on it. As you notice i am a bit hesitant to start a vote because its always better to find solutions evereyone is happy with and not just a majority. I also would prefer t

[FFmpeg-devel] [6.0] Segmentation fault in graph_parse() (was: [PATCH 2/2] fftools/ffmpeg_filter: initialize the) 'o' to silence the warning

2023-10-09 Thread Dominik 'Rathann' Mierzejewski
On Saturday, 25 February 2023 at 18:49, Thilo Borgmann wrote: > Am 25.02.23 um 16:26 schrieb Jun Zhao: > > From: Jun Zhao > > > > silence the warning: variable 'o' is used uninitialized whenever > > '&&' condition is false > > > > Signed-off-by: Jun Zhao > > --- > > fftools/ffmpeg_filter.c |

[FFmpeg-devel] [PATCH 1/3] avcodec/h264idct_template: Don't include h264dec.h

2023-10-09 Thread Andreas Rheinhardt
It is only needed for scan8 which is in h264_parse.h. Signed-off-by: Andreas Rheinhardt --- libavcodec/h264idct_template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h264idct_template.c b/libavcodec/h264idct_template.c index ec0b428c27..db19b5f9fb 100644 --- a

[FFmpeg-devel] [PATCH 2/3] avcodec/error_resilience: Constify ThreadFrame*

2023-10-09 Thread Andreas Rheinhardt
Forgotten in 0eb399ac3953da16f880a1e455bb009a45f76d49. While just at it, also use a forward declaration. Signed-off-by: Andreas Rheinhardt --- libavcodec/error_resilience.h | 3 +-- libavcodec/h264dec.h | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/err

[FFmpeg-devel] [PATCH 3/3] avcodec/h264dec: Constify H.264 decoder

2023-10-09 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- libavcodec/h264_cavlc.c | 2 +- libavcodec/h264_direct.c | 6 +++--- libavcodec/h264_picture.c | 6 +++--- libavcodec/h264_refs.c| 7 --- libavcodec/h264_slice.c | 23 +++ libavcodec/h264dec.c | 4 ++-- libavcodec/h2

[FFmpeg-devel] [PATCH v1] avcodec/cbs: Keep ff_cbs_trace_syntax_element

2023-10-09 Thread Dai, Jianhui J
Split ff_cbs_trace_syntax_element from ff_cbs_trace_read_log to decouple the tracing from GetBitContext. This allows CBS implementations that do not have a GetBitContext to directly use ff_cbs_trace_syntax_element to trace syntax elements. Signed-off-by: Jianhui Dai --- libavcodec/cbs.c

Re: [FFmpeg-devel] [PATCH v1] avcodec/cbs: Keep ff_cbs_trace_syntax_element

2023-10-09 Thread Dai, Jianhui J
> -Original Message- > From: Dai, Jianhui J > Sent: Tuesday, October 10, 2023 10:57 AM > To: ffmpeg-devel@ffmpeg.org > Subject: [PATCH v1] avcodec/cbs: Keep ff_cbs_trace_syntax_element > > Split ff_cbs_trace_syntax_element from ff_cbs_trace_read_log to decouple the > tracing from GetBi

Re: [FFmpeg-devel] [REFUND-REQUEST]] VDD23 Travel

2023-10-09 Thread Stefano Sabatini
On date Sunday 2023-10-08 10:09:03 +0800, Steven Liu wrote: > Nice to see you all after so long. > My request is for my flights, 9750,00 CNY Beijing from/to Abu Dhabi, > Abu Dhabi from/to Dublin Approved on my side, pending Michael's approval. To get the refund, follow instructions here to genera