| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-29 | Add --gain option to dcpomatic_create. | Carl Hetherington | |
| 2021-11-29 | Add --channel option to dcpomatic_create. | Carl Hetherington | |
| 2021-11-28 | Rearrange checking (and re-examining) content. | Carl Hetherington | |
| Most importantly, checking of content for changes before making a DCP is now done in the TranscodeJob (rather than being in a separate job). This makes things a little neater and also makes the batch converter less confusing when you add a job whose content has changed. | |||
| 2021-11-28 | Simplify and fix job scheduler, especially with respect to the priority system. | Carl Hetherington | |
| 2021-11-22 | Don't import luminance of 0 from 2.14.x metadata files (part of #2130). | Carl Hetherington | |
| 2021-11-05 | C++11 tidying. | Carl Hetherington | |
| 2021-11-03 | Stop some tests from writing things to test/data. | Carl Hetherington | |
| 2021-11-03 | Run one test with fewer cores to stop it running out of memory on a 16-core ↵ | Carl Hetherington | |
| 16Gb machine. | |||
| 2021-11-03 | Add ConfigRestorer and use it instead of setup_test_config() directly. | Carl Hetherington | |
| 2021-11-02 | Add failing test. | Carl Hetherington | |
| 2021-11-01 | Tidying. | Carl Hetherington | |
| 2021-10-27 | Add a new test for subtitle timing when changing frame rate. | Carl Hetherington | |
| 2021-10-27 | C++11 tidying. | Carl Hetherington | |
| 2021-10-17 | Basic and slightly inaccurate support for <Space> in subtitles (#2103). | Carl Hetherington | |
| Adding horizontal space to a Pango layout is hard, and I think this change probably gets it slightly wrong, but it's a step in the right direction. | |||
| 2021-10-15 | Always block waiting for audio when exporting. | Carl Hetherington | |
| Otherwise if there is non available we'll insert silence and potentially push the audio out of sync (late). May help with #2098. | |||
| 2021-10-15 | Use an enum instead of a bool to specify blocking/non-blocking. | Carl Hetherington | |
| 2021-10-15 | Fix test logging setup to actually work. | Carl Hetherington | |
| 2021-10-15 | Add a failing test. | Carl Hetherington | |
| 2021-10-12 | Hopefully fix race between thread finishing and cleanup being run (#2100). | Carl Hetherington | |
| 2021-10-12 | Don't throw an error when the Butler says it is finished (#2097). | Carl Hetherington | |
| 2021-10-11 | Replace some raw arrays with std::vectors. | Carl Hetherington | |
| 2021-10-10 | Fix a test reference to account for windows filename slashes. | Carl Hetherington | |
| 2021-10-09 | Don't ignore font settings for DCP subtitles (#2074).v2.15.167 | Carl Hetherington | |
| 2021-09-27 | Fix tests.v2.15.163 | Carl Hetherington | |
| 2021-09-27 | Test fixes.better-gl | Carl Hetherington | |
| 2021-09-27 | Various alignment tidying/fixups. | Carl Hetherington | |
| 2021-09-27 | Replace aligned bool with enum Alignment. | Carl Hetherington | |
| 2021-09-27 | Various alignment adjustments. | Carl Hetherington | |
| 2021-09-27 | Setup Butler::_prepare_only_proxy on construction. | Carl Hetherington | |
| 2021-09-27 | Add config location versioning (#2090). | Carl Hetherington | |
| 2021-09-25 | Read ISDCF Metadata from 2.14.x metadata (#2083). | cah | |
| 2021-09-20 | Add LastWrittenBy to metadata (#2080). | Carl Hetherington | |
| 2021-09-20 | Use a constexpr and a nullptr. | Carl Hetherington | |
| 2021-09-19 | Fix failure to open v2.14.x documents with invalid or empty subtitle ↵ | Carl Hetherington | |
| languages (#2085). | |||
| 2021-08-12 | Missed test/data update. | Carl Hetherington | |
| 2021-08-12 | Don't write empty <Text> nodes in subtitles/closed captions. | Carl Hetherington | |
| 2021-07-03 | Use std::vector rather than a raw array. | Carl Hetherington | |
| 2021-06-24 | Fix incorrect timestamps when exporting as reels (#2052).v2.15.155 | Carl Hetherington | |
| 2021-06-24 | Tweak test group name. | Carl Hetherington | |
| 2021-06-24 | Fix incorrect issuer/creator in CPL files. | 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-03 | C++11 tidying. | Carl Hetherington | |
| 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-01 | Add hint when no audio language is set (#2033). | 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 | Allow any ratio to appear in the ISDCF name as an interior aspect ratio (#2030). | Carl Hetherington | |
| 2021-05-27 | Bump libdcp for fix to decryption of SMPTE subtitles. | Carl Hetherington | |
| Also add a test for that. | |||
| 2021-05-26 | Fix potential very rare test failure. | Carl Hetherington | |
| 2021-05-26 | Remove privilege escalation via seteuid() etc. on Linux. | Carl Hetherington | |
| 2021-05-25 | Move video level conversion for RGB from FFmpegImageProxy to Image. | Carl Hetherington | |
| Since FFmpeg does not do video level conversion for RGB sources when we (sort of) ask it to in Image::crop_scale_window() it seems to make more sense to compensate for that by calling full_to_video_range() in the same place (rather than in FFmpegImageProxy). | |||
