wip: got stuck... because PlayerVideo is related to the render size adjust-sizing
authorCarl Hetherington <cth@carlh.net>
Thu, 4 Aug 2022 21:55:17 +0000 (23:55 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 4 Aug 2022 21:55:17 +0000 (23:55 +0200)
commit7bd8eecb8ba8535978d58408dc73ce7528034c7e
treee3019a153415a6becde846fcb6a68f0674341bc1
parentd6aeaf8dd1b3158689da7b75c7417c1838af9c95
wip: got stuck... because PlayerVideo is related to the render size
because its subtitles are prepared for the _video_container_size that
the Player knows about.  I think the only way around this would be to
store the subs in PlayerVideo in some independent way and to scale/convert
to bitmap later.
17 files changed:
src/lib/butler.cc
src/lib/butler.h
src/lib/dcp_video.cc
src/lib/dcp_video.h
src/lib/ffmpeg_encoder.cc
src/lib/ffmpeg_file_encoder.cc
src/lib/j2k_encoder.cc
src/lib/pixel_quanta.cc
src/lib/pixel_quanta.h
src/lib/player.cc
src/lib/player_video.cc
src/lib/player_video.h
src/lib/video_ring_buffers.cc
src/lib/video_ring_buffers.h
src/wx/simple_video_view.cc
src/wx/video_waveform_plot.cc
test/player_video_test.cc [new file with mode: 0644]