| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-02 | Fix errors when a custom size is given which is larger than the container ↵2404-assertion | Carl Hetherington | |
| (#2404). | |||
| 2022-12-29 | Cleanup: test tidying. | Carl Hetherington | |
| 2022-12-25 | Show audio bit depth in content properties (#559). | Carl Hetherington | |
| 2022-12-25 | Cleanup: use some auto / make_shared. | Carl Hetherington | |
| 2022-12-16 | Make sure main picture active area values are even (#2392). | Carl Hetherington | |
| 2022-12-13 | Add video_{range,frame_type}.{cc,h} and remove some types.h includes. | Carl Hetherington | |
| 2022-12-10 | Extract constants.h | Carl Hetherington | |
| 2022-12-07 | Add a test to verify passthrough of 3D -> 2D data. | Carl Hetherington | |
| 2022-12-05 | Fix tests on Windows now that we replace . with _ in filenames. | Carl Hetherington | |
| 2022-12-02 | Don't use "NR" in the ISDCF name if there is no rating. | Carl Hetherington | |
| Thierry says this is not used out in the wild, and I can't find any reference to say that it must be there, so remove it. | |||
| 2022-12-02 | Fix stupid mistake in previous commit. | Carl Hetherington | |
| 2022-12-02 | Catch problems when using dcp_file() and getting more than one answer. | Carl Hetherington | |
| 2022-12-02 | Fix unreliable test. | Carl Hetherington | |
| 2022-12-01 | Escape entities just before Pango rendering (#2382).v2.16.35 | Carl Hetherington | |
| Previously, text coming out of the player would have things like & escaped to &. This escaping is also done by libxml++ when writing XML, so doing it in the player would mean it was done twice. We do, however, need to escape things before passing them to Pango as otherwise it gives errors and renders nothing for the line. Here we move the escaping to just before the rendering, meaning that in the reset of DoM we should pass unescaped strings around. | |||
| 2022-12-01 | Add some failing tests. | Carl Hetherington | |
| 2022-11-29 | Remove default container configuration option. | Carl Hetherington | |
| I think this is basically useless now that DoM guesses a good container when the first video is added. It made more sense before we did that. | |||
| 2022-11-26 | Return AVERROR_EOF from the avio_read method when appropriate. | Carl Hetherington | |
| 2022-11-26 | Noisy change to get film into AudioContent::modify_trim_start(). | Carl Hetherington | |
| 2022-11-26 | Add another test, including a frame rate change. | Carl Hetherington | |
| 2022-11-26 | Give a slightly better error message in a failing test. | Carl Hetherington | |
| 2022-11-26 | Add failing test for #2373. | Carl Hetherington | |
| 2022-11-25 | Fix sound corruption with multiple sound files (#2368). | Carl Hetherington | |
| last_push_end would be initialised to the position of the content, meaning that content at (for example) 60s into the project would be treated as the leader, and content much earlier would then be considered finished by the code which checks ignore_streams_behind (as its last push was more then 5s before the leader). This caused audio corruption, shown up by the test here. | |||
| 2022-11-25 | Cleanup: use dcp_file(). | Carl Hetherington | |
| 2022-11-24 | Allow a slightly worrying amount of error so that the Windows tests | Carl Hetherington | |
| that rely on font metrics still pass. | |||
| 2022-11-22 | Be a bit more defensive in a test that is failing on Windows. | Carl Hetherington | |
| 2022-11-22 | Fix some missing test reference updates for vpos changes. | Carl Hetherington | |
| 2022-11-21 | Fix test/data detachment SNAFU. | Carl Hetherington | |
| 2022-11-21 | Fix subtitle vertical position (#2367). | Carl Hetherington | |
| Previously we would not account for the differences in what vertical position means between Interop and SMPTE. For interop, vertical position is the distance from the reference point to the text baseline, whereas for SMPTE it is the distance from the reference point to the top/middle/bottom of the subtitle (depending on the reference). This caused differences between the preview and the DCP for some cases (notably, using SRT/SSA and making Interop DCPs, or converting Interop DCP subs to SMPTE, or vice versa). | |||
| 2022-11-15 | Add failing test for #2364. | Carl Hetherington | |
| 2022-11-03 | Bump libdcp for subtitle Z-position fixes (#2356). | Carl Hetherington | |
| 2022-11-03 | Fix test references for passive option change. | Carl Hetherington | |
| 2022-10-25 | Further test/data SNAFU. | Carl Hetherington | |
| 2022-10-25 | Fix mangling of the v2.16.x test/data commit somewhere along the line. | Carl Hetherington | |
| 2022-10-21 | Fix colour range property for subsampled sources (#2357). | Carl Hetherington | |
| 2022-10-18 | Fix dark mode for release notes. | Carl Hetherington | |
| 2022-10-17 | Remove some more unnecessary use of shared_ptr. | Carl Hetherington | |
| 2022-10-10 | Add a test. | Carl Hetherington | |
| 2022-09-26 | Typo in comment. | Carl Hetherington | |
| 2022-09-26 | Fix build on older boosts, again. | Carl Hetherington | |
| 2022-09-26 | Fix build on older boosts. | Carl Hetherington | |
| 2022-09-26 | Provide a similar fix to the one in ff639b3cf30afcc097bfd21d39c8d15f466cadd6 | Carl Hetherington | |
| for DCPs that contain subtitle files without <Font> tags. | |||
| 2022-09-26 | Move Editor class to test.{cc,h} | Carl Hetherington | |
| 2022-09-23 | Update test references for change to default .srt position.v2.16.27 | Carl Hetherington | |
| 2022-09-22 | Fix confusion about which test/data branch we're using (should be master). | Carl Hetherington | |
| 2022-09-20 | Fix font_id_map errors when importing DCP subtitles that have no | Carl Hetherington | |
| font declarations / tags (#2339). | |||
| 2022-09-20 | Fix subtitle_file() to find both Interop and SMPTE subtitles. | Carl Hetherington | |
| 2022-09-17 | Allow specification of the CPL ID to use in a DCP with _create (#2302). | Carl Hetherington | |
| 2022-09-15 | Fix some spelling mistakes (mostly in comments). | Carl Hetherington | |
| 2022-09-10 | Move get_reel_assets() out of Player, as it doesn't need to be there. | Carl Hetherington | |
| 2022-09-10 | Build fixes. | Carl Hetherington | |
