summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
23 hoursMaybe make addr2line.exe work during tests on Windows.win-fixCarl Hetherington
3 daysFix some more test references.v2.19.xCarl Hetherington
11 daysFix some more test references.Carl Hetherington
11 daysFix some test references.Carl Hetherington
11 daysTest fixes for 2.20.Carl Hetherington
11 daysAdd move_entry().Carl Hetherington
11 daysUse SQLite for show playlists.Carl Hetherington
11 daysFix config tests for version bump to 2.20.Carl Hetherington
11 daysRemove Film from the whole examination chain.Carl Hetherington
11 daysRemove another unnecessary Film parameter.Carl Hetherington
11 daysRemove now-unnecessary Film parameters.Carl Hetherington
11 daysMove _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 daysTweak pango version number check in test.Carl Hetherington
11 daysIgnore new warnings from signals2.hpp.Carl Hetherington
I think I smell progress!
11 daysRemove support for FFmpeg < 8.Carl Hetherington
13 daysFix 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 daysFix 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 daysWhite space: image_test.ccCarl Hetherington
2026-04-21Fix 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-19Give some idea of how much XML/MXF files are too big when hinting.Carl Hetherington
2026-04-18Fix cover sheet test after 6c0d58ac.Carl Hetherington
2026-04-18Fix time tests after 6c0d58ac.Carl Hetherington
2026-04-16Add --fill-crop to create CLI (#3008).Carl Hetherington
This can be used to extract images from letterboxed/pillarboxed frames.
2026-04-15Move utf8_strlen() out to libdcp.Carl Hetherington
2026-04-15Fix erroneous hints about ccaps having more than 3 lines if they contain ↵Carl Hetherington
formatting.
2026-04-13Fix tests on Ubuntu 26.04.Carl Hetherington
2026-04-08White space: threed_test.ccCarl Hetherington
2026-04-08White space: audio_analysis_test.ccCarl Hetherington
2026-04-08Fix incorrect fade outs (#3145).Carl Hetherington
2026-04-08Rename test.Carl Hetherington
2026-04-08Support skipping of multiple frames (so e.g. we can handle 120fps sources).Carl Hetherington
2026-04-08Make FrameRateChange data private.Carl Hetherington
2026-04-08White space: frame_rate_test.ccCarl Hetherington
2026-04-06Bump libdcp for fix to 8-bit RGBA image conversions.Carl Hetherington
2026-03-11Fix some tests broken by changes elsewhere.Carl Hetherington
2026-02-09Copy some more metadata from DCP into the film when requested.Carl Hetherington
2026-01-25Fix 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-01Fix crash due to later creation of DCPFilmEncoder.Carl Hetherington
2025-12-31Fix mismatched audio reel length (#3123).Carl Hetherington
2025-12-30Fix tests broken by auto-set of film standard from imported DCPs.Carl Hetherington
2025-12-30Fix closed caption layout in the presence of italics / other markup (#3067).Carl Hetherington
2025-12-19Fix truncation of ISDCF name parts that have had things substituted (#3112).Carl Hetherington
2025-12-19White space: dcpomatic_disk.cc, upmixer_a_test.cc, vf_test.ccCarl Hetherington
2025-12-18Add set_isdcf_date() allowing removal of some friends.Carl Hetherington
2025-12-15Fix artefacts on the edge of YUV images with odd widths (#3119).v2.18.34Carl Hetherington
This also modifies an existing test to expose the bug.
2025-12-15Fix test now that Film::cpls() checks a bit less.Carl Hetherington
2025-12-15Fix error when seeking a file with no video and >1 audio stream (#3128).Carl Hetherington
2025-12-14White space: ffmpeg_dcp_test.ccCarl Hetherington
2025-12-08Try 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-08Clean up a setup.Carl Hetherington