0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/plugins/obs-ffmpeg
pkv ce2d1ffab7 obs-ffmpeg: Fix deprecation of channels member of several structs
This fixes deprecation warnings since the channels member of
AVCodecContext is marked as deprecated [1], as well as the channels
member of AVFrame [2].
In all instances where a warning appear, a switch to the new API is
done.
[1] lavc: switch to the new channel layout API
FFmpeg/FFmpeg@548aeb9
[2] Bump minor versions after the channel layout changes
FFmpeg/FFmpeg@cdba98bb80

Signed-off-by: pkv <pkv@obsproject.com>
2022-11-10 19:37:07 -05:00
..
data/locale Update translations from Crowdin 2022-10-25 22:32:14 +00:00
external obs-ffmpeg: Add NVENC AV1 support 2022-10-07 14:34:39 -07:00
ffmpeg-mux obs-ffmpeg: Fix deprecation of channels member of several structs 2022-11-10 19:37:07 -05:00
obs-amf-test obs-ffmpeg: Fix format specifier in obs-amf-test 2022-08-12 23:05:58 +02:00
obs-nvenc-test obs-ffmpeg: Add NVENC AV1 support 2022-10-07 14:34:39 -07:00
CMakeLists.txt obs-ffmpeg: Add NVENC AV1 support 2022-10-07 14:34:39 -07:00
jim-nvenc-helpers.c obs-ffmpeg: Add NVENC AV1 support 2022-10-07 14:34:39 -07:00
jim-nvenc-ver.h obs-ffmpeg: Add NVENC AV1 support 2022-10-07 14:34:39 -07:00
jim-nvenc.c Revert "obs-ffmpeg: Check nvenc max bframe count" 2022-11-01 15:26:42 -07:00
jim-nvenc.h obs-ffmpeg: Add NVENC AV1 support 2022-10-07 14:34:39 -07:00
obs-ffmpeg-audio-encoders.c obs-ffmpeg: Fix deprecation of channels member of several structs 2022-11-10 19:37:07 -05:00
obs-ffmpeg-av1.c obs-ffmpeg: Block 8-bit HDR for AV1 encoders 2022-08-16 07:39:52 -07:00
obs-ffmpeg-compat.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-ffmpeg-config.h.in obs-ffmpeg: Add HEVC support to NVENC 2022-04-28 08:59:53 -07:00
obs-ffmpeg-formats.h obs-ffmpeg: Use YVYU for FFmpeg pix fmt YVYU422 2022-04-19 19:39:22 +02:00
obs-ffmpeg-hls-mux.c obs-ffmpeg: Use new priority parsing for HLS 2022-08-01 08:15:39 -07:00
obs-ffmpeg-logging.c obs-ffmpeg: Separate logging code 2019-07-09 10:07:24 -07:00
obs-ffmpeg-mpegts.c obs-ffmpeg: Fix deprecation of channels member of several structs 2022-11-10 19:37:07 -05:00
obs-ffmpeg-mux.c obs-ffmpeg: Add codec-tag support to ffmpeg-mux 2022-11-02 22:44:20 +01:00
obs-ffmpeg-mux.h obs-ffmpeg: Always reset timestamp 2022-08-30 22:41:29 -04:00
obs-ffmpeg-nvenc.c obs-ffmpeg: Fix FFmpeg NVENC presets on Ubuntu 20.04 2022-10-27 14:35:51 -07:00
obs-ffmpeg-output.c obs-ffmpeg: Fix deprecation of channels member of several structs 2022-11-10 19:37:07 -05:00
obs-ffmpeg-output.h obs-ffmpeg: Allow use of old mpegts output 2022-07-30 17:03:20 +02:00
obs-ffmpeg-rist.h obs-ffmpeg: Native SRT/RIST for mpegts output 2022-07-30 17:03:10 +02:00
obs-ffmpeg-source.c obs-ffmpeg: Fix frame remain after changing file 2022-07-28 11:33:02 -07:00
obs-ffmpeg-srt.h obs-ffmpeg: Replace ftime on *nix platforms 2022-07-31 21:48:13 -07:00
obs-ffmpeg-url.h obs-ffmpeg: Native SRT/RIST for mpegts output 2022-07-30 17:03:10 +02:00
obs-ffmpeg-vaapi.c deps,libobs,plugins: Fix discarded-qualifiers warnings with FFmpeg 5 2022-07-22 08:50:36 -04:00
obs-ffmpeg-video-encoders.c obs-ffmpeg: Fix unpause causing certain encoders to fail 2022-09-30 13:09:29 -07:00
obs-ffmpeg-video-encoders.h deps,libobs,plugins: Fix discarded-qualifiers warnings with FFmpeg 5 2022-07-22 08:50:36 -04:00
obs-ffmpeg.c obs-ffmpeg: Fix Ubuntu 20.04 detection 2022-10-27 16:47:37 -07:00
texture-amf-opts.hpp obs-ffmpeg: Fix typo in min_qp_p / max_qp_p options 2022-08-01 13:34:27 -07:00
texture-amf.cpp obs-ffmpeg: Fix m3u8 recording in AMF 2022-09-29 15:47:26 -07:00