summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2013-07-10_dcp_audio_channels is trying to do the same thing as ↵Carl Hetherington
_minimum_audio_channels (but not working yet).
2013-07-09I'm fairly sure seek should be in terms of the content's frame rate...Carl Hetherington
2013-07-09Fix cropping of YUV images by amounts that are finer than the U/V resolution ↵Carl Hetherington
(and add a test for that).
2013-07-09Remove debug.Carl Hetherington
2013-07-09Hopefully fix seek back/forward.Carl Hetherington
2013-07-09Various fixes; simplification of FilmViewer; make image appear on first load ↵Carl Hetherington
of content.
2013-07-09Merge master.Carl Hetherington
2013-07-08Somewhat hacky fix to crashes in A/B with some filters.Carl Hetherington
2013-07-06Try to fix build.Carl Hetherington
2013-07-04Put in silence where there was none.Carl Hetherington
2013-07-04Pad silence for things that already have at least some audio.Carl Hetherington
2013-07-04Try to wrap ffprobe paths in quotes (may fix #168).Carl Hetherington
2013-07-04Initialise the number of threads to the number of cores in the machine (#170).Carl Hetherington
2013-07-03Make C++ flags available from makedcp.Carl Hetherington
2013-07-03Add some more logging to checking of existing picture MXFs.Carl Hetherington
2013-07-02Remove debug logging.Carl Hetherington
2013-07-01Try to fix end trims again.Carl Hetherington
2013-07-01Fix deadlock.Carl Hetherington
2013-06-28Some more logging for Mikkel.Carl Hetherington
2013-06-28Merge branch 'master' of ssh://carlh.dnsalias.org/home/carl/git/dvdomaticCarl Hetherington
2013-06-28A few OS X build/script fixes.Carl Hetherington
2013-06-28Log state of use_content_audio when starting a DCP transcode.Carl Hetherington
2013-06-28Merge branch 'master' of ssh://carlh.dnsalias.org/home/carl/git/dvdomaticCarl Hetherington
2013-06-27Try moving run_ffprobe to before we start using FFmpeg ourselves.Carl Hetherington
2013-06-27Merge branch 'master' of ssh://carlh.dnsalias.org/home/carl/git/dvdomaticCarl Hetherington
2013-06-27Various bits of backported 1.0Carl Hetherington
2013-06-27Fix quoting for ffprobe.Carl Hetherington
2013-06-27Hopefully fix problems with end-trim not working.Carl Hetherington
2013-06-26Try to fix seeking with FFmpeg.Carl Hetherington
2013-06-26Another try at sorting out the thorny question of timing.Carl Hetherington
2013-06-25Basics of FFmpeg examiner works.Carl Hetherington
2013-06-24Add logging of mount formats in Linux.Carl Hetherington
2013-06-24Fix linux build.Carl Hetherington
2013-06-24Fix ffprobe on windows to work without a command window etc.Carl Hetherington
2013-06-24Try to fix ffprobing.Carl Hetherington
2013-06-24Missing virtual destructor.Carl Hetherington
2013-06-24Quote ffprobe path.Carl Hetherington
2013-06-24Try to fix previous.Carl Hetherington
2013-06-24Try to fix path for ffprobe.Carl Hetherington
2013-06-24Quote stuff when calling ffprobe.Carl Hetherington
2013-06-24Add avdevice DLL to windows installer; log ffprobe command.Carl Hetherington
2013-06-24Try to do ffprobe on content when setting it up.Carl Hetherington
2013-06-21Split examiner parts off decoder.Carl Hetherington
2013-06-21Fix tests.Carl Hetherington
2013-06-20Pull some emacs mode lines.Carl Hetherington
2013-06-20Fix best_dcp_frame_rate.Carl Hetherington
2013-06-20Various fixes to make audio analysis sort-of work.Carl Hetherington
2013-06-20Remove A/B mode for now.Carl Hetherington
2013-06-18Don't get stuck in an infinite loop when avcodec_decode_audio4 returns an error.Carl Hetherington
2013-06-18Rename next -> position in decoders.Carl Hetherington