| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-09 | Fix subtitle font handling with in-memory fonts from SMPTE (#2509).v2.16.52 | Carl Hetherington | |
| Previously we would fail to make a font available if it came from a SMPTE MXF. In that case we have a memory buffer containing the TTF/OTF file but no file; here we add a hack/workaround so that in-memory font files can be used by FontConfig. | |||
| 2023-04-06 | Write MainSoundConfiguration tags with hyphens for unused channels (#2501). | Carl Hetherington | |
| 2023-04-05 | Don't add fonts to SMPTE closed caption MXFs (#2505). | Carl Hetherington | |
| 2023-04-02 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2023-03-30 | Use CURLOPT_NOSIGNAL to fix crashes on update check (#2495). | Carl Hetherington | |
| Without this, it's possible to come back from curl_easy_perform in a different thread to the one that it was called from (in the case of an error). As I understand it, this happens because a signal handler is called (from a different thread) and CURLOPT_NOSIGNAL stops this from happening. | |||
| 2023-03-29 | Add create support for some more audio channels. | Carl Hetherington | |
| 2023-03-29 | Write the correct MCA subdescriptors depending on active channels. | Carl Hetherington | |
| 2023-03-29 | Always make 16-channel MXFs. | Carl Hetherington | |
| 2023-03-29 | pot/merge. | Carl Hetherington | |
| 2023-03-29 | Some zh_CN translation fixes from Danbo Song. | Carl Hetherington | |
| 2023-03-29 | pot/merge. | Carl Hetherington | |
| 2023-03-29 | Fix some translator comments. | Carl Hetherington | |
| 2023-03-27 | zh_CN translation fixes from Danbo Song. | Carl Hetherington | |
| 2023-03-27 | pot/merge. | Carl Hetherington | |
| 2023-03-23 | Cleanup: make things a little clearer.v2.16.49 | Carl Hetherington | |
| 2023-03-23 | Fix crashes when using templates in some cases (#2491). | Carl Hetherington | |
| If a template had content with N audio channels there would be various problems if content with <N channels was subsequently added. | |||
| 2023-03-23 | Add AudioMapping::take_from(). | Carl Hetherington | |
| 2023-03-23 | Cleanup: don't need to store _{input,output}_channels. | Carl Hetherington | |
| 2023-03-19 | Add assert. | Carl Hetherington | |
| 2023-03-16 | Allow re-start of cancelled subtitle analysis jobs. | Carl Hetherington | |
| 2023-03-16 | Make it quicker to cancel an analyse subtitle job (#2486). | Carl Hetherington | |
| 2023-03-16 | Emit the state of the job with the Finished signals. | Carl Hetherington | |
| 2023-03-12 | Updated zh_CN translation from Danbo Song. | Carl Hetherington | |
| 2023-03-11 | Use IAB rather than ATMOS in ISDCF names (#2482). | Carl Hetherington | |
| 2023-03-05 | Remove some 3D stuff I think is unnecessary since the changes in ↵v2.16.46 | Carl Hetherington | |
| 2f12058c535045cecc226fe47b3d60da8851a862 | |||
| 2023-03-05 | Fix error when padding is needed in 3D encodes (#2476). | Carl Hetherington | |
| 2023-03-04 | Replace spaces with _ in default KDM name formats, as spaces are | Carl Hetherington | |
| removed from the filename before it is used. | |||
| 2023-03-03 | Add option to limit DCP output to the "Bv2.0 profile" (#2470).v2.16.45 | Carl Hetherington | |
| I'm far from convinced about the point/sense of all these "profiles" (rather than just implementing or at least tolerating the standard) but lots of people are having problems with "QC" processes failing their DCPs with complaints related to MCASubDescriptors. It seems to make sense to have an option to turn them off - at least for now, until either the "QC" situation settles down or any bugs in DCP-o-matic are found and fixed. | |||
| 2023-03-03 | Cleanup: tidy a comment. | Carl Hetherington | |
| 2023-03-03 | Add word_wrap(). | Carl Hetherington | |
| 2023-03-03 | Add ansi.h and one define. | Carl Hetherington | |
| 2023-03-03 | Setup ffmpeg log callback in dcpomatic_setup() instead of in FFmpeg. | Carl Hetherington | |
| 2023-03-03 | Cleanup: remove unused variable. | Carl Hetherington | |
| 2023-03-03 | Cleanup: remove capture_asdcp_logs() from header. | Carl Hetherington | |
| 2023-03-02 | Remove duplicate include. | Carl Hetherington | |
| 2023-02-27 | Strip disallowed characters from subtitles before they get into the XML. | Carl Hetherington | |
| 2023-02-27 | Cleanup: swap a list for a vector. | Carl Hetherington | |
| 2023-02-27 | Align text subtitles from the bottom of the screen. | Carl Hetherington | |
| 2023-02-27 | Show possible subtitle bounding boxes due to SMPTE standard misunderstandings. | Carl Hetherington | |
| 2023-02-27 | Add override_standard to bounding_box(). | Carl Hetherington | |
| 2023-02-27 | Early check to see if there's anything to do in set_state(). | Carl Hetherington | |
| 2023-02-27 | Cleanup: pass required things int {x,y}_position instead of a whole StringText. | Carl Hetherington | |
| 2023-02-27 | Make subtitle analysis depend on DCP standard. | Carl Hetherington | |
| 2023-02-27 | Use bounding_box() instead of render_text() for speed. | Carl Hetherington | |
| 2023-02-27 | Add bounding_box(). | Carl Hetherington | |
| 2023-02-27 | Move the contents of setup_layout() into create_layout() and make | Carl Hetherington | |
| a new setup_layout() which can do some more stuff. | |||
| 2023-02-27 | Small optimisation: use a const& | Carl Hetherington | |
| 2023-02-27 | Cleanup: use an early return. | Carl Hetherington | |
| 2023-02-27 | Support the 2014 version of SMPTE 428-7 in render_text.cc and use it | Carl Hetherington | |
| when placing subtitles (e.g. SRT). Also default to outputting 2014-era alignment. | |||
| 2023-02-16 | Don't read video/audio from DCPs if it is being ignored (#2456). | Carl Hetherington | |
| This greatly speeds up the process of getting subtitles from a DCP. | |||
