summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
7 daysINVALID_CLOSED_CAPTION_XML_SIZE_IN_BYTES: note -> size_in_bytes.Carl Hetherington
7 daysINVALID_PICTURE_SIZE_IN_PIXELS: note -> size_in_pixels.Carl Hetherington
7 daysINVALID_LANGUAGE: note -> language.Carl Hetherington
7 daysEXTERNAL_ASSET: note -> asset_id.Carl Hetherington
7 daysINVALID_DURATION: note -> asset_id.Carl Hetherington
7 daysINVALID_INTRINSIC_DURATION: note -> asset_id.Carl Hetherington
7 daysINVALID_XML: note -> error.Carl Hetherington
7 daysFAILED_READ: note -> error.Carl Hetherington
11 daysRename size -> size_in_bytes.Carl Hetherington
2026-03-23Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2026-03-23Updated ja_JP translation from 林雅成.Carl Hetherington
2026-03-23pot/merge.Carl Hetherington
2026-03-23Adjust for libdcp using a specific property for frame rates.Carl Hetherington
2026-03-22Remove now-unnecessary SHA1 variable.Carl Hetherington
I moved it to libdcp.
2026-03-22Tweak verification code for some changes in libdcp.Carl Hetherington
2026-03-22Tidy up slightly.Carl Hetherington
2026-03-21Replace some deprecated methods.Carl Hetherington
2026-03-21Replace deprecated boost::asio::deadline_timer with boost::asio::system_timer.Carl Hetherington
2026-03-20Bump libdcp for fixes to signing failures on some Linux distros.Carl Hetherington
2026-03-20Updated ja_JP translation from 林雅成.Carl Hetherington
2026-03-20Add stub el_GR translation.Carl Hetherington
2026-03-18Fix build problems with warnings generated by newer macOS build environments.Carl Hetherington
2026-03-16Bump libdcp for some documentation fixes.Carl Hetherington
2026-03-14Allow building of disk writer with boost process version 2.Carl Hetherington
2026-03-13Bump ffcmp for ffmpeg tweak.Carl Hetherington
2026-03-13Bump libdcp for small tweaks.Carl Hetherington
2026-03-12White space: content_advanced_dialog.{cc,h} table_dialog.{cc,h}Carl Hetherington
2026-03-12Supporters update.Carl Hetherington
2026-03-12Put a scrollbar into the content properties dialogue (#3143).Carl Hetherington
2026-03-12Try 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-12Use 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-12Add a debug note.Carl Hetherington
2026-03-12Active frame rate change should ignore content with unused video.Carl Hetherington
2026-03-12Fix 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-12Don't offer auto-crop on content with no video.Carl Hetherington
2026-03-12Use index rather than .front() now that we can.Carl Hetherington
2026-03-12Tweak debug string.Carl Hetherington
2026-03-12Fix 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-12Fix mangled comment.Carl Hetherington
2026-03-12Cleanup: compress an if.Carl Hetherington
2026-03-11Fix some tests broken by changes elsewhere.Carl Hetherington
2026-03-11Add ko_KR translator credit.Carl Hetherington
2026-03-10ko_KR translation from Sean.Carl Hetherington
2026-03-10Fix updating of crop guess rectangle from the auto-crop dialog.Carl Hetherington
Before the change in the dialog would raise an ImageChanged which would reset the crop again, making it unchangeable.
2026-03-10Compress an if.Carl Hetherington
2026-03-10Use a more generic way to request things.Carl Hetherington
2026-03-10White space: simple_video_view.{cc,h}Carl Hetherington
2026-03-10Add a set of missing update() calls.Carl Hetherington
2026-03-10Rename one_shot stuff to better reflect what it actually does.Carl Hetherington
2026-03-10Add a comment.Carl Hetherington