Untested fixes for files without audio.
[dcpomatic.git] / src / lib /
2012-08-10 Carl HetheringtonUntested fixes for files without audio.
2012-08-04 Carl HetheringtonFix bug with content within the film directory.
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.
2012-08-04 Carl Hetherington0.10.4
2012-08-02 Carl HetheringtonA bit of tidying up; don't build player ever for now...
2012-08-02 Carl HetheringtonBetter debugging.
2012-08-01 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-08-01 Carl HetheringtonFix crash with still images.
2012-08-01 Carl HetheringtonStop fps being editable.
2012-07-31 Carl HetheringtonBasic support for calculating audio gains based on...
2012-07-31 Carl HetheringtonUpdate for newer libdcp; add start of manual.
2012-07-28 Carl HetheringtonFix bug causing frames to be missed when encoding.
2012-07-27 Carl HetheringtonUse a Crop struct and use it to speed up cropping a...
2012-07-27 Carl HetheringtonTweak for windows.
2012-07-27 Carl HetheringtonA couple of unnecessary includes.
2012-07-27 Carl HetheringtonCompiles.
2012-07-27 Carl HetheringtonRemove debug message.
2012-07-27 Carl HetheringtonClean up a few bits.
2012-07-27 Carl HetheringtonUse correct type for file sizes to fix problems with...
2012-07-27 Carl HetheringtonTidy up and comment a bit.
2012-07-27 Carl HetheringtonClean up channels coming from ffmpeg wrt those thought...
2012-07-27 Carl HetheringtonUn-hard-wire bytes per sample slightly.
2012-07-26 Carl HetheringtonFix up resampling, possibly.
2012-07-26 Carl HetheringtonImplemented but faulty.
2012-07-26 Carl HetheringtonTry to do change-ignoring better.
2012-07-26 Carl HetheringtonPartial server dialog fixes.
2012-07-25 Carl HetheringtonSome vague sort of progress.
2012-07-24 Carl HetheringtonMerge branch 'master' into wx
2012-07-24 Carl HetheringtonFix length of still-image DCPs.
2012-07-24 Carl HetheringtonSave config in the right place cross-platform.
2012-07-24 Carl HetheringtonUse stdio for reading jobs for SCP.
2012-07-24 Carl HetheringtonFix comment.
2012-07-24 Carl HetheringtonAdd ReadFileError.
2012-07-24 Carl HetheringtonHacky workaround for bad progress reporting during...
2012-07-24 Carl HetheringtonFix still encoding again.
2012-07-24 Carl HetheringtonStill encoder should write frames starting at 0, not 1
2012-07-24 Carl HetheringtonUse format ID rather than nickname to avoid problems...
2012-07-24 Carl HetheringtonMerge.
2012-07-24 Carl HetheringtonFix bad access of content path.
2012-07-23 Carl HetheringtonTry to improve path handling a bit, and add a few tests.
2012-07-22 Carl HetheringtonMerge branch 'master' of ssh://houllier/home/carl/git...
2012-07-22 Carl HetheringtonUse MD5 digest of content file as part of the J2C direc...
2012-07-22 Carl HetheringtonFix up posix build.
2012-07-22 Carl HetheringtonMerge.
2012-07-22 Carl HetheringtonWindows bits.
2012-07-22 Carl HetheringtonNo networking on windows yet.
2012-07-22 Carl HetheringtonCross-platform sleep.
2012-07-22 Carl HetheringtonMissing include.
2012-07-22 Carl HetheringtonCross-platform sleep.
2012-07-22 Carl HetheringtonUse copy rather than symlinks on Windows.
2012-07-22 Carl HetheringtonRemove unnecessary includes.
2012-07-22 Carl HetheringtonInclude for windows.
2012-07-22 Carl HetheringtonDon't build networking on Windows for now.
2012-07-22 Carl HetheringtonDefine WEXITSTATUS for Windows.
2012-07-22 Carl HetheringtonTweak to build and maybe run with current FFmpeg git.
2012-07-21 Carl HetheringtonFix error on creating cut videos; fill any shortfall...
2012-07-21 Carl HetheringtonAdd dialogue to choose DVD title when ripping.
2012-07-21 Carl HetheringtonReturn title number from dvd_titles().
2012-07-21 Carl HetheringtonAdd versioning; tweak libdcp version reporting; make...
2012-07-20 Carl HetheringtonTry to fix up build with newer ffmpeg.
2012-07-20 Carl HetheringtonMerge branch 'own-mxf' of /home/carl/git/dvdomatic...
2012-07-19 Carl Hetherington#ifdef-y hacks to build with Ubuntu 12.04's ffmpeg.
2012-07-18 Carl HetheringtonTidy SCPDCPJob's status reporting.
2012-07-18 Carl HetheringtonNo need to catch exceptions from run(); Job already...
2012-07-18 Carl HetheringtonTry to catch libdcp::FileError more nicely.
2012-07-17 Carl HetheringtonUse new functor API in libdcp.
2012-07-17 Carl HetheringtonTweak comment.
2012-07-17 Carl HetheringtonUse libdcp.
2012-07-17 Carl HetheringtonRemove asdcplib / OpenDCP deps.
2012-07-16 Carl HetheringtonTidy up a bit.
2012-07-16 Carl HetheringtonRemove old code.
2012-07-16 Carl HetheringtonSort-a builds video/audio mxf
2012-07-16 Carl HetheringtonSeems to kind-of build video MXFs.
2012-07-16 Carl Hetheringtonasdcplib links.
2012-07-16 Carl HetheringtonMove configure()s down to the appropriate level.
2012-07-15 Carl HetheringtonPut quotes around the name now that it might have space...
2012-07-15 Carl HetheringtonAdd * to open_mxf command line for audio, as is apparen...
2012-07-14 Carl HetheringtonMove things round a bit.