summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2016-07-02Bump versionv2.8.16Carl Hetherington
2016-07-02Fix thinkos with marked_up() rendering of bold/italic/underline.Carl Hetherington
2016-07-02Updated ru_RU translation from Igor Voytovich.Carl Hetherington
2016-07-02Updated uk_UA translation from Igor Voytovich.Carl Hetherington
2016-07-02Bump versionv2.8.15Carl Hetherington
2016-07-01Add frame number dialog on frame position click.Carl Hetherington
2016-07-01Add go-to-position dialogue when clicking on preview timecode.Carl Hetherington
2016-06-29Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2016-06-29Increase frequency of progres updates on long jobs (#900).Carl Hetherington
2016-06-29Fix 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-24Bump versionv2.8.14Carl Hetherington
2016-06-24Another fix for new file dialog sizing when using DirPickerCtrl.Carl Hetherington
2016-06-24Support for underlined subtitles.Carl Hetherington
2016-06-22Bump versionv2.8.13Carl Hetherington
2016-06-21Make our own DirPicker wider in the new file dialog (#902).Carl Hetherington
2016-06-20Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2016-06-20Fix missing code to display italic / bold font names.Carl Hetherington
2016-06-20Updated pt_BR translation from Max M. Fuhlendorf.Carl Hetherington
2016-06-20ChangeLog.Carl Hetherington
2016-06-19Bump versionv2.8.12Carl Hetherington
2016-06-19Render bold subtitles correctly in preview / burn-in.Carl Hetherington
2016-06-19Updated pt_BR translation from Max M. Fuhlendorf.Carl Hetherington
2016-06-19Bump versionv2.8.11Carl Hetherington
2016-06-19Bump versionv2.8.10Carl Hetherington
2016-06-17Add preference for the default number of DCP channels (#897).Carl Hetherington
2016-06-16Ignore any hidden files when looking for images.Carl Hetherington
We used to do ._* and .DS_Store but there has been a report of .com.apple.timemachine.supported.
2016-06-16Remove seconds from KDM time period specification (#819).Carl Hetherington
2016-06-14Basic guessing of audio channels from filenames (#393).Carl Hetherington
2016-06-14Use edit rate not frame rate for displaying rate of DCPs.Carl Hetherington
2016-06-14Set correct video frame type when importing DCPs (part of #806).Carl Hetherington
2016-06-14Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2016-06-13Improve error messages on failing to load DCP subs.Carl Hetherington
2016-06-13Add 3D video frame type for, e.g. 3D DCP inputs (part of #806).Carl Hetherington
2016-06-13Add button to move things to the start of reels (#798).Carl Hetherington
2016-06-08Bump versionv2.8.9Carl Hetherington
2016-06-07Add tooltips over content channel names in the audio mapping view (#888).Carl Hetherington
2016-06-07Re-add option to save DKDMs to a file.Carl Hetherington
2016-06-06Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2016-06-05Updated fr_FR translation from Thierry Journet.Carl Hetherington
2016-06-04Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2016-06-02Bump versionv2.8.8Carl Hetherington
2016-06-02Fix crash when loading old state files.Carl Hetherington
2016-06-02Fix missing content properties when using translations.Carl Hetherington
2016-06-02Bump versionv2.8.7Carl Hetherington
2016-06-01Basics of better audio stream labelling in the audio mapping view (#849).Carl Hetherington
2016-06-01Updated cs_CZ translation from Tomáš Begeni.Carl Hetherington
2016-05-31Updated de_DE translation from Carsten Kurz.Carl Hetherington
2016-05-31Bump versionv2.8.6Carl Hetherington
2016-05-31Fix some more incomplete strings in the properties dialogue (#874).Carl Hetherington
2016-05-31Fix crash on opening properties for audio-only files.Carl Hetherington