| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-07-02 | Updated ru_RU translation from Igor Voytovich. | Carl Hetherington | |
| 2016-07-02 | Updated uk_UA translation from Igor Voytovich. | Carl Hetherington | |
| 2016-07-02 | pot/merge. | Carl Hetherington | |
| 2016-07-02 | Fix crash when analysing audio of large-channel-count files. | Carl Hetherington | |
| 2016-07-01 | Add frame number dialog on frame position click. | Carl Hetherington | |
| 2016-07-01 | Add UI to manage line spacing on subtitles. | Carl Hetherington | |
| 2016-07-01 | Add go-to-position dialogue when clicking on preview timecode. | Carl Hetherington | |
| 2016-06-30 | Make nudge buttons nudge further with modifiers (shift/control/shift+control). | Carl Hetherington | |
| 2016-06-30 | Re-examine joined content. | Carl Hetherington | |
| 2016-06-30 | Big speed-up to content joining. | Carl Hetherington | |
| 2016-06-29 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2016-06-29 | Case fix to match tool name. | Carl Hetherington | |
| 2016-06-29 | Speculative fix for #891. | Carl Hetherington | |
| 2016-06-29 | pot/merge. | Carl Hetherington | |
| 2016-06-29 | Typo. | Carl Hetherington | |
| 2016-06-29 | Fix handling of incorrectly-recognised JPEG2000 files. | Carl Hetherington | |
| Previously we asked libdcp whether an imported J2K file was RGB or XYZ. The answer it gives is sometimes wrong, for reasons that are not clear (either the files are not marked correctly, or openjpeg is not parsing whatever metadata correctly). However it seems that, in general, we use the user's specified colour conversion to decide what to do with an image, rather than asking the image what should be done to it. Hence it makes more sense to assume that if a user specifies no colour conversion for a J2K file then the file is XYZ. With preview, the colour conversion from XYZ back to RGB is done by FFmpeg, so we have to set the pixel format correctly on the Image that comes back from J2KImageProxy. Now we get that pixel format from the configured colourspace conversion rather than from openjpeg's guess as to the file's colourspace. It's a bit ugly that the only thing we ask the file about is whether or not it is in YUV (which governs whether or not FFmpeg applies the user's configured YUV-to-RGB conversion). Everything else is decided by the configured conversion. I think there's still some uglyness in here that I can't put my finger on. | |||
| 2016-06-25 | Add tester. | Carl Hetherington | |
| 2016-06-24 | Another fix for new file dialog sizing when using DirPickerCtrl. | Carl Hetherington | |
| 2016-06-24 | Remove bad fuzzy translation. | Carl Hetherington | |
| 2016-06-22 | Set AudioDecoder::fast a different way. | Carl Hetherington | |
| 2016-06-21 | Make our own DirPicker wider in the new file dialog (#902). | Carl Hetherington | |
| 2016-06-21 | Revert "Use make_shared<>." | Carl Hetherington | |
| Support for this seems to vary wildly across DoM's build targets. Stuff that builds on 16.04 won't build on 14.04, for example. Seems to not be worth the hassle now. This reverts commit 5a5324ed3a381a86dfe0a6e3932c1d58fdcd596f. | |||
| 2016-06-21 | Revert "Odd const fix." | Carl Hetherington | |
| This reverts commit b4f9d2e2c287848623c6dc59d8768c1d5fae15f0. | |||
| 2016-06-21 | Odd const fix. | Carl Hetherington | |
| 2016-06-21 | Use make_shared<>. | Carl Hetherington | |
| 2016-06-20 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2016-06-20 | Fix missing code to display italic / bold font names. | Carl Hetherington | |
| 2016-06-20 | Hand-apply one pt_BR translation from Mx. | Carl Hetherington | |
| 2016-06-20 | pot/merge. | Carl Hetherington | |
| 2016-06-20 | Updated pt_BR translation from Max M. Fuhlendorf. | Carl Hetherington | |
| 2016-06-20 | pot/merge. | Carl Hetherington | |
| 2016-06-19 | Updated pt_BR translation from Max M. Fuhlendorf. | Carl Hetherington | |
| 2016-06-18 | Supporter. | Carl Hetherington | |
| 2016-06-18 | Use wx_to_std and std_to_wx for now. | Carl Hetherington | |
| 2016-06-17 | Add preference for the default number of DCP channels (#897). | Carl Hetherington | |
| 2016-06-16 | Fix typo in previous. | Carl Hetherington | |
| 2016-06-16 | Supporter. | Carl Hetherington | |
| 2016-06-16 | Potential fix for crash on loading a new film after starting an audio analysis. | Carl Hetherington | |
| 2016-06-16 | Remove seconds from KDM time period specification (#819). | Carl Hetherington | |
| 2016-06-13 | Add 3D video frame type for, e.g. 3D DCP inputs (part of #806). | Carl Hetherington | |
| 2016-06-13 | Remove caching of old ImageDecoder objects. | Carl Hetherington | |
| This breaks things when there is a 3D ImageContent. When you change the video frame type on this content the view does not update because the re-used ImageDecoder recycles the same video without noticing that the frame type has changed. I guess this is sort of `because' the video frame type is used in VideoDecoder::give, which sets up the cache. Unfortunately I can't remember the case which the caching of ImageDecoders was meant to speed up. Maybe this will now become apparent. | |||
| 2016-06-13 | Add button to move things to the start of reels (#798). | Carl Hetherington | |
| 2016-06-11 | Fix supporter name. | Carl Hetherington | |
| 2016-06-11 | Supporter. | Carl Hetherington | |
| 2016-06-08 | Revert accidentally-committed test patch. | Carl Hetherington | |
| 2016-06-07 | Remove some flawed condition manipulation. | Carl Hetherington | |
| I think this stuff is unnecessary as wait() is interruptible by boost::thread::interrupt. Hence instead of setting a flag then signalling the condition we can just do interrupt(), the exception will be thrown and that's that. | |||
| 2016-06-07 | Add tooltips over content channel names in the audio mapping view (#888). | Carl Hetherington | |
| 2016-06-07 | Re-add option to save DKDMs to a file. | Carl Hetherington | |
| 2016-06-05 | Updated fr_FR translation from Thierry Journet. | Carl Hetherington | |
| 2016-06-04 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
