summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-08-11Fix video range in preview and DCP when source is VIDEO rather than FULL.video-range-bugCarl Hetherington
It looks like the handling of "video" range (16-235) sources (when creating "full" range (0-255) outputs) has been broken for some considerable time. Full range outputs are used for both preview and DCP creation. We assumed that after we called sws_setColorspaceDetails FFmpeg would take care of the conversion from video to full, but its source suggests that it refuses to convert to full-range RGB (only full-range YUV or greyscale). Previously there was a seemingly correct comment (that FFmpeg would do nothing if source _or_ destination were RGB) but the check on when to use video_range_to_full_range() was only activated for RGB sources, not (also) RGB outputs. It's hard to believe that this has been around unnoticed for so long. https://dcpomatic.com/forum/viewtopic.php?t=1928&start=10 has a discussion which pointed out the problem.
2022-08-11Cleanup: don't repeat check inside resume() before calling it.Carl Hetherington
2022-08-11Allow cancellation of un-started jobs (#2777).Carl Hetherington
2022-08-11Cleanup: set job state to cancelled in a different place.Carl Hetherington
2022-08-11Fix d881836379172f4072ed81ea074f46b3a363a681 which removed clearingCarl Hetherington
of the left-hand-side of images.
2022-08-09Fix lines down the right-hand-side of exports in some cases.Carl Hetherington
2022-08-08Use wxNO_UNSAFE_WXSTRING_CONV and fix a bug it reveals.Carl Hetherington
2022-08-04Cleanup: fix typo in comment.Carl Hetherington
2022-07-25Updated sl_SI translation from Martin Srebotnjak.Carl Hetherington
2022-07-25Updated sl_SI translation from Martin Srebotnjak.Carl Hetherington
2022-07-23Even more logging when reading DCPs.Carl Hetherington
2022-07-23Add some more logging when reading DCPs.Carl Hetherington
2022-07-21C++11 tidying.Carl Hetherington
2022-07-20Fix failure to update peak on changing gain (#2286).v2.16.19Carl Hetherington
2022-07-20Supporters update.Carl Hetherington
2022-07-20Supporters update.Carl Hetherington
2022-07-20Add some logging to the KDM creator.Carl Hetherington
2022-07-20Basic release notes support (#2282).Carl Hetherington
2022-07-20Add option to give HTMLDialog an OK button.Carl Hetherington
2022-07-20Hack more height for HTMLDialog.Carl Hetherington
2022-07-20Use bitmap_path to find me.jpegCarl Hetherington
2022-07-20Change bitmap_path to take a full name with extension.Carl Hetherington
2022-07-20Add some logging to the system font finder.Carl Hetherington
2022-07-20Handle vertical alignment of subs correctly wrt the difference between ↵Carl Hetherington
Interop and SMPTE.
2022-07-20Whitespace tweak.Carl Hetherington
2022-07-20Improve a variable name.Carl Hetherington
2022-07-20Tidy up font rendering for subtitles.Carl Hetherington
Here was use get_ink_extents() rather than get_pixel_size() to find out how big the rendered subtitle will be, then use the x/y values of this extents rectangle to offset the rendering within the image. This allows the removal of some hacks to make accents visible.
2022-07-20Allow multiple DCPs to be written to a disk (#1756).Carl Hetherington
2022-07-17Updated sl_SI translation from Martin Srebotnjak.Carl Hetherington
2022-07-17Fix a couple of reserve()s that should be resize() (#2285).Carl Hetherington
2022-07-15Fix failure to destroy the J2KEncoder when an encode fails/is cancelled.Carl Hetherington
2022-07-14Fix build.Carl Hetherington
2022-07-14More error message improvements.Carl Hetherington
2022-07-14Log a couple of errors more thoroughly.Carl Hetherington
2022-07-12Supporters update.v2.16.18Carl Hetherington
2022-07-12Fix stupid crash in dcpomatic_create when adding a DCP without a KDM.Carl Hetherington
2022-07-11Correct version number when deciding whether or not to fix subtitle IDs.v2.16.17Carl Hetherington
2022-07-11Fix font_id errors with files decoded by FFmpeg which have subtitles.Carl Hetherington
I'm not sure if this goes far enough - it seems impossible to find all the font IDs used in a FFmpeg file without scanning it. I don't know if (for example) SSA-format font IDs make it through to DoM when decoded by FFmpeg.
2022-07-11Use a vector rather than a list when returning from content_factory().Carl Hetherington
2022-07-11Little C++11 cleanup.Carl Hetherington
2022-07-11Be a bit more careful with content_factory().Carl Hetherington
2022-07-11We no longer support .ecinema files.Carl Hetherington
2022-07-11Fix font handling for DCP subtitles.Carl Hetherington
2022-07-11Small cleanup.Carl Hetherington
2022-07-10Fix failure to close exported files.Carl Hetherington
2022-07-10Updated sl_SI translation from Martin Srebotnjak.Carl Hetherington
2022-07-09New sl_SI translation from Martin Srebotnjak.Carl Hetherington
2022-07-08Fix charset.Carl Hetherington
2022-07-08Missed bits of sl_SI translation update.Carl Hetherington
2022-07-08Support sl_SI (Slovenian) translation.Carl Hetherington