| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-02 | UNSIGNED_PKL_WITH_ENCRYPTED_CONTENT: note -> pkl_id. | Carl Hetherington | |
| 2026-04-02 | INVALID_EXTENSION_METADATA: note -> error. | Carl Hetherington | |
| 2026-04-02 | INCORRECT_LFOC: note -> time. | Carl Hetherington | |
| 2026-04-02 | INCORRECT_FFOC: note -> time. | Carl Hetherington | |
| 2026-04-02 | MISSING_HASH: note -> asset_id. | Carl Hetherington | |
| 2026-04-02 | {MISSING,INCORRECT}_{SUBTITLE,CLOSED_CAPTION}_ENTRY_POINT: note -> asset_id. | Carl Hetherington | |
| 2026-04-02 | INVALID_SOUND_BIT_DEPTH: note -> bit_depth. | Carl Hetherington | |
| 2026-04-02 | INVALID_TIMED_TEXT_FONT_SIZE_IN_BYTES: note -> size_in_bytes. | Carl Hetherington | |
| 2026-04-02 | INVALID_TIMED_TEXT_SIZE_IN_BYTES: note -> size_in_bytes. | Carl Hetherington | |
| 2026-04-02 | INVALID_CLOSED_CAPTION_XML_SIZE_IN_BYTES: note -> size_in_bytes. | Carl Hetherington | |
| 2026-04-02 | INVALID_PICTURE_SIZE_IN_PIXELS: note -> size_in_pixels. | Carl Hetherington | |
| 2026-04-02 | INVALID_LANGUAGE: note -> language. | Carl Hetherington | |
| 2026-04-02 | EXTERNAL_ASSET: note -> asset_id. | Carl Hetherington | |
| 2026-04-02 | INVALID_DURATION: note -> asset_id. | Carl Hetherington | |
| 2026-04-02 | INVALID_INTRINSIC_DURATION: note -> asset_id. | Carl Hetherington | |
| 2026-04-02 | INVALID_XML: note -> error. | Carl Hetherington | |
| 2026-04-02 | FAILED_READ: note -> error. | Carl Hetherington | |
| 2026-03-28 | Rename size -> size_in_bytes. | Carl Hetherington | |
| 2026-03-23 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2026-03-23 | Updated ja_JP translation from 林雅成. | Carl Hetherington | |
| 2026-03-23 | pot/merge. | Carl Hetherington | |
| 2026-03-23 | Adjust for libdcp using a specific property for frame rates. | Carl Hetherington | |
| 2026-03-22 | Remove now-unnecessary SHA1 variable. | Carl Hetherington | |
| I moved it to libdcp. | |||
| 2026-03-22 | Tweak verification code for some changes in libdcp. | Carl Hetherington | |
| 2026-03-22 | Tidy up slightly. | Carl Hetherington | |
| 2026-03-21 | Replace some deprecated methods. | Carl Hetherington | |
| 2026-03-21 | Replace deprecated boost::asio::deadline_timer with boost::asio::system_timer. | Carl Hetherington | |
| 2026-03-20 | Bump libdcp for fixes to signing failures on some Linux distros. | Carl Hetherington | |
| 2026-03-20 | Updated ja_JP translation from 林雅成. | Carl Hetherington | |
| 2026-03-20 | Add stub el_GR translation. | Carl Hetherington | |
| 2026-03-18 | Fix build problems with warnings generated by newer macOS build environments. | Carl Hetherington | |
| 2026-03-16 | Bump libdcp for some documentation fixes. | Carl Hetherington | |
| 2026-03-14 | Allow building of disk writer with boost process version 2. | Carl Hetherington | |
| 2026-03-13 | Bump ffcmp for ffmpeg tweak. | Carl Hetherington | |
| 2026-03-13 | Bump libdcp for small tweaks. | Carl Hetherington | |
| 2026-03-12 | White space: content_advanced_dialog.{cc,h} table_dialog.{cc,h} | Carl Hetherington | |
| 2026-03-12 | Supporters update. | Carl Hetherington | |
| 2026-03-12 | Put a scrollbar into the content properties dialogue (#3143). | Carl Hetherington | |
| 2026-03-12 | Try to respect LC_NUMERIC even if it doesn't match LANG. | Carl Hetherington | |
| With LANG=en_GB.UTF-8 and LC_NUMERIC=de_DE.UTF-8 I get . as a decimal separator, I think because the setlocale(LC_ALL, "") uses $LANG everywhere. This is not what wxWidgets expects, and not what I expect (other applications use ,). Fix that by respecting LC_NUMERIC explicitly. | |||
| 2026-03-12 | Use dts rather than pts when noting the time of frames we are ignoring. | Carl Hetherington | |
| The docs for av_read_frame() say "pkt->pts can be AV_NOPTS_VALUE if the video format has B-frames, so it is better to rely on pkt->dts if you do not decompress the payload." Before this there could be long hangs while we go through many packets without pts values. | |||
| 2026-03-12 | Add a debug note. | Carl Hetherington | |
| 2026-03-12 | Active frame rate change should ignore content with unused video. | Carl Hetherington | |
| 2026-03-12 | Fix Set button on override frame rate to do what it was meant to. | Carl Hetherington | |
| Before this, the entered video frame rate would be taken no matter if Set was clicked or not. | |||
| 2026-03-12 | Don't offer auto-crop on content with no video. | Carl Hetherington | |
| 2026-03-12 | Use index rather than .front() now that we can. | Carl Hetherington | |
| 2026-03-12 | Tweak debug string. | Carl Hetherington | |
| 2026-03-12 | Fix language forcing. | Carl Hetherington | |
| We'd always try to do it, even if the passed-in string was empty, which must surely be wrong... | |||
| 2026-03-12 | Fix mangled comment. | Carl Hetherington | |
| 2026-03-12 | Cleanup: compress an if. | Carl Hetherington | |
| 2026-03-11 | Fix some tests broken by changes elsewhere. | Carl Hetherington | |
