summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2025-06-11Updated cs_CZ translation from Tomáš Begeni.Carl Hetherington
2025-06-09Fix help.Carl Hetherington
2025-06-08Updated ru_RU translation from Евгений Дац.Carl Hetherington
2025-05-29Interpret relative cinemas SQLite3 paths as being relative to the config.xml ↵Carl Hetherington
(#3038).
2025-05-27Fix macOS i18n to always use the user's macOS-configured locale (#3036).Carl Hetherington
2025-05-27Move i18n setup into 3 separate platform files.Carl Hetherington
2025-05-26Remove functors for choosing pixel format output from make_image().Carl Hetherington
2025-05-26Remove last use of keep_xyz_or_rgb.Carl Hetherington
2025-05-26Ensure that XYZ data is not passed to rgb_to_xyz() when using Grok.Carl Hetherington
2025-05-26Fix incorrect colours with "no colourspace conversion" sources that are not ↵Carl Hetherington
AV_PIX_FMT_XYZ12LE. Prepare the image for where it is going to next. I don't understand the difference in this situation between XYZ12LE and RGB48LE (it seems they are both 16-bit-per-channel) but there you go.
2025-05-26Fix finding Liberation Sans when running from the source tree.Carl Hetherington
2025-05-19Tidy up finding required files during tests.Carl Hetherington
In particular, prefer not to use lots of fallback attempts. It seems that something funny is going on with how we find Liberation Sans on Linux, meaning that we were sometimes using the OS copy of the font when we didn't mean to.
2025-05-13Allow hyphens as part of the "name" part of the ISDCF name.Carl Hetherington
2025-05-11Use case for property checks now that it's possible.Carl Hetherington
This would have prevented the bug fixed in 6bbf7dee.
2025-05-11Cleanup: use constexpr for content and player properties.Carl Hetherington
Also fix a clash between the ATMOS and player properties.
2025-05-10White space: video_ring_buffers.{cc,h}Carl Hetherington
2025-05-10White space: colour_conversion.{cc,h}Carl Hetherington
2025-05-10White space: text_content.{cc,h}Carl Hetherington
2025-05-10White space: audio_ring_buffers.{cc,h}Carl Hetherington
2025-05-09Attempt to fix windows-32 build.Carl Hetherington
2025-05-09Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2025-05-08pot/merge.Carl Hetherington
2025-05-08Add DCPContent::reference_anything().Carl Hetherington
2025-05-08Add ReelType / string conversions.Carl Hetherington
2025-05-08Add Film::possible_reel_types().Carl Hetherington
2025-05-08Add Film::reels_for_type().Carl Hetherington
2025-05-08Promote DCPContent::reels() to public.Carl Hetherington
2025-05-08Use the more in-keeping name string_to_video_encoding().Carl Hetherington
2025-05-06Updated zh_CN translation from 刘汉源Carl Hetherington
2025-05-04Clarify some comments slightly.Carl Hetherington
2025-04-28Cleanup: use std::vector<char> rather than a "variable" length array.Carl Hetherington
2025-04-28Whitespace: {curl_,scp_,}uploader.{cc,h}Carl Hetherington
2025-04-25White space: job_manager.{cc,h}Carl Hetherington
2025-04-25White space: decoder.{cc,h}Carl Hetherington
2025-04-25White space: dcp_video.{cc,h}Carl Hetherington
2025-04-24White space: overlaps.{cc,h}Carl Hetherington
2025-04-24White space: ext.{cc,h}Carl Hetherington
2025-04-16White space: butler.{cc,h}Carl Hetherington
2025-04-12Fix case where -ve duration subtitles could be created at reel boundaries ↵Carl Hetherington
(#3012)
2025-04-12Add an assert.Carl Hetherington
2025-04-12Hint about problems with alpha channels (#3014).Carl Hetherington
2025-04-12Add has_alpha() flag to VideoContent.Carl Hetherington
2025-04-12Remove some unused usings.Carl Hetherington
2025-04-12White space: video_examiner.hCarl Hetherington
2025-04-12Add Image::has_alpha().Carl Hetherington
2025-04-12White space: dcp_examiner.{cc,h}Carl Hetherington
2025-04-12White space: video_content.{cc,h}Carl Hetherington
2025-04-12Use a make_shared.Carl Hetherington
2025-04-12Remove unused template method.Carl Hetherington
2025-03-29Fix crash when Grok is enabled but no gpu_lister is available.Carl Hetherington