Rename Content::_file to path and support md5sums of directories.
[dcpomatic.git] / src / lib /
2013-07-24 Carl HetheringtonRename Content::_file to path and support md5sums of...
2013-07-23 Carl HetheringtonMerge Windows CPU code from master.
2013-07-23 Carl HetheringtonRemove debug.
2013-07-23 Carl HetheringtonRemove some dcp prefixes; better logging of content...
2013-07-23 Carl HetheringtonRemove out-of-date comment.
2013-07-23 Carl HetheringtonNew libdcp API.
2013-07-23 Carl HetheringtonVarious 3D fixes.
2013-07-23 Carl HetheringtonPut log in the right place.
2013-07-22 Carl HetheringtonVarious 3D bits.
2013-07-22 Carl HetheringtonCompile fix.
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-22 Carl HetheringtonUpdated French translation from Lilian.
2013-07-22 Carl HetheringtonRemove duplicate save of SequenceVideo setting.
2013-07-22 Carl HetheringtonMerge branch '1.0' of /home/carl/git/dvdomatic into 1.0
2013-07-22 Carl HetheringtonHopefully fix complete lack of audio.
2013-07-22 Carl HetheringtonBasic UI.
2013-07-22 Carl HetheringtonTry to fix deadlock.
2013-07-22 Carl HetheringtonTidy up a bit.
2013-07-22 Carl HetheringtonTidy up a bit.
2013-07-20 Carl HetheringtonRemove polling from JobManagerView and use signals...
2013-07-20 Carl HetheringtonDon't crash with bad content (#135).
2013-07-20 Carl HetheringtonSome more use of boost::filesystem::path; catch excepti...
2013-07-19 Carl HetheringtonRemove some unused stuff.
2013-07-19 Carl HetheringtonMissing fclose()
2013-07-19 Carl HetheringtonFix warning.
2013-07-19 Carl HetheringtonAdd sequence video button.
2013-07-19 Carl HetheringtonSome missing ui_signaller use.
2013-07-19 Carl HetheringtonSpacing tweaks; rename ImageMagick -> StillImage.
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 HetheringtonNormalise labelling of types a bit.
2013-07-19 Carl HetheringtonAllow repeat of multiple stuff.
2013-07-19 Carl HetheringtonBasic repeat.
2013-07-19 Carl HetheringtonFix initial length of stills.
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-19 Carl HetheringtonHopefully fix some still-image frame rate confusion.
2013-07-18 Carl HetheringtonBasics of making loop do something.
2013-07-18 Carl HetheringtonFix a few warnings.
2013-07-18 Carl HetheringtonToken 4K test.
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-17 Carl Hetheringtontabs -> spaces.
2013-07-17 Carl Hetheringtontabs -> spaces.
2013-07-16 Carl HetheringtonInclude trimming.
2013-07-16 Carl HetheringtonFix up AudioMapping confusions with respect to number...
2013-07-16 Carl HetheringtonMore noncopyable.
2013-07-16 Carl HetheringtonSome missing copy constructors / operator= / noncopyable.
2013-07-16 Carl HetheringtonRemove unused Film copy-constructor.
2013-07-16 Carl HetheringtonSmall bits of tidying up.
2013-07-16 Carl HetheringtonFix a couple of resource leaks on exceptions being...
2013-07-16 Carl HetheringtonRemove some unnecessary includes in film.h
2013-07-16 Carl HetheringtonRename Film::player to reflect the fact that it creates...
2013-07-16 Carl HetheringtonPrevent viewer updates on timeline drag (#175).
2013-07-15 Carl HetheringtonUpdate and merge po files.
2013-07-15 Carl HetheringtonFix mis-merge.
2013-07-15 Carl HetheringtonMerge.
2013-07-15 Carl HetheringtonAdd some player tests. Fix seek with content at non...
2013-07-15 Carl HetheringtonDVD -> DCP.
2013-07-15 Carl HetheringtonMaybe re-sequence video when DCP frame rate changes.
2013-07-15 Carl HetheringtonAdd comment note.
2013-07-15 Carl HetheringtonDVD -> DCP.
2013-07-15 Carl HetheringtonDVD -> DCP.
2013-07-15 Carl HetheringtonDecide best DCP rate based on the largest difference...
2013-07-15 Carl HetheringtonAdd friend for tests.
2013-07-15 Carl HetheringtonAdd friend for tests.
2013-07-14 Carl HetheringtonAdd default J2K bandwidth option.
2013-07-14 Carl HetheringtonDon't decode things if they are not enabled.
2013-07-14 Carl HetheringtonResequence video (perhaps) on DCP video frame rate...
2013-07-14 Carl HetheringtonFix piece video_position, player _video_position and...
2013-07-13 Carl HetheringtonMore seek tidying.
2013-07-13 Carl HetheringtonWrite first_audio correctly.
2013-07-13 Carl HetheringtonAnother attempt to fix back / same-frame seeks.
2013-07-13 Carl HetheringtonVarious fixes to PTS mangling.
2013-07-12 Carl HetheringtonTry to improve refetching of last frame and seek backwards.
2013-07-12 Carl HetheringtonRemove entirely untested colour LUT options.
2013-07-12 Carl HetheringtonGet libdcp to do RGB->XYZ conversion.
2013-07-12 Carl HetheringtonUse run-time-generated LUTs for XYZ/RGB conversion.
2013-07-12 Carl HetheringtonRemove unused RGBPlusAlphaImage; merge Image/SimpleImage.
2013-07-12 Carl HetheringtonWhitespace.
2013-07-12 Carl HetheringtonWhitespace.
2013-07-12 Carl HetheringtonTidy up video state identifer code slightly.
2013-07-12 Carl HetheringtonAdd silence padding test.
2013-07-12 Carl HetheringtonMissing libxml++ dep.
2013-07-12 Carl HetheringtonRemove unused variable.
2013-07-11 Carl HetheringtonMerge branch '1.0' of /home/carl/git/dvdomatic into 1.0
2013-07-11 Carl HetheringtonRemove bad attempt at flushing resamplers.
2013-07-11 Carl HetheringtonAdd test for audio delay, and do it in the player rathe...
2013-07-11 Carl HetheringtonMissing initialisation of _info.format; fix audio emiss...
2013-07-11 Carl HetheringtonGPL boilerplate.
2013-07-11 Carl HetheringtonMerge branch '1.0' of /home/carl/git/dvdomatic into 1.0
2013-07-11 Carl HetheringtonUntested audio delay.
2013-07-11 Carl HetheringtonUntested flushing of resamplers.
2013-07-11 Carl HetheringtonBasics of allowing setup of DCP audio channels.
2013-07-11 Carl HetheringtonPrevent crash when there is no subtitle after there...
2013-07-10 Carl HetheringtonMake subtitles work at least a bit.
2013-07-10 Carl HetheringtonMerge branch '1.0' of ssh://carlh.dnsalias.org/home...
2013-07-10 Carl HetheringtonAdd SubtitleContent.
next