| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-14 | Add some PT-style names to the guesswork on which channel a particular sound ↵ | Carl Hetherington | |
| file belongs to. Backported from 0dca360f831aa51a4c0a33caa18e78c07391f3b7 in v2.15.x. | |||
| 2019-12-19 | Remove our forcing of analyzeduration and probesize as they seem tov2.14.20 | Carl Hetherington | |
| cause weird problems when scanning some files. The unit test case added here is a case in point: before this patch one stream reported an incorrect channel count and sample rate. It's a bit worrying as these parameters have been in DoM for many years, but perhaps they have become unnecessary / harmful with changes to FFmpeg. | |||
| 2019-12-16 | Flush audio decoder when a DCPDecoder finishes so thatv2.14.18 | Carl Hetherington | |
| resamplers are emptied and hence we don't lose any samples. Fixes #1691. | |||
| 2019-12-16 | Restore old v2.14.x version of test reference. | Carl Hetherington | |
| 2019-12-15 | Stop empty Font IDs in imported DCP subtitles making it into the | Carl Hetherington | |
| output DCP (#1689). Back-ported from d8d4225a3e488cf78438b80938aa18fd07d30a06 in v2.15.x | |||
| 2019-12-15 | Update test/data and make a branch for v2.14.x there. | Carl Hetherington | |
| 2019-11-30 | Fix crash when exporting a 2D project containing 3D content (#1680). | Carl Hetherington | |
| 2019-11-16 | Fix incorrect images when cropping without stretch. | Carl Hetherington | |
| Always overallocate images so that Image::crop_scale_window is always safe from over-reading buffers. Relates to #1654 and probably #1653. Backported from 7b0372776ac4da6a8e4ff29f41a4f08b9b4de506 in v2.15.x. | |||
| 2019-11-12 | Copy test fix from v2.15.x. | Carl Hetherington | |
| 2019-11-11 | Make separate reels for parts of the timeline with no video when | Carl Hetherington | |
| we are in REEL_TYPE_BY_VIDEO_CONTENT mode. This fixes VF creation with gaps. Also the implementation of Film::reels() is cleaner now. Backport of 122bea7f0e08e07dcdaccd51751a9c83504f4c04 from master. | |||
| 2019-11-11 | Fix incorrect reels when the first content is not at time 0. | Carl Hetherington | |
| With REELTYPE_BY_VIDEO_CONTENT the first reel would not start at 0. Backport of b950f49fa893e71545eaf9c0abe8a453d42a4340 from master. | |||
| 2019-11-11 | Increase fudge factor at the boundary between audio signal and silence. | Carl Hetherington | |
| 2019-11-05 | Fix build. | Carl Hetherington | |
| 2019-11-04 | Fix out-of-bounds read when cropping JPEG2000 images (#1654). | Carl Hetherington | |
| Backported from 25d968fdcf1abada4bd7bbcb8c72eeebda73b134 in v2.15.x. | |||
| 2019-10-21 | Copy with progress updates when we might copy long files (#1574). | Carl Hetherington | |
| Backported from 48b82de5b6e8e07330a2f72dbddd8d9830fe047e in v2.15.x. | |||
| 2019-10-18 | ISDCF name fixes with > 6 channels and HI/VI (#1633). | Carl Hetherington | |
| 2019-10-15 | Fix assertion failure on making a VF, in certain circumstances.v2.14.11 | Carl Hetherington | |
| These circumstances were a VF which refers to at least one complete reel of audio from a OV before adding more audio of its own. | |||
| 2019-10-15 | Fix deadlock in tests. | Carl Hetherington | |
| 2019-10-15 | Fix cross-thread access to info files. May help with #1618. | Carl Hetherington | |
| 2019-10-14 | Remove possibly-dubious reuse of a single content object. | Carl Hetherington | |
| 2019-10-14 | Enable some logging in a test. | Carl Hetherington | |
| 2019-10-08 | Fix up namespace for master. | Carl Hetherington | |
| 2019-10-08 | Improve OpenFileError so that it doesn't say "opening for read" | Carl Hetherington | |
| in one case where it should say "opening for read/write". Also add some unit tests for ReelWriter. | |||
| 2019-06-29 | Build fix.v2.14.8 | Carl Hetherington | |
| 2019-06-28 | Fix incorrect timing of PNG subtitles in second and subsequent reels. | Carl Hetherington | |
| Backported from 5728b8095b9522626d61b1c684a9492f759e2870 in v2.15.x. | |||
| 2019-05-22 | Try to fix unit tests. | Carl Hetherington | |
| 2019-05-21 | Give an error if 2D content is set to 3D (#1565). Also run | Carl Hetherington | |
| 3D tests with more parallel jobs to speed them up. Backported from 11c07c6fd98620c859c7d3dcf6a4bbf6a05e567e in v2.15.x. | |||
| 2019-05-20 | Add test for #1565. | Carl Hetherington | |
| 2019-04-30 | Add --j2k-bandwidth to dcpomatic_create.v2.13.158 | Carl Hetherington | |
| 2019-04-30 | Add --fourk to dcpomatic_create. | Carl Hetherington | |
| 2019-04-25 | Fix or remove several broken pixel formats in Image::fade and add | Carl Hetherington | |
| unit tests for the remainder. Fixes #1532. | |||
| 2019-04-17 | Add test for bug #1528. | Carl Hetherington | |
| 2019-04-05 | Test updates. | Carl Hetherington | |
| 2019-04-02 | Extract subtitle language from text content rather than ISDCFMetadata (part ↵ | Carl Hetherington | |
| of #1516). | |||
| 2019-04-02 | test updates. | Carl Hetherington | |
| 2019-03-22 | Fix referencing of trimmed multi-reel DCPs (#1495). | Carl Hetherington | |
| 2019-03-22 | Add test to trigger #1495. | Carl Hetherington | |
| 2019-03-22 | Make careful_string_filter a little better and use it for KDM filenames.v2.13.133 | Carl Hetherington | |
| 2019-03-12 | Fix R/B swap with as_png(); support as_png() for any pixel format.v2.13.129 | Carl Hetherington | |
| 2019-02-14 | ID churn in recover_test (not sure why). | Carl Hetherington | |
| 2019-02-14 | Fix typo in previous. | Carl Hetherington | |
| 2019-02-14 | Try to ensure that recover tests happen in order, to hopefully fix ↵ | Carl Hetherington | |
| seemingly-random ID changes. | |||
| 2019-02-13 | More test tweaks. | Carl Hetherington | |
| 2019-02-13 | Nudge threshold to cope with move to Ubuntu 18.04 as a test container. | Carl Hetherington | |
| 2019-02-13 | Fix test after Shuffler changes. | Carl Hetherington | |
| 2019-02-13 | Try to fix occasional test failure. | Carl Hetherington | |
| 2019-02-13 | Fixes to 3D shuffler to fix #1463. | Carl Hetherington | |
| Make the shuffler longer; I've seen examples where the video and sound are over a second apart within the muxed file. Allow the shuffler to pass through complete missed frames; e.g. if the input is L1 R1 L3 R3 we can pass that through without worrying about the missing frame #2. Add a log warning if the shuffler fills: at this point, 3D sync may be lost. | |||
| 2019-02-11 | Add a test. | Carl Hetherington | |
| 2019-02-07 | Add a test for the bug fixed by the previous commit.v2.13.114 | Carl Hetherington | |
| 2019-01-30 | Test debugging. | Carl Hetherington | |
