| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-14 | Cleanup: assert result of get_font(). | Carl Hetherington | |
| 2023-10-10 | Another compilation error fix for old toolchains. | Carl Hetherington | |
| 2023-10-10 | Cleanup: remove unnecessary namespace. | Carl Hetherington | |
| 2023-10-10 | Apply another fix for a weird compilation error on old compilers. | Carl Hetherington | |
| 2023-10-10 | Add new "copy markers from this DCP" option (#2628). | Carl Hetherington | |
| Also stop the "copy settings" options from doing this, as Carsten points out that it could be confusing and potentially very bad if you copy markers from an OV to an edited VF which then bring house lights up at the wrong time or whatever. | |||
| 2023-10-10 | Rename copy_dcp_details_to_film -> copy_dcp_settings_to_film. | Carl Hetherington | |
| 2023-10-09 | Use dcp::filesystem to wrap filesystem calls and fix_long_path | Carl Hetherington | |
| anything that is passed to read_file() from libcxml. This should fix #2623 and other similar problems. | |||
| 2023-10-09 | Bump libdcp for new filesystem wrappers. | Carl Hetherington | |
| 2023-10-02 | You are advised -> It is advisable (#2189). | Carl Hetherington | |
| 2023-09-30 | Allow DCP content type from template to work. | 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-30 | Cleanup: add some _ prefixes. | Carl Hetherington | |
| 2023-09-30 | Cleanup: make some variables private. | Carl Hetherington | |
| 2023-09-30 | Cleanup: extract some stuff to a method in CreateCLI. | Carl Hetherington | |
| 2023-09-30 | Apply video range from template (#2611). | Carl Hetherington | |
| 2023-09-29 | Support alpha blending 64-bit RGB onto things. | Carl Hetherington | |
| 2023-09-29 | Cleanup: extract some parts of alpha_blend(). | Carl Hetherington | |
| 2023-09-29 | Fix errors with WAVs containing markers (#2617). | Carl Hetherington | |
| I'm not 100% sure about this but they seem to end up giving audio packets with no channels and no frames. Here we handle such packets better. | |||
| 2023-09-20 | Better error message. | Carl Hetherington | |
| 2023-09-15 | Updated zh_CN translation from poppinzhang. | Carl Hetherington | |
| 2023-09-14 | Updated sl_SI translation from Martin Srebotnjak. | Carl Hetherington | |
| 2023-09-12 | Somewhat fix inclusion of CCAP language in ISDCF name (#2610). | Carl Hetherington | |
| 2023-09-12 | Add Film::closed_caption_languages(). | Carl Hetherington | |
| 2023-09-12 | Always add -CCAP to ISDCF names if there are ccaps. | Carl Hetherington | |
| 2023-09-07 | Sanitise asset names after potentially failed %-based substitutions (#945). | Carl Hetherington | |
| If there's a %x in the format string, where %x is not recognised, we should at least remove the %. | |||
| 2023-09-07 | Disallow % from asset names as it seems to awake some XML character-encoding | Carl Hetherington | |
| demons. | |||
| 2023-09-07 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2023-09-05 | pot/merge. | Carl Hetherington | |
| 2023-09-04 | Use configured issuer/creator for DCPs made by map (#2585). | Carl Hetherington | |
| 2023-09-03 | Ignore newlines in subtitle text (#2341). | Carl Hetherington | |
| 2023-09-03 | Fix rendering of italic fonts during tests on Windows. | Carl Hetherington | |
| 2023-08-29 | Fix vertical alignment of subtitles in some cases (#2569). | Carl Hetherington | |
| 2023-08-29 | Fix incorrect horizontal positions when different HPositions are used with ↵ | Carl Hetherington | |
| one VPosition. Previously if HPosition changed we would still use a single "line" (i.e. Pango layout) for all the text, meaning that HPosition would not be respected. | |||
| 2023-08-29 | Cleanup: use some more vector instead of list. | 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-27 | Tweak a message to be more grammatically correct. | Carl Hetherington | |
| 2023-08-26 | Cleanup: use some lambdas. | 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 | Check a return value for error. | Carl Hetherington | |
| 2023-08-26 | Speculative fix to ensure correct freeing. | Carl Hetherington | |
| 2023-08-26 | Extend run_ffprobe to allow arguments and capture of stdout. | Carl Hetherington | |
| 2023-08-26 | Try to capture ffmpeg logs during tests. | Carl Hetherington | |
| 2023-08-26 | Cleanup: extract TranscodeJob::frames_per_second(). | Carl Hetherington | |
| 2023-08-26 | Don't bother reporting job durations less than 10s. | Carl Hetherington | |
| 2023-08-26 | Use _{start,finish}_time in TranscodeJob. | Carl Hetherington | |
| 2023-08-26 | Give more details when jobs finish (#2572). | Carl Hetherington | |
| 2023-08-24 | Add --cinemas-file option to KDM CLI. | Carl Hetherington | |
