Add default J2K bandwidth option.
[dcpomatic.git] / src / lib /
2013-07-14 Carl HetheringtonAdd default J2K bandwidth option.
2013-07-14 Carl HetheringtonDon't decode things if they are not enabled.
2013-07-14 Carl HetheringtonResequence video (perhaps) on DCP video frame rate...
2013-07-14 Carl HetheringtonFix piece video_position, player _video_position and...
2013-07-13 Carl HetheringtonMore seek tidying.
2013-07-13 Carl HetheringtonWrite first_audio correctly.
2013-07-13 Carl HetheringtonAnother attempt to fix back / same-frame seeks.
2013-07-13 Carl HetheringtonVarious fixes to PTS mangling.
2013-07-12 Carl HetheringtonTry to improve refetching of last frame and seek backwards.
2013-07-12 Carl HetheringtonRemove entirely untested colour LUT options.
2013-07-12 Carl HetheringtonGet libdcp to do RGB->XYZ conversion.
2013-07-12 Carl HetheringtonUse run-time-generated LUTs for XYZ/RGB conversion.
2013-07-12 Carl HetheringtonRemove unused RGBPlusAlphaImage; merge Image/SimpleImage.
2013-07-12 Carl HetheringtonWhitespace.
2013-07-12 Carl HetheringtonWhitespace.
2013-07-12 Carl HetheringtonTidy up video state identifer code slightly.
2013-07-12 Carl HetheringtonAdd silence padding test.
2013-07-12 Carl HetheringtonMissing libxml++ dep.
2013-07-12 Carl HetheringtonRemove unused variable.
2013-07-11 Carl HetheringtonMerge branch '1.0' of /home/carl/git/dvdomatic into 1.0
2013-07-11 Carl HetheringtonRemove bad attempt at flushing resamplers.
2013-07-11 Carl HetheringtonAdd test for audio delay, and do it in the player rathe...
2013-07-11 Carl HetheringtonMissing initialisation of _info.format; fix audio emiss...
2013-07-11 Carl HetheringtonGPL boilerplate.
2013-07-11 Carl HetheringtonMerge branch '1.0' of /home/carl/git/dvdomatic into 1.0
2013-07-11 Carl HetheringtonUntested audio delay.
2013-07-11 Carl HetheringtonUntested flushing of resamplers.
2013-07-11 Carl HetheringtonBasics of allowing setup of DCP audio channels.
2013-07-11 Carl HetheringtonPrevent crash when there is no subtitle after there...
2013-07-10 Carl HetheringtonMake subtitles work at least a bit.
2013-07-10 Carl HetheringtonMerge branch '1.0' of ssh://carlh.dnsalias.org/home...
2013-07-10 Carl HetheringtonAdd SubtitleContent.
2013-07-10 Carl HetheringtonFix mis-merge of wscript.
2013-07-10 Carl HetheringtonBasic return of subtitles.
2013-07-10 Carl HetheringtonAdd missing virtual content.
2013-07-10 Carl HetheringtonRemove old combiner.cc
2013-07-10 Carl HetheringtonAdd missing virtual destructor.
2013-07-10 Carl HetheringtonRemove erroneous trimmer.cc; use copy for FFMpeg filter...
2013-07-10 Carl HetheringtonMerge branch '1.0' of ssh://carlh.dnsalias.org/home...
2013-07-10 Carl HetheringtonFix audio emission with mapping.
2013-07-10 Carl HetheringtonFix a few warnings.
2013-07-10 Carl HetheringtonMerge branch '1.0' of ssh://carlh.dnsalias.org/home...
2013-07-10 Carl HetheringtonFix initial display to be frame 1, not 2.
2013-07-09 Carl Hetherington_dcp_audio_channels is trying to do the same thing...
2013-07-09 Carl HetheringtonI'm fairly sure seek should be in terms of the content...
2013-07-09 Carl HetheringtonFix cropping of YUV images by amounts that are finer...
2013-07-09 Carl HetheringtonRemove debug.
2013-07-09 Carl HetheringtonHopefully fix seek back/forward.
2013-07-09 Carl HetheringtonVarious fixes; simplification of FilmViewer; make image...
2013-07-09 Carl HetheringtonMerge master.
2013-07-08 Carl HetheringtonMerge branch 'staging'
2013-07-08 Carl HetheringtonSomewhat hacky fix to crashes in A/B with some filters.
2013-07-06 Carl HetheringtonTry to fix build.
2013-07-04 Carl HetheringtonMerge branch 'master' into staging
2013-07-04 Carl HetheringtonPut in silence where there was none.
2013-07-04 Carl HetheringtonPad silence for things that already have at least some...
2013-07-03 Carl HetheringtonTry to wrap ffprobe paths in quotes (may fix #168).
2013-07-03 Carl HetheringtonInitialise the number of threads to the number of cores...
2013-07-03 Carl HetheringtonMake C++ flags available from makedcp.
2013-07-03 Carl HetheringtonAdd some more logging to checking of existing picture...
2013-07-02 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2013-07-02 Carl HetheringtonRemove debug logging.
2013-07-01 Carl HetheringtonMerge branch 'master' of ssh://houllier/home/carl/git...
2013-07-01 Carl HetheringtonTry to fix end trims again.
2013-07-01 Carl HetheringtonFix deadlock.
2013-06-30 Carl HetheringtonMerg..
2013-06-28 Carl HetheringtonSome more logging for Mikkel.
2013-06-28 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2013-06-28 Carl HetheringtonA few OS X build/script fixes.
2013-06-28 Carl HetheringtonLog state of use_content_audio when starting a DCP...
2013-06-28 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2013-06-27 Carl HetheringtonMerge branch 'test-fixes'
2013-06-27 Carl HetheringtonTry moving run_ffprobe to before we start using FFmpeg...
2013-06-27 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2013-06-27 Carl HetheringtonVarious bits of backported 1.0
2013-06-27 Carl HetheringtonFix quoting for ffprobe.
2013-06-26 Carl HetheringtonHopefully fix problems with end-trim not working.
2013-06-26 Carl HetheringtonTry to fix seeking with FFmpeg.
2013-06-26 Carl HetheringtonAnother try at sorting out the thorny question of timing.
2013-06-26 Carl HetheringtonImprove FFmpeg sync, in theory.
2013-06-26 Carl HetheringtonRemove some debug.
2013-06-26 Carl HetheringtonRemove one debugging line.
2013-06-26 Carl HetheringtonTests pass.
2013-06-26 Carl HetheringtonBuilds again.
2013-06-26 Carl HetheringtonHacks.
2013-06-25 Carl HetheringtonBasics of FFmpeg examiner works.
2013-06-24 Carl HetheringtonAdd logging of mount formats in Linux.
2013-06-24 Carl HetheringtonFix linux build.
2013-06-24 Carl HetheringtonFix ffprobe on windows to work without a command window...
2013-06-24 Carl HetheringtonTry to fix ffprobing.
2013-06-24 Carl HetheringtonMissing virtual destructor.
2013-06-24 Carl HetheringtonQuote ffprobe path.
2013-06-24 Carl HetheringtonTry to fix previous.
2013-06-24 Carl HetheringtonTry to fix path for ffprobe.
2013-06-24 Carl HetheringtonQuote stuff when calling ffprobe.
2013-06-23 Carl HetheringtonAdd avdevice DLL to windows installer; log ffprobe...
2013-06-23 Carl HetheringtonTry to do ffprobe on content when setting it up.
2013-06-21 Carl HetheringtonSplit examiner parts off decoder.
2013-06-21 Carl HetheringtonFix tests.
2013-06-20 Carl HetheringtonPull some emacs mode lines.
next