summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2026-02-16Sort-of works.kakaduCarl Hetherington
2026-02-16Rename CPU J2K -> OpenJPEG J2K so we can differentiate from Kakadu.Carl Hetherington
2026-02-16Fix POST requests from macOS / Safari.Carl Hetherington
2026-02-16Add substitute().Carl Hetherington
2026-02-16Add dom.png and ::PNG content type.Carl Hetherington
2026-02-16Support current playlist in the web interface.Carl Hetherington
2026-02-16Support playlist load from the web interface.Carl Hetherington
2026-02-16Move player frame (DOMFrame) class into wx/ as PlayerFrame.Carl Hetherington
2026-02-16Add common.css URL.Carl Hetherington
2026-02-16Tidy Response initialization and support ::CSS.Carl Hetherington
2026-02-16Delete SPL entries when deleting the SPL.Carl Hetherington
2026-02-16Add playlist DELETE endpoint.Carl Hetherington
2026-02-16Add support for a sidebar in the index.Carl Hetherington
2026-02-16Add /playlists URL.Carl Hetherington
2026-02-16Add move_entry().Carl Hetherington
2026-02-16Add content GET endpoint.Carl Hetherington
2026-02-16Add playlist GET endpoint.Carl Hetherington
2026-02-16Add content GET endpoint.Carl Hetherington
2026-02-16Add playlist POST endpoint.Carl Hetherington
2026-02-16Add playlists GET endpoint.Carl Hetherington
2026-02-16Name a variable.Carl Hetherington
2026-02-16Add ShowPlaylistList::insert_entry().Carl Hetherington
2026-02-16Fix comment nonsense.Carl Hetherington
2026-02-16Allow handling of HTTP request body.Carl Hetherington
2026-02-16Improve comment.Carl Hetherington
2026-02-16Add new config version.Carl Hetherington
2026-02-16Fix index.html generation, broken since the switch to fmt.Carl Hetherington
2026-02-16Return 500 when some server error occurs.Carl Hetherington
2026-02-16Replace find_and_resolve_cpls() with storing all CPL IDs in DCPContent (somet...Carl Hetherington
2026-02-16Use SQLite for show playlists.Carl Hetherington
2026-02-16Use nlohmann for JSON.Carl Hetherington
2026-02-16Rename ContentStore -> ShowPlaylistContentStore.Carl Hetherington
2026-02-16Move content store handling into ContentStore rather than it being done in th...Carl Hetherington
2026-02-16Remove Film from the whole examination chain.Carl Hetherington
2026-02-16Remove another unnecessary Film parameter.Carl Hetherington
2026-02-16Remove another unnecessary Film parameter.Carl Hetherington
2026-02-16Remove now-unnecessary Film parameters.Carl Hetherington
2026-02-16Use a best guess for DCP audio rate to avoid passing in a Film.Carl Hetherington
2026-02-16Separate some things out from the examination process.Carl Hetherington
2026-02-16Move _film out of Job into only those Jobs that need it.Carl Hetherington
2026-02-16Remove unnecessary explicit.Carl Hetherington
2026-02-16Use global logging macro.Carl Hetherington
2026-02-16Remove Film dependency from UploadJob.Carl Hetherington
2026-02-16Ignore new warnings from signals2.hpp.Carl Hetherington
2026-02-16Define UNICODE (and _UNICODE) in the wscript on Windows.Carl Hetherington
2026-02-16Fix printf format string.Carl Hetherington
2026-02-16Remove support for FFmpeg < 8.Carl Hetherington
2026-02-16Add missing GPL boilerplate.Carl Hetherington
2026-02-15Add stub ja_JP translation.Carl Hetherington
2026-02-11Allow adding multiple DCPs to the verifier in one go, and remember the last l...Carl Hetherington