| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-27 | Hide some windows warnings. | Carl Hetherington | |
| 2020-07-26 | Various OSX warnings fixes. | Carl Hetherington | |
| 2020-07-26 | Ignore FFmpeg warnings in a nicer way. | Carl Hetherington | |
| 2020-06-19 | Make Atmos content work more like other content. Now its MXFsv2.15.82 | Carl Hetherington | |
| are re-written, meaning that they can be encrypted. This (along with the libdcp update) also fixes assorted Atmos bugs. | |||
| 2020-06-05 | Fix crash when previewing projects with fewer than 6 audio channels; | Carl Hetherington | |
| the old code tried to copy audio just because its channel had a non-0 value in the map without checking whether the destination channel actually existed. | |||
| 2020-06-04 | Clean up handling of paths relative to the executable. | Carl Hetherington | |
| 2020-05-21 | Give 'wrong target' KDM errors in a dialogue box rather than in the job ↵ | Carl Hetherington | |
| manager (part of #1161). | |||
| 2020-05-11 | Change video content scaling so that it either: | Carl Hetherington | |
| 1. scales the content up to fit the DCP container, preserving aspect ratio, or 2. stretches the content to a custom aspect ratio, or 3. scales the content to some custom size. | |||
| 2020-04-14 | Use a struct rather than a std::pair as the return type from ImageProxy::image. | Carl Hetherington | |
| 2020-02-27 | Add and use dB/linear conversion functions. | Carl Hetherington | |
| 2019-10-21 | Merge branch 'v2.15.x' of ssh://localhost:2222/home/carl/git/dcpomatic into ↵ | Carl Hetherington | |
| v2.15.x | |||
| 2019-10-21 | Copy with progress updates when we might copy long files (#1574). | Carl Hetherington | |
| 2019-10-21 | Rename dcpomatic_sleep -> dcpomatic_sleep_seconds. | Carl Hetherington | |
| 2019-10-18 | ISDCF name fixes with > 6 channels and HI/VI (#1633). | Carl Hetherington | |
| 2019-09-29 | Improve OpenFileError so that it doesn't say "opening for read"v2.15.20 | Carl Hetherington | |
| in one case where it should say "opening for read/write". Also add some unit tests for ReelWriter. | |||
| 2019-07-23 | Tidy up handling of content-modified checks when using the dcpomatic_cli. | Carl Hetherington | |
| 2019-07-15 | swaroop: beginnings of DCP -> ecinema support.v2.15.12 | Carl Hetherington | |
| 2019-05-10 | Put Time types in dcpomatic namespace. | Carl Hetherington | |
| 2019-04-03 | Add fonts.conf to OS X build to try to fix failure to synthesizev2.13.142 | Carl Hetherington | |
| bold/italic on 10.12 (Sierra) and earlier (#1524). | |||
| 2019-03-22 | Make careful_string_filter a little better and use it for KDM filenames.v2.13.133 | Carl Hetherington | |
| 2019-03-08 | Support PNG subs in DCPSubtitleDecoder (#1479). | Carl Hetherington | |
| 2019-02-12 | Try to fix some warnings. | Carl Hetherington | |
| 2019-02-09 | Use freetype for OS X font rendering.v2.13.115 | Carl Hetherington | |
| 2019-02-01 | Try doing it after Pango::init(). | Carl Hetherington | |
| 2019-02-01 | Try to move fontconfig cache delay to program startup on Windows. | Carl Hetherington | |
| 2019-01-30 | Fix non-translated days of the week (#1455). | Carl Hetherington | |
| 2019-01-23 | Try to improve font rendering on Windows by using freetype for pango/cairo.v2.13.105 | Carl Hetherington | |
| 2019-01-17 | Read UTF8 string lengths correctly when checking closed captions (part of ↵ | Carl Hetherington | |
| #1446). | |||
| 2019-01-09 | Remove debugging code. | Carl Hetherington | |
| 2019-01-09 | swaroop: store whole signer/decryption chains and private keys encrypted by ↵ | Carl Hetherington | |
| machine UUID. | |||
| 2018-12-23 | Be a bit more careful with fwrite. | Carl Hetherington | |
| 2018-12-19 | Be more careful with fread in various places.v2.13.88 | Carl Hetherington | |
| 2018-10-12 | Change MagickImageProxy to FFmpegImageProxy and make it use FFmpeg | Carl Hetherington | |
| to decode images. Hence remove {Image,Graphics}Magick. | |||
| 2018-07-14 | Assume .jpf is an image (JPEG2000). | Carl Hetherington | |
| 2018-05-28 | Fix seconds_to_approximate_hms sometimes saying things like 1h60m (#1314). | Carl Hetherington | |
| 2018-04-22 | Allow + in DCP names for ISDCF RU rating strings. | Carl Hetherington | |
| 2018-03-16 | Another OS X signing-related fix. | Carl Hetherington | |
| 2018-02-04 | Listen for server replies on different ports on main and batch, and get ↵ | Carl Hetherington | |
| servers to send replies to both (#1190). | |||
| 2018-01-16 | In general the player assumes that it won't receive out of order video. | Carl Hetherington | |
| This clearly can happen with separate L/R sources. A pass in L might emit two frames which means the arrivals can't possibly be in order. This commit fixes this by introducing a Shuffler which all alternate-3D sources send their video to. The Shuffler re-orders things before they arrive at the player. It also fixes the code which inserts video frames before one that arrives after a gap. This didn't cope with 3D right before. The audio code solves a similar (perhaps the same?) problem with the AudioMerger; perhaps we should have a similar thing for video and make the player emit complete 3D frames. Should help with #976. | |||
| 2017-12-14 | Mark .exr as a valid image file. | Carl Hetherington | |
| 2017-08-14 | Add DCP size and length to player. | Carl Hetherington | |
| 2017-06-01 | Re-add missing audio mapping in butler for preview. | Carl Hetherington | |
| 2017-05-10 | Put av_register_all() in the right place. | Carl Hetherington | |
| 2017-05-09 | Simple cover sheet support (#1039). | Carl Hetherington | |
| 2017-04-19 | Various Doxygen fixes. | Carl Hetherington | |
| 2017-02-20 | Be more careful about allowing possibly-trouble-causing characters in DCP ↵ | Carl Hetherington | |
| filenames. | |||
| 2016-12-21 | Make "Add folder..." to accept a directory of WAV files (#942). | Carl Hetherington | |
| 2016-10-29 | Fix attempt to internationalise an empty string causing strange channel ↵ | Carl Hetherington | |
| names in the mapping view. | |||
| 2016-10-20 | Give a better error if the user tries to load a non-KDM as a DKDM into the ↵ | Carl Hetherington | |
| KDM creator. | |||
| 2016-09-30 | Better tidy_for_filename that doesn't screw up with UTF-8. | Carl Hetherington | |
