| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-21 | Remember the path used for "add files" (#2049). | Carl Hetherington | |
| Also default to the home directory rather than where DoM was run from, or something equally unhelpful. | |||
| 2021-06-21 | Use std::vector for add_files. | Carl Hetherington | |
| 2021-06-18 | Bump libdcp for tags fixes. | Carl Hetherington | |
| 2021-06-13 | Ignore incoming data when suspended. | Carl Hetherington | |
| Otherwise, for example, some content can be moved and before the pieces have been re-created some video can arrive. Then the video's position will be calculated using the content's new position, causing an apparently big gap in the video which is filled in with black. These extra black frames cause the video buffers to fill up without any audio. | |||
| 2021-06-13 | Comment fixes. | Carl Hetherington | |
| 2021-06-12 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2021-06-12 | Offer all KDM types no matter what standard is in use. | Carl Hetherington | |
| A user reports that on a Barco system they needed to use a "DCI Specific" KDM with an Interop DCP. | |||
| 2021-06-12 | Bump libdcp for fixes to language tags. | Carl Hetherington | |
| 2021-06-07 | Allow inkbatch to use a given Inkscape. | Carl Hetherington | |
| 2021-06-07 | INKSCAPE -> INKSCAPE_EXPORT. | Carl Hetherington | |
| 2021-06-07 | Fix checking for inkscape binary. | Carl Hetherington | |
| 2021-06-07 | Align macOS prefs icons to the pixel grid better (#2044). | Carl Hetherington | |
| 2021-06-07 | pot/merge. | Carl Hetherington | |
| 2021-06-07 | Use "Colour" not "Colour conversion" as a label name.osx-alignment | Carl Hetherington | |
| In English, at least, the excessive length of this label really screws up the layout. | |||
| 2021-06-07 | Fix link icons on macOS. | Carl Hetherington | |
| 2021-06-07 | macOS alignment fix (#2039). | Carl Hetherington | |
| 2021-06-07 | Add DCPOMATIC_CHOICE_TOP_PAD. | Carl Hetherington | |
| 2021-06-07 | macOS alignment fixes (#2045). | Carl Hetherington | |
| 2021-06-07 | Fix alignment of labels on macOS (#2043). | Carl Hetherington | |
| 2021-06-06 | Fix paths for changes to environment. | Carl Hetherington | |
| 2021-06-06 | Fix alignment of mail protocol control (#2042). | Carl Hetherington | |
| 2021-06-06 | Use bitmap_path() and wxBITMAP_TYPE_PNG (not _RESOURCE) to allow prefs to ↵ | Carl Hetherington | |
| work with in-tree builds. | |||
| 2021-06-06 | Cleanup: use bitmap_path(). | Carl Hetherington | |
| 2021-06-06 | Improve alignment of audio language controls (#2040). | Carl Hetherington | |
| 2021-06-06 | Add DCPOMATIC_CHECKBOX_BOTTOM_PAD. | Carl Hetherington | |
| 2021-06-06 | Shrink width of timecode entries on macOS (#2041). | Carl Hetherington | |
| 2021-06-06 | Update run/ script DYLD path. | Carl Hetherington | |
| 2021-06-05 | Set LSUI to 0 in the .plist for the server (#2010).v2.15.154 | Carl Hetherington | |
| 2021-06-05 | Give an error if a non-DCP folder is selected for DCP writing (#2024). | Carl Hetherington | |
| 2021-06-04 | Fix errors when seeking FFmpeg for some formats. | Carl Hetherington | |
| The comments discuss this in a bit more depth, but basically we see errors from avcodec_send_packet after seek. ffplay etc. seem basically to ignore all errors from avcodec_send_packet, and I can't find a "proper" fix, so here's a half-way house hack: ignore some errors after seek. Nasty. | |||
| 2021-06-04 | Ignore HMAC discrepencies when reading DCPs. | Carl Hetherington | |
| 2021-06-03 | C++11 tidying. | Carl Hetherington | |
| 2021-06-03 | Bump libsub to fix #2036. | Carl Hetherington | |
| Also fixes problems with invisible subtitles from binary STL files with weird line numbers. | |||
| 2021-06-03 | Ignore errors from avcodec_receive_frame when flushing video (#2035). | Carl Hetherington | |
| The test fails if we don't do this; it doesn't really seem 100% convincing but we are already doing this for audio. | |||
| 2021-06-03 | Add prep_smoke.sh hack script. | Carl Hetherington | |
| 2021-06-02 | Fix relinking in make_dmg.shv2.15.153 | Carl Hetherington | |
| c432ef98c4cf3b2bda32734983eec3b42b8c3d1e completely broke the relinking of libraries using install_name_tool by only doing it for the x86_64 part of the binaries. This commit fixes that, and also does some tidy up that happened while trying to debug the error. The main cleanup is that --deep is no longer used with codesign, rather we sign all the executables ourselves manually. Various Apple forums suggest that --deep is a Bad Idea for reasons that aren't really clear. For reference, after spending days trying to debug the Gatekeeper refusal to start DoM the way to reveal the problem was: 1. start a clean VM (there are caches everywhere, so once a failure has happened you are even less likely to get any useful logging on the second failure). 2. open "Console" on macOS; logs are written to un-greppable places so you have to use this to see everything. 3. click "start streaming"; I don't know if this step is necessary. 4. put a search term in the search box (e.g. "dcp" for this) 5. start the thing that is not working. And remember that otool without `-arch` on a fat binary will only really operate / look at the first? native? architecture, so if you have an x86_64/arm64 binary and the arm64 parts are wrong you won't see anything about that with `otool -L`, only with `otool -arch arm64 -L` | |||
| 2021-06-02 | Bump libdcp for fix to #2029. | Carl Hetherington | |
| 2021-06-01 | Add hint when no audio language is set (#2033). | Carl Hetherington | |
| 2021-06-01 | Tidying. | Carl Hetherington | |
| 2021-06-01 | Add comment. | Carl Hetherington | |
| 2021-06-01 | Put audio language back in the Film. | Carl Hetherington | |
| It feels neat to have audio language in the audio tab, to match the subtitle language in the subtitle tab. It also avoids the potential confusion of there being an audio language setting in the DCP metadata but no subtitle language setting. However: - I am yet to find a need to describe multiple audio languages in the same DCP (all previous users of Film::audio_languages() were just taking the first language off the list). - As Carsten points out it's fiddly to have to set the audio language for 5 separate-channel WAV files, for example (you wouldn't actually have had to do this, but it would have felt like you did). I think subtitle language remains neater where it is (per-content) as there is this additional subtitle language metadata and it makes much more sense (and is much more likely) that there are multiple subtitle languages in a DCP than it does multiple audio languages. | |||
| 2021-05-31 | Tweak behaviour of crop link buttons (#2034). | Carl Hetherington | |
| Now if you change left and click "link" the right will follow it, and vice versa. | |||
| 2021-05-31 | Allow any ratio to appear in the ISDCF name as an interior aspect ratio (#2030). | Carl Hetherington | |
| 2021-05-31 | Update ISDCF name when crop changes the ratio of the video (#2030). | Carl Hetherington | |
| 2021-05-30 | Fix crash when enabling luminance in SMPTE metadata. | Carl Hetherington | |
| 2021-05-30 | Add short discussion about specifying languages. | Carl Hetherington | |
| 2021-05-30 | Missing full stop. | Carl Hetherington | |
| 2021-05-30 | Sign things that come out of the combiner (#2028). | Carl Hetherington | |
| 2021-05-30 | Allow annotation text to be set when combining DCPs. | Carl Hetherington | |
| 2021-05-28 | pot/merge. | Carl Hetherington | |
