Be more careful when mangling DCP names to fit ISDCF.
[dcpomatic.git] / src / lib / film.cc
2014-06-23 Carl HetheringtonBe more careful when mangling DCP names to fit ISDCF.
2014-06-12 Carl HetheringtonIncorporate Film::_with_subtitles in the Film::video_id...
2014-06-11 Carl HetheringtonDon't specify internal aspect ratio in the ISDCF name...
2014-06-10 Carl HetheringtonSupport ISDCF naming convention version 9.
2014-06-10 Carl HetheringtonUse ISDCF rather than DCI when talking about the digita...
2014-06-05 Carl HetheringtonBack port active_frame_rate_change stuff from v2, remov...
2014-05-28 Carl HetheringtonModify KDM generation to work with CPLs rather than...
2014-05-21 Carl HetheringtonTry to fix clashes caused by ERROR, WARNING etc. as...
2014-05-21 Carl HetheringtonTidy up logging a bit. Make it configurable from the...
2014-05-19 Carl HetheringtonMerge delay-decode-take2 branch into master.
2014-05-16 Carl HetheringtonMerge branch 'master' of ssh://main.carlh.net/home...
2014-05-15 Carl HetheringtonAdd some comments.
2014-05-12 Carl HetheringtonMerge branch 'master' of ssh://main.carlh.net/home...
2014-05-11 Carl HetheringtonRemove LocaleGuard and lexical_cast<> in favour of...
2014-05-09 Carl HetheringtonMerge.
2014-05-09 Carl HetheringtonRe-introduce ffprobe call when adding content.
2014-03-27 Carl HetheringtonAuto-save metadata before starting a DCP encode.
2014-03-15 Carl HetheringtonMerge master.
2014-03-15 Carl HetheringtonCope with loading films with now-disabled filters.
2014-03-09 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2014-03-09 Carl HetheringtonFix display of no-scale mode in the player; the image...
2014-03-08 Carl HetheringtonName audio analyses with stream ID so that you can...
2014-03-04 Carl HetheringtonStop old versions of DCP-o-matic loading new state...
2014-03-04 Carl HetheringtonAdd support for no-scale of the input video.
2014-03-03 Carl HetheringtonFix rounding of timecodes in at least some cases (...
2014-02-21 Carl HetheringtonRemove stream _legacy_id stuff.
2014-02-21 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2014-02-20 Carl HetheringtonImprove dcpomatic_create somewhat.
2014-02-20 Carl HetheringtonBasic support for 7.1/HI/VI audio tracks.
2014-01-29 Carl HetheringtonAdd subtitle X offset option.
2014-01-14 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2014-01-14 Carl HetheringtonUntested windows version info in make_dcp log.
2014-01-06 Carl HetheringtonBasics of per-channel audio gain.
2014-01-06 Carl HetheringtonGive a warning on make DCP if it seems unlikely that...
2013-12-28 Carl HetheringtonRemove unused Film::content_paths_valid; fix ImageDecod...
2013-12-04 Carl HetheringtonMake signatures optional (#273).
2013-11-29 Carl HetheringtonMerge branch '1.0' into 1.0-vob
2013-11-29 Carl HetheringtonMerge master.
2013-11-26 Carl HetheringtonA whole load of UTF-8/-16 confusion fixes for Windows.
2013-11-25 Carl HetheringtonRemove another use of fstream.
2013-11-25 Carl HetheringtonRemove a couple of uses of ofstream.
2013-11-24 Carl HetheringtonVarious joining fixes.
2013-11-11 Carl HetheringtonMerge branch '1.0' into 1.0-multiple-selection
2013-11-11 Carl HetheringtonAdd encryption flag to video state identifier.
2013-10-24 Carl HetheringtonMerge 1.0.
2013-10-22 Carl HetheringtonMerge branch '1.0' of ssh://carlh.dyndns.org/home/carl...
2013-10-22 Carl HetheringtonAllow films to be loaded when content is missing.
2013-10-20 Carl HetheringtonMerge.
2013-10-20 Carl HetheringtonAllow specification of subtitle language even if DVD...
2013-10-19 Carl HetheringtonMore string -> boost::filesystem::path.
2013-10-16 Carl HetheringtonAllow specification of DCP to build KDMs for (#235).
2013-10-16 Carl Hetheringtonstring -> filesystem::path
2013-10-16 Carl HetheringtonIgnore analysis folder when looking for DCPs to make...
2013-10-15 Carl HetheringtonRestore up/down buttons for simple content movements.
2013-10-09 Carl HetheringtonMerge branch '1.0' of ssh://carlh.dyndns.org/home/carl...
2013-10-09 Carl HetheringtonFix merge.
2013-10-03 Carl HetheringtonKDM / libdcp API changes.
2013-09-25 Carl HetheringtonBasic email of KDMs works.
2013-09-24 Carl HetheringtonSetup MXF keys after re-load before generating KDM...
2013-09-24 Carl HetheringtonFix libdcp API changes; fix failure to reload cinema...
2013-09-24 Carl HetheringtonMerge branch '1.0' into kdms
2013-09-24 Carl HetheringtonKDM path fixes.
2013-09-20 Carl HetheringtonMore various KDM fixes.
2013-09-19 Carl HetheringtonVarious KDM and encryption fixes.
2013-09-19 Carl HetheringtonFix save/restore of encrypted option.
2013-09-19 Carl HetheringtonSome boost::filesystem::path cleanups; tweak for change...
2013-09-17 Carl HetheringtonMerge 1.0 in.
2013-08-29 Carl HetheringtonUntested basics of making client/server work again.
2013-08-26 Carl HetheringtonAdd content version to DCI metadata.
2013-08-25 Carl HetheringtonInterop support.
2013-08-14 Carl HetheringtonMissing use of boost::filesystem::path.
2013-08-14 Carl HetheringtonRemove believed-unnecessary film state mutexes.
2013-08-14 Carl HetheringtonRevert "Protect playlist with a mutex so that we can...
2013-08-14 Carl HetheringtonProtect playlist with a mutex so that we can add conten...
2013-07-30 Carl HetheringtonSomewhat untested and sketchy basics of trimming.
2013-07-25 Carl HetheringtonFix a couple of logging things.
2013-07-24 Carl HetheringtonMerge branch '1.0' of ssh://carlh.dnsalias.org/home...
2013-07-24 Carl HetheringtonXML tags can't start with numbers.
2013-07-23 Carl HetheringtonMerge Windows CPU code from master.
2013-07-23 Carl HetheringtonRemove some dcp prefixes; better logging of content...
2013-07-23 Carl HetheringtonPut log in the right place.
2013-07-22 Carl HetheringtonVarious 3D bits.
2013-07-22 Carl HetheringtonMerge branch '1.0' into 1.0-3D-take2
2013-07-22 Carl HetheringtonBasics of front-end 3D (as far as viewer, at least).
2013-07-20 Carl HetheringtonDon't crash with bad content (#135).
2013-07-19 Carl HetheringtonAdd sequence video button.
2013-07-19 Carl HetheringtonAdd remove option; resize timeline after drags.
2013-07-19 Carl HetheringtonMerge branch '1.0-alt-loop' into 1.0
2013-07-19 Carl HetheringtonRemove old looping method.
2013-07-19 Carl HetheringtonMerge branch '1.0' of /home/carl/git/dvdomatic into 1.0
2013-07-18 Carl HetheringtonBasics of making loop do something.
2013-07-18 Carl HetheringtonSplit test compile up into individual files.
2013-07-18 Carl HetheringtonPut correct number of audio channels in DCP name. ...
2013-07-18 Carl HetheringtonSpeculative 4K support.
2013-07-16 Carl HetheringtonInclude trimming.
2013-07-16 Carl HetheringtonRemove unused Film copy-constructor.
2013-07-16 Carl HetheringtonRename Film::player to reflect the fact that it creates...
2013-07-15 Carl HetheringtonMerge.
2013-07-15 Carl HetheringtonMaybe re-sequence video when DCP frame rate changes.
2013-07-14 Carl HetheringtonAdd default J2K bandwidth option.
next