Improve smoothing behaviour.
[dcpomatic.git] / src /
2013-02-27 Carl HetheringtonImprove smoothing behaviour.
2013-02-26 Carl HetheringtonMerge branch 'master' into plot-audio
2013-02-26 Carl HetheringtonSpeculative support for some new YVU444 pixel formats.
2013-02-26 Carl HetheringtonPretty dumb smoothing.
2013-02-25 Carl HetheringtonTweak number of points and minimum dB for display.
2013-02-25 Carl HetheringtonTime label.
2013-02-25 Carl HetheringtonFix crash on zero-channelled analysis.
2013-02-25 Carl HetheringtonTidy axes a little.
2013-02-25 Carl HetheringtonCatch exception on loading film with bad content file.
2013-02-25 Carl HetheringtonFix dumb-assery. Initial axes.
2013-02-25 Carl HetheringtonScratch that.
2013-02-25 Carl HetheringtonTry again.
2013-02-25 Carl HetheringtonMaybe de-flicker the audio display a bit on windows.
2013-02-25 Carl HetheringtonA little tidying up.
2013-02-25 Carl HetheringtonTry to tidy up channel mapping a bit.
2013-02-25 Carl HetheringtonMultiple simultaneous plots.
2013-02-25 Carl HetheringtonTidy up creation of analysis a bit.
2013-02-25 Carl HetheringtonFix warning.
2013-02-25 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2013-02-25 Carl HetheringtonMerge branch 'master' into plot-audio
2013-02-25 Carl HetheringtonMake minimum gain a constant.
2013-02-25 Carl HetheringtonRespond to gain in the audio dialog.
2013-02-25 Carl HetheringtonSet up streams after changing content, otherwise we...
2013-02-25 Carl HetheringtonSome tidying up, add channel selector to Audio dialog.
2013-02-24 Carl HetheringtonBasic UI.
2013-02-24 Carl HetheringtonBasic stuff to analyse audio (job).
2013-02-24 Carl HetheringtonTweak job progress reporting.
2013-02-23 Carl HetheringtonTweak label.
2013-02-23 Carl HetheringtonSupport YUV444P pixels (#66).
2013-02-23 Carl HetheringtonThrow an exception rather than asserting when unable...
2013-02-20 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2013-02-20 Carl HetheringtonFix servomatic build. Hopefully resolve confusion...
2013-02-19 Carl HetheringtonFix servomatictest build.
2013-02-18 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2013-02-18 Carl HetheringtonGrotty hack to sort out the layout of the top half...
2013-02-18 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2013-02-18 Carl HetheringtonFix subtitle positioning in the view, I think (#60).
2013-02-18 Carl HetheringtonTry to fix crash on finishing off DCPs with mono -...
2013-02-17 Carl HetheringtonRemove some vestigial stuff.
2013-02-17 Carl HetheringtonFix audio channel count when bumping mono up to 5.1.
2013-02-17 Carl HetheringtonFix nasty misreading of planar audio data.
2013-02-17 Carl HetheringtonTry to fix flickery updates (#59).
2013-02-17 Carl HetheringtonMerge branch 'direct-mxf' of ssh://carlh.dnsalias.org...
2013-02-17 Carl HetheringtonRemove pointless make DCP from existing transcode option.
2013-02-17 Carl HetheringtonTidy.
2013-02-16 Carl HetheringtonMerge branch 'direct-mxf' of /home/carl/git/dvdomatic...
2013-02-16 Carl HetheringtonRemove some vestiges of FilmState.
2013-02-16 Carl HetheringtonRemove now-unused job dependencies.
2013-02-16 Carl HetheringtonSome portability fixes.
2013-02-15 Carl HetheringtonFix misarrangement since details button was added.
2013-02-15 Carl HetheringtonSupport BMP for still images (part of #55).
2013-02-13 Carl HetheringtonFix erroneous padding of view using -in-flat formats...
2013-02-13 Carl HetheringtonTweak crop widgets.
2013-02-13 Carl HetheringtonUse a tooltip for long DCP names (#50).
2013-02-12 Carl HetheringtonNever say 100% when not finished (part of #44).
2013-02-12 Carl HetheringtonFormatting.
2013-02-12 Carl HetheringtonSmall use of String::compose.
2013-02-12 Carl HetheringtonRemove unused files.
2013-02-12 Carl HetheringtonAdd details button to job manager; stretch jobs across...
2013-02-12 Carl HetheringtonTolerate inability to open film metadata.
2013-02-12 Carl HetheringtonPrimitive opening of DCP's containing folder (#51).
2013-02-12 Carl HetheringtonCope better with having no decoders.
2013-02-12 Carl HetheringtonDon't try to make decoders when there is no content.
2013-02-11 Carl HetheringtonCheck for a DCP before offering to copy it to a TMS.
2013-02-11 Carl HetheringtonFix default directory for film's setup on Windows ...
2013-02-11 Carl HetheringtonAdapt properties dialog for direct MXF write.
2013-02-11 Carl HetheringtonBasic attempt to catch exceptions in the writer thread...
2013-02-11 Carl HetheringtonReformatting.
2013-02-11 Carl HetheringtonAdd copyright year.
2013-02-08 Carl HetheringtonShuffle Job pointers around slightly.
2013-02-08 Carl HetheringtonSome comments.
2013-02-08 Carl HetheringtonRename some things.
2013-02-08 Carl HetheringtonSome comments.
2013-02-08 Carl HetheringtonA couple of comments; tidy up logging.
2013-02-08 Carl HetheringtonMerge branch 'direct-mxf' of ssh://carlh.dnsalias.org...
2013-02-08 Carl HetheringtonLog some stats from the writer.
2013-02-07 Carl HetheringtonPossibly fix legacy dcp_trim_start tags; use DCI name...
2013-02-07 Carl HetheringtonSimplify writer a bit and fix it when frames are arrivi...
2013-02-07 Carl HetheringtonCreate parent directories on file() as well as dir().
2013-02-07 Carl HetheringtonAdd believed missing frame done.
2013-02-07 Carl HetheringtonRemove make_dcp_job files.
2013-02-07 Carl HetheringtonFix inadvertant breakage of hash file creation.
2013-02-07 Carl HetheringtonRemove old DCP before creating new one (#47).
2013-02-07 Carl HetheringtonHopefully fix crash on trying to create a j2c file...
2013-02-07 Carl HetheringtonMerge.
2013-02-07 Carl HetheringtonMerge branch 'direct-mxf' of ssh://carlh.dnsalias.org...
2013-02-07 Carl HetheringtonRemove x264 dependency; add options to help building...
2013-02-06 Carl HetheringtonFix redraw problems at the borders on Windows (#45).
2013-02-06 Carl HetheringtonTry to improve i18n a bit.
2013-02-04 Carl HetheringtonTry to return an error code if things go wrong.
2013-02-03 Carl HetheringtonFIXME comment.
2013-02-03 Carl HetheringtonFix crop on aligned images, which affected still image...
2013-02-02 Carl HetheringtonMerge branch 'direct-mxf' of /home/carl/git/dvdomatic...
2013-02-02 Carl HetheringtonRemove crashing and thought-to-be-unnecessary process_e...
2013-02-02 Carl HetheringtonFix erroneous check wrt intrinsic duration.
2013-02-02 Carl HetheringtonMerge branch 'direct-mxf' of /home/carl/git/dvdomatic...
2013-02-02 Carl HetheringtonInsist on boost 1.45 and hence filesystem v3 now that...
2013-02-02 Carl HetheringtonPost-process viewer images.
2013-02-02 Carl HetheringtonTidy up filters dialog; don't show non-existant ones...
2013-02-02 Carl HetheringtonOnly offer filters and postproc that exist.
next