summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-06-23Fall back to the source directory if we're not running an installed DoM.Carl Hetherington
This is useful for the web pages as they are in a subdirectory called web in either version of resouces_path().
2024-06-23Add Socket::is_open().Carl Hetherington
2024-06-23Add Socket::close().Carl Hetherington
2024-06-23Add Socket::run().Carl Hetherington
2024-06-23Add and use set_deadline_from_now().Carl Hetherington
2024-06-23Add Socket::write for std::string.Carl Hetherington
2024-06-23Add log entry for the HTTP server.Carl Hetherington
2024-06-23Do everything required to stop the server in ::stop().Carl Hetherington
2024-06-20Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-06-19Missing include.v2.16.87Carl Hetherington
2024-06-19Supporters update.Carl Hetherington
2024-06-19Fix build with some older boosts.Carl Hetherington
2024-06-18Build tests on Ubuntu 24.04.Carl Hetherington
2024-06-18Add discouraging hint for MPEG2 (#2821).Carl Hetherington
2024-06-18Fix "available space" count passed to snprintf (#2832).Carl Hetherington
This is wrong (too big) and it causes an abort in some snprintf checker on Ubuntu 24.04.
2024-06-18Supporters update.Carl Hetherington
2024-06-18Updated fr_FR translation from Lilian Lefranc.Carl Hetherington
2024-06-11Fix build with some older boosts.v2.17.18Carl Hetherington
2024-06-11Merge branch 'main' into v2.17.xCarl Hetherington
2024-06-11Supporters update.Carl Hetherington
2024-06-11Missing include.Carl Hetherington
2024-06-11Missing explicit.Carl Hetherington
2024-06-11Fall back to default font file if a font ID is not found in the content.Carl Hetherington
This should not happen, but seems rather likely given the mess that is building (especially with users switching between versions).
2024-06-11Simplify the FontIDAllocator a lot (#2827).Carl Hetherington
This is at the expense of forward compatibility, and the need to re-examine subtitle content (losing custom fonts as we do so). But it does mean that the code is simpler, and there's not this weird growth of IDs where a DCP gets imported with some font, and then the ID becomes 0_font, and if you do it again it's 0_0_font, and so on.
2024-06-10Clarify some documentation slightly.Carl Hetherington
2024-06-09Add comment.Carl Hetherington
2024-06-09Fix an erroneous font ID error that can happen when loading projects from ↵Carl Hetherington
builds without release version tags. So that last_written_by_earlier_than() always returns true, check_font_ids() happens when it doesn't really need to.
2024-06-09Cleanup: text is a vector now.Carl Hetherington
2024-06-09Stop weird names appearing when the user clicks "copy as name" twice.Carl Hetherington
2024-06-09Cleanup: substr() can accept npos for the second parameter.Carl Hetherington
2024-06-09Add option to copy content settings from another project (#2808).Carl Hetherington
2024-06-08Bump libdcp for asdcplib assertion fix (#2825).Carl Hetherington
2024-06-08Only allow adding reels in custom reel mode (#2823).Carl Hetherington
2024-06-08Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-06-08Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-06-07Fix font ID allocation from DCP when there are subs and ccaps using the same ↵Carl Hetherington
IDs (#2822). Previously we would always use <last-reel+1>_id as a disambiguated ID for every case.
2024-06-06Support optimised rendering of YUV420P in OpenGL.Carl Hetherington
2024-06-06Store the video encoding of a DCP in the metadata (J2K/MPEG2).Carl Hetherington
2024-06-04Make sure MPEG2 encodes are always 2K (#2819).Carl Hetherington
2024-06-04Add an option to dump the decryption certificate from the KDM CLI.Carl Hetherington
2024-06-03Add $png_apps variable.Carl Hetherington
2024-06-02Bump test/data for another subtitle rendering reference fix.Carl Hetherington
2024-05-31Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-05-31Make the DCP-encode counting dependent on variant.Carl Hetherington
2024-05-31Fix incorrect default _show_report_a_problem.Carl Hetherington
2024-05-30Supporters update.v2.16.86Carl Hetherington
2024-05-30Render subtitles using show_in_cairo_context() instead of ↵Carl Hetherington
add_to_cairo_context(). This helps with #2813 and should fix #2474. We started using add_to_cairo_context() again in 72c3a5f0f32f553a1f8abee2494f31d29b976383 because the rendering looked better. However colour changes within lines cannot easily be rendered using add_to_cairo_context() it seems, as the text is just added as a path and then you can stroke/fill it with a single colour. I hope that this change, which reverts 72c3a5 but also adds some calls to enable hinting and use better anti-aliasing, looks OK. I looked at some white-on-black subs close-up and the hinting seems to help.
2024-05-29Fix merge.Carl Hetherington
2024-05-29Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-05-29Bump SERVER_LINK_VERSION since we changed the name of some metadata.Carl Hetherington