| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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-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-07 | Don't search for empty font names to avoid random fonts being chosen. | Carl Hetherington | |
| 2022-06-07 | I'm not sure a cout about audio underruns is really useful. | 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 | |
| 2022-06-07 | Fix the header guard and tidy up. | Carl Hetherington | |
| 2022-06-07 | Rearrange some includes of dcpomatic_time.h | Carl Hetherington | |
| 2022-06-07 | Tidying. | Carl Hetherington | |
| 2022-06-07 | Add a comment. | Carl Hetherington | |
| 2022-06-07 | Lengthen some very short variable names. | Carl Hetherington | |
| 2022-06-07 | Switch some list -> vector for consistency. | Carl Hetherington | |
| 2022-06-07 | C++11 tidying. | Carl Hetherington | |
| 2022-06-07 | Fix incorrect extension on interop subtitle files (#2270). | Carl Hetherington | |
| 2022-06-06 | Preserve export video settings in the config (#2259). | Carl Hetherington | |
| 2022-06-06 | Remove unused H246_PCM export code. | Carl Hetherington | |
| 2022-06-06 | Make jump-to-first-subtitle also work with DCP subs. | Carl Hetherington | |
| 2022-06-05 | Improve accuracy of subtitle font sizing. | Carl Hetherington | |
| 2022-06-03 | Make subtitle asset filename obey custom settings (#2260). | Carl Hetherington | |
| 2022-06-03 | Tidy up some duplicated code. | Carl Hetherington | |
| 2022-06-03 | Allow sending KDMs to more emails (#2244). | Carl Hetherington | |
| 2022-06-03 | Improve some short variable names. | Carl Hetherington | |
| 2022-05-28 | Remove out-of-date comment. | Carl Hetherington | |
| 2022-05-26 | Fix race between the Butler thread starting and audio (perhaps) being disabled. | Carl Hetherington | |
| This could cause Butler::audio to be called with _audio_channels = 0 and _disable_audio = false, causing an exception in AudioBuffers when remap() tried to make an AudioBuffers object with a channel count of 0. | |||
| 2022-05-26 | Cleanup: use some more make_shared. | Carl Hetherington | |
| 2022-05-26 | Lower the level of some log messages. | Carl Hetherington | |
| 2022-05-26 | Cleanup: remove unused constructor. | Carl Hetherington | |
| 2022-05-21 | Fix error when loading encrypted DCPs (#2257). | Carl Hetherington | |
| In d1b4dbb793e2850d032ce3c91f0c91d045ae19dc I changed have_video() to look at can_be_played() but forgot to also change have_audio(). | |||
| 2022-05-14 | Store audio fades in template (#2254). | Carl Hetherington | |
| 2022-05-13 | Support auto-crop for YUV422P10LE. | Carl Hetherington | |
