| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-27 | Fix tests when changing the cinemas file. | Carl Hetherington | |
| 2023-08-27 | Handle fonts/subdirs correctly for CCAPs with _map (#2584). | Carl Hetherington | |
| 2023-08-27 | Fix refusal to reference overlapping but different text content (#2599). | Carl Hetherington | |
| 2023-08-26 | Update test/data for missing test reference. | Carl Hetherington | |
| 2023-08-26 | Set up packet duration correctly when encoding using FFmpeg (#2588). | Carl Hetherington | |
| It seems strange that this is necessary (maybe I'm missing some other way that the packet duration is supposed to be set up). Without this, when the mov muxer writes the trak tags it uses an incorrect length value because the length value is calculated from trk->end_pts, which in turn is calculated from the last-seen pts + the duration of the last packet. If that packet is marked as length 0 the length of the track is 1 frame short, so the export is missing a frame. | |||
| 2023-08-26 | Try to capture ffmpeg logs during tests. | Carl Hetherington | |
| 2023-08-24 | Add --cinemas-file option to KDM CLI. | Carl Hetherington | |
| 2023-08-20 | Another signed/unsigned mismatch. | Carl Hetherington | |
| 2023-08-20 | Fix unsigned/signed mismatch. | Carl Hetherington | |
| 2023-08-15 | Add Audiobuffers::set_channels(). | Carl Hetherington | |
| 2023-08-15 | Remove now-unnecessary assertion. | Carl Hetherington | |
| Since e29ce33a36c2e20444d57196defc86d5072bce81 channels is the number of channels in the frame, and also the number in data, so we don't need to check this any more. | |||
| 2023-08-11 | Fix tests on Windows. | Carl Hetherington | |
| 2023-08-09 | Add some tests. | Carl Hetherington | |
| 2023-08-09 | Extract Film::Property to its own header to (maybe) increase compilation speed. | Carl Hetherington | |
| 2023-08-09 | Add a test. | Carl Hetherington | |
| 2023-08-06 | Default to writing 8 audio channels in DCPs (#2443). | Carl Hetherington | |
| It seems likely that 8 channels is slightly less likely to trip validation warnings from some distributors, and so it seems worth accepting the potential waste of 2 channels. Users can always set this back to 6 again (once, and it will be saved) and those upgrading from old versions won't be affected anyway. | |||
| 2023-08-06 | Go back to respecting the user's choice for the number of audio channels in ↵ | Carl Hetherington | |
| the MXF. | |||
| 2023-07-29 | Check channel count when comparing audio MXFs. | Carl Hetherington | |
| 2023-07-29 | Don't check sound assets in some tests. | Carl Hetherington | |
| When fiddling with MXF channel counts it makes a lot of tests fail that probably don't need to. | |||
| 2023-07-27 | Bump libdcp to one with some cleanups / header re-arrangement. | Carl Hetherington | |
| 2023-07-02 | Don't insert incorrect <Effect> nodes into metadata (#2581). | Carl Hetherington | |
| Previously we would add assume Effect=none (i.e. force all subtitles to have no effect) if neither of the legacy tags Border or Shadow were present in the metadata. In this case we should just leave Effect as unset. | |||
| 2023-07-01 | Add another test. | Carl Hetherington | |
| 2023-06-30 | Don't write MainSoundConfiguration with 71 when we only have HI/VI (#2580). | Carl Hetherington | |
| 2023-06-30 | Clean up after some more tests. | Carl Hetherington | |
| 2023-06-29 | Disable asset hash checks that the libdcp bump fixes. | Carl Hetherington | |
| 2023-06-24 | Fix config test reference after ISDCF name config option. | Carl Hetherington | |
| 2023-06-05 | Give filler subtitle reels <LoadFont> nodes in SMPTE (#2547). | Carl Hetherington | |
| 2023-06-04 | Fix missing subtitle language in CPL on auto-created empty subtitle assets ↵ | Carl Hetherington | |
| (#2548). | |||
| 2023-06-03 | Missing ConfigRestorer. | Carl Hetherington | |
| 2023-06-02 | Fix incorrect hint about having too many subtitle lines in some cases (#2546). | Carl Hetherington | |
| 2023-06-02 | Improve a test failure message. | Carl Hetherington | |
| 2023-05-30 | Fix errors when mapping DCPs referring to the same asset multiple times (#2542). | Carl Hetherington | |
| 2023-05-30 | Clarify some test failure messages. | Carl Hetherington | |
| 2023-05-30 | Add a test with hard-linking. | Carl Hetherington | |
| 2023-05-30 | Move test into its own method. | 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-05-28 | Bump libdcp for fix to crash with interop subtitles (#2536). | Carl Hetherington | |
| 2023-05-18 | Cleanup: replace some list with vector. | Carl Hetherington | |
| 2023-05-13 | Add dcpomatic2_map tool (#2445). | Carl Hetherington | |
| 2023-05-13 | Fix some typos in comments. | Carl Hetherington | |
| 2023-05-13 | Add verify_dcp(). | Carl Hetherington | |
| 2023-05-12 | Handle fonts for ccaps coming from DCP content (#2525). | Carl Hetherington | |
| Not dealing with them calls all sort of chaos as described in the bug report. | |||
| 2023-05-12 | Cleanup: include/using sorting. | Carl Hetherington | |
| 2023-04-22 | Add some more bandwidths to a test. | Carl Hetherington | |
| 2023-04-19 | In 1c73379ed8483dcf71c5ccfc459c2c22516a9aef I changed | Carl Hetherington | |
| FontConfig::_available_fonts to use the font ID as a key, but that's totally wrong because the same Font object with the same ID can have its font filename/data changed, and in that case we don't want to use the cached font. Here we use the actual TTF/OTF font data as the key. We could have just hashed the data (whether it comes from a disk file or is held in memory) but this is slower in the case where we have the filename, as then the file must be loaded from disk for each comparison. This fixes #2518. | |||
| 2023-04-11 | Give an error if a non-number is passed to dcpomatic2_create -s (#2488). | Carl Hetherington | |
| 2023-03-29 | Add some more test cleanups. | Carl Hetherington | |
| 2023-03-29 | Write the correct MCA subdescriptors depending on active channels. | Carl Hetherington | |
| 2023-03-29 | Fix dependence of test on a particular j2c path. | Carl Hetherington | |
