| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-11 | Fix video range in preview and DCP when source is VIDEO rather than FULL.video-range-bug | Carl 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-11 | Cleanup: don't repeat check inside resume() before calling it. | Carl Hetherington | |
| 2022-08-11 | Allow cancellation of un-started jobs (#2777). | Carl Hetherington | |
| 2022-08-11 | Cleanup: set job state to cancelled in a different place. | Carl Hetherington | |
| 2022-08-11 | Fix d881836379172f4072ed81ea074f46b3a363a681 which removed clearing | Carl Hetherington | |
| of the left-hand-side of images. | |||
| 2022-08-11 | Lower some error thresholds now that check_image() actually works in these ↵ | Carl Hetherington | |
| cases. | |||
| 2022-08-11 | Fix broken writing of 16-bit images (the pixels must be written MSB-first). | Carl Hetherington | |
| 2022-08-11 | Cleanup: remove duplicated code. | Carl Hetherington | |
| 2022-08-10 | Bump libsub for fix to SSA colour tag parsing. | Carl Hetherington | |
| 2022-08-09 | Fix lines down the right-hand-side of exports in some cases. | Carl Hetherington | |
| 2022-08-08 | Use wxNO_UNSAFE_WXSTRING_CONV and fix a bug it reveals. | Carl Hetherington | |
| 2022-08-04 | Cleanup: fix typo in comment. | Carl Hetherington | |
| 2022-08-04 | Python 3 fixes, and add average video frame rate readout. | Carl Hetherington | |
| 2022-07-25 | Updated sl_SI translation from Martin Srebotnjak. | Carl Hetherington | |
| 2022-07-25 | Updated sl_SI translation from Martin Srebotnjak. | Carl Hetherington | |
| 2022-07-23 | Even more logging when reading DCPs. | Carl Hetherington | |
| 2022-07-23 | Add some more logging when reading DCPs. | Carl Hetherington | |
| 2022-07-23 | Ignore .cache. | Carl Hetherington | |
| 2022-07-21 | C++11 tidying. | Carl Hetherington | |
| 2022-07-20 | Fix failure to update peak on changing gain (#2286).v2.16.19 | Carl Hetherington | |
| 2022-07-20 | Supporters update. | Carl Hetherington | |
| 2022-07-20 | Supporters update. | Carl Hetherington | |
| 2022-07-20 | Add some logging to the KDM creator. | Carl Hetherington | |
| 2022-07-20 | Basic release notes support (#2282). | Carl Hetherington | |
| 2022-07-20 | Add option to give HTMLDialog an OK button. | Carl Hetherington | |
| 2022-07-20 | Hack more height for HTMLDialog. | Carl Hetherington | |
| 2022-07-20 | Use bitmap_path to find me.jpeg | Carl Hetherington | |
| 2022-07-20 | Change bitmap_path to take a full name with extension. | Carl Hetherington | |
| 2022-07-20 | Make it possible to build just one thing for macOS rather than everything. | Carl Hetherington | |
| 2022-07-20 | Bump libsub for fixes to SSA/ASS font sizing. | Carl Hetherington | |
| 2022-07-20 | Add missing <dir> entries to the macOS fonts.conf | Carl Hetherington | |
| 2022-07-20 | Also copy fonts in osx/copy_resources.sh | Carl Hetherington | |
| 2022-07-20 | Add some logging to the system font finder. | Carl Hetherington | |
| 2022-07-20 | Handle vertical alignment of subs correctly wrt the difference between ↵ | Carl Hetherington | |
| Interop and SMPTE. | |||
| 2022-07-20 | Whitespace tweak. | Carl Hetherington | |
| 2022-07-20 | Improve a variable name. | Carl Hetherington | |
| 2022-07-20 | Tidy 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-20 | Add useful debugging test which might be tricky to use properly because of ↵ | Carl Hetherington | |
| rendering differences. | |||
| 2022-07-20 | Tidy up some test names and remove pointless comments. | Carl Hetherington | |
| 2022-07-20 | Allow multiple DCPs to be written to a disk (#1756). | Carl Hetherington | |
| 2022-07-17 | Updated sl_SI translation from Martin Srebotnjak. | Carl Hetherington | |
| 2022-07-17 | Fix a couple of reserve()s that should be resize() (#2285). | Carl Hetherington | |
| 2022-07-15 | Bump libdcp for bug in previous commit. | Carl Hetherington | |
| 2022-07-15 | Bump libdcp so that it closes MXF files when destroying asset writers. | Carl Hetherington | |
| 2022-07-15 | Fix failure to destroy the J2KEncoder when an encode fails/is cancelled. | Carl Hetherington | |
| 2022-07-14 | Fix build. | Carl Hetherington | |
| 2022-07-14 | More error message improvements. | Carl Hetherington | |
| 2022-07-14 | Log a couple of errors more thoroughly. | Carl Hetherington | |
| 2022-07-12 | Supporters update.v2.16.18 | Carl Hetherington | |
| 2022-07-12 | Fix stupid crash in dcpomatic_create when adding a DCP without a KDM. | Carl Hetherington | |
