Bug#1072430: Fixed upstream with new release 2.2.8

2024-09-13 Thread Nicola Ferralis
Upstream version 2.2.8 fixes the compatibility issues with ffmpeg 7. It's available as stable here: https://github.com/sr99622/libonvif The version in debian/unstable (1.4.4-1.1) is to be considered obsolete. It would be good to port the newer version from upstream.

Bug#1072436: patch

2024-09-13 Thread Nicola Ferralis
Fixes compilation of moc against ffmpeg 7diff -Nru moc-2.6.0~svn-r3005.orig/decoder_plugins/ffmpeg/ffmpeg.c moc-2.6.0~svn-r3005/decoder_plugins/ffmpeg/ffmpeg.c --- moc-2.6.0~svn-r3005.orig/decoder_plugins/ffmpeg/ffmpeg.c2024-09-13 12:06:30.475572948 -0400 +++ moc-2.6.0~svn-r3005/decoder_plug

Bug#1072401: patch

2024-09-13 Thread Nicola Ferralis
The attached patch allows compilation of baresip against ffmpeg 7diff -Nru baresip-1.1.0.orig/modules/avcodec/decode.c baresip-1.1.0/modules/avcodec/decode.c --- baresip-1.1.0.orig/modules/avcodec/decode.c 2024-09-12 17:59:08.067564052 -0400 +++ baresip-1.1.0/modules/avcodec/decode.c 2024-0

Bug#1072424: Patch

2024-09-13 Thread Nicola Ferralis
The attached patch allows compilation of janus against ffmpeg 7diff -Nru janus-gateway-1.1.2.orig/src/postprocessing/pp-avformat.c janus-gateway-1.1.2/src/postprocessing/pp-avformat.c --- janus-gateway-1.1.2.orig/src/postprocessing/pp-avformat.c 2023-01-17 09:36:18 +++ janus-gateway-1.1.2/src/

Bug#1072406: Patch

2024-09-13 Thread Nicola Ferralis
The attached patch allows compilation of comskip against ffmpeg 7 diff -Nru comskip-0.82.009+git20230112.d0cc422+ds.1.orig/mpeg2dec.c comskip-0.82.009+git20230112.d0cc422+ds.1/mpeg2dec.c --- comskip-0.82.009+git20230112.d0cc422+ds.1.orig/mpeg2dec.c 2024-09-13 11:02:56.126573122 -0400 +++ coms

Bug#1072431: Patch

2024-09-13 Thread Nicola Ferralis
The attached patch allows compilation of libopenshot against ffmpeg 7 diff -Nru libopenshot-0.3.2.orig/src/FFmpegReader.cpp libopenshot-0.3.2/src/FFmpegReader.cpp --- libopenshot-0.3.2.orig/src/FFmpegReader.cpp 2023-04-19 18:01:02 +++ libopenshot-0.3.2/src/FFmpegReader.cpp 2024-09-05 14:14:

Bug#1041378: (no subject)

2023-08-02 Thread Nicola Ferralis
The most relevant change is in the file: libavutil/hwcontext_qsv.h where in ffmpeg 5.1.3 it used to read (line 22): #include while in ffmpeg 6.0: #include That said, simply adding the folder mfx/ in ffmpeg 6.0 leads to a compilation error for ffmpeg: In file included from src/libavfilte