| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-08-08 | flatpak description is dynamically generated now. | Carl Hetherington | |
| 2018-08-06 | Add some patreon bits. | Carl Hetherington | |
| 2018-08-06 | Remove old-logo banner. | Carl Hetherington | |
| 2018-08-05 | Missing files.v2.13.42 | Carl Hetherington | |
| 2018-08-05 | Fiddle with ccap window default size.v2.13.41 | Carl Hetherington | |
| 2018-08-05 | Get closed caption view data from the butler, rather than the player. | Carl Hetherington | |
| You can't introduce the butler (so that the player is ahead of time) and then ask the player what should be in the frame that is being displayed "now"; the player will already have moved on. | |||
| 2018-08-04 | Another test reference fix. | Carl Hetherington | |
| 2018-08-04 | Fix test references. | Carl Hetherington | |
| 2018-08-04 | Some subtitle renaming. | Carl Hetherington | |
| 2018-08-04 | Remove unused parameter. | Carl Hetherington | |
| 2018-08-04 | Timestamp audio emissions from butler and hence discard very late | Carl Hetherington | |
| audio in FilmViewer. This should help with the case where lots of video frames are rapidly discarded when they are late but the corresponding audio is not, hence audio buffers get overfilled. | |||
| 2018-08-02 | A variety of changes to improve (but not entirely fix) behaviour | Carl Hetherington | |
| when moving content (or otherwise changing the playlist) while playing. This commit refills the butler when things change in certain ways, and improves locking to cope with Player methods being called from the GUI and butler threads at the same time. | |||
| 2018-08-01 | Force audio content to be on a sample boundary. | Carl Hetherington | |
| 2018-08-01 | Fix build. | Carl Hetherington | |
| 2018-07-29 | Fix build. | Carl Hetherington | |
| 2018-07-29 | Add some explicits. | Carl Hetherington | |
| 2018-07-27 | Remove debug code. | Carl Hetherington | |
| 2018-07-27 | Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic | Carl Hetherington | |
| 2018-07-27 | Tweak message. | Carl Hetherington | |
| 2018-07-27 | Check for long CCAP lines and too many CCAP lines. | Carl Hetherington | |
| 2018-07-26 | Protect the public API of Player with a mutex, since | Carl Hetherington | |
| seek() and pass() may be called from the Butler thread ad the same time as other Player methods are called from the GUI thread (by FilmViewer and ClosedCaptionViewDialog). | |||
| 2018-07-26 | Background-threaded hints including line length of CCAPs. | Carl Hetherington | |
| 2018-07-26 | Allow debug builds without internet access. | Carl Hetherington | |
| 2018-07-26 | Add support for ignoring everything except text in the player. | Carl Hetherington | |
| 2018-07-26 | Disable bits of TextPanel when we are making closed captions. | Carl Hetherington | |
| 2018-07-26 | Use GNOME `sdk' instead of `platform' for flatpak.v2.13.40 | Carl Hetherington | |
| 2018-07-26 | Use cdist's flatpak tools. | Carl Hetherington | |
| 2018-07-26 | Try not building icu. | Carl Hetherington | |
| 2018-07-25 | Add believed-necessary locking to ActiveText. | Carl Hetherington | |
| 2018-07-25 | Fix crash on scaling the ccap window to be very small. | Carl Hetherington | |
| 2018-07-25 | Try to put version number into flatpak bundle name. | Carl Hetherington | |
| 2018-07-25 | Add flatpak build. | Carl Hetherington | |
| 2018-07-25 | Restore AWOL timing panel. | Carl Hetherington | |
| 2018-07-25 | Make characters red if they are too long in the closed caption view. | Carl Hetherington | |
| 2018-07-25 | Fix loading of old projects.v2.13.39 | Carl Hetherington | |
| 2018-07-25 | Fix problems with loading projects with captions / subs. | Carl Hetherington | |
| 2018-07-25 | Add some asserts. | Carl Hetherington | |
| 2018-07-24 | Don't start with all possible content tabs visible. | Carl Hetherington | |
| 2018-07-24 | Tweak debug message. | Carl Hetherington | |
| 2018-07-24 | Update ImageMagick URL for flatpak. | Carl Hetherington | |
| 2018-07-24 | Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticv2.13.38 | Carl Hetherington | |
| 2018-07-24 | Fix uninitialised variable. | Carl Hetherington | |
| 2018-07-24 | Fix image filename sorter with filenames that have lots of numbers. | Carl Hetherington | |
| 2018-07-23 | Introduce the idea of unknown original subtitle type to clean up the GUI a bit. | 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 | Update to test/data. | Carl Hetherington | |
| 2018-07-23 | Some missing bits of caption type setup. | Carl Hetherington | |
| 2018-07-23 | Commenting.v2.13.37 | Carl Hetherington | |
| 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. | |||
