0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-19 20:32:15 +02:00
obs-studio/deps
Stephen Seo 4b5be75c7e deps/media-playback: Use new (nb_)coded_side_data FFmpeg 6.1 API
Fixes for using FFmpeg 6.1 due to deprecations. Uses `#if` macros to
allow builds for using older versions of FFmpeg.

The change in deps/media-playback/media-playback/decode.c is due to
FFmpeg moving "side_data" into AVCodecParameters which is mentioned in
commit [1] in FFmpeg's repository.

In summary of the "side_data" change, AVStream.side_data is deprecated
and replaced with AVStream.codecpar->coded_side_data, and
AVStream.nb_side_data is replaced with
AVStream.codecpar->nb_coded_side_data.

[1]: avcodec/codec_par: add side data to AVCodecParameters
21d7cc6fa9
2023-12-02 17:43:18 -06:00
..
blake2 deps: Add license declaration files 2023-09-19 13:35:49 -04:00
file-updater deps: Update CMake minimum to 3.22 2023-08-05 16:45:46 -07:00
glad deps: Update CMake minimum to 3.22 2023-08-05 16:45:46 -07:00
happy-eyeballs deps: Update CMake minimum to 3.22 2023-08-05 16:45:46 -07:00
ipc-util cmake: Add changes for CMake build framework 3.0 2023-06-29 10:11:32 -04:00
json11 json11: Suppress warnings about unqualified std::move calls 2023-08-31 17:52:08 -04:00
libcaption deps: Update CMake minimum to 3.22 2023-08-05 16:45:46 -07:00
media-playback deps/media-playback: Use new (nb_)coded_side_data FFmpeg 6.1 API 2023-12-02 17:43:18 -06:00
obs-scripting obs-scripting: Add Python 3.11 support for Windows and macOS 2023-11-11 17:45:55 -06:00
opts-parser deps: Update CMake minimum to 3.22 2023-08-05 16:45:46 -07:00
uthash deps: Update CMake minimum to 3.22 2023-08-05 16:45:46 -07:00
w32-pthreads cmake: Add changes for CMake build framework 3.0 2023-03-26 18:20:38 -04:00
CMakeLists.txt deps,libobs,plugins: Remove in-tree Jansson 2023-07-29 16:37:14 -07:00