| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-10 | Move UTC offset for KDMs from the cinema to the point of KDM creation (#2300). | Carl Hetherington | |
| 2023-02-10 | Change how video timing is done. | Carl Hetherington | |
| This commit changes the approach with video timing. Previously, we would (more-or-less) try to use every video frame from the content in the output, hoping that they come at a constant frame rate. This is not always the case, however. Here we preserve the PTS of video frames, and then when one arrives we output whatever DCP video frames we can (at the regular DCP frame rate). Hopefully this will solve a range of sync problems, but it could also introduce new ones. | |||
| 2023-02-04 | Add operator* for Time and int. | Carl Hetherington | |
| 2023-02-04 | Fix FFmpegExaminer termination condition when there is no video; | Carl Hetherington | |
| it's hard to see how this ever worked. | |||
| 2023-02-04 | Bump ffmpeg to 5.1.2 "Riemann" | Carl Hetherington | |
| 2023-02-04 | Normalise XML attribute names to be camelCase (#2241). | Carl Hetherington | |
| 2023-02-04 | Use 2.18.x subdirectory for configuration. | Carl Hetherington | |
| 2023-02-01 | Handle 2D/3D mismatches in the player (#2409). | Carl Hetherington | |
| Previously if there was 2D content in a 3D project (or vice versa) the player would emit the video anyway and the encoder would have to deal with it. Since previously the FFmpeg encoder did not deal with this quite right, it seems to make sense to move the logic into the player so that neither encoder has to worry about it. | |||
| 2023-01-30 | Cleanup: replace another short variable name. | Carl Hetherington | |
| 2023-01-30 | Cleanup: replace short variable name. | Carl Hetherington | |
| 2023-01-30 | Updated sl_SI translation from Martin Srebotnjak. | Carl Hetherington | |
| 2023-01-29 | Add DiskWriterBackendResponse::write_to_nanomsg() and use it | Carl Hetherington | |
| everywhere. In the process, use raw_convert() on both ends to avoid any locale-based problems with floating point number separators. | |||
| 2023-01-29 | Better logging in macOS unmount code. | Carl Hetherington | |
| 2023-01-29 | Increase unmount timeout to 5s - maybe... this is a bit of a guess. | Carl Hetherington | |
| 2023-01-29 | Use DiskWriterBackEndResponse, and add some more information to the unmount ↵ | Carl Hetherington | |
| error. | |||
| 2023-01-29 | Add DiskWriterBackEndResponse. | Carl Hetherington | |
| 2023-01-24 | Use MCASoundField::STEREO (20) for stereo DCPs. | Carl Hetherington | |
| 2023-01-23 | Fix isdcf name ATMOS test. | Carl Hetherington | |
| 2023-01-18 | Support Dolby-style WAV back surround names when guessing mappings (#2427). | Carl Hetherington | |
| 2023-01-18 | Add -ISDCF to ISDCF name as required (#2416). | Carl Hetherington | |
| 2023-01-18 | Cleanup: make a temporary for the content list. | Carl Hetherington | |
| 2023-01-17 | Allow Collators to have their language specified, and specify it for tests. | Carl Hetherington | |
| 2023-01-17 | Add basic Collator::find() method. | Carl Hetherington | |
| 2023-01-17 | Add a comment. | Carl Hetherington | |
| 2023-01-17 | Cleanup: use std::vector and extract utf8_to_utf16(). | Carl Hetherington | |
| 2023-01-16 | Write dummy subtitles also to empty Interop reels (#2421). | Carl Hetherington | |
| 2023-01-16 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2023-01-15 | Handle translation correctly for the warning about wiping a drive (#2415). | Carl Hetherington | |
| 2023-01-15 | Handle translation correctly for the initial "beta-grade" warning in the ↵ | Carl Hetherington | |
| disk writer (#2415). | |||
| 2023-01-15 | pot/merge. | Carl Hetherington | |
| 2023-01-14 | Add options for where the add files dialog starts (#2413). | Carl Hetherington | |
| 2023-01-14 | Add header guard. | Carl Hetherington | |
| 2023-01-07 | Remember paths in the add input dir picker in the combiner. | Carl Hetherington | |
| 2023-01-04 | Also use FileDialog for adding certificates to screens. | Carl Hetherington | |
| 2023-01-04 | Use FileDialog for Add DKDM in the KDM creator. | Carl Hetherington | |
| 2023-01-03 | Generalise add_files_path to initial_paths(). | Carl Hetherington | |
| 2023-01-02 | Fix errors when a custom size is given which is larger than the container ↵ | Carl Hetherington | |
| (#2404). | |||
| 2022-12-29 | Fix default VersionNumber when it's not specified in the metadata. | Carl Hetherington | |
| 2022-12-25 | Show audio bit depth in content properties (#559). | Carl Hetherington | |
| 2022-12-25 | Tweak property name. | Carl Hetherington | |
| 2022-12-25 | Make pause/resume work properly in the batch converter. | Carl Hetherington | |
| 2022-12-25 | Cleanup: rename _empty_condition -> _schedule_condition | Carl Hetherington | |
| 2022-12-25 | Cleanup: remove unnecessary variable. | Carl Hetherington | |
| 2022-12-24 | Cleanup: simplify some code. | Carl Hetherington | |
| 2022-12-19 | Fix weird exception handling. | Carl Hetherington | |
| This is a bit cleaner and stops odd messages about stereoscopic assets appearing in the logs. | |||
| 2022-12-16 | Make sure main picture active area values are even (#2392). | Carl Hetherington | |
| 2022-12-15 | Fix build on Ubuntu 16.04. | Carl Hetherington | |
| 2022-12-14 | Bump libdcp to a version with UTCOffset. | Carl Hetherington | |
| This is needed for 2.17.x but I ran the tests on main and they look OK, so doing it this way should save a few merge conflicts. | |||
| 2022-12-13 | More header trimming. | Carl Hetherington | |
| 2022-12-13 | Add video_{range,frame_type}.{cc,h} and remove some types.h includes. | Carl Hetherington | |
