summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2026-02-14FIXME: fix bugs.448-re-useCarl Hetherington
2026-02-12Support re-use of Atmos MXF assets.Carl Hetherington
2026-02-12Extract DCP part from get_reusable_reel_assets().Carl Hetherington
2026-02-12Re-use assets verbatim if they do not need to change (#448).Carl Hetherington
2026-02-08Extract copy_file.Carl Hetherington
2026-02-08Extract common code for referencing assets.Carl Hetherington
2026-02-07Remove some unnecessary casts up to ReelFileAsset.Carl Hetherington
2026-02-07Re-word some comments.Carl Hetherington
2026-02-07Add use-type to ReusableReelAsset.Carl Hetherington
2026-02-07Rename ReferencedReelAsset -> ReusableReelAsset.Carl Hetherington
2026-02-07Rename referenced_reel_asset.{cc,h} -> reusable_reel_asset.{cc,h}.Carl Hetherington
2026-02-07Make maybe_add_text a member.Carl Hetherington
2026-02-07Remove unnecessary template.Carl Hetherington
2026-02-07Make "why_not" reasons an optional return.Carl Hetherington
2026-02-07Rename set_play_referenced() -> set_play_reusable().Carl Hetherington
2026-02-07Condense an if.Carl Hetherington
2026-02-07Rename can_reference_*() -> can_reuse_*().Carl Hetherington
2026-02-04Fix POST requests from macOS / Safari.Carl Hetherington
2026-02-04Catch extreme case of >=32 CPLs in a DCP.Carl Hetherington
2026-02-04Fix Windows build.Carl Hetherington
2026-02-03Fix macOS build.Carl Hetherington
2026-02-03Add substitute().Carl Hetherington
2026-02-03Add dom.png and ::PNG content type.Carl Hetherington
2026-02-03Support current playlist in the web interface.Carl Hetherington
2026-02-03Support playlist load from the web interface.Carl Hetherington
2026-02-03Rework player content handling.Carl Hetherington
The idea now is ... There is a "pending" or "next" playlist. You can load a playlist from the database, or add content to it. Play loads the pending playlist into the current one and starts playing it. Stop stops and clears the current playlist. Pause pauses. While something is playing you can do what you like to the next playlist.
2026-02-03Pass PlayerFrame pointer into PlaylistControls to avoid the ResetFilm signal ↵Carl Hetherington
hack.
2026-02-03Trim some includes.Carl Hetherington
2026-02-03Move player frame (DOMFrame) class into wx/ as PlayerFrame.Carl Hetherington
2026-02-03Various fixes to content view updates.Carl Hetherington
2026-02-03Add common.css URL.Carl Hetherington
2026-02-03Tidy Response initialization and support ::CSS.Carl Hetherington
2026-02-03Delete SPL entries when deleting the SPL.Carl Hetherington
2026-02-03Add playlist DELETE endpoint.Carl Hetherington
2026-02-03Add support for a sidebar in the index.Carl Hetherington
2026-02-03Add /playlists URL.Carl Hetherington
2026-02-03Add move_entry().Carl Hetherington
2026-02-03Add content GET endpoint.Carl Hetherington
2026-02-03Add playlist GET endpoint.Carl Hetherington
2026-02-03Add content GET endpoint.Carl Hetherington
2026-02-03Add playlist POST endpoint.Carl Hetherington
2026-02-03Add playlists GET endpoint.Carl Hetherington
2026-02-03Name a variable.Carl Hetherington
2026-02-03Add ShowPlaylistList::insert_entry().Carl Hetherington
2026-02-03Fix comment nonsense.Carl Hetherington
2026-02-03Allow handling of HTTP request body.Carl Hetherington
2026-02-03Improve comment.Carl Hetherington
2026-02-03Allow configuring of HTTP logging in the player.Carl Hetherington
2026-02-03Add new config version.Carl Hetherington
2026-02-03Fix index.html generation, broken since the switch to fmt.Carl Hetherington