| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-01 | Tidying. | Carl Hetherington | |
| 2021-11-01 | Fix the filmsum script up a little. | Carl Hetherington | |
| 2021-11-01 | Fix typo in dcpomatic_kdm_cli help. | Carl Hetherington | |
| 2021-11-01 | Add CPL_FILENAME variable for cover sheets (#2107). | Carl Hetherington | |
| 2021-10-29 | Don't fail the transcode job if we can't write analytics. | Carl Hetherington | |
| 2021-10-28 | Manual tweak. | Carl Hetherington | |
| 2021-10-27 | Manual tweaks. | 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-27 | C++11 tidying. | Carl Hetherington | |
| 2021-10-27 | Manual tweaks. | Carl Hetherington | |
| 2021-10-26 | Missing Destroy() call. | Carl Hetherington | |
| 2021-10-26 | C++11 tidying. | Carl Hetherington | |
| 2021-10-26 | Remove old declaration. | Carl Hetherington | |
| 2021-10-26 | Remove some unnecessary using statements. | Carl Hetherington | |
| 2021-10-25 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2021-10-25 | Fix position of content outline (#2108). | Carl Hetherington | |
| 2021-10-25 | If there is no end time in an AVSubtitle it seems we should use the ↵ | Carl Hetherington | |
| AVPacket's duration. This fixes #2110. I don't have a particular justification for it being the right thing to do. | |||
| 2021-10-25 | Fix fade factor calculation when there is no end time. | Carl Hetherington | |
| In this case we can't do any fade out. | |||
| 2021-10-25 | Fix missing verification messages. | Carl Hetherington | |
| 2021-10-24 | Bump libdcp to 1.8.4 for caption ordering fix (#2106). | Carl Hetherington | |
| 2021-10-24 | Updated es_ES translation from Manuel AC. | Carl Hetherington | |
| 2021-10-23 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2021-10-17 | Fix caption in manual. | Carl Hetherington | |
| 2021-10-17 | Missing entry in Makefile. | Carl Hetherington | |
| 2021-10-17 | Move some screenshots to the right place. | Carl Hetherington | |
| 2021-10-17 | Revert "Add the PDF screenshots to git; I don't know why they weren't added ↵ | Carl Hetherington | |
| before." This reverts commit 6ec5bbc84d6c1383c599daf52e3e9fef23c6ce34. PDF screenshots are supposed to be in raw-screenshots. | |||
| 2021-10-17 | Manual tweaks. | Carl Hetherington | |
| 2021-10-17 | Add a --screenshot option to the disk writer run file. | Carl Hetherington | |
| 2021-10-17 | Talk about Disk Writer in the manual. | Carl Hetherington | |
| 2021-10-17 | Manual tweaks. | Carl Hetherington | |
| 2021-10-17 | Add the PDF screenshots to git; I don't know why they weren't added before. | 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-17 | Move some functions up the file so we can use them. | Carl Hetherington | |
| 2021-10-17 | pot/merge. | Carl Hetherington | |
| 2021-10-17 | Fix some markup quotation marks. | Carl Hetherington | |
| 2021-10-17 | Upgrade the disk writer warning (#1971). | Carl Hetherington | |
| 2021-10-16 | Fix error when editing colours in locales with , as a decimal separator. | Carl Hetherington | |
| 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 | Add comment. | Carl Hetherington | |
| 2021-10-15 | Ignore audio streams that fall too far behind (#2101). | 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-15 | Cleanup some unused usings. | Carl Hetherington | |
| 2021-10-15 | Fix compile for Windows, broken in 44b69f2d. | Carl Hetherington | |
| 2021-10-13 | Remove manual stuff about the hidden upmixers. | Carl Hetherington | |
| 2021-10-13 | Don't allow negative trims to be set up via changes to play length (#2105). | Carl Hetherington | |
| 2021-10-13 | Add some asserts to check for negative trims. | Carl Hetherington | |
| 2021-10-13 | Ignore errors from avcodec_send_packet. | Carl Hetherington | |
| After seeking it appears that we often get irrelevant errors from this method. ffplay.c seems to ignore them, and this commit means that we do too (just logging them). I think these errors during a non-seeking "encoding" run could be cause for concern; perhaps we should take more note of them in that case. | |||
