| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-10-26 | Basics of MP4 support in the player. | Carl Hetherington | |
| 2018-10-26 | Use Film/Playlist for SPL management rather than special classes. | Carl Hetherington | |
| 2018-10-20 | Don't set up new film several times when setting up new SPL in player. | Carl Hetherington | |
| 2018-10-16 | Better error when trying to load a DCP from a non-DCP directory in the player. | Carl Hetherington | |
| 2018-10-10 | Fix non-variant build. | Carl Hetherington | |
| 2018-10-09 | swaroop: restart playback after player crash. | Carl Hetherington | |
| 2018-10-09 | Add SPL class. | Carl Hetherington | |
| 2018-10-09 | Quell config-save warning when we're only trying to save history. | Carl Hetherington | |
| 2018-10-09 | swaroop: go to black on stop in player. | Carl Hetherington | |
| 2018-10-09 | swaroop: required monitors checks. | Carl Hetherington | |
| 2018-09-28 | Catch exception from file_size.v2.13.57 | Carl Hetherington | |
| 2018-09-28 | Add info (time/type) to CPL/SPL lists. | Carl Hetherington | |
| 2018-09-27 | Fix non-variant build (#1373). | Carl Hetherington | |
| 2018-09-27 | Disable preferences menu if the config can't be written. | Carl Hetherington | |
| 2018-09-27 | Basic SPL support. | Carl Hetherington | |
| 2018-09-27 | Missing #ifdef for swaroop variant. | Carl Hetherington | |
| 2018-09-26 | Support download of KDMs from a web service in swaroop profile.v2.13.56 | Carl Hetherington | |
| 2018-09-25 | Fix log display and auto-load KDMs from the configured directory.v2.13.55 | Carl Hetherington | |
| 2018-09-25 | Add very basic logging in the dual-screen player. | Carl Hetherington | |
| 2018-09-24 | More Controls API tweaks. | Carl Hetherington | |
| 2018-09-24 | Simplify Controls API slightly. | Carl Hetherington | |
| 2018-09-24 | Add swaroop-profile start/stop/pause buttons. | Carl Hetherington | |
| 2018-09-24 | Fix up DCP list in player. | Carl Hetherington | |
| 2018-09-22 | Add playback seek logging.v2.13.52 | Carl Hetherington | |
| 2018-09-22 | Log playback start and stop timecodes. | Carl Hetherington | |
| 2018-09-21 | Add swaroop variant and use it to remove the screen options from the View menu. | Carl Hetherington | |
| 2018-09-19 | Remove unnecessary controls. | Carl Hetherington | |
| 2018-09-19 | Probably-better approach to dual-screen; reparent the viewer into its own Frame. | Carl Hetherington | |
| 2018-09-18 | Configurable window arrangement in player dual-screen mode. | Carl Hetherington | |
| 2018-09-18 | Vertically-centre playback. | Carl Hetherington | |
| 2018-09-18 | Add some separators. | Carl Hetherington | |
| 2018-09-18 | Close player on closing dual-screen controls. | Carl Hetherington | |
| 2018-09-14 | Very basic player logging.v2.13.49 | Carl Hetherington | |
| 2018-09-14 | Put player on 2nd monitor for now. | Carl Hetherington | |
| 2018-09-14 | Hackily update cinema player dialog when things change. | Carl Hetherington | |
| 2018-09-14 | Basic and rather clumsy option to respect KDM validity windows. | Carl Hetherington | |
| 2018-09-14 | Allow configurable start mode for player. | Carl Hetherington | |
| 2018-09-14 | Basic dual-screen mode for player. | Carl Hetherington | |
| 2018-09-11 | Full-screen mode for player. | Carl Hetherington | |
| 2018-09-11 | FilmViewer API tidying. | Carl Hetherington | |
| 2018-09-11 | Rename control_film_viewer file. | Carl Hetherington | |
| 2018-09-11 | Separate out management of controls. | Carl Hetherington | |
| 2018-09-11 | Partial split of film viewer. | Carl Hetherington | |
| 2018-08-14 | Select CPL by name in the player (#1357). | Carl Hetherington | |
| 2018-07-23 | Tidy up after mass rename. | Carl Hetherington | |
| 2018-07-23 | More automated renaming. | Carl Hetherington | |
| ActiveCaptions -> ActiveText BitmapCaption -> BitmapText ContentCaption -> ContentText ContentTextCaption -> ContentStringText TextCaptionFileContent -> StringTextFileContent TextCaptionFileDecoder -> StringTextFileDecoder TextCaptionFile -> StringTextFile TextCaption -> StringText PlayerCaption -> PlayerText CaptionContent -> TextContent CaptionDecoder -> TextDecoder CaptionPanel -> TextPanel CaptionView -> TextView CaptionAppearanceDialog -> SubtitleAppearanceDialog CaptionType -> TextType | |||
| 2018-07-23 | Get ccaps by asking the Player, rather than by listening to its emissions, | Carl Hetherington | |
| which is slightly cleaner and works when subtitles are emitted with an unknown end time. Also add CCAPs to the player. | |||
| 2018-07-21 | Basics of multiple captions per content so that DCPContent can | Carl Hetherington | |
| hold subs and closed captions. | |||
| 2018-07-19 | Clean up after previous commit. | Carl Hetherington | |
| 2018-07-19 | Rename Subtitle -> Text | Carl Hetherington | |
| sed -i "s/SubtitleContent/TextContent/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc sed -i "s/SubtitleDecoder/TextDecoder/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc sed -i "s/subtitle_content/text_content/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc src/lib/wscript src/wx/wscript sed -i "s/subtitle_decoder/text_decoder/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc src/lib/wscript mv src/lib/subtitle_decoder.cc src/lib/text_decoder.cc mv src/lib/subtitle_decoder.h src/lib/text_decoder.h mv src/lib/subtitle_content.cc src/lib/text_content.cc mv src/lib/subtitle_content.h src/lib/text_content.h mv src/lib/dcp_subtitle_decoder.cc src/lib/dcp_text_decoder.cc mv src/lib/dcp_subtitle_decoder.h src/lib/dcp_text_decoder.h mv src/lib/dcp_subtitle_content.cc src/lib/dcp_text_content.cc mv src/lib/dcp_subtitle_content.h src/lib/dcp_text_content.h mv src/lib/text_subtitle_content.cc src/lib/text_text_content.cc mv src/lib/text_subtitle_content.h src/lib/text_text_content.h mv src/lib/text_subtitle_decoder.cc src/lib/text_text_decoder.cc mv src/lib/text_subtitle_decoder.h src/lib/text_text_decoder.h mv src/wx/timeline_subtitle_content_view.cc src/wx/timeline_text_content_view.cc mv src/wx/timeline_subtitle_content_view.h src/wx/timeline_text_content_view.h | |||
