| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-06-27 | Fix error when importing bad subtitle file (#2838). | Carl Hetherington | |
| The subtitle XML refers to a font with no corresponding <LoadFont>. | |||
| 2024-02-11 | Don't add a font with an empty ID for ccaps either (#2762). | Carl Hetherington | |
| Previously this was all changed so that for subs we add the default font in a cleaner way (in db22f81ccce9e1a5f205e6d8b3c0631fc039a173). I can't see why we shouldn't treat ccaps the same way, and indeed not doing it causes an error as shown by the included test. | |||
| 2024-02-03 | Don't emit subtitle images that have a zero dimension (#2743). | Carl Hetherington | |
| They cause problems later when trying to blend them into the image. | |||
| 2024-01-15 | Inspect most DCPs made during tests with ClairMeta (#76). | Carl Hetherington | |
| 2024-01-15 | Fix handling of empty font IDs and default DCP fonts (#2721) (part of #2722). | Carl Hetherington | |
| Previously we used an empty font ID as the default for when a subtitle has no Font, but in #2721 we saw a DCP with an empty font ID which raised an assertion (because we'd already added our default font with the empty ID). Here we try to fix this (and also make the default font correctly be that from the first <LoadFont>). | |||
| 2024-01-09 | Check for bad DN qualifiers on signer certificates (#2716). | Carl Hetherington | |
| 2024-01-05 | Add new "territory type" so that INT-T{D,L} can be chosen (#2704). | Carl Hetherington | |
| 2024-01-04 | Add a test. | Carl Hetherington | |
| 2023-12-12 | Run premultiply filter on still images that have alpha channels (more of #2681). | Carl Hetherington | |
| 2023-10-15 | Fix DCP content font ID allocation to cope with DCPs that have multiple fonts | Carl Hetherington | |
| with the same name in the same reel (#2600). Previously we had this id_for_font_in_reel() which would give an ID of N_font-ID. This means we got duplicate font IDs. Here we replace that method with FontAllocator, which gives an ID of N_font-ID for the first font and M_font-ID, where M is a number higher than the highest reel index. The idea is to support the required new IDs without breaking exisiting projects. There is some documentation of how it works in doc/design/fonts | |||
| 2023-09-30 | Fix test/data branching SNAFU. | Carl Hetherington | |
| 2023-09-30 | Allow SMPTE/interop setting from template to work. | Carl Hetherington | |
| 2023-09-30 | Add --no-encrypt with the same idea as the previous commit. | Carl Hetherington | |
| 2023-09-30 | Add --twod option to create CLI and stop 2D from being forced over | Carl Hetherington | |
| a template if --threed is not specified (#2620/GH#22). | |||
| 2023-09-03 | Ignore newlines in subtitle text (#2341). | Carl Hetherington | |
| 2023-08-29 | Fix vertical alignment of subtitles in some cases (#2569). | Carl Hetherington | |
| 2023-08-29 | Restore burnt subtitle tests. | Carl Hetherington | |
| 2023-08-27 | Fix tests when changing the cinemas file. | Carl Hetherington | |
| 2023-08-26 | Update test/data for missing test reference. | Carl Hetherington | |
| 2023-06-24 | Fix config test reference after ISDCF name config option. | Carl Hetherington | |
| 2023-06-02 | Fix incorrect hint about having too many subtitle lines in some cases (#2546). | Carl Hetherington | |
| 2023-05-30 | Add --config option to map (#2543). | Carl Hetherington | |
| 2023-05-29 | Don't write Markers to interop CPLs (#2537). | Carl Hetherington | |
| 2023-03-29 | Always make 16-channel MXFs. | Carl Hetherington | |
| 2023-03-23 | Fix crashes when using templates in some cases (#2491). | Carl Hetherington | |
| If a template had content with N audio channels there would be various problems if content with <N channels was subsequently added. | |||
| 2023-03-03 | Add option to limit DCP output to the "Bv2.0 profile" (#2470).v2.16.45 | Carl Hetherington | |
| I'm far from convinced about the point/sense of all these "profiles" (rather than just implementing or at least tolerating the standard) but lots of people are having problems with "QC" processes failing their DCPs with complaints related to MCASubDescriptors. It seems to make sense to have an option to turn them off - at least for now, until either the "QC" situation settles down or any bugs in DCP-o-matic are found and fixed. | |||
| 2023-02-27 | Fix tests. | Carl Hetherington | |
| 2023-02-10 | Add failing test. | Carl Hetherington | |
| 2023-01-14 | Add options for where the add files dialog starts (#2413). | Carl Hetherington | |
| 2022-11-29 | Remove default container configuration option. | Carl Hetherington | |
| I think this is basically useless now that DoM guesses a good container when the first video is added. It made more sense before we did that. | |||
| 2022-11-26 | Add failing test for #2373. | Carl Hetherington | |
| 2022-11-22 | Fix some missing test reference updates for vpos changes. | Carl Hetherington | |
| 2022-11-21 | Fix test/data detachment SNAFU. | Carl Hetherington | |
| 2022-11-21 | Fix subtitle vertical position (#2367). | Carl Hetherington | |
| Previously we would not account for the differences in what vertical position means between Interop and SMPTE. For interop, vertical position is the distance from the reference point to the text baseline, whereas for SMPTE it is the distance from the reference point to the top/middle/bottom of the subtitle (depending on the reference). This caused differences between the preview and the DCP for some cases (notably, using SRT/SSA and making Interop DCPs, or converting Interop DCP subs to SMPTE, or vice versa). | |||
| 2022-11-03 | Fix test references for passive option change. | Carl Hetherington | |
| 2022-10-25 | Further test/data SNAFU. | Carl Hetherington | |
| 2022-10-25 | Fix mangling of the v2.16.x test/data commit somewhere along the line. | Carl Hetherington | |
| 2022-10-21 | Fix colour range property for subsampled sources (#2357). | Carl Hetherington | |
| 2022-09-23 | Update test references for change to default .srt position.v2.16.27 | Carl Hetherington | |
| 2022-09-22 | Fix confusion about which test/data branch we're using (should be master). | Carl Hetherington | |
| 2022-09-20 | Fix font_id_map errors when importing DCP subtitles that have no | Carl Hetherington | |
| font declarations / tags (#2339). | |||
| 2022-08-09 | Fix lines down the right-hand-side of exports in some cases. | Carl Hetherington | |
| 2022-07-11 | Fix font handling for DCP subtitles. | Carl Hetherington | |
| 2022-07-01 | Advanced option to allow mapping to any audio channel (#2279). | Carl Hetherington | |
| 2022-06-21 | Fix test references for addition of new prores export format. | Carl Hetherington | |
| 2022-06-10 | Fix problems when loading old projects with the new subtitle font code (#2271). | Carl Hetherington | |
| 2022-06-06 | Preserve export video settings in the config (#2259). | Carl Hetherington | |
| 2022-05-03 | Add preference for default KDM duration (#2224). | Carl Hetherington | |
| 2022-04-29 | More test references updates. | Carl Hetherington | |
| 2022-04-29 | Update test/data for new metadata tag. | Carl Hetherington | |
