2012-10-09 Carl Hetherington * Version 0.55 released. 2012-10-09 Carl Hetherington * Fix bug possibly causing randomly-occuring black thumbnails. * Fix problems with obtaining frame rate of WMV files (reported by Anders Nordentoft-Madsen). 2012-10-07 Carl Hetherington * Fix up some bugs when using limited DCP range (reported by Wolfgang Woehl). * Don't stretch still images for DCPs, just scale them up and pad them as required. 2012-10-02 Carl Hetherington * Version 0.54 released. 2012-10-02 Carl Hetherington * When encoding 24 frames per second drop frame (ie 23.976 frames per second) run the video at 24 FPS and resample the audio so that when it is run correspondingly (slightly) fast it remains in sync. * Some code cleanup. 2012-10-01 Carl Hetherington * Fix aff/666: thumbnail scan is run twice when changing the content file for a film. 2012-09-28 Carl Hetherington * Fix crash bug which seems to have been exposed by recent changes to ffmpeg. 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 * Version 0.36 released. 2012-07-28 Carl Hetherington * Install / version tweaks. 2012-07-28 Carl Hetherington * Version 0.35 released. 2012-07-27 Carl Hetherington * Version 0.31 released. 2012-07-27 Carl Hetherington * Speed up thumbnail display. * Various improvements to Windows port. * Fix TMS transfer with large files. * Clean up audio handling code somewhat. * Re-sample audio to 48kHz or 96kHz if necessary. * Remove player functionality from DVD-o-matic. 2012-07-22 Carl Hetherington * Port to Windows. * Use MD5 digest to decide on the directory to put J2C files in, rather than the path of the content. * Allow building with current FFmpeg git. * Fix problems when creating cut videos in that the audio is too short; pad it with silence. 2012-07-21 Carl Hetherington * Version 0.29 released. 2012-07-21 Carl Hetherington * Tidy widgets and menus when there is no film loaded. * Option to build with Ubuntu 12.04's FFmpeg libraries. * Add dialogue box to choose DVD title when ripping. * Always do an examine run for new content. 2012-07-18 Carl Hetherington * Version 0.26 released 2012-07-15 Carl Hetherington * Remove code to use `standard' format DCP long names, as in the wild their use seems to be decreasing, and it makes the GUI simpler. * Fix some bugs with sending to servomatic introduced in the adjustments to padding. * Write some status text when an unknown-progress job is running. * Use new libdcp rather than OpenDCP to generate MXFs and write DCP XML. 2012-07-14 Carl Hetherington * Version 0.25 released. 2012-07-14 Carl Hetherington * Various GUI cleanups. * Remove player from the GUI for now. * Fix hash down the left-hand side of encoded DCPs. * Add option to black-out the end of an encode, in order to remove unwanted frames of video whilst keeping sound. * Fixes to copy-to-server. * Fix name of 16:9 format. 2012-07-08 Carl Hetherington * Version 0.24 released. 2012-07-08 Carl Hetherington * Add support for generating static DCPs from single image files. * Add option to copy DCP to a remote server (e.g. a TMS) via SCP. * Auto-update thumbs when content changes. 2012-06-10 Carl Hetherington * Fix up bad padding setup when there isn't any. * Restore sound to playomatic; add assert for bad format. 2012-05-26 Carl Hetherington * Fix crash on attempting to use a non-existant filter. * src/lib/filter.cc: Fix typo in filter name. * Allow configuration of the reference scalers and filters in A/B mode. * Fix identification of formats in metadata. 2012-05-26 Carl Hetherington * Version 0.23 released. 2012-05-28 Carl Hetherington * src/lib/player_manager.cc: possible fix to crash when stopping playback. * Fix crash in A/B mode. 2012-05-26 Carl Hetherington * Version 0.21 released. 2012-05-25 Carl Hetherington * Add option to delay audio with respect to video. * src/tools/fixlengths.cc: add a few more options. 2012-05-22 Carl Hetherington * src/tools/dvdomatic.cc: fix website address. * test: fix up a few test bits. * README: very brief introduction to a few things. 2012-05-22 Carl Hetherington * Version 0.20 released.