public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] ffmpeg: Update to version 7.1
Date: Sat, 09 Nov 2024 18:38:10 +0100	[thread overview]
Message-ID: <20241109173814.1058040-3-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20241109173814.1058040-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 3660 bytes --]

- Update from version 7.0.2 to 7.1
- Update of rootfile
- Changelog
    7.1
	- Raw Captions with Time (RCWT) closed caption demuxer
	- LC3/LC3plus decoding/encoding using external library liblc3
	- ffmpeg CLI filtergraph chaining
	- LC3/LC3plus demuxer and muxer
	- pad_vaapi, drawbox_vaapi filters
	- vf_scale supports secondary ref input and framesync options
	- vf_scale2ref deprecated
	- qsv_params option added for QSV encoders
	- VVC decoder compatible with DVB test content
	- xHE-AAC decoder
	- removed DEC Alpha DSP and support code
	- VVC encoding support via libvvenc
	- perlin video source
	- D3D12VA HEVC encoder
	- Cropping metadata parsing and writing in Matroska and MP4/MOV de/muxers
	- Intel QSV-accelerated VVC decoding
	- MediaCodec AAC/AMR-NB/AMR-WB/MP3 decoding
	- YUV colorspace negotiation for codecs and filters, obsoleting the
	  YUVJ pixel format
	- Vulkan H.264 encoder
	- Vulkan H.265 encoder
	- stream specifiers in fftools can now match by stream disposition
	- LCEVC enhancement data exporting in H.26x and MP4/ISOBMFF
	- LCEVC filter
	- MV-HEVC decoding

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 config/rootfiles/packages/ffmpeg | 16 ++++++++--------
 lfs/ffmpeg                       |  6 +++---
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/config/rootfiles/packages/ffmpeg b/config/rootfiles/packages/ffmpeg
index d6b7985f6..990f43b86 100644
--- a/config/rootfiles/packages/ffmpeg
+++ b/config/rootfiles/packages/ffmpeg
@@ -152,28 +152,28 @@ usr/bin/ffprobe
 #usr/include/libswscale/version_major.h
 #usr/lib/libavcodec.so
 usr/lib/libavcodec.so.61
-usr/lib/libavcodec.so.61.3.100
+usr/lib/libavcodec.so.61.19.100
 #usr/lib/libavdevice.so
 usr/lib/libavdevice.so.61
-usr/lib/libavdevice.so.61.1.100
+usr/lib/libavdevice.so.61.3.100
 #usr/lib/libavfilter.so
 usr/lib/libavfilter.so.10
-usr/lib/libavfilter.so.10.1.100
+usr/lib/libavfilter.so.10.4.100
 #usr/lib/libavformat.so
 usr/lib/libavformat.so.61
-usr/lib/libavformat.so.61.1.100
+usr/lib/libavformat.so.61.7.100
 #usr/lib/libavutil.so
 usr/lib/libavutil.so.59
-usr/lib/libavutil.so.59.8.100
+usr/lib/libavutil.so.59.39.100
 #usr/lib/libpostproc.so
 usr/lib/libpostproc.so.58
-usr/lib/libpostproc.so.58.1.100
+usr/lib/libpostproc.so.58.3.100
 #usr/lib/libswresample.so
 usr/lib/libswresample.so.5
-usr/lib/libswresample.so.5.1.100
+usr/lib/libswresample.so.5.3.100
 #usr/lib/libswscale.so
 usr/lib/libswscale.so.8
-usr/lib/libswscale.so.8.1.100
+usr/lib/libswscale.so.8.3.100
 #usr/lib/pkgconfig/libavcodec.pc
 #usr/lib/pkgconfig/libavdevice.pc
 #usr/lib/pkgconfig/libavfilter.pc
diff --git a/lfs/ffmpeg b/lfs/ffmpeg
index 0431de125..8b5be7702 100644
--- a/lfs/ffmpeg
+++ b/lfs/ffmpeg
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY	   = Library for working with various multimedia formats
 
-VER        = 7.0.2
+VER        = 7.1
 
 THISAPP    = ffmpeg-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -34,7 +34,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = ffmpeg
-PAK_VER    = 17
+PAK_VER    = 18
 
 DEPS       = sdl2 lame libvorbis xvid
 
@@ -52,7 +52,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = f6536f41f784f1b49ed0728d80a522676dfe1facbeb7fec3f7796683ce28c73e41508f9a5dd1e5cd18d3ff787d562bb1e6a5085ee0660076b84a76040587e5a8
+$(DL_FILE)_BLAKE2 = 91b012d12a0f2bc1742d7d2e634e358d5d10976ad1fd0c44f40fa7a0fd102bc11e3b51237c2e3b0baa4b4d7d505e21d4336baa3293b20a7c4e3a0433dfc53362
 
 install : $(TARGET)
 
-- 
2.47.0


  parent reply	other threads:[~2024-11-09 17:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-09 17:38 [PATCH] curl: Update to version 8.11.0 Adolf Belka
2024-11-09 17:38 ` [PATCH] expat: Update to version 2.6.4 Adolf Belka
2024-11-09 17:38 ` Adolf Belka [this message]
2024-11-09 17:38 ` [PATCH] gnutls: Update to version 3.8.8 Adolf Belka
2024-11-09 17:38 ` [PATCH] lvm2: Update to version 2.03.28 Adolf Belka
2024-11-09 17:38 ` [PATCH] pixman: Update to version 0.44.0 Adolf Belka
2024-11-09 17:38 ` [PATCH] sqlite: Update to version 3470000 Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241109173814.1058040-3-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox