summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2016-07-20Bump versionv2.9.4Carl Hetherington
2016-07-20Do EncodeServerFinder 'disable' in a more sensible way.Carl Hetherington
Just stop the threads and clear the server list when stop() is called.
2016-07-20Try to fix intermittent deadlocks with encoding servers.Carl Hetherington
Before this commit all encoding threads could be removed and then ::encode would always wait on _full_condition no matter what the queue size.
2016-07-14Bump versionv2.9.3Carl Hetherington
2016-07-14Better behaviour if config fails to load.Carl Hetherington
Create a default config if any exception is thrown by ::read, and tell the UI so that it can pop up a message to say what has happened.
2016-07-12Bump versionv2.9.2Carl Hetherington
2016-07-12Updated zh_CN translation from Rov (若文).Carl Hetherington
2016-07-08Bump versionv2.9.1Carl Hetherington
2016-07-08Show hints before make DCP (#823).Carl Hetherington
2016-07-08Fix ChangeLog.Carl Hetherington
2016-07-08Use strict-experimental with AVCodec to allow import of some DNxHR files.Carl Hetherington
2016-07-08Support shadow in subtitles (#911).Carl Hetherington
2016-07-08Bump versionv2.9.0Carl Hetherington
2016-07-07Update fr_FR translation from Thierry Journet.Carl Hetherington
2016-07-07Bump versionv2.8.20Carl Hetherington
2016-07-07Fix confusion about elapsed time of total job vs sub-job.Carl Hetherington
2016-07-06Bump versionv2.8.19Carl Hetherington
2016-07-05Try wxFRAME_FLOAT_ON_PARENT instead of wxSTAY_ON_TOP (#909).Carl Hetherington
2016-07-04Bump versionv2.8.18Carl Hetherington
2016-07-04Fix control sensitivity in various places.Carl Hetherington
2016-07-04Updated de_DE translation from Carsten Kurz.Carl Hetherington
2016-07-03Bump versionv2.8.17Carl Hetherington
2016-07-03Updated ru_RU translation from Igor Voytovich.Carl Hetherington
2016-07-03Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2016-07-03Bump libsub for fix to SSA/ASS underline support.Carl Hetherington
2016-07-03Adjust line spacing even with subs with specified proportional position.Carl Hetherington
2016-07-03Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
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