diff options
author | Sven Gothel <[email protected]> | 2023-02-23 22:18:39 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-02-23 22:18:39 +0100 |
commit | 2ecf00d7733c473358b652c50b83cb95f65174ff (patch) | |
tree | 18d7a6caa340934152a1ba20f6b83a7abc0f716f /src/jogl/classes/com/jogamp/opengl/util | |
parent | 55a3e7e548bbc3333318ee55dbab39f016b8d5f6 (diff) |
FFMPEGMediaPlayer: Add implementation update for FFmpeg version 4.* (Debian 11), 5.* (Debian 12) and 6.* (Current Development trunk)
From here on, libav support has been dropped.
Required FFmpeg libraries to be fully matched by their major runtime- and compiletime-versions are:
- avcodec
- avformat
- avutil
- swresample
Library avdevice is optional and only used for video input devices (camera).
Library avresample has been removed, since FFmpeg dropped it as well in version 6.*
and swresample is preferred for lower versions.
The matching major-versions of each library to the FFmpeg version
is documented within FFMPEGMediaPlayer class API-doc.
Each implementation version uses the non-deprecated FFmpeg code-path
and compilation using matching header files is warning-free.
Diffstat (limited to 'src/jogl/classes/com/jogamp/opengl/util')
0 files changed, 0 insertions, 0 deletions