| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-01 | Supporters update.v2.16.63 | Carl Hetherington | |
| 2023-09-01 | Missing #ifdef for Windows references. | Carl Hetherington | |
| 2023-09-01 | Supporters update. | Carl Hetherington | |
| 2023-09-01 | Bump libdcp to release version. | Carl Hetherington | |
| 2023-08-29 | Fix vertical alignment of subtitles in some cases (#2569). | Carl Hetherington | |
| 2023-08-29 | Give a more useful error when check_dcp() fails. | 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 | Restore burnt subtitle tests. | Carl Hetherington | |
| 2023-08-29 | Cleanup: use some more vector instead of list. | Carl Hetherington | |
| 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 | Bump libdcp to properly check for missing fonts in CCAP LoadFont tags. | 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 | 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 | 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 | |
| 2023-08-24 | Replace a couple of erroneous calls to exit() in kdm_cli.cc. | Carl Hetherington | |
| 2023-08-24 | Add some more detail to the KDM CLI help. | Carl Hetherington | |
| 2023-08-23 | Bump libdcp for subtitle alignment parsing fix (#2602). | Carl Hetherington | |
| 2023-08-22 | Fixed libdcp reference to be a release. | Carl Hetherington | |
| 2023-08-20 | Supporters update.v2.16.62 | Carl Hetherington | |
| 2023-08-20 | Another signed/unsigned mismatch. | Carl Hetherington | |
| 2023-08-20 | Fix unsigned/signed mismatch. | Carl Hetherington | |
| 2023-08-19 | Yet more private file fixing. | Carl Hetherington | |
| 2023-08-19 | More private test files tinkering. | Carl Hetherington | |
| 2023-08-19 | Private test files repo change. | Carl Hetherington | |
| 2023-08-19 | Supporters update. | Carl Hetherington | |
| 2023-08-15 | Bump libdcp for dcp::LocalTime format fix. | Carl Hetherington | |
| 2023-08-15 | Cope with unexpected channel counts in data coming from audio decoders. | Carl Hetherington | |
| 2023-08-15 | Add Resampler::channels(). | Carl Hetherington | |
| 2023-08-15 | Add Audiobuffers::set_channels(). | Carl Hetherington | |
| 2023-08-15 | Cleanup: remove unused variable. | 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-14 | Bump ffmpeg to fix build on binutils >= 2.41 (currently in Debian unstable). | Carl Hetherington | |
| 2023-08-12 | Add missing GUI message.v2.16.61 | Carl Hetherington | |
| 2023-08-12 | Bump ffmpeg for fix to EXR parsing with non-multiple-of-8 image sizes (#2508). | Carl Hetherington | |
| 2023-08-12 | Supporters update. | Carl Hetherington | |
| 2023-08-12 | Bump libdcp for verification of <LabelText> in <ContentVersion> | Carl Hetherington | |
| 2023-08-12 | Prevent empty <LabelText> in <ContentVersion> (#2594). | Carl Hetherington | |
| 2023-08-11 | Fix tests on Windows. | Carl Hetherington | |
