[FFmpeg-devel] [PATCH] avfilter/qsvvpp: remove usage of deprecated fields

2023-07-28 Thread James Almer
Added by mistake in 88b3841149b9f41d6c5ec7930dcd5c6caf28b198. Signed-off-by: James Almer --- libavfilter/qsvvpp.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libavfilter/qsvvpp.c b/libavfilter/qsvvpp.c index a03de05d9c..2833703891 100644 ---

[FFmpeg-devel] [PATCH 2/2] avradio/sdr: ident band_descs

2023-07-28 Thread Peter Ross
--- libavradio/sdrdemux.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavradio/sdrdemux.c b/libavradio/sdrdemux.c index 0bd9222e6d..6a74a6ee2a 100644 --- a/libavradio/sdrdemux.c +++ b/libavradio/sdrdemux.c @@ -1156,9 +1156,9 @@ static int demodulate_fm(SDRContext

[FFmpeg-devel] [PATCH 1/2] avradio/sdr: add Airband frequencies

2023-07-28 Thread Peter Ross
--- libavradio/sdrdemux.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavradio/sdrdemux.c b/libavradio/sdrdemux.c index 3b24cfedef..0bd9222e6d 100644 --- a/libavradio/sdrdemux.c +++ b/libavradio/sdrdemux.c @@ -1159,6 +1159,7 @@ BandDescriptor band_descs[] = { {"Mediumwave band" ,

[FFmpeg-devel] [PATCH v3] avformat/flvdec: move read fourcc output before flv_same_video_codec

2023-07-28 Thread Steven Liu
read fourcc for video codec after VideoTagHeader read. passed as parameter to flv_same_video_codec. Signed-off-by: Steven Liu --- libavformat/flvdec.c | 38 ++ 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/libavformat/flvdec.c

Re: [FFmpeg-devel] [PATCH 2/3] avcodec/dct: Move fdct function declarations to fdctdsp.h

2023-07-28 Thread Andreas Rheinhardt
Andreas Rheinhardt: > It is the more proper place for them given that this is > the only API using them. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/asvenc.c| 1 - > libavcodec/dct.h | 7 --- > libavcodec/fdctdsp.c | 1 - >

Re: [FFmpeg-devel] [PATCH v2] avformat/mov: enable identifying TTML subtitle streams as such

2023-07-28 Thread Jan Ekström
On Fri, Jul 21, 2023 at 2:17 PM Jan Ekström wrote: > > On Mon, Jul 17, 2023 at 2:35 PM Jan Ekström wrote: > > > > On Wed, Jul 12, 2023 at 4:48 PM Jan Ekström wrote: > > > > > > From: Jan Ekström > > > > > > The contents are full TTML XML documents. TTML writing tests' > > > results are updated

Re: [FFmpeg-devel] [PATCH v4 0/4] Fix MSVC build without optimizations

2023-07-28 Thread Matt Oliver
On Fri, 28 Jul 2023 at 20:55, Nicolas George wrote: > Reimar Döffinger (12023-07-28): > > I assume the issue is missing symbols during linking? > > If you really want this, why not create a file that provides dummy > > symbols for all that are missing, concentrating the #if mess in > > a single

Re: [FFmpeg-devel] [PATCH 5/6] fftools: avradio support

2023-07-28 Thread Kieran Kunhya
I am going to ignore the dredging up of ancient history. On Thu, Jul 27, 2023 at 6:56 PM Nicolas George wrote: > > It's not just multimedia that goes over radio, it's not just > > multimedia that goes over TCP, it's not just multimedia that needs > > XML, that's why there are separate libraries

Re: [FFmpeg-devel] [PATCH v4 0/4] Fix MSVC build without optimizations

2023-07-28 Thread Nicolas George
Reimar Döffinger (12023-07-28): > I assume the issue is missing symbols during linking? > If you really want this, why not create a file that provides dummy > symbols for all that are missing, concentrating the #if mess in > a single place and avoiding affecting any of the regular code, and thus >

Re: [FFmpeg-devel] [PATCH v4 0/4] Fix MSVC build without optimizations

2023-07-28 Thread Reimar Döffinger
> On 28 Jul 2023, at 12:40, Reimar Döffinger wrote: > > >> On 28 Jul 2023, at 03:37, L. E. Segovia wrote: >> >> Updated for 6.0, any constructive feedback will be appreciated. > > Using #if means the code will not even be compile tested if the > feature is disabled, this makes maintenance

Re: [FFmpeg-devel] [PATCH v4 0/4] Fix MSVC build without optimizations

2023-07-28 Thread Reimar Döffinger
> On 28 Jul 2023, at 03:37, L. E. Segovia wrote: > > Updated for 6.0, any constructive feedback will be appreciated. Using #if means the code will not even be compile tested if the feature is disabled, this makes maintenance especially of rare features much harder (nevermind code readability).

Re: [FFmpeg-devel] [PATCH 2/2] Move sdr within the libavradio repository

2023-07-28 Thread Kieran Kunhya
On Thu, Jul 27, 2023 at 11:39 PM Michael Niedermayer wrote: > > This moves sdr back from libavradio into libavdevice & libavformat > (inside the libavradio repository) > > People originally wanted this code in a libavradio library but recently > suggested that sdr should have no impact on other

Re: [FFmpeg-devel] [PATCH] lavu: add AVVideoHint API

2023-07-28 Thread Stefano Sabatini
On date Wednesday 2023-07-26 10:52:57 +, Carotti, Elias wrote: > On Mon, 2023-07-24 at 01:27 +0200, Stefano Sabatini wrote: > > CAUTION: This email originated from outside of the organization. Do > > not click links or open attachments unless you can confirm the sender > > and know the content