Merge branch 'master' of /home/carl/git/dvdomatic
[dcpomatic.git] / src /
2012-10-10 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-10-09 Carl HetheringtonFix some POSIX-isms.
2012-10-09 Carl HetheringtonSimplify and test audio sample rate alteration.
2012-10-09 Carl HetheringtonUse r_frame_rate from AVStream if avg_frame_rate is...
2012-10-09 Carl HetheringtonFix uninitialised variable.
2012-10-09 Carl HetheringtonRemove unused variable.
2012-10-09 Carl HetheringtonRemove some unnecessary code.
2012-10-07 Carl HetheringtonPresent fixed formats with video content and variable...
2012-10-07 Carl HetheringtonSplit Format into Fixed and Variable so that sources...
2012-10-07 Carl HetheringtonFix comment.
2012-10-07 Carl HetheringtonFix comment.
2012-10-07 Carl HetheringtonFix up some bugs when using limited DCP range (reported...
2012-10-07 Carl HetheringtonSimple test to make sure a couple of simple make DCP...
2012-10-07 Carl HetheringtonPick up last few frames properly when decoding.
2012-10-07 Carl HetheringtonCreate film directory in constructor.
2012-10-03 Carl HetheringtonMerge.
2012-10-02 Carl HetheringtonA touch more debugging.
2012-10-02 Carl HetheringtonFix up include and add a log.
2012-10-02 Carl HetheringtonUse version.cc contents instead of DVDOMATIC_VERSION.
2012-10-02 Carl HetheringtonUse drop-frame sound hack for 30 fps drop as well.
2012-10-02 Carl HetheringtonTidy up test for whether or not to resample.
2012-10-02 Carl HetheringtonFix include.
2012-10-02 Carl HetheringtonMerge branch 'resample-drop-frame'
2012-10-02 Carl HetheringtonUse String::compose in a few places.
2012-10-02 Carl HetheringtonTidy up timing code a bit.
2012-10-01 Carl HetheringtonSome more timing logging.
2012-10-01 Carl HetheringtonSome more debug logging.
2012-10-01 Carl HetheringtonFix aff/666: thumbnail scan is run twice when changing...
2012-10-01 Carl HetheringtonFix ran-for display in makedcp.
2012-10-01 Carl HetheringtonVarious fixes to resampling.
2012-10-01 Carl HetheringtonLog message when resampling audio.
2012-09-29 Carl HetheringtonEntirely untested resampling to fix 24fps drop-frame.
2012-09-28 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-09-28 Carl HetheringtonMerge branch 'ubuntu-build'
2012-09-28 Carl HetheringtonFix probably-incorrect parameter passing, not spotted...
2012-09-27 Carl HetheringtonTry to fix problems with upper-case still-image extensions.
2012-09-25 Carl HetheringtonImprove GUI when jobs are inserted by other jobs.
2012-09-25 Carl HetheringtonRemove unnecessary include.
2012-09-25 Carl HetheringtonRe-transcode and re-check J2Ks after a bad one is found.
2012-09-25 Carl HetheringtonBasic J2K hash checking.
2012-09-24 Carl HetheringtonUse openssl for all MD5-ing.
2012-09-24 Carl HetheringtonRemove long-since disused hash debugging.
2012-09-24 Carl HetheringtonReport finished even when the transcode skipped everything.
2012-09-24 Carl HetheringtonFix problems with overflow on long films.
2012-09-24 Carl HetheringtonSome doxygen documentation improvements.
2012-09-23 Carl HetheringtonRemove some unused code.
2012-09-23 Carl HetheringtonIgnore windows line endings when reading metadata on...
2012-09-23 Carl HetheringtonRemove probably unnecessary and certainly erroneous...
2012-09-23 Carl HetheringtonFormatting.
2012-09-23 Carl HetheringtonAdd some more logging when finishing up an encode.
2012-09-23 Carl HetheringtonFix merge.
2012-09-23 Carl HetheringtonTidy up naming.
2012-09-23 Carl HetheringtonUse io_service per thread.
2012-09-23 Carl HetheringtonMulti-thread test.
2012-09-23 Carl HetheringtonUse the log rather than cout in the server.
2012-09-23 Carl HetheringtonMissing use of wrapper.
2012-09-23 Carl HetheringtonUse log rather the cout in server.
2012-09-23 Carl HetheringtonBump timeouts a bit.
2012-09-23 Carl HetheringtonFix up basic test to work.
2012-09-23 Carl HetheringtonFix merge of master.
2012-09-23 Carl HetheringtonRemove erroneous bit of stuff.
2012-09-23 Carl HetheringtonUntested first cut.
2012-09-23 Carl HetheringtonCommand-line option to specify servomatic_cli threads.
2012-09-23 Carl HetheringtonFix alignment of frames per second count.
2012-09-22 Carl HetheringtonFix crash on OK-ing gain calculation dialog without...
2012-09-22 Carl HetheringtonImprove spacing of dialogues.
2012-09-22 Carl HetheringtonFix edit server button on windows.
2012-09-22 Carl HetheringtonTweak message.
2012-09-22 Carl HetheringtonDo interruption of ThreadStaticText properly.
2012-09-22 Carl HetheringtonBe a bit safer with ThreadedStaticText.
2012-09-22 Carl HetheringtonUpdate frames computed label in a separate thread to...
2012-09-22 Carl HetheringtonAdd missing include.
2012-09-22 Carl HetheringtonImprove transcode job progress reporting.
2012-09-22 Carl HetheringtonCorrectly set up crop in the viewer when reloading...
2012-09-21 Carl HetheringtonTweak properties dialogue layout and add a note of...
2012-09-18 Carl HetheringtonCheck return value of symlink().
2012-09-18 Carl HetheringtonTweaks.
2012-09-18 Carl HetheringtonSort of working log window.
2012-09-17 Carl HetheringtonBasics of a tray-iconned GUI server.
2012-09-17 Carl HetheringtonMove server code into library; Server -> ServerDescription.
2012-09-17 Carl HetheringtonAdd a simple properties dialog to give an idea of disk...
2012-09-17 Carl HetheringtonSpeculative fix for bps rounding on Windows.
2012-09-15 Carl HetheringtonUpdate the audio gain when it has been changed by the...
2012-09-12 Carl HetheringtonAdd missing file.
2012-09-12 Carl HetheringtonFix crash when FFMpeg doesn't set up the audio channel...
2012-09-12 Carl HetheringtonAllow build using Ubuntu 12.04 repos.
2012-09-10 Carl HetheringtonUpdate for newer libdcp.
2012-09-01 Carl HetheringtonAdd 1.66-within-Flat format.
2012-08-22 Carl HetheringtonUpdate for new libdcp; add some more formats; fix compi...
2012-08-10 Carl HetheringtonMerge.
2012-08-10 Carl HetheringtonUntested fixes for files without audio.
2012-08-09 Carl HetheringtonFix build.
2012-08-09 Carl HetheringtonSlightly hacky fix for negative padding in Scope, causi...
2012-08-09 Carl HetheringtonAppend a slash to the state directory name before check...
2012-08-04 Carl HetheringtonFix bug with content within the film directory.
2012-08-04 Carl HetheringtonPartially restore copy-from-DVD option.
2012-08-04 Carl HetheringtonUpdate README a bit.
2012-08-04 Carl HetheringtonBuild with git.
2012-08-04 Carl Hetherington0.9.2
2012-08-04 Carl Hetherington0.11.1.
next