| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-23 | Move encode_{locally,remotely} into the frame encoder classes. | 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-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 | Fix ignore_video checker for separate-3D content (#2246). | Carl Hetherington | |
| 2022-05-09 | Accept invalid picture frame size errors in high bitrate checks. | Carl Hetherington | |
| 2022-05-05 | Add some tests for ScopedTemporary. | Carl Hetherington | |
| 2022-05-05 | Use dcp::File in DCP-o-matic (#2231). | Carl Hetherington | |
| 2022-05-03 | Add preference for default KDM duration (#2224). | Carl Hetherington | |
| 2022-05-02 | Remove a specific path dependency from a test. | Carl Hetherington | |
| 2022-05-02 | Add find_file from libdcp. | Carl Hetherington | |
| 2022-05-02 | Extract and improve code to find missing files (#1940). | Carl Hetherington | |
| 2022-05-02 | Replace some raw arrays with std::vectors. | Carl Hetherington | |
| 2022-04-29 | More test references updates. | Carl Hetherington | |
| 2022-04-29 | Update test/data for new metadata tag. | Carl Hetherington | |
| 2022-04-29 | Fix some tests. | 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-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. | |||
| 2022-04-22 | Use libdcp's warnings.h | Carl Hetherington | |
| 2022-04-22 | Missing override. | Carl Hetherington | |
| 2022-04-20 | Lookup the correct DCNC code to use for languages rather than just | Carl Hetherington | |
| using the language's subtag (#2235). | |||
| 2022-04-20 | Use std::vector in AudioBuffers (#2236). | Carl Hetherington | |
| 2022-04-20 | Add ScopeGuard. | Carl Hetherington | |
| 2022-04-20 | Add button to use same fades for audio as video (#2230). | Carl Hetherington | |
| 2022-04-20 | Fix creation of dcpdig files in projects that make VFs (#2109). | Carl Hetherington | |
| Previously we would always get keys from the project which was wrong with assets that already have their own key. | |||
| 2022-04-20 | Support DCP digest files (#2109). | Carl Hetherington | |
| 2022-04-20 | Move make_dcp() out of Film (#2132). | Carl Hetherington | |
| 2022-04-17 | Missing override label. | Carl Hetherington | |
| 2022-04-09 | Add some missing override labels. | Carl Hetherington | |
| 2022-04-08 | Guess video range better when importing 2.14.x projects (#2227). | Carl Hetherington | |
| 2022-04-07 | Cleanup: remove unused parameter to PlayerVideo::force. | Carl Hetherington | |
| 2022-04-04 | Add fade in/out option to the content audio tab (#1026). | Carl Hetherington | |
| 2022-04-03 | C++11 and whitespace cleanups. | Carl Hetherington | |
| 2022-03-25 | Bump libdcp for fix to remove erroneous <EntryPoint> and <Duration> markers ↵ | Carl Hetherington | |
| from <MainMarkers> (#2215). | |||
| 2022-03-20 | Update test reference for config change. | Carl Hetherington | |
| 2022-03-16 | Make the value used for 'f' in KDM names consistent (#1657). | Carl Hetherington | |
| Before it was mostly the film name, but this is confusing when a single film contains multiple CPLs. | |||
| 2022-03-15 | Fix tests for newly-saved write to/email checkboxes. | Carl Hetherington | |
| 2022-03-15 | Fix incorrectly-timed emission of silence padding causing buffer fill (#2217). | Carl Hetherington | |
| On initialisation or after seek we insert silence corresponding to a positive delay in an audio stream. Previously this inserted silence was done at time 0, so that after a seek to time T the silent frames would come out of the audio merger at time 0 and then the player would fill the space up to time T with silence. If T was far enough along this would fill the audio buffers without there being any video. | |||
| 2022-03-09 | Add option to use (or not) ISDCF names by default. | Carl Hetherington | |
| 2022-03-09 | Display the filename / URL that a screen certificate was obtained from (#1894). | Carl Hetherington | |
| 2022-03-08 | Only look in the filename (not the whole path) when guessing channels for ↵ | Carl Hetherington | |
| sound files (#2204). | |||
| 2022-03-08 | Improve test output. | Carl Hetherington | |
| 2022-02-25 | Add -x32/-x64 suffix to boost libraries when building for Windows. | Carl Hetherington | |
| 2022-02-17 | Try to handle EAGAIN from avcodec_send_packet() properly. | Carl Hetherington | |
| The docs say on EAGAIN we should call avcodec_receive_frame() and then re-send the same packet again. This should do that. This is a fix for errors trigged by the accompanying test. | |||
| 2022-02-14 | Head off some cert validity warnings.v2.16.1 | Carl Hetherington | |
| 2022-02-14 | Update test signer chain again. | Carl Hetherington | |
| 2022-02-14 | Fix hints tests by changing the test signer chain for one that is only valid ↵ | Carl Hetherington | |
| for 10 years. | |||
