| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-12-09 | WIP: VP9 encoder.1602-sign-language | Carl Hetherington | |
| 2024-12-09 | Move ffmpeg_log_callback to util.{cc,h} | Carl Hetherington | |
| 2024-12-09 | Add missing header guards. | Carl Hetherington | |
| 2024-12-09 | Tidy up calls to handle both video types. | Carl Hetherington | |
| 2024-12-09 | Add EnumIndexedVector::indices(). | Carl Hetherington | |
| 2024-12-09 | Put two video views inside FilmViewer, one for main and one for sign language. | Carl Hetherington | |
| 2024-12-09 | Adapt Butler to keep a buffer of main and sign language video types. | Carl Hetherington | |
| 2024-12-09 | Expand Player to support main and sign language video types. | Carl Hetherington | |
| 2024-12-08 | Add stub sign language window. | Carl Hetherington | |
| 2024-12-08 | Show sign language content in the list. | Carl Hetherington | |
| 2024-12-08 | Add _sign_language property to Content. | Carl Hetherington | |
| 2024-12-07 | Updateed fr_FR translation from Laurent Tenzer. | Carl Hetherington | |
| 2024-12-05 | Missing translators (Roman is r k). | Carl Hetherington | |
| 2024-12-05 | Updated fr_FR translation from Laurent Tenzer. | Carl Hetherington | |
| 2024-12-04 | Updated ru_RU translation from r k. | Carl Hetherington | |
| 2024-12-04 | Don't give an alarming error when there is no assets.xml. | Carl Hetherington | |
| 2024-12-04 | Add default grok licence server. | Carl Hetherington | |
| 2024-11-30 | Fix mis-handling of reels with Atmos content (#2901).v2.17.26 | Carl Hetherington | |
| We must have reel boundaries at least on Atmos content boundaries as I don't know for sure how to insert silence into an Atmos stream. | |||
| 2024-11-29 | Tidy-up/fix Atmos frame rate checks. | Carl Hetherington | |
| 2024-11-29 | Remove config of grok server port (#2900). | Carl Hetherington | |
| The server now always uses port 80. | |||
| 2024-11-29 | Use snprintf(). | Carl Hetherington | |
| 2024-11-29 | Cleanup: some coding standard fixes. | Carl Hetherington | |
| 2024-11-29 | Abort encode if Grok encoder threads are failing (#2899) | Carl Hetherington | |
| 2024-11-29 | Count errors in Grok threads. | Carl Hetherington | |
| 2024-11-29 | Cleanup: improve comment. | Carl Hetherington | |
| 2024-11-29 | Cleanup: whitespace. | Carl Hetherington | |
| 2024-11-29 | Cleanup: remove unnecessary FrameProxy wrapper to DCPVideo. | Carl Hetherington | |
| 2024-11-29 | Cleanup: whitespace and some privacy. | Carl Hetherington | |
| 2024-11-29 | Cleanup: remove unnecessary set to nullptr... | Carl Hetherington | |
| ...now that we're in a destructor, it's clear. | |||
| 2024-11-29 | Cleanup: inline shutdown() in the only place it's called. | Carl Hetherington | |
| 2024-11-29 | Cleanup: make some methods private. | Carl Hetherington | |
| 2024-11-29 | Whitespace cleanups. | Carl Hetherington | |
| 2024-11-29 | Merge remote-tracking branch 'origin/main' into v2.17.x | Carl Hetherington | |
| 2024-11-29 | Look in another place for Liberation Sans on Fedora 41. | Carl Hetherington | |
| 2024-11-28 | Tweak minimum size of GTK3 spin controls. | Carl Hetherington | |
| On at least Fedora 41 they are still too narrow in e.g. the reel editor of the editor. | |||
| 2024-11-28 | Fix size of spin controls in the editor. | Carl Hetherington | |
| 2024-11-27 | Remove beta-grade warning in the Disk Writer. | Carl Hetherington | |
| I hope I don't live to regret this. | |||
| 2024-11-24 | Fix build on Linux/ARM. | Carl Hetherington | |
| 2024-11-24 | Remove unwanted credit.v2.17.25 | Carl Hetherington | |
| 2024-11-20 | Updated zh_CN translation from Kahn Li.v2.17.24 | Carl Hetherington | |
| 2024-11-20 | Merge branch 'main' into v2.17.x | Carl Hetherington | |
| 2024-11-17 | Fix multi-selection of content.v2.16.98 | Carl Hetherington | |
| In order to add ellipsizing of text we're using this "mode" of wxListCtrl where `OnGetItemAttr` is called to get information about an item. This was intended to support very long lists, so that the whole list does not have to be given to wxListCtrl. However, in this mode, multiple selections (e.g. shift-click) are just not reported. There's a 13-year-old wxWidgets bug to fix this: https://github.com/wxWidgets/wxWidgets/issues/4541 and there is mentioned the workaround applied here - listen to the focused event. We have to delay it because on macOS (at least) the selection state is not updated until after the focused event. | |||
| 2024-11-17 | Fix "multiple" button alignment on macOS. | Carl Hetherington | |
| 2024-11-13 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2024-11-11 | Use a better colour for the name examples in dark UIs (#2888). | Carl Hetherington | |
| 2024-11-10 | Merge remote-tracking branch 'origin/main' into v2.17.x | Carl Hetherington | |
| 2024-11-10 | Fix examination logic.v2.16.97 | Carl Hetherington | |
| Before we would stop if there was one audio stream and the first packet was from that stream; we would not carry on to find the video. | |||
| 2024-11-08 | I think carry_on_audio should also be set false if audio_packet() returns false. | Carl Hetherington | |
| 2024-11-08 | Remove out-of-date comment. | Carl Hetherington | |
| 2024-11-07 | Merge remote-tracking branch 'origin/main' into v2.17.x | Carl Hetherington | |
