summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2013-03-08Remove un-read intrinsic_duration.Carl Hetherington
2013-03-08Stop infinite loop if audio analysis fails.Carl Hetherington
2013-03-08Fix crash on analysing audio when we think the film is zero length.Carl Hetherington
2013-03-08Numerous fixes to A/B mode so that at least it doesn't crash (#72).Carl Hetherington
2013-03-08Disable show audio button when there is no audio (#73).Carl Hetherington
2013-03-07Non-exposed but working language config option.Carl Hetherington
2013-03-07Add partial French translation from Olivier (freedcp.net)Carl Hetherington
2013-03-07Another attempt to fix up matching.Carl Hetherington
2013-03-06Another attempt to fix up matching.Carl Hetherington
2013-03-06Fix infinite loop.Carl Hetherington
2013-03-06Hopefully fix thinko.Carl Hetherington
2013-03-06Try doing delay line by fiddling timestamps. Fix up confusion in A/B ↵Carl Hetherington
transcoder similar to that in standard one.
2013-03-06Remove believed never-failing checks for audio streams.Carl Hetherington
2013-03-06Hopefully fix up still-image generation.Carl Hetherington
2013-03-06Catch exception thrown by checking the space on a filesystem using a ↵Carl Hetherington
non-existant file.
2013-03-06It appears that it may not be just CAP_DELAY decoders that can produce extra ↵Carl Hetherington
frames at the end.
2013-03-06Drop frames without PTS and only try to fish out leftover frames for codecs ↵Carl Hetherington
with CAP_DELAY.
2013-03-06A little logging.Carl Hetherington
2013-03-06Tweak rounding. Pass pending video / audio back through so it is treated ↵Carl Hetherington
the same as the first time.
2013-03-06Fix mistake in previous simplification.Carl Hetherington
2013-03-06Fix thinko.Carl Hetherington
2013-03-06Small simplification.Carl Hetherington
2013-03-06Revert "Split timed from untimed sinks / sources. Should produce same ↵Carl Hetherington
output, in theory." This reverts commit 18614dda0d53b713ace5ad1df57298d049dba87f.
2013-03-06First cut.Carl Hetherington
2013-03-05Split timed from untimed sinks / sources. Should produce same output, in ↵Carl Hetherington
theory.
2013-03-05Fix comment.Carl Hetherington
2013-03-05Try again (fix previous).Carl Hetherington
2013-03-05Maybe fix sense of note about DCP speed wrt source.Carl Hetherington
2013-03-04Move audio decoding to separate method and fix incorrect decoding when there ↵Carl Hetherington
are multiple audio packets per frame (e.g. with wmapro).
2013-03-02Add similar format description,Carl Hetherington
2013-03-02Add explanation of the effect of changing frame rate.Carl Hetherington
2013-03-01Remove quite a lot of N_Carl Hetherington
2013-03-01More choose-dcp-rate stuff.Carl Hetherington
2013-03-01Make film hold its DCP frame rate.Carl Hetherington
2013-03-01Merge master.Carl Hetherington
2013-03-01Missing file.Carl Hetherington
2013-03-01Hopefully fix up gettext in both libdvdomatic and the wx code.Carl Hetherington
2013-02-28Build and install mo files from po.Carl Hetherington
2013-02-28Various markup and tweaks.Carl Hetherington
2013-02-28Merge branch 'master' into i18nCarl Hetherington
2013-02-27Improve smoothing behaviour.Carl Hetherington
2013-02-26Merge branch 'master' into plot-audioCarl Hetherington
2013-02-26Speculative support for some new YVU444 pixel formats.Carl Hetherington
2013-02-26Pretty dumb smoothing.Carl Hetherington
2013-02-25Tweak number of points and minimum dB for display.Carl Hetherington
2013-02-25Try to tidy up channel mapping a bit.Carl Hetherington
2013-02-25Multiple simultaneous plots.Carl Hetherington
2013-02-25Tidy up creation of analysis a bit.Carl Hetherington
2013-02-25Fix warning.Carl Hetherington
2013-02-25Set up streams after changing content, otherwise we are anticipating things ↵Carl Hetherington
that have not happened yet.