Bug 1533 - Enable FFmpeg 7 and 8 in FFMPEGMediaPlayer, drop version 4 and 5
Summary: Enable FFmpeg 7 and 8 in FFMPEGMediaPlayer, drop version 4 and 5
Status: RESOLVED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: video (show other bugs)
Version: 2.7.0
Hardware: All all
: P4 normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2025-12-17 01:21 CET by Sven Gothel
Modified: 2025-12-19 05:35 CET (History)
0 users

See Also:
Type: FEATURE
SCM Refs:
d05178ff784bf0f327f15d199bf1d47f323dc693 881f2062fb64ce736e00440fbddbaedfe5f23ca8
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Gothel 2025-12-17 01:21:11 CET
On Debian 13 (and similarly Ubuntu/ArchLinux/..), FFmpeg 7 is being installed.
Further, current FFmpeg developer version is 8.

FFmpeg versions 4 and 5 are no more used in contemporary distributions,
hence we can also remove these to save footprint.
Comment 1 Sven Gothel 2025-12-19 05:35:16 CET
Resolved as described.

Only material code change:
- drop using `avcodec_close` for just `avcodec_free_context`