| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 23 hours | Maybe make addr2line.exe work during tests on Windows.win-fix | Carl Hetherington | |
| 3 days | Fix some more test references.v2.19.x | Carl Hetherington | |
| 11 days | Fix some more test references. | Carl Hetherington | |
| 11 days | Fix some test references. | Carl Hetherington | |
| 11 days | Test fixes for 2.20. | Carl Hetherington | |
| 11 days | Add move_entry(). | Carl Hetherington | |
| 11 days | Use SQLite for show playlists. | Carl Hetherington | |
| 11 days | Fix config tests for version bump to 2.20. | Carl Hetherington | |
| 11 days | Remove Film from the whole examination chain. | Carl Hetherington | |
| 11 days | Remove another unnecessary Film parameter. | Carl Hetherington | |
| 11 days | Remove now-unnecessary Film parameters. | Carl Hetherington | |
| 11 days | Move _film out of Job into only those Jobs that need it. | Carl Hetherington | |
| This meant some tweaks to the JSON server to only report DCP names for TranscodeJobs, and a bit of (hopefully) tidying of the disk space check in the batch converter. | |||
| 11 days | Tweak pango version number check in test. | Carl Hetherington | |
| 11 days | Ignore new warnings from signals2.hpp. | Carl Hetherington | |
| I think I smell progress! | |||
| 11 days | Remove support for FFmpeg < 8. | Carl Hetherington | |
| 13 days | Fix reading of RGB0 images. | Carl Hetherington | |
| We would allocate 3 bytes per pixel instead of 4. I couldn't see a way to get FFmpeg to tell us about this (unless we used FFmpeg's stride somehow maybe?) | |||
| 13 days | Fix late subtitles when they are muxed late with respect to the video. | Carl Hetherington | |
| In one example we have the sequence video 3088,377 sub 3087,334 sub 3088,710 video 3088,419 so the 3087,334 sub is very late. Here we insert a queue to bring subtitle packets a little forward for processing. There is already a similar thing in the player (_delay) but adding a longer delay there seems wasteful because a) the video is by that point already decompressed and b) this problem only applies to FFmpeg-decoded files (and then, I think only if we are previewing or burning in subtitles). | |||
| 14 days | White space: image_test.cc | Carl Hetherington | |
| 2026-04-21 | Fix bug causing mangled audio analyses in some cases (#3155). | Carl Hetherington | |
| The duplicate ID detection was broken due to using the video stream index rather than its ID for checks. | |||
| 2026-04-19 | Give some idea of how much XML/MXF files are too big when hinting. | Carl Hetherington | |
| 2026-04-18 | Fix cover sheet test after 6c0d58ac. | Carl Hetherington | |
| 2026-04-18 | Fix time tests after 6c0d58ac. | Carl Hetherington | |
| 2026-04-16 | Add --fill-crop to create CLI (#3008). | Carl Hetherington | |
| This can be used to extract images from letterboxed/pillarboxed frames. | |||
| 2026-04-15 | Move utf8_strlen() out to libdcp. | Carl Hetherington | |
| 2026-04-15 | Fix erroneous hints about ccaps having more than 3 lines if they contain ↵ | Carl Hetherington | |
| formatting. | |||
| 2026-04-13 | Fix tests on Ubuntu 26.04. | Carl Hetherington | |
| 2026-04-08 | White space: threed_test.cc | Carl Hetherington | |
| 2026-04-08 | White space: audio_analysis_test.cc | Carl Hetherington | |
| 2026-04-08 | Fix incorrect fade outs (#3145). | Carl Hetherington | |
| 2026-04-08 | Rename test. | Carl Hetherington | |
| 2026-04-08 | Support skipping of multiple frames (so e.g. we can handle 120fps sources). | Carl Hetherington | |
| 2026-04-08 | Make FrameRateChange data private. | Carl Hetherington | |
| 2026-04-08 | White space: frame_rate_test.cc | Carl Hetherington | |
| 2026-04-06 | Bump libdcp for fix to 8-bit RGBA image conversions. | Carl Hetherington | |
| 2026-03-11 | Fix some tests broken by changes elsewhere. | Carl Hetherington | |
| 2026-02-09 | Copy some more metadata from DCP into the film when requested. | Carl Hetherington | |
| 2026-01-25 | Fix incorrect calculation of DCP time from Atmos content time for the 2nd ↵ | Carl Hetherington | |
| and subsequent reels. This would cause only the 1st reel of atmos content to make it into the DCP. | |||
| 2026-01-01 | Fix crash due to later creation of DCPFilmEncoder. | Carl Hetherington | |
| 2025-12-31 | Fix mismatched audio reel length (#3123). | Carl Hetherington | |
| 2025-12-30 | Fix tests broken by auto-set of film standard from imported DCPs. | Carl Hetherington | |
| 2025-12-30 | Fix closed caption layout in the presence of italics / other markup (#3067). | Carl Hetherington | |
| 2025-12-19 | Fix truncation of ISDCF name parts that have had things substituted (#3112). | Carl Hetherington | |
| 2025-12-19 | White space: dcpomatic_disk.cc, upmixer_a_test.cc, vf_test.cc | Carl Hetherington | |
| 2025-12-18 | Add set_isdcf_date() allowing removal of some friends. | Carl Hetherington | |
| 2025-12-15 | Fix artefacts on the edge of YUV images with odd widths (#3119).v2.18.34 | Carl Hetherington | |
| This also modifies an existing test to expose the bug. | |||
| 2025-12-15 | Fix test now that Film::cpls() checks a bit less. | Carl Hetherington | |
| 2025-12-15 | Fix error when seeking a file with no video and >1 audio stream (#3128). | Carl Hetherington | |
| 2025-12-14 | White space: ffmpeg_dcp_test.cc | Carl Hetherington | |
| 2025-12-08 | Try AVSEEK_FLAG_ANY if _BACKWARD fails. | Carl Hetherington | |
| We usually want to do _BACKWARD as this should seek to the keyframe before the seek position. On some files this fails, and then it seems that _ANY is a good next thing to try. | |||
| 2025-12-08 | Clean up a setup. | Carl Hetherington | |
