Keep information about the video range (full/JPEG or video/MPEG) in
authorCarl Hetherington <cth@carlh.net>
Wed, 11 Jul 2018 08:19:22 +0000 (09:19 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 11 Jul 2018 08:19:22 +0000 (09:19 +0100)
commit26f2e20607096cd285110c8ced9e32beb837b55e
tree71ba60bf699b9a73ed44966492c30d579718dac0
parent8e79595c7867a634d89fe9da37dc142d63182a02
Keep information about the video range (full/JPEG or video/MPEG) in
Image and use it when setting up swscale.
18 files changed:
src/lib/dcp_video.cc
src/lib/ffmpeg_decoder.cc
src/lib/ffmpeg_encoder.cc
src/lib/image.cc
src/lib/image.h
src/lib/j2k_image_proxy.cc
src/lib/magick_image_proxy.cc
src/lib/player.cc
src/lib/player_video.cc
src/lib/player_video.h
src/lib/raw_image_proxy.cc
src/lib/render_subtitles.cc
src/wx/film_viewer.cc
src/wx/video_waveform_plot.cc
test/client_server_test.cc
test/image_test.cc
test/make_black_test.cc
test/player_test.cc