dcpomatic.git
6 days ago Carl HetheringtonUse separate working directories for some tests.
6 days ago Carl HetheringtonFix warning from pango about letter spacing not being...
7 days ago Carl HetheringtonFix running tests on arm64.
7 days ago Carl HetheringtonFix test references after adding HTTP server.
7 days ago Carl HetheringtonAdd some context on XML comparison failures.
7 days ago Carl HetheringtonRemove some unused using statements and a blank line.
7 days ago Carl HetheringtonCleanp decoder factory slightly.
7 days ago Carl HetheringtonRemove sprintf() use to quell warning from macOS.
7 days ago Carl HetheringtonAdd minimal player HTTP server (#2830).
7 days ago Carl HetheringtonMove some stuff into FilmViewer::dcp().
7 days ago Carl HetheringtonExtract internal player server to separate file and...
7 days ago Carl HetheringtonClose socket when stopping the server.
7 days ago Carl HetheringtonFall back to the source directory if we're not running...
7 days ago Carl HetheringtonAdd Socket::is_open().
7 days ago Carl HetheringtonAdd Socket::close().
7 days ago Carl HetheringtonAdd Socket::run().
7 days ago Carl HetheringtonAdd and use set_deadline_from_now().
7 days ago Carl HetheringtonAdd Socket::write for std::string.
7 days ago Carl HetheringtonAdd log entry for the HTTP server.
7 days ago Carl HetheringtonDo everything required to stop the server in ::stop().
11 days ago Carl HetheringtonMerge remote-tracking branch 'origin/main' into v2...
12 days ago Carl HetheringtonMissing include. v2.16.87
12 days ago Carl HetheringtonSupporters update.
12 days ago Carl HetheringtonFix build with some older boosts.
12 days ago Carl HetheringtonBuild tests on Ubuntu 24.04.
12 days ago Carl HetheringtonAdd discouraging hint for MPEG2 (#2821).
13 days ago Carl HetheringtonFix "available space" count passed to snprintf (#2832).
13 days ago Carl HetheringtonSupporters update.
13 days ago Carl HetheringtonUpdated fr_FR translation from Lilian Lefranc.
2024-06-11 Carl HetheringtonFix build with some older boosts. v2.17.18
2024-06-11 Carl HetheringtonMerge branch 'main' into v2.17.x
2024-06-11 Carl HetheringtonSupporters update.
2024-06-11 Carl HetheringtonMissing include.
2024-06-11 Carl HetheringtonMissing explicit.
2024-06-11 Carl HetheringtonFall back to default font file if a font ID is not...
2024-06-11 Carl HetheringtonSimplify the FontIDAllocator a lot (#2827).
2024-06-10 Carl HetheringtonClarify some documentation slightly.
2024-06-09 Carl HetheringtonAdd comment.
2024-06-09 Carl HetheringtonFix an erroneous font ID error that can happen when...
2024-06-09 Carl HetheringtonCleanup: text is a vector now.
2024-06-09 Carl HetheringtonStop weird names appearing when the user clicks "copy...
2024-06-09 Carl HetheringtonCleanup: substr() can accept npos for the second parameter.
2024-06-08 Carl HetheringtonAdd option to copy content settings from another projec...
2024-06-08 Carl HetheringtonBump libdcp for asdcplib assertion fix (#2825).
2024-06-08 Carl HetheringtonOnly allow adding reels in custom reel mode (#2823).
2024-06-08 Carl HetheringtonMerge remote-tracking branch 'origin/main' into v2...
2024-06-08 Carl HetheringtonMerge remote-tracking branch 'origin/main' into v2...
2024-06-07 Carl HetheringtonFix font ID allocation from DCP when there are subs...
2024-06-06 Carl HetheringtonSupport optimised rendering of YUV420P in OpenGL.
2024-06-06 Carl HetheringtonStore the video encoding of a DCP in the metadata ...
2024-06-04 Carl HetheringtonMake sure MPEG2 encodes are always 2K (#2819).
2024-06-04 Carl HetheringtonAdd an option to dump the decryption certificate from...
2024-06-03 Carl HetheringtonAdd $png_apps variable.
2024-06-02 Carl HetheringtonBump test/data for another subtitle rendering reference...
2024-05-31 Carl HetheringtonMerge remote-tracking branch 'origin/main' into v2...
2024-05-31 Carl HetheringtonMake the DCP-encode counting dependent on variant.
2024-05-31 Carl HetheringtonFix incorrect default _show_report_a_problem.
2024-05-30 Carl HetheringtonSupporters update. v2.16.86
2024-05-30 Carl HetheringtonRender subtitles using show_in_cairo_context() instead...
2024-05-29 Carl HetheringtonFix merge.
2024-05-29 Carl HetheringtonMerge remote-tracking branch 'origin/main' into v2...
2024-05-29 Carl HetheringtonBump SERVER_LINK_VERSION since we changed the name...
2024-05-29 Carl HetheringtonHide some warnings.
2024-05-29 Carl HetheringtonUse territory details from template.
2024-05-29 Carl HetheringtonGet chain, facility, studio and distributor from template.
2024-05-29 Carl HetheringtonRemove default Interop/SMPTE setting.
2024-05-29 Carl HetheringtonRemove default video bit rate settings.
2024-05-29 Carl HetheringtonRemove default DCP audio channel setting.
2024-05-29 Carl HetheringtonRemove default DCP content type setting.
2024-05-29 Carl HetheringtonUse ConfigRestorer to reset override_path after use.
2024-05-26 Carl HetheringtonNote that newer libsub version is required.
2024-05-26 Carl HetheringtonFix build with newer libsub.
2024-05-24 Carl HetheringtonImprove save-template dialog and always use a default...
2024-05-24 Carl HetheringtonUse std::vector for Config::templates().
2024-05-24 Carl HetheringtonCleanup: make method private.
2024-05-24 Carl HetheringtonRead 16-bit audio DCPs correctly.
2024-05-24 Carl HetheringtonVerify that DCPs have 24-bit audio.
2024-05-24 Carl HetheringtonDon't repeat the same error/warning more than once.
2024-05-24 Carl HetheringtonFix some incorrect verification messages.
2024-05-22 Carl HetheringtonBump libsub for SSA Margin{L,R} support (#2811).
2024-05-22 Carl HetheringtonRename new_test_film2 -> new_test_film.
2024-05-21 Carl HetheringtonReplace all new_test_film with new_test_film2.
2024-05-21 Carl HetheringtonFix stream length for DCP content (#2688).
2024-05-21 Carl HetheringtonAllow running tests from trees made with cdist.
2024-05-20 Carl HetheringtonUse $HOME rather than hard-coded user name.
2024-05-20 Carl HetheringtonCleanup, and try to make a test use less disk space.
2024-05-20 Carl HetheringtonMore cleanups.
2024-05-20 Carl HetheringtonAnother cleanup.
2024-05-20 Carl HetheringtonClean up some more tests.
2024-05-20 Carl HetheringtonClean up another big test.
2024-05-20 Carl HetheringtonUse new_test_film2.
2024-05-20 Carl HetheringtonCleanup another test.
2024-05-20 Carl HetheringtonAdd missing call to Cleanup::run().
2024-05-19 Carl HetheringtonDon't make _stream_states for unmapped audio, otherwise...
2024-05-19 Carl HetheringtonAdd and use Content::has_mapped_audio().
2024-05-19 Carl HetheringtonCleanup: use auto.
2024-05-19 Carl HetheringtonMerge remote-tracking branch 'origin/main' into v2...
2024-05-19 Carl HetheringtonFix thinko in previous.
2024-05-19 Carl HetheringtonMissing setup of DYLD_LIBRARY_PATH.
2024-05-19 Carl HetheringtonAnother old libxml API instance.
next