| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-10 | Rearrange encoder.rearrange-encoder | Carl Hetherington | |
| 2023-09-09 | Always call AddCatalog("wxstd") as it appears to be necessary to | Carl Hetherington | |
| get wxWidgets' translations to appear (at least on Windows) (#2606). | |||
| 2023-09-09 | Open Windows console earlier in startup. | Carl Hetherington | |
| 2023-09-07 | Sanitise asset names after potentially failed %-based substitutions (#945). | Carl Hetherington | |
| If there's a %x in the format string, where %x is not recognised, we should at least remove the %. | |||
| 2023-09-07 | Disallow % from asset names as it seems to awake some XML character-encoding | Carl Hetherington | |
| demons. | |||
| 2023-09-07 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2023-09-05 | pot/merge. | Carl Hetherington | |
| 2023-09-04 | Use configured issuer/creator for DCPs made by map (#2585). | Carl Hetherington | |
| 2023-09-03 | Ignore newlines in subtitle text (#2341). | Carl Hetherington | |
| 2023-09-03 | Fix rendering of italic fonts during tests on Windows. | Carl Hetherington | |
| 2023-09-02 | Fix crash when pressing Ctrl+{C,V} at the wrong time. | Carl Hetherington | |
| 2023-09-01 | Supporters update.v2.16.63 | Carl Hetherington | |
| 2023-09-01 | Supporters update. | Carl Hetherington | |
| 2023-08-29 | Fix vertical alignment of subtitles in some cases (#2569). | Carl Hetherington | |
| 2023-08-29 | Fix incorrect horizontal positions when different HPositions are used with ↵ | Carl Hetherington | |
| one VPosition. Previously if HPosition changed we would still use a single "line" (i.e. Pango layout) for all the text, meaning that HPosition would not be respected. | |||
| 2023-08-29 | Cleanup: use some more vector instead of list. | Carl Hetherington | |
| 2023-08-27 | Handle fonts/subdirs correctly for CCAPs with _map (#2584). | Carl Hetherington | |
| 2023-08-27 | Fix refusal to reference overlapping but different text content (#2599). | Carl Hetherington | |
| 2023-08-27 | Tweak a message to be more grammatically correct. | Carl Hetherington | |
| 2023-08-26 | Cleanup: use some lambdas. | Carl Hetherington | |
| 2023-08-26 | Set up packet duration correctly when encoding using FFmpeg (#2588). | Carl Hetherington | |
| It seems strange that this is necessary (maybe I'm missing some other way that the packet duration is supposed to be set up). Without this, when the mov muxer writes the trak tags it uses an incorrect length value because the length value is calculated from trk->end_pts, which in turn is calculated from the last-seen pts + the duration of the last packet. If that packet is marked as length 0 the length of the track is 1 frame short, so the export is missing a frame. | |||
| 2023-08-26 | Check a return value for error. | Carl Hetherington | |
| 2023-08-26 | Speculative fix to ensure correct freeing. | Carl Hetherington | |
| 2023-08-26 | Extend run_ffprobe to allow arguments and capture of stdout. | Carl Hetherington | |
| 2023-08-26 | Try to capture ffmpeg logs during tests. | Carl Hetherington | |
| 2023-08-26 | Cleanup: extract TranscodeJob::frames_per_second(). | Carl Hetherington | |
| 2023-08-26 | Don't bother reporting job durations less than 10s. | Carl Hetherington | |
| 2023-08-26 | Use _{start,finish}_time in TranscodeJob. | Carl Hetherington | |
| 2023-08-26 | Give more details when jobs finish (#2572). | Carl Hetherington | |
| 2023-08-24 | Add --cinemas-file option to KDM CLI. | Carl Hetherington | |
| 2023-08-24 | Replace a couple of erroneous calls to exit() in kdm_cli.cc. | Carl Hetherington | |
| 2023-08-24 | Add some more detail to the KDM CLI help. | Carl Hetherington | |
| 2023-08-20 | Supporters update.v2.16.62 | Carl Hetherington | |
| 2023-08-19 | Supporters update. | Carl Hetherington | |
| 2023-08-15 | Cope with unexpected channel counts in data coming from audio decoders. | Carl Hetherington | |
| 2023-08-15 | Add Resampler::channels(). | Carl Hetherington | |
| 2023-08-15 | Add Audiobuffers::set_channels(). | Carl Hetherington | |
| 2023-08-15 | Cleanup: remove unused variable. | Carl Hetherington | |
| 2023-08-15 | Remove now-unnecessary assertion. | Carl Hetherington | |
| Since e29ce33a36c2e20444d57196defc86d5072bce81 channels is the number of channels in the frame, and also the number in data, so we don't need to check this any more. | |||
| 2023-08-12 | Add missing GUI message.v2.16.61 | Carl Hetherington | |
| 2023-08-12 | Supporters update. | Carl Hetherington | |
| 2023-08-12 | Prevent empty <LabelText> in <ContentVersion> (#2594). | Carl Hetherington | |
| 2023-08-09 | Cleanup: tidy Playlist::move_later(). | Carl Hetherington | |
| 2023-08-09 | Fix some missed includes of the old boost bind header. | Carl Hetherington | |
| 2023-08-09 | Move ContentSorter out of the header, and use a default constructor. | Carl Hetherington | |
| 2023-08-09 | Extract Film::Property to its own header to (maybe) increase compilation speed. | Carl Hetherington | |
| 2023-08-09 | Cleanup: use some better variable names and tidy ifs. | Carl Hetherington | |
| 2023-08-09 | Cleanup: use nullptr. | Carl Hetherington | |
| 2023-08-09 | Cleanup: use a better loop variable name. | Carl Hetherington | |
| 2023-08-09 | Cleanup: use a std::find_if(). | Carl Hetherington | |
