| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-20 | Add LEQ(m) when analysing audio (#1382).v2.15.52 | Carl Hetherington | |
| 2020-04-19 | Add _last_written to Writer, containing the last written frame and eyes | Carl Hetherington | |
| to each reel. This is updated when things are popped off the queue, with _state_mutex_held, and used in preference to the ones in ReelWriter which were previously being updated during the time the _state_mutex lock is unlocked in the body of Writer::thread(). This was not thread safe (thanks, valgrind!) | |||
| 2020-04-19 | Use a BOOST_FOREACH. | Carl Hetherington | |
| 2020-04-19 | Rename a variable. | Carl Hetherington | |
| 2020-04-17 | Add drd/helgrind to the tests runner script. | Carl Hetherington | |
| 2020-04-17 | Add a missing noncopyable. | Carl Hetherington | |
| 2020-04-17 | Comment tweak. | Carl Hetherington | |
| 2020-04-17 | Checksum network encode requests and replies to protect against | Carl Hetherington | |
| network corruption (#1381). | |||
| 2020-04-17 | Add feature to Socket so that it can send digests of data it has sent | Carl Hetherington | |
| and check those digests on receive. | |||
| 2020-04-17 | Remove some unnecessary using statements. | Carl Hetherington | |
| 2020-04-17 | Rename send_binary -> write_to_socket. | Carl Hetherington | |
| 2020-04-17 | Bump server link version. | Carl Hetherington | |
| 2020-04-16 | Added some FIXMEs. | Carl Hetherington | |
| 2020-04-16 | Some missing checks for allocation failures. | Carl Hetherington | |
| 2020-04-15 | Fix length of player output so it can be either the film's length or ↵ | Carl Hetherington | |
| playlist's length, as appropriate. | |||
| 2020-04-15 | Try to improve spacing in Keys tab of prefs on macOS (#1550). | Carl Hetherington | |
| 2020-04-15 | Fix glitchy timeline slider if its update timer goes off while a seek is ↵ | Carl Hetherington | |
| happening. | |||
| 2020-04-15 | Add some new keyboard shortcuts for moving around on the timeline: | Carl Hetherington | |
| Shift+Arrows: 1 minute Ctrl+Arrows: 10 minutes Ctrl+Shift+Arrows: 1 hour Home: start End: end | |||
| 2020-04-15 | Seek to last frame if a request is made beyond the end of the film. | Carl Hetherington | |
| 2020-04-14 | Fix Empty/Player behaviour when using a playlist that is not the same as the ↵ | Carl Hetherington | |
| Film's. Previously Empty would use the length of the film for its end point. Now it takes a Playlist (rather than a list of Pieces) and uses the length of that playlist for its end point. This fixes #1543, in which single-content audio analysis jobs would run for the whole length of the film, rather than the length of the content, producing strange graphs and incorrect progress reports. | |||
| 2020-04-14 | Ignore and report failures to decode frames during playback (#1593). | Carl Hetherington | |
| 2020-04-14 | Use a struct rather than a std::pair as the return type from ImageProxy::image. | Carl Hetherington | |
| 2020-04-14 | DCPReadError -> ReadError in libdcp. | Carl Hetherington | |
| 2020-04-14 | pot/merge. | Carl Hetherington | |
| 2020-04-14 | Try to give a better error when we fail to start J2K encoding | Carl Hetherington | |
| (probably because of a lack of addressable RAM). See #1540. | |||
| 2020-04-13 | Support unmounting on macOS and Windows.v2.15.51 | Carl Hetherington | |
| 2020-04-13 | Tidy up Drive and unmounting a little. | Carl Hetherington | |
| 2020-04-13 | Do the right thing when the user cancels the unmount dialogue. | Carl Hetherington | |
| 2020-04-13 | Tidy up nanomsg class API; add unmounting for Linux. | Carl Hetherington | |
| 2020-04-09 | Improve disk_writer_messages.h commenting and add DISK_WRITER_QUIT and ↵ | Carl Hetherington | |
| DISK_WRITER_WRITE #defines. | |||
| 2020-04-08 | Fix build on old 10.6 environment. | Carl Hetherington | |
| 2020-04-07 | Windows build fix.v2.15.50 | Carl Hetherington | |
| 2020-04-07 | Fix non-disk packaging on macOS. | Carl Hetherington | |
| 2020-04-07 | Add DCPOMATIC_DISK define and don't build stuff needing boost dll library if ↵v2.15.49 | Carl Hetherington | |
| we don't need it. | |||
| 2020-04-06 | Remove duplicate Drive::description.v2.15.48 | Carl Hetherington | |
| 2020-04-06 | Fix syntax for previous. | Carl Hetherington | |
| 2020-04-06 | Use c++11 on Windows too. | Carl Hetherington | |
| 2020-04-06 | Add disk writer tool. | Carl Hetherington | |
| 2020-03-19 | Missing texts for some new verification failures. | Carl Hetherington | |
| 2020-03-16 | Move stress testing code into a separate class and always build it. | Carl Hetherington | |
| Fix stress script generation to always reload a DCP rather than expecting it to be available after it has finished playback. | |||
| 2020-03-15 | Fix player stress testing with expanded controls. | Carl Hetherington | |
| Also correctly wait with a stress test until the DCP open has completely finished. | |||
| 2020-03-15 | Improve hacks/stress.py a bit. | Carl Hetherington | |
| 2020-03-15 | Comments. | Carl Hetherington | |
| 2020-03-15 | Rename DEVELOPMENT -> DEVELOP.md and add some stuff about player stress testing. | Carl Hetherington | |
| 2020-03-15 | http -> https. | Carl Hetherington | |
| 2020-03-11 | Test updates now that there can't be <1s long DCPs any more. | Carl Hetherington | |
| 2020-03-11 | Coalesce short reels. | Carl Hetherington | |
| 2020-03-11 | Improve and fix some tests. | Carl Hetherington | |
| 2020-03-11 | Enforce a minimum DCP length of 1 second. | Carl Hetherington | |
| 2020-03-11 | Get some better errors when verification-based tests fail. | Carl Hetherington | |
