X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=51536a59e223360e74802d92b9b01c03f0440df8;hb=c43642d52882288dd1381354981253f5e1056c4d;hp=10854d1a4f615a47f53e0b54b7c6874656bd88e2;hpb=960ade12d9db8439f1cf7e114c7ddb04548e1997;p=dcpomatic.git diff --git a/ChangeLog b/ChangeLog index 10854d1a4..51536a59e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,197 @@ +2012-09-27 Carl Hetherington + + * Version 0.53 released. + +2012-09-27 Carl Hetherington + + * Fix unrecognised capital letters on + still-image file extensions. + + * Write hashes of frames to disk and + check them before making the final DCP. + +2012-09-24 Carl Hetherington + + * Fix problems with overflow on long films. + +2012-09-24 Carl Hetherington + + * Version 0.52 released. + +2012-09-23 Carl Hetherington + + * Fix alignment of frames per second count. + + * Use hopefully more robust networking + code to survive timeouts during reads and + writes. + + * Some fixes for bugs when loading Films + created on Windows in Linux. + +2012-09-22 Carl Hetherington + + * Fix bug on OK-ing gain calculation + dialog without entering any values. + + * Improve spacing in some dialogs. + +2012-09-22 Carl Hetherington + + * Version 0.51 released. + +2012-09-22 Carl Hetherington + + * Improve transcode job progress reporting. + + * Update the slow bits of the properties + dialog in a separate thread to improve + responsiveness. + + * Fix edit server button on Windows. + +2012-09-22 Carl Hetherington + + * Version 0.50 released. + +2012-09-22 Carl Hetherington + + * Rename servomatic to servomatic_cli and + add a very basic system-tray-dwelling GUI server. + + * Tweak formatting of properties dialogue + and add a note of how many J2K frames + have already been encoded. + + * Correctly set up crop in the viewer + on reloading a film. + +2012-09-18 Carl Hetherington + + * Fix non-working removal of encode servers. + + * Add GUI front-end to encode server. + +2012-09-17 Carl Hetherington + + * Include servomatic in the Windows install. + + * Add a simple Properties dialog to give + an estimate of disk space required for an + encode. + +2012-09-17 Carl Hetherington + + * Version 0.49 released. + +2012-09-16 Carl Hetherington + + * Version 0.48 released. + +2012-09-15 Carl Hetherington + + * Slightly speculative fix for failure to + take note of audio gain changes caused by + the Calculate dialogue. + +2012-09-12 Carl Hetherington + + * Fix crash when FFmpeg doesn't set up the audio channel + layout for some reason. + +2012-09-01 Carl Hetherington + + * Add 1.66-within-flat format. + +2012-08-27 Carl Hetherington + + * Version 0.47 released. + +2012-08-23 Carl Hetherington + + * Add some more formats. + + * Update to use libdcp 0.11. + + * Fix build with boost filesystem version 2. + +2012-08-10 Carl Hetherington + + * Version 0.46 released. + +2012-08-10 Carl Hetherington + + * Untested fixes for failure to encode + content without audio. + +2012-08-09 Carl Hetherington + + * Version 0.45 released. + +2012-08-09 Carl Hetherington + + * Fix bug with padding in Scope causing corrupt + images. + + * Fix bug when using content file names which + start with the name of the film directory. + +2012-08-05 Carl Hetherington + + * Version 0.44 released. + +2012-08-04 Carl Hetherington + + * Fix bug with content inside the film directory. + +2012-08-04 Carl Hetherington + + * Version 0.43 released. + +2012-08-04 Carl Hetherington + + * Use wxwidgets .rc file to make Windows version + look nicer. + + * Hopefully improve building against different + versions of FFmpeg. + +2012-08-04 Carl Hetherington + + * Version 0.42 released. + +2012-08-04 Carl Hetherington + + * Request admin priviledges on install for Windows 7. + + * Add some missing dependencies to the Windows package. + +2012-08-01 Carl Hetherington + + * Version 0.40 released. + +2012-08-01 Carl Hetherington + + * Fix a few bugs related to thumbnailing. + + * Update for libdcp version 0.06. + +2012-07-31 Carl Hetherington + + * Add option to compute required audio gains to + effect the same as a sound processor fader change + (currently for Dolby CP750 only). + 2012-07-28 Carl Hetherington + * Version 0.37 released. + +2012-07-28 Carl Hetherington + + * Fix missed frames when encoding caused by server + threads that are attempting to access non-responding + servers. + * Fix makedcp parsing of -v option. 2012-07-28 Carl Hetherington