obs-studio/plugins/obs-ffmpeg
Eric Lindvall 4f87337646 obs-ffmpeg: Add error detection to ffmpeg-mux
ffmpeg-mux does not notice if ffmpeg returns an error from
av_interleaved_write_frame() which means that OBS never knows if there is a
problem in ffmpeg.

This is the biggest issue for cases like srt:// or tcp:// streams that can
regularly fail. Without this change OBS never knows that something went wrong.
2020-10-03 22:26:52 -07:00
..
data/locale Update translations from Crowdin 2020-09-27 23:07:27 +02:00
external
ffmpeg-mux obs-ffmpeg: Add error detection to ffmpeg-mux 2020-10-03 22:26:52 -07:00
CMakeLists.txt
jim-nvenc-helpers.c
jim-nvenc.c Update VIDEO_CS_DEFAULT to mean 709 instead of 601 2020-09-06 20:51:28 -07:00
jim-nvenc.h
obs-ffmpeg-audio-encoders.c
obs-ffmpeg-compat.h
obs-ffmpeg-config.h.in
obs-ffmpeg-formats.h
obs-ffmpeg-logging.c
obs-ffmpeg-mux.c obs-ffmpeg: Signal a remote disconnect for network streams from ffmpeg-mux 2020-10-03 22:17:02 -07:00
obs-ffmpeg-nvenc.c Update VIDEO_CS_DEFAULT to mean 709 instead of 601 2020-09-06 20:51:28 -07:00
obs-ffmpeg-output.c obs-ffmpeg: fix crash with rawvideo 2020-09-08 21:22:24 -07:00
obs-ffmpeg-output.h
obs-ffmpeg-source.c
obs-ffmpeg-vaapi.c Update VIDEO_CS_DEFAULT to mean 709 instead of 601 2020-09-06 20:51:28 -07:00
obs-ffmpeg.c