| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-06 | Make jump-to-first-subtitle also work with DCP subs. | Carl Hetherington | |
| 2022-06-05 | Improve accuracy of subtitle font sizing. | Carl Hetherington | |
| 2022-06-03 | Make subtitle asset filename obey custom settings (#2260). | Carl Hetherington | |
| 2022-06-03 | Tidy up some duplicated code. | Carl Hetherington | |
| 2022-06-03 | Allow sending KDMs to more emails (#2244). | Carl Hetherington | |
| 2022-06-03 | Improve some short variable names. | Carl Hetherington | |
| 2022-05-28 | Remove out-of-date comment. | Carl Hetherington | |
| 2022-05-26 | Fix race between the Butler thread starting and audio (perhaps) being disabled. | Carl Hetherington | |
| This could cause Butler::audio to be called with _audio_channels = 0 and _disable_audio = false, causing an exception in AudioBuffers when remap() tried to make an AudioBuffers object with a channel count of 0. | |||
| 2022-05-26 | Cleanup: use some more make_shared. | Carl Hetherington | |
| 2022-05-26 | Lower the level of some log messages. | Carl Hetherington | |
| 2022-05-26 | Cleanup: remove unused constructor. | Carl Hetherington | |
| 2022-05-21 | Fix error when loading encrypted DCPs (#2257). | Carl Hetherington | |
| In d1b4dbb793e2850d032ce3c91f0c91d045ae19dc I changed have_video() to look at can_be_played() but forgot to also change have_audio(). | |||
| 2022-05-14 | Store audio fades in template (#2254). | Carl Hetherington | |
| 2022-05-13 | Support auto-crop for YUV422P10LE. | Carl Hetherington | |
| 2022-05-13 | Give a better error when guess_crop can't cope with a pixel format. | Carl Hetherington | |
| 2022-05-11 | Fix warning introduced a couple of commits ago. | Carl Hetherington | |
| 2022-05-11 | Updated pl_PL translation from Michał Tomaszewski. | Carl Hetherington | |
| 2022-05-11 | Tidy up careful_string_filter and add some extra transliterations. | Carl Hetherington | |
| ł seems to be ignored by the ICU transliterator for some reason. | |||
| 2022-05-11 | Use GetCommandLineW() to get a UTF16-encoded command line on Windows (#2248). | Carl Hetherington | |
| 2022-05-11 | Move some common methods out to cross_unix.cc | Carl Hetherington | |
| 2022-05-11 | Fix ignore_video checker for separate-3D content (#2246). | Carl Hetherington | |
| 2022-05-10 | Possibly improve shuffler behaviour (use one for all content if any 3D is ↵ | Carl Hetherington | |
| present). | |||
| 2022-05-09 | Missing include. | Carl Hetherington | |
| 2022-05-06 | Updated zh_CN translation | Dian Li | |
| 2022-05-06 | Missing include. | Carl Hetherington | |
| 2022-05-05 | Use dcp::File in DCP-o-matic (#2231). | Carl Hetherington | |
| 2022-05-05 | Update for change to libdcp API. | Carl Hetherington | |
| 2022-05-03 | Add preference for default KDM duration (#2224). | Carl Hetherington | |
| 2022-05-02 | It doesn't seem necessary to use shared_ptr for the DCPVideo queue in ↵v2.16.x-old | Carl Hetherington | |
| J2KEncoder. | |||
| 2022-05-02 | Extract and improve code to find missing files (#1940). | Carl Hetherington | |
| 2022-05-02 | Extract simple_digest(). | Carl Hetherington | |
| 2022-05-02 | Replace some raw arrays with std::vectors. | Carl Hetherington | |
| 2022-05-02 | Add more filenames to content properties (#2120). | Carl Hetherington | |
| 2022-05-02 | Add CPL_FILENAME variable for cover sheets (#2107). | Carl Hetherington | |
| 2022-04-29 | Add a simple DCP editor. | Carl Hetherington | |
| 2022-04-29 | Put * in the title bar when the DCP-o-matic project is modified (#1938). | Carl Hetherington | |
| 2022-04-29 | Add Film::set_dirty(). | Carl Hetherington | |
| 2022-04-29 | Primitive auto-crop (#1477). | Carl Hetherington | |
| 2022-04-29 | Add guess_crop(). | Carl Hetherington | |
| 2022-04-29 | Fix a load of stuff that wasn't being freed on close. | Carl Hetherington | |
| Nothing really that important, but it cleans up the valgrind leak check reports. | |||
| 2022-04-29 | Add image_as_jpeg() | Carl Hetherington | |
| 2022-04-29 | Move Image::as_png() out to image_as_png(). | Carl Hetherington | |
| 2022-04-29 | Remove unnecessary method. | Carl Hetherington | |
| 2022-04-29 | Allow 96kHz audio as an advanced option (#1789). | Carl Hetherington | |
| 2022-04-28 | Handle multiple bitmap subtitles at the same time correctly (#2239). | Carl Hetherington | |
| Previously if there were two images at the same time we would start them both, then the stop time would be set in the second one but not the first. This meant that the first one would hang around forever. | |||
| 2022-04-28 | Tidying. | Carl Hetherington | |
| 2022-04-28 | Allow ContentBitmapText to contain multiple BitmapText objects. | Carl Hetherington | |
| 2022-04-28 | Improve some variable names. | Carl Hetherington | |
| 2022-04-28 | Make emit_bitmap_start take a ContentBitmapText. | Carl Hetherington | |
| 2022-04-22 | Improve rejection of "crazy" frame rates (#2238). | Carl Hetherington | |
| Firstly, look for other video streams even if one is not suitable. Secondly, ignore very low frame rates as well as very high ones. | |||
