summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2015-09-27Bump versionv2.3.7Carl Hetherington
2015-09-26Fix problems with subtitles when there is a non-zero PTS offsetCarl Hetherington
in FFmpegDecoder. This offset was not being taken into account for subtitles prior to this commit.
2015-09-26Bump versionv2.3.6Carl Hetherington
2015-09-25Fix assertion failure with .MTS files.Carl Hetherington
These files have subs which start but are never officially finished; this means there are no `to' times to find in find_subtitle_to. Cope with this by stopping the previous sub when a new one arrives if there hasn't been a proper "stop" in the mean time.
2015-09-25Fix incorrect hint.Carl Hetherington
2015-09-25Use libicu instead of uchardet and convert subrip files to UTF-8.Carl Hetherington
2015-09-21Bump versionv2.3.5Carl Hetherington
2015-09-20Slightly hacky fix to make ImageSequenceDialog actually work.Carl Hetherington
2015-09-18Add UpmixerB.Carl Hetherington
2015-09-17Bump versionv2.3.4Carl Hetherington
2015-09-17Bump versionv2.3.3Carl Hetherington
2015-09-16Fix exception on adding an empty folder as content (#691).Carl Hetherington
2015-09-16Config option for default standard (SMPTE / Interop).Carl Hetherington
2015-09-16ChangeLog.Carl Hetherington
2015-09-15Fix crash when re-making certificates after deleting existing ones (#690).Carl Hetherington
2015-09-15Fix failure to display audio analysis in some cases.Carl Hetherington
Before we were checking existing AnalyseAudioJobs by their audio analysis path, which may change after they have been run since they use up-to-date info such as the Film's processor. e.g. Run audio analysis for content. Enable processor. Re-run analysis for film; now before it would think that the existing job has done the *new* analysis because its path would be the same as the one we now want.
2015-09-15Bump versionv2.3.2Carl Hetherington
2015-09-14Fix windows short-cut to encode server.Carl Hetherington
2015-09-14Bump versionv2.3.1Carl Hetherington
2015-09-14Bump versionv2.2.1Carl Hetherington
2015-09-14Optimise checking of existing image data.Carl Hetherington
When checking existing image data go from the end backwards until a good hash is found rather than from the start forwards until a bad hash is found. This is a lot quicker for long files but may miss a corrupted frame somewhere (however unlikely this is).
2015-09-14Add frame counter to transcode progress (#111).Carl Hetherington
2015-09-14Add export button for certificates.Carl Hetherington
2015-09-14Peak value of audio into the audio tab.Carl Hetherington
2015-09-14Bump versionv2.2.0Carl Hetherington
2015-09-14Bump versionv2.1.65Carl Hetherington
2015-09-12Bump versionv2.1.64Carl Hetherington
2015-09-12Bump libdcp/libsub for SMPTE subtitle fixes.Carl Hetherington
2015-09-12Bump versionv2.1.63Carl Hetherington
2015-09-11Fix assertion failure when processors return fewer channels than the DCP has.Carl Hetherington
2015-09-10Bump versionv2.1.62Carl Hetherington
2015-09-10Bump versionv2.1.61Carl Hetherington
2015-09-09Bump versionv2.1.60Carl Hetherington
2015-09-09Updated fr_FR translation from Thierry Journet.Carl Hetherington
2015-09-09Bump versionv2.1.59Carl Hetherington
2015-09-09Merge.Carl Hetherington
2015-09-09Use SRC_LINEAR for speed when analysing audio (#685).Carl Hetherington
2015-09-09Bump versionv2.1.58Carl Hetherington
2015-09-09Properly fix OS X libsamplerateCarl Hetherington
2015-09-08Bump versionv2.1.57Carl Hetherington
2015-09-08Add missing libsamplerate dylib to the .app.Carl Hetherington
2015-09-06Bump versionv2.1.56Carl Hetherington
2015-09-06Bump versionv2.1.55Carl Hetherington
2015-09-05Bump versionv2.1.54Carl Hetherington
2015-09-05Bump versionv2.1.53Carl Hetherington
2015-09-05Use libsamplerate for resampling instead of FFmpeg / libsoxr.Carl Hetherington
libsoxr was crashing on Windows and seems somewhat unmaintained.
2015-09-04Fix sizing of audio mapping view.Carl Hetherington
Before it would start with a wide column 0 and then resize on the first click.
2015-09-04Bump versionv2.1.52Carl Hetherington
2015-09-03Bump versionv2.1.51Carl Hetherington
2015-09-02Use soxr resampler.Carl Hetherington