summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2026-04-09White space: image_examiner.{cc,h}Carl Hetherington
2026-04-09White space: image_decoder.{cc,h}Carl Hetherington
2026-04-09White space: file_group.{cc,h}Carl Hetherington
2026-04-09White space: ffmpeg.{cc,h}Carl Hetherington
2026-04-09White space: encode_server_finder.{cc,h}Carl Hetherington
2026-04-09White space: dcp_subtitle_content.{cc,h}Carl Hetherington
2026-04-09White space: cinema_sound_processor.{cc,h}Carl Hetherington
2026-04-09White space: audio_mapping.{cc,h}Carl Hetherington
2026-04-09White space: analyse_subtitles_job.{cc,h}Carl Hetherington
2026-04-09White space: active_text.{cc,h}Carl Hetherington
2026-04-09White space: j2k_image_proxy.{cc,h}Carl Hetherington
2026-04-09White space: image_content.{cc,h}Carl Hetherington
2026-04-08White space: log.{cc,h}Carl Hetherington
2026-04-08Fix incorrect fade outs (#3145).Carl Hetherington
2026-04-08Tidy up a little: rename some variables, remove an unnecessary cast.Carl Hetherington
2026-04-08Support skipping of multiple frames (so e.g. we can handle 120fps sources).Carl Hetherington
2026-04-08Make FrameRateChange data private.Carl Hetherington
2026-04-08White space: frame_rate_change.{cc,h}Carl Hetherington
2026-04-08Updated ja_JP translation from 林雅成.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-22Remove now-unnecessary SHA1 variable.Carl Hetherington
I moved it to libdcp.
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-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-14Allow building of disk writer with boost process version 2.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-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-10ko_KR translation from Sean.Carl Hetherington
2026-03-10Try a bit harder to find a frame to guess crop from.Carl Hetherington
2026-03-08Require "non-standard" config checkbox to use MPEG2.Carl Hetherington
Carsten reports that some users were choosing it because it sounded familiar.
2026-02-24Updated ja_JP translation from 林雅成.Carl Hetherington
2026-02-24Add translation to ja_JP from Masanari Hayashi (林雅成).Carl Hetherington
2026-02-23Fix broken (massively too big) 20 DCP nag on Fedora (and maybe others).Carl Hetherington
2026-02-21Handle FFmpeg content with only subtitles enabled better.Carl Hetherington
Previously if some FFmpeg content was set to use only its subtitles, and the first subtitle was 1 minute in to the content, the content would be selected for pass() until its first minute had been scanned. This could be slow, and incorrect as on the way to this 1 minute we want to look at other content. Here we store the PTS of dropped packets to use as a fallback position when there is no video or audio enabled.
2026-02-21Prevent attempts to seek beyond the film's length...Carl Hetherington
...as they cause problems.
2026-02-21Cope with audio handling when no audio streams push.Carl Hetherington
This can happen when no audio is currently being offered.
2026-02-21Delete temporary file after using it.Carl Hetherington
We push the J2K frame to disk when the memory buffer is too full, so I think we should delete it after we pick it back up.
2026-02-21Stop some "old metadata" fixes when using development versions.Carl Hetherington
2026-02-21Add Film::last_written_by_git().Carl Hetherington
2026-02-21Fix incorrect format placeholder.Carl Hetherington
2026-02-16Add missing GPL boilerplate.Carl Hetherington