| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-06 | Switch PlayerVideo::always_rgb to a new ::force and use it in FFmpegFileEncoder. | Carl Hetherington | |
| 2018-11-06 | Remove some unused parameters. | Carl Hetherington | |
| 2018-11-06 | Fix bars at side/top/bottom of image in full-screen player (#1397). | Carl Hetherington | |
| 2018-11-06 | Add some code to help with profiling the player. | Carl Hetherington | |
| 2018-10-12 | Fix colours when filling in the preview. Fix outline box position (#1378). | Carl Hetherington | |
| 2018-10-12 | Hide black line in preview. | Carl Hetherington | |
| 2018-10-09 | swaroop: Add date/time to watermark. | Carl Hetherington | |
| 2018-09-27 | Basic watermark. | Carl Hetherington | |
| 2018-09-27 | Set up new watermark config. | Carl Hetherington | |
| 2018-09-27 | Untested watermarking. | Carl Hetherington | |
| 2018-09-26 | Finish off background image support for swaroop variant. | Carl Hetherington | |
| 2018-09-26 | Fix empty player background. | 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-19 | Fix background colouring. | Carl Hetherington | |
| 2018-09-18 | Vertically-centre playback. | Carl Hetherington | |
| 2018-09-18 | Whitespace. | Carl Hetherington | |
| 2018-09-14 | Basic and rather clumsy option to respect KDM validity windows. | Carl Hetherington | |
| 2018-09-11 | Full-screen mode for player. | Carl Hetherington | |
| 2018-09-11 | FilmViewer API tidying. | Carl Hetherington | |
| 2018-09-11 | Separate out management of controls. | Carl Hetherington | |
| 2018-09-11 | Fix play button behaviour. | Carl Hetherington | |
| 2018-09-11 | Fix build. | Carl Hetherington | |
| 2018-09-11 | Partial split of film viewer. | Carl Hetherington | |
| 2018-09-04 | Allow the butler to say "try again later" when get_video() is called | Carl Hetherington | |
| while it's suspended. Then make the GUI follow that suggestion. Should | |||
| 2018-08-20 | Fix 3D crash. | Carl Hetherington | |
| 2018-08-19 | Similar pending/done for Film::Change. | Carl Hetherington | |
| 2018-08-19 | Replace May/Done/NotDone signal sets with one signal and extend | Carl Hetherington | |
| this treatment to anything that caused Player::setup_pieces. This should fix out-of-sequence Player emissions caused by setup_pieces being called by one thread while the butler is calling pass(). | |||
| 2018-08-14 | More fixes for errors / crashes / misbehaviour with content changes | Carl Hetherington | |
| and the butler. Here we signal both before and after a change in content. Before, the player disables itself so that any pass()/seek() will be no-ops. After, the player rebuilds its pieces and the butler re-seeks to get back to where it was before the change. | |||
| 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 | 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-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-23 | Tidy up after mass rename. | 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. | |||
| 2018-07-23 | Very basic closed caption viewer. | Carl Hetherington | |
| 2018-07-22 | No-op: white space. | Carl Hetherington | |
| 2018-07-22 | On reflection showing CCAPs over the main picture doesn't make much sense. | Carl Hetherington | |
| 2018-07-20 | Untested; allow viewing of subtitles or closed captions in the preview. | Carl Hetherington | |
| 2018-07-07 | Fix (odd) crash. | Carl Hetherington | |
| 2018-06-29 | Basic jump to selected subtitle (#1200). | Carl Hetherington | |
| 2018-06-10 | Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).v2.13.29 | Carl Hetherington | |
| 2018-04-18 | Use round() when moving the slider - try to make it the same as trim so that ↵v2.13.15 | Carl Hetherington | |
| there are no surprises. | |||
| 2018-04-05 | Speculative fix for crash on startup with no audio devices (#1265).v2.13.11 | Carl Hetherington | |
| 2018-03-23 | Arrows to go forward/back one frame. | Carl Hetherington | |
| 2018-03-23 | Fix crash on pressing space with no loaded film. | Carl Hetherington | |
| 2018-03-18 | Fix corrupted image (and probably crashes) when changing the player's | Carl Hetherington | |
| window size; we request images of the new size with set_video_container_size but some old ones from the butler (I think) will arrive. Check that the images are the right size before we try to construct a wxBitmap with them. Should fix #1242. | |||
| 2018-02-28 | Fix crash if quick_refresh() fails. | Carl Hetherington | |
| 2018-02-24 | Speed some operations by re-using the last PlayerVideo but with | Carl Hetherington | |
| updated metadata (where possible). Helps with #1194. | |||
| 2018-02-09 | Fix one cause of assertion failures in audio_buffers (#1193). | Carl Hetherington | |
