| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-19 | Generalise SMPTE Bv2.0 limitation to also support SMPTE A.smpte-a | Carl Hetherington | |
| 2024-05-19 | Cleanup: sorting. | Carl Hetherington | |
| 2024-05-17 | Emit no audio from DCPs if none is mappedv2.16.85 | Carl Hetherington | |
| This makes DCP content behave the same as FFmpeg. | |||
| 2024-05-17 | Make sure we don't say some content has audio if none will be emitted. | Carl Hetherington | |
| In the FFmpeg (and shortly DCP) case we don't emit any audio if none is mapped, so we must take this into account in the player. | |||
| 2024-05-16 | Supporters update.v2.16.84 | Carl Hetherington | |
| 2024-05-15 | Update DCP encoder progress on all passe()es, not just when audio is emitted. | Carl Hetherington | |
| 2024-05-15 | Get DCP transcode progress from the player (#2804). | Carl Hetherington | |
| 2024-05-15 | Fix Windows test runner. | Carl Hetherington | |
| 2024-05-15 | Fix macOS environment setup. | Carl Hetherington | |
| 2024-05-14 | Fix warning cause by previous libdcp bump. | Carl Hetherington | |
| 2024-05-13 | Bump libdcp for another MCA channel ID fix (#2810). | Carl Hetherington | |
| 2024-05-13 | Don't bother decoding audio if none of it is mapped (#2809). | Carl Hetherington | |
| On a test adding subs from an MKV to an existing DCP this reduces the processing time from ~2h to ~1m because it doesn't resample the audio from the whole of the MKV, only to discard it. | |||
| 2024-05-11 | Fix link icon width again. | Carl Hetherington | |
| Seems to be different on wxWidgets 3.1.x vs 3.2.x. | |||
| 2024-05-08 | Work around deadlock when destroying J2KEncoder with a full writer queue ↵v2.16.83 | Carl Hetherington | |
| (#2784). This feels like a hack, but I can't think of a nicer way to do it. The interruption disable makes sense because when we destroy encoder threads during a DCP encode (because a remote server goes away, for example) we don't want any frames to be lost due to the encode thread being interrupted between taking the frame off the queue and sending it to the writer. When we're destroying the encoder we don't care about this, but I can't see how you'd differentiate. Maybe the encoder queue could have two lists: to-do and in-progress; the encoder thread atomically moves a frame from to-do to in-progress, but then how do you know when the in-progress ones are orphaned and need to be re-added to the main queue. You could make the writer return saying "no" if the queue is full (rather than blocking and waiting for the queue to empty) but that seems wasteful as then the frame would be re-encoded. | |||
| 2024-05-08 | Add some missing includes. | Carl Hetherington | |
| 2024-05-08 | Supporters update. | Carl Hetherington | |
| 2024-05-04 | Remove in-place translations support. | Carl Hetherington | |
| It feels like there have been too many failed attempts and not enough (maybe zero?) successes so it's just too confusing. | |||
| 2024-05-02 | Updated cs_CZ translation from Tomáš Begeni. | Carl Hetherington | |
| 2024-05-01 | Use plain git hash for VERSION when there is no exact tag. | Carl Hetherington | |
| 2024-05-01 | Don't "pollute" the library path with /usr/local/lib. | Carl Hetherington | |
| Sometimes we don't want to use the stuff in there. | |||
| 2024-04-30 | Supporters update.v2.16.82 | Carl Hetherington | |
| 2024-04-29 | Fix silent stereo mixdown exports when the project audio channel count is > 6. | Carl Hetherington | |
| This became much more of a problem when we started defaulting to 8 channels in projects. | |||
| 2024-04-24 | Supporters update.v2.16.81 | Carl Hetherington | |
| 2024-04-23 | Revert "Tweak how lzma is linked." | Carl Hetherington | |
| This reverts commit 604a5f9343eebfa0108a19bb6b8ec60bc81f4819. I don't know why I did this, and it breaks the mac-old (10.8) target as the lzma.5.dylib is not present on those machines. | |||
| 2024-04-18 | Missed update to private test repo version.v2.16.80 | Carl Hetherington | |
| 2024-04-18 | Add missing GUI-side verification note descriptions. | Carl Hetherington | |
| 2024-04-17 | Supporters update. | Carl Hetherington | |
| 2024-04-17 | Bump libdcp for more relaxed CPL parsing (#2797). | Carl Hetherington | |
| 2024-04-15 | Don't use --target-macos-arm64 any more, since it's not supported. | Carl Hetherington | |
| 2024-04-01 | Fix hanging/overlapping dvb subtitles (#2792). | Carl Hetherington | |
| This reverts a change made in 8ca6fd6d97e6d42492afddb655fa85130946853c "Fix doubled subtitles if subtitle stop times are specified." That change breaks the case where a subtitle _does_ have a stop time, but it's wrong (30s from the start time) and we want the next subtitle to clear the previous one. I can't now see how reverting this could cause doubled subtitles, so maybe that problem wlil come back. At least now there's a test for #2792. | |||
| 2024-03-29 | Fix crash introduced in previous commit. | Carl Hetherington | |
| 2024-03-29 | Fix lack of video rotation in some cases (#2971). | Carl Hetherington | |
| Setting the optional to 0 here means we never even looked at the packet side data. This seems to be more of a problem with the v2.17.x branch for some reason. | |||
| 2024-03-29 | Fix video scaling when the video needs rotation (#2791). | Carl Hetherington | |
| 2024-03-29 | Add VideoContent::rotate_size(). | Carl Hetherington | |
| 2024-03-25 | Hack to local build script to use environment if ~/build if present. | Carl Hetherington | |
| 2024-03-23 | Fix detection of SSE, removing unnecessary --target-macos-arm64. | Carl Hetherington | |
| 2024-03-20 | Tidy up and fix assertion failure when selecting a CPL from the menu.v2.16.79 | Carl Hetherington | |
| 2024-03-20 | Fix failing tests. | Carl Hetherington | |
| Broken in the fix for #2780, when we started to check that referenced audio MXFs have the correct number of channels. | |||
| 2024-03-19 | The private test repo got some v2.18.x updates. | Carl Hetherington | |
| 2024-03-19 | Bump libdcp for SMPTE timecode parsing fix and better handling of unexpected ↵ | Carl Hetherington | |
| verify errors. | |||
| 2024-03-18 | Improve formatting of FAILED_READ errors. | Carl Hetherington | |
| 2024-03-18 | Log job errors as errors during verify. | Carl Hetherington | |
| 2024-03-17 | Supporters update. | Carl Hetherington | |
| 2024-03-16 | Add dark-mode link icon. | Carl Hetherington | |
| 2024-03-16 | Fix link icon width on macOS. | Carl Hetherington | |
| 2024-03-15 | Remove some more unnecessary copying for macOS command line. | Carl Hetherington | |
| 2024-03-15 | Get prefs icons from the source tree on when starting from the macOS console. | Carl Hetherington | |
| 2024-03-15 | Replace use of sprintf with snprintf. | Carl Hetherington | |
| 2024-03-15 | A couple of macOS development notes. | Carl Hetherington | |
| 2024-03-07 | Fix screen name order in KDM emails. | Carl Hetherington | |
