obs-studio/plugins/obs-ffmpeg
Richard Stanway 3332beece5 obs-ffmpeg: Fix seek offset being calculated incorrectly
If FFmpeg wrote data and then seeked back to immediately overwrite it,
the second seek would be skipped as our virtual offset was incorrectly
thinking it hadn't changed. This caused MP4 corruption when seeking
back in the file to write the moov atom.

Fixes https://github.com/obsproject/obs-studio/issues/7269
Fixes https://github.com/obsproject/obs-studio/issues/7144
2022-09-03 01:34:14 +02:00
..
data/locale Update translations from Crowdin 2022-08-30 09:00:44 +00:00
external obs-ffmpeg: Add texture-based hardware AMD encoder 2022-07-21 15:29:25 -07:00
ffmpeg-mux obs-ffmpeg: Fix seek offset being calculated incorrectly 2022-09-03 01:34:14 +02:00
obs-amf-test obs-ffmpeg: Fix format specifier in obs-amf-test 2022-08-12 23:05:58 +02:00
CMakeLists.txt obs-ffmpeg: Add better error if SRT or RIST libraries are not found 2022-08-06 16:18:55 -07:00
jim-nvenc-helpers.c obs-ffmpeg: Improve dialog text for NVENC errors 2022-05-28 06:48:27 -07:00
jim-nvenc.c obs-ffmpeg: NVENC "(new)" begone 2022-08-30 17:05:36 -07:00
jim-nvenc.h obs-ffmpeg: Improve dialog text for NVENC errors 2022-05-28 06:48:27 -07:00
obs-ffmpeg-audio-encoders.c deps,libobs,plugins: Fix discarded-qualifiers warnings with FFmpeg 5 2022-07-22 08:50:36 -04: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: Add AVContentLightMetadata to MPEG-TS 2022-08-29 10:02:49 -07:00
obs-ffmpeg-mux.c obs-ffmpeg: Always reset timestamp 2022-08-30 22:41:29 -04:00
obs-ffmpeg-mux.h obs-ffmpeg: Always reset timestamp 2022-08-30 22:41:29 -04:00
obs-ffmpeg-nvenc.c obs-ffmpeg: NVENC "(new)" begone 2022-08-30 17:05:36 -07:00
obs-ffmpeg-output.c obs-ffmpeg: Fix ffmpeg_output memory leak 2022-08-18 11:07:17 -07: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: Use top-left chroma location for HDR 2022-07-31 00:10:50 -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 deps,libobs,plugins: Fix discarded-qualifiers warnings with FFmpeg 5 2022-07-22 08:50:36 -04: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: In AMF, use bframe count + 1 as DTS offset 2022-08-27 09:39:46 -07:00