| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-22 | Check content in the batch converter as well as in the main DoM.batch-font-id-error | Carl Hetherington | |
| Otherwise the code to fix up subtitle IDs never runs and you can get errors like in #2271 (but in the batch converter). | |||
| 2022-06-21 | Re-fix test references. Not sure what happened there.v2.16.15 | Carl Hetherington | |
| 2022-06-21 | Bump lwext4 for various bug fixes. | Carl Hetherington | |
| 2022-06-21 | Use empty files where possible to speed things up a lot. | Carl Hetherington | |
| 2022-06-21 | Adjust disk/partition sizes to trigger another bug. | Carl Hetherington | |
| 2022-06-21 | 0 -> nullptr cleanup. | Carl Hetherington | |
| 2022-06-21 | Do cleanup of a test more nicely. | Carl Hetherington | |
| 2022-06-21 | Stop using static initialisation so that dcpomatic::write() can be called ↵ | Carl Hetherington | |
| more than once. | |||
| 2022-06-21 | Cleanup: use constexpr. | Carl Hetherington | |
| 2022-06-21 | Fill test disk partitions with random noise to expose more bugs. | Carl Hetherington | |
| Without this, #2274 was not exposed by the test. | |||
| 2022-06-21 | Use boost::random for make_random_file to make it repeatable across platforms. | Carl Hetherington | |
| 2022-06-21 | Set up dcpomatic2_disk_writer capability on install. | Carl Hetherington | |
| This might mean we can remove the same setup from the cscript, but I'm not sure. | |||
| 2022-06-21 | Fix test references for addition of new prores export format. | Carl Hetherington | |
| 2022-06-20 | Fix test references for libdcp commit 6c5328f07362510a41c8518ced62d74b2eff25cc | Carl Hetherington | |
| 2022-06-20 | Remove some debug output. | Carl Hetherington | |
| 2022-06-20 | Bump asdcplib for build fix. | Carl Hetherington | |
| 2022-06-18 | Add a test doing a more substantial copy. | Carl Hetherington | |
| 2022-06-14 | Bump asdcplib for some extra logging. | Carl Hetherington | |
| 2022-06-14 | Log errors from asdcplib in our logs. | Carl Hetherington | |
| 2022-06-12 | Add Prores 4444 support (#2263). | Carl Hetherington | |
| 2022-06-12 | Rename PRORES -> PRORES_HQ | Carl Hetherington | |
| 2022-06-12 | Move ExportFormat definition to ffmpeg_file_encoder.h | Carl Hetherington | |
| 2022-06-12 | Set up TextDecoder position based on the time that the next thing willv2.16.14 | Carl Hetherington | |
| be emitted, instead of the time that the last thing was (#2268). This is to avoid problems with the example shown in the test, where just because a subtitle in source A comes before a subtitle in source B, source A is pass()ed next and may then emit a subtitle which should be after the next one in B. | |||
| 2022-06-12 | Believed fix for error when calculating the position in the output DCP of a ↵ | Carl Hetherington | |
| referenced asset. | |||
| 2022-06-12 | Some hacks for Python 3 compatibility and to work with SMPTE content. | Carl Hetherington | |
| 2022-06-12 | Supporters/subscribers update. | Carl Hetherington | |
| 2022-06-12 | Add tester. | Carl Hetherington | |
| 2022-06-10 | Fix hints test after subtitle font changes. | Carl Hetherington | |
| 2022-06-10 | Remove duplicate call to write(). | Carl Hetherington | |
| 2022-06-10 | Add some missing locking. | Carl Hetherington | |
| 2022-06-10 | Fix problems when loading old projects with the new subtitle font code (#2271). | Carl Hetherington | |
| 2022-06-10 | Add Film::last_written_by_earlier_than() | Carl Hetherington | |
| 2022-06-10 | Rename CheckContentChangeJob -> CheckContentJob. | Carl Hetherington | |
| 2022-06-10 | Make it OK to re-examine content with subtitles. | Carl Hetherington | |
| 2022-06-10 | C++11 tidying. | Carl Hetherington | |
| 2022-06-10 | Fix incorrect burnt-in subtitle colours when burning into a DCP source (#2261). | Carl Hetherington | |
| dcp::combined_rgb_to_xyz was changed in libdcp (the values are no longer scaled by 65535) but DoM wasn't changed, and there was no test to catch it. | |||
| 2022-06-09 | Fix strange multi-selection behaviour on Linux (#2269). | Carl Hetherington | |
| It seems that all of a sudden the behaviour of wxListCtrl's selection is strange (on Linux at least). If a list item is selected by some other action (e.g. selection in the timeline) and then you click another directly in the list, both are selected. This "fix" seems to work on Linux at least - also setting wxLIST_STATE_FOCUSED as well as wxLIST_STATE_SELECTED. I don't know why this works. | |||
| 2022-06-08 | Fix a few places where a complete ERROR message was not being sent. | Carl Hetherington | |
| 2022-06-07 | Don't search for empty font names to avoid random fonts being chosen. | Carl Hetherington | |
| 2022-06-07 | Remove some cout and tidy up slightly. | Carl Hetherington | |
| 2022-06-07 | I'm not sure a cout about audio underruns is really useful. | Carl Hetherington | |
| 2022-06-07 | Throw exceptions when Hints thread fails in tests. | Carl Hetherington | |
| 2022-06-07 | Tidying. | Carl Hetherington | |
| 2022-06-07 | Ask fontconfig to scan the system for fonts requested by text subtitle files ↵ | Carl Hetherington | |
| (#2264). | |||
| 2022-06-07 | Rearrange subtitle font management. | Carl Hetherington | |
| With this change each subtitle coming out of the player has a reference to a dcpomatic::Font that belongs to the TextContent. This hopefully solves a few problems which all basically stemmed from the fact that previously the decoders/player were deciding what the font ID in the output DCP would be - they can't do that properly. | |||
| 2022-06-07 | Move fontconfig-related code out to a class. | Carl Hetherington | |
| 2022-06-07 | In-line a call to emit_plain_start() so it's less confusing. | Carl Hetherington | |
| 2022-06-07 | Rename some variables. | Carl Hetherington | |
| 2022-06-07 | Extract method to set forced appearance. | Carl Hetherington | |
| 2022-06-07 | Extract method to escape text. | Carl Hetherington | |
