summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2015-10-06Bump versionv2.4.3Carl Hetherington
2015-10-06Bump versionv2.4.2Carl Hetherington
2015-10-06Merge.Carl Hetherington
2015-10-061. Set correct FrameRateChanges for subtitle content; they shouldCarl Hetherington
be made from the subtitle's "native" rate so that subtitle times are corrected when the DCP rate is not the same. 2. After this we only need the best overlap rate for SndfileContent so move the code. Also fix it as it never found overlaps before.
2015-10-06Make sure SMPTE subtitle MXFs get the right intrinsic duration.Carl Hetherington
2015-10-06Bump versionv2.4.1Carl Hetherington
2015-10-06Speculative support for multi-part subtitles (#709).Carl Hetherington
2015-10-05Bump versionv2.4.0Carl Hetherington
2015-10-05Bump versionv2.3.14Carl Hetherington
2015-10-04Fix subtitle timing under trim.Carl Hetherington
2015-10-02Bump versionv2.3.13Carl Hetherington
2015-10-01Bump versionv2.3.12Carl Hetherington
2015-09-30Fix recently-broken video frame rate override control sensitivity.Carl Hetherington
2015-09-30Bump versionv2.3.11Carl Hetherington
2015-09-30Handle video frame rates and subtitles a bit more correctly.Carl Hetherington
2015-09-29Bump versionv2.3.10Carl Hetherington
2015-09-29Make sure we round properly when deciding how many audio frames to discard.Carl Hetherington
2015-09-28Bump versionv2.3.9Carl Hetherington
2015-09-28Changes to DCP rate must update player pieces.Carl Hetherington
Piece contains a copy of the DCP video rate so we need new pieces if this changes. Fixes #699.
2015-09-28Bump versionv2.3.8Carl Hetherington
2015-09-28Discard audio that comes out of FFmpeg files before time 0.Carl Hetherington
2015-09-28Don't take any notice of ._* files when deciding whether a folder contains ↵Carl Hetherington
images or a DCP.
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