dcpomatic.git
2012-10-20 Carl HetheringtonTry to clean up stream handling wrt audio channel counts.
2012-10-20 Carl HetheringtonClean up audio passing round a bit.
2012-10-20 Carl HetheringtonDon't cache sample format, fix up various things.
2012-10-20 Carl HetheringtonStuff.
2012-10-20 Carl HetheringtonRemove unused variable.
2012-10-20 Carl HetheringtonSpeculative fix for failure to pick up correct audio...
2012-10-19 Carl HetheringtonCope with AVSubtitles having no AVSubtitleRects.
2012-10-18 Carl HetheringtonFix build.
2012-10-18 Carl HetheringtonCommenting tweaks.
2012-10-18 Carl HetheringtonUpdate bug list.
2012-10-18 Carl Hetheringtonmakedcp should notice when jobs are added.
2012-10-18 Carl HetheringtonAnother slightly speculative pixel format addition.
2012-10-17 Carl HetheringtonFix build on 32-bit.
2012-10-17 Carl HetheringtonTidy up slightly.
2012-10-17 Carl HetheringtonRe-work FilmState / Film relationship a bit; Film now...
2012-10-17 Carl HetheringtonUpdate stream choices correctly when changed.
2012-10-17 Carl HetheringtonTypo in previous.
2012-10-17 Carl HetheringtonTry to fix problems with YUV422P10LE.
2012-10-17 Carl HetheringtonUpdate metadata ref.
2012-10-17 Carl HetheringtonTry to support 422 in post processing.
2012-10-17 Carl HetheringtonFix makedcp script.
2012-10-17 Carl HetheringtonTry to support YUV422.
2012-10-17 Carl HetheringtonMove audio information field up next to audio stream...
2012-10-17 Carl HetheringtonFix subtitling logic in DCI naming.
2012-10-17 Carl HetheringtonBasic support for selection of audio / subtitle streams.
2012-10-17 Carl HetheringtonUpdate metadata test reference.
2012-10-17 Carl HetheringtonWindows apparently has Rectangle in the global namespace.
2012-10-16 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-10-16 Carl HetheringtonFix text in about box.
2012-10-16 Carl HetheringtonNo-op; comments.
2012-10-16 Carl HetheringtonLimit name part of DCI name to 14 characters.
2012-10-16 Carl HetheringtonMissing bracket.
2012-10-16 Carl HetheringtonRename DCI edit button.
2012-10-16 Carl HetheringtonFix GTK warning on startup.
2012-10-16 Carl HetheringtonFix date format in DCP names.
2012-10-16 Carl HetheringtonFix int/float confusion.
2012-10-16 Carl HetheringtonChangeLog.
2012-10-16 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-10-16 Carl HetheringtonFix horrid memory corruptions.
2012-10-16 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-10-16 Carl HetheringtonVarious DCI naming tweaks and a subtitle bug fix.
2012-10-16 Carl HetheringtonPartial attempt at cleanup of naming straight vs DCI.
2012-10-16 Carl HetheringtonClumsy DCI naming dialog.
2012-10-16 Carl HetheringtonTry to make client/server communications a little more...
2012-10-15 Carl HetheringtonFactor out key-value code.
2012-10-15 Carl HetheringtonClean up subtitle classes a bit.
2012-10-15 Carl HetheringtonAdd a sub to the client/server test and fix an exposed...
2012-10-15 Carl HetheringtonUnholy melange of stuff; setup a standard test config...
2012-10-15 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-10-15 Carl HetheringtonSome work on DCI naming. Clean up compacted / aligned...
2012-10-14 Carl HetheringtonChangeLog.
2012-10-14 Carl HetheringtonMerge branch 'subs'
2012-10-14 Carl HetheringtonTry to clarify the difference between line size and...
2012-10-14 Carl HetheringtonRound image line sizes up to 32. Seems to help with...
2012-10-14 Carl HetheringtonRemove unused code.
2012-10-14 Carl HetheringtonVarious fixes to subtitling.
2012-10-14 Carl HetheringtonSimplify use of Image hierarchy a bit.
2012-10-14 Carl HetheringtonRemove believed-unnecessary PostProcessImage.
2012-10-14 Carl HetheringtonTry moving subtitle adjustment for crop into the decoder.
2012-10-13 Carl HetheringtonComment; fix up UI for subtitle scaling.
2012-10-13 Carl HetheringtonFix up tests; possibly working subtitle transforms.
2012-10-11 Carl HetheringtonFix potential crash.
2012-10-11 Carl HetheringtonTry to tidy up a bit.
2012-10-11 Carl HetheringtonBasic sub offset support.
2012-10-11 Carl HetheringtonStop subtitles wandering about when re-setup.
2012-10-11 Carl HetheringtonTidy up; make viewer respond with with subtitles button.
2012-10-11 Carl HetheringtonUse PNG for thumbs so that we get alpha blending in...
2012-10-10 Carl HetheringtonThumbs sort of have subs.
2012-10-10 Carl HetheringtonDon't run more than one job at once.
2012-10-10 Carl HetheringtonSubs successfully exported with thumbs.
2012-10-10 Carl HetheringtonMerge branch 'master' into subs
2012-10-10 Carl HetheringtonUpdate bug tracker.
2012-10-10 Carl HetheringtonTry to not start jobs if a dependant fails.
2012-10-10 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-10-09 Carl HetheringtonBump version
2012-10-09 Carl HetheringtonBump version
2012-10-09 Carl HetheringtonFix some POSIX-isms.
2012-10-09 Carl HetheringtonAdd test file.
2012-10-09 Carl HetheringtonChangeLog.
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 HetheringtonChangeLog.
2012-10-09 Carl HetheringtonFix uninitialised variable.
2012-10-09 Carl HetheringtonRemove unused variable.
2012-10-09 Carl HetheringtonMake subtitle addition optional.
2012-10-09 Carl HetheringtonMerge branch 'master' into subs
2012-10-09 Carl HetheringtonRemove some unnecessary code.
2012-10-09 Carl HetheringtonVarious subtitle fixes.
2012-10-08 Carl HetheringtonObey subtitle timing.
2012-10-08 Carl HetheringtonTidy up a bit.
2012-10-08 Carl HetheringtonDo alpha blending maybe right.
2012-10-08 Carl HetheringtonHacks.
2012-10-07 Carl HetheringtonChangeLog.
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.
next