dcpomatic.git
2012-02-14 Carl HetheringtonFrames limit for A/B transcoder.
2012-02-14 Carl HetheringtonSome stuff.
2012-02-14 Carl HetheringtonFix crash on open after loading with no film.
2012-02-14 Carl HetheringtonRemove tests in tools; don't install unit tests.
2012-02-14 Carl HetheringtonAllow GUI to specify frames to generate in DCP.
2012-02-14 Carl HetheringtonRemove save metadata button; move update thumbs button...
2012-02-14 Carl HetheringtonAdd save, quit options; add stacktrace (from Ardour...
2012-02-14 Carl HetheringtonGPL boilerplate.
2012-02-14 Carl HetheringtonMissing files.
2012-02-13 Carl HetheringtonFix up XML generation.
2012-02-13 Carl HetheringtonSave / restore filters properly.
2012-02-13 Carl HetheringtonMerge branch 'master' into AB-take2
2012-02-13 Carl HetheringtonSave / restore filters (untested).
2012-02-13 Carl HetheringtonThought-to-be fixed-up AB comparator.
2012-02-13 Carl HetheringtonRework to not use inheritance.
2012-02-13 Carl Hetheringtonconst fix for Filters.
2012-02-13 Carl HetheringtonTidy up.
2012-02-13 Carl HetheringtonGPL boilerplate; make sure film exists when using makedcp.
2012-02-13 Carl HetheringtonAdd makedcp command-line tool.
2012-02-13 Carl HetheringtonA few filter fixes.
2012-02-13 Carl HetheringtonRemove some debug code.
2012-02-13 Carl HetheringtonFix crash.
2012-02-13 Carl HetheringtonFix some memory bugs with post process.
2012-02-13 Carl HetheringtonApparently some openjpeg versions need stdio.h for...
2012-02-13 Carl HetheringtonMissing files.
2012-02-13 Carl HetheringtonTemp.
2012-02-12 Carl HetheringtonClean up some mess wrt j2c dirs.
2012-02-12 Carl HetheringtonDo auto-zoom; dispense with zoom buttons.
2012-02-12 Carl HetheringtonScale thumb to correct ratio.
2012-02-12 Carl HetheringtonAllow start with no film; add File->New.
2012-02-12 Carl HetheringtonMerge Progress with Job.
2012-02-12 Carl HetheringtonDon't re-make existing .j2c files.
2012-02-12 Carl HetheringtonPut .j2c files in a subdirectory describing their depen...
2012-02-12 Carl HetheringtonCreate output files as .tmp first, renaming when finished.
2012-02-12 Carl HetheringtonTidy up.
2012-02-12 Carl HetheringtonFix space problem in script.
2012-02-12 Carl HetheringtonMissing files.
2012-02-12 Carl HetheringtonPrimitive edit config from menu.
2012-02-12 Carl HetheringtonMerge.
2012-02-12 Carl HetheringtonZoom in / zoom out for thumb view.
2012-02-12 Carl HetheringtonFix up thumbs update yet again.
2012-02-12 Carl HetheringtonMerge branch 'master' of ssh://houllier/home/carl/git...
2012-02-12 Carl HetheringtonExperimental hack; round up audio FPS for MXF generation.
2012-02-12 Carl HetheringtonPrimitive File -> Open
2012-02-12 Carl HetheringtonAdd scroller to job manager view.
2012-02-12 Carl HetheringtonFix merge.
2012-02-12 Carl HetheringtonMerge.
2012-02-12 Carl HetheringtonFix crash on transcode end; fix uninitialised variable.
2012-02-11 Carl HetheringtonPrimitive config support; clean up LUT header.
2012-02-11 Carl HetheringtonInitial multi-threaded encoding of J2K.
2012-02-11 Carl HetheringtonGPL boilerplates.
2012-02-11 Carl HetheringtonTrim old stuff.
2012-02-11 Carl HetheringtonForget about old thumbs that no longer exist; fix segfa...
2012-02-11 Carl HetheringtonIncorporate hacked about J2K encoder adapted from OpenD...
2012-02-11 Carl HetheringtonComments.
2012-02-11 Carl HetheringtonJust call it DVD-o-matic.
2012-02-11 Carl HetheringtonGPL boilerplate.
2012-02-11 Carl HetheringtonSet progress to 1 when complete for a couple of jobs...
2012-02-11 Carl HetheringtonTweak to progress reporting when there is no content.
2012-02-11 Carl HetheringtonRemove debug code.
2012-02-11 Carl HetheringtonReport elapsed time after things have been done.
2012-02-11 Carl HetheringtonGet to full DCP generation (in theory).
2012-02-10 Carl HetheringtonVarious small tweaks.
2012-02-10 Carl HetheringtonFinish video mxf job.
2012-02-10 Carl HetheringtonFix chronic over-use of CPU.
2012-02-10 Carl HetheringtonAdd make video MXF job; abstract stuff to OpenDCPJob
2012-02-10 Carl HetheringtonBasic encode job.
2012-02-10 Carl HetheringtonMissing files.
2012-02-10 Carl HetheringtonUse job manager for thumbnail generation.
2012-02-10 Carl HetheringtonSort of working job manager.
2012-02-10 Carl HetheringtonImprove progress reporting a bit; decode to 1024 x...
2012-02-10 Carl HetheringtonRemove debug code.
2012-02-10 Carl HetheringtonMake things less crashy; fix cropping; try again to...
2012-02-09 Carl HetheringtonAdd original size and fps to the editor.
2012-02-09 Carl HetheringtonPut time in the film viewer slider.
2012-02-09 Carl HetheringtonMissing include.
2012-02-09 Carl HetheringtonSomewhat hacky gui/non-gui thread fix.
2012-02-09 Carl HetheringtonReporting of progress when building thumbs.
2012-02-09 Carl HetheringtonAdd film editor tool; fix up cropping in the editor.
2012-02-09 Carl HetheringtonStub film editor widget.
2012-02-09 Carl HetheringtonTry to build with different versions of boost::filesystem.
2012-02-08 Carl HetheringtonMerge.
2012-02-08 Carl HetheringtonFiddle.
2012-02-08 Carl HetheringtonThumbnail stuff.
2012-02-08 Carl HetheringtonVarious tinkering; primarily thumbnailing.
2012-02-08 Carl HetheringtonDCP naming stuff.
2012-02-08 Carl HetheringtonTweaks.
2012-02-08 Carl HetheringtonOptional decoding of video / audio.
2012-02-08 Carl HetheringtonFix up.
2012-02-08 Carl HetheringtonAbstract decoding stuff out.
2012-02-08 Carl HetheringtonDon't clobber LD_LIBRARY_PATH when running tests.
2012-02-08 Carl HetheringtonSome primitive unit tests; other tweaking.
2012-02-08 Carl HetheringtonUntested metadata save/restore.
2012-02-08 Carl HetheringtonBuild using waf.
2012-02-08 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-02-08 Carl HetheringtonMissing include.
2012-02-08 Carl HetheringtonReport -1 rather than NaN if _total is 0.
2012-02-08 Carl HetheringtonDon't compress TIFFs as it is very slow.
2012-02-08 Carl HetheringtonFix warning. Add primitive progress class and use...
2012-02-08 Carl HetheringtonUse av_malloc/free instead of new in the hope that...
next