0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 21:13:04 +02:00
obs-studio/libobs/media-io
Chris (Flaeri) 0eb496e8cf libobs/media-io: Add color range and space to conversion
By adding the range data we can get successful handling of full range
color via custom FFmpeg output. Previously it would always default to 0
which would yield partial/limited output. Without the colorspace info
the output file is correctly tagged, but not undergone the actual
conversion.
2023-03-03 21:48:09 +00:00
..
audio-io.c libobs: Clamp audio NaN to 0.0f 2022-05-21 02:24:43 +02:00
audio-io.h libobs/media-io: Add get_total_audio_size() 2023-02-05 02:55:24 -08:00
audio-math.h libobs/media-io: Add common audio math functions 2015-06-26 03:40:27 -07:00
audio-resampler-ffmpeg.c libobs: Change audio resampler to new channel API 2022-11-10 19:37:07 -05:00
audio-resampler.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
format-conversion.c libobs: fix building modules once installed 2019-11-27 14:00:15 -05:00
format-conversion.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
frame-rate.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
media-io-defs.h libobs: Move macro to internal C file 2017-10-02 07:36:02 -07:00
media-remux.c libobs/media-io: Correctly check codec tag compatibility for out stream 2023-02-15 18:21:09 +01:00
media-remux.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
video-fourcc.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
video-frame.c libobs,UI: Add P216/P416 pixel formats 2023-02-21 18:48:44 +01:00
video-frame.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
video-io.c libobs/media-io: Add color range and space to conversion 2023-03-03 21:48:09 +00:00
video-io.h libobs,UI: Add P216/P416 pixel formats 2023-02-21 18:48:44 +01:00
video-matrices.c libobs,UI: Add P216/P416 pixel formats 2023-02-21 18:48:44 +01:00
video-scaler-ffmpeg.c libobs,UI: Add P216/P416 pixel formats 2023-02-21 18:48:44 +01:00
video-scaler.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00