Merge master.
[dcpomatic.git] / src / lib / film.cc
2013-01-13 Carl HetheringtonSome comment tweaks; a little more logging.
2013-01-13 Carl HetheringtonFix content length logging.
2013-01-12 Carl HetheringtonUntested support for splitting into multiple reels...
2013-01-12 Carl HetheringtonTry to move J2K bandwidth and colour LUT to be per...
2013-01-11 Carl HetheringtonA couple more things in the log.
2013-01-06 Carl HetheringtonA bit more logging.
2012-12-22 Carl HetheringtonAdd -Wextra and fix the warnings.
2012-12-20 Carl HetheringtonMerge branch 'video-player' of /home/carl/git/dvdomatic...
2012-12-19 Carl HetheringtonRe-work again so that there's just one encoder; various...
2012-12-19 Carl HetheringtonUI tweaks for still image DCPs with audio.
2012-12-19 Carl HetheringtonFix merge.
2012-12-18 Carl HetheringtonMerge branch 'master' into video-player
2012-12-17 Carl HetheringtonMinimum still duration of 1s; give new content a defaul...
2012-12-17 Carl HetheringtonVarious fixes to still-image mode.
2012-12-16 Carl HetheringtonA few fixes to still image mode.
2012-12-16 Carl HetheringtonDo content digest in the examine contents job (fixes...
2012-12-16 Carl HetheringtonMerge speed-up branch.
2012-12-16 Carl HetheringtonRevert "Skipping hacks."
2012-12-16 Carl HetheringtonSplit Options into encode / decode.
2012-12-16 Carl HetheringtonIntegrated FFmpeg player (slow).
2012-12-15 Carl HetheringtonRemove thumbnailing stuff.
2012-12-15 Carl HetheringtonSkipping hacks.
2012-12-15 Carl HetheringtonMerge branch 'master' into speed-up
2012-12-10 Carl HetheringtonMerge branch 'master' into speed-up
2012-12-10 Carl HetheringtonFix merge.
2012-12-10 Carl HetheringtonTry to allow users to specify that the film's header...
2012-12-10 Carl HetheringtonAdd trust content header switch.
2012-12-04 Carl HetheringtonMerge master.
2012-12-04 Carl HetheringtonMerge branch 'dead-wood'
2012-12-03 Carl HetheringtonRemove film player, DVD ripping, alignment, screen...
2012-11-19 Carl HetheringtonRemove never-tested DVD ripping / title code.
2012-11-18 Carl HetheringtonFix mis-alignment of copied AlignedImages; add some...
2012-11-18 Carl HetheringtonTry to fix back compat.
2012-11-17 Carl HetheringtonAnother attempt to do external audio moderately nicely.
2012-11-15 Carl HetheringtonUntested external audio support; AB transcodes still...
2012-11-15 Carl HetheringtonDefault to using a DCI name.
2012-11-15 Carl HetheringtonTry to fix back compat.
2012-11-14 Carl HetheringtonTry a bit of backwards compatibility in state file.
2012-11-14 Carl HetheringtonBe slightly more backwards compatible.
2012-11-14 Carl HetheringtonUse ImageMagick for tiff decoding too.
2012-11-12 Carl HetheringtonMerge ChangeLog.
2012-11-11 Carl HetheringtonRename use_source_audio to use_content_audio.
2012-11-10 Carl HetheringtonMerge master.
2012-11-10 Carl HetheringtonFix crash on trying to obtain a DCI name without an...
2012-11-10 Carl HetheringtonMore various AudioStream hacks.
2012-11-07 Carl HetheringtonGUI and metadata for external audio.
2012-11-05 Carl HetheringtonMove trimming into the encoder; seems to be cleaner.
2012-11-04 Carl HetheringtonVarious range fixes.
2012-11-04 Carl HetheringtonFix merge; other tweaks.
2012-11-04 Carl HetheringtonRevert "Remove minimal flag."
2012-11-04 Carl HetheringtonRemove minimal flag.
2012-11-04 Carl HetheringtonVarious work on range setting.
2012-11-04 Carl HetheringtonMerge master.
2012-11-04 Carl HetheringtonSkip every other frame with 50fps sources.
2012-11-04 Carl HetheringtonUntested trim of start and end.
2012-11-04 Carl HetheringtonRemove trim action settings.
2012-10-26 Carl HetheringtonFix up another deadlock. Tidy tests slightly.
2012-10-26 Carl HetheringtonTry to fix name problems if an encode crosses midnight.
2012-10-25 Carl HetheringtonTry to clean up Film locking a bit.
2012-10-25 Carl HetheringtonTry to fix range UI a little.
2012-10-25 Carl HetheringtonFix up ze tests.
2012-10-24 Carl HetheringtonFix deadlock on saving metadata.
2012-10-24 Carl HetheringtonMissing namespace qualifier.
2012-10-24 Carl HetheringtonMissing examine_content() call after it is set.
2012-10-24 Carl HetheringtonFix shared_ptr for Film.
2012-10-24 Carl HetheringtonTry to clean up source length handling.
2012-10-24 Carl HetheringtonUse boost::signals2; fix bugs with x-thread signalling.
2012-10-24 Carl HetheringtonTidy up now we have a x-thread signaller.
2012-10-24 Carl HetheringtonMake Film state thread-safe.
2012-10-24 Carl HetheringtonCross-thread UI signalling.
2012-10-24 Carl HetheringtonMerge FilmState / Film.
2012-10-22 Carl HetheringtonDo audio/video pts sync in a hopefully much more sensib...
2012-10-22 Carl HetheringtonTry to make audio discard work properly.
2012-10-21 Carl HetheringtonDon't report .tmp files as valid thumbs.
2012-10-21 Carl HetheringtonPartial merge of examine content and thumbnail jobs.
2012-10-20 Carl HetheringtonRemove unused variable.
2012-10-18 Carl HetheringtonCommenting tweaks.
2012-10-17 Carl HetheringtonRe-work FilmState / Film relationship a bit; Film now...
2012-10-17 Carl HetheringtonUpdate stream choices correctly when changed.
2012-10-17 Carl HetheringtonBasic support for selection of audio / subtitle streams.
2012-10-16 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-10-16 Carl HetheringtonPartial attempt at cleanup of naming straight vs DCI.
2012-10-16 Carl HetheringtonClumsy DCI naming dialog.
2012-10-15 Carl HetheringtonFactor out key-value code.
2012-10-15 Carl HetheringtonUnholy melange of stuff; setup a standard test config...
2012-10-15 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-10-14 Carl HetheringtonMerge branch 'subs'
2012-10-14 Carl HetheringtonVarious fixes to subtitling.
2012-10-11 Carl HetheringtonBasic sub offset support.
2012-10-11 Carl HetheringtonUse PNG for thumbs so that we get alpha blending in...
2012-10-10 Carl HetheringtonThumbs sort of have subs.
2012-10-10 Carl HetheringtonMerge branch 'master' into subs
2012-10-10 Carl HetheringtonTry to not start jobs if a dependant fails.
2012-10-10 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-10-09 Carl HetheringtonMake subtitle addition optional.
2012-10-09 Carl HetheringtonMerge branch 'master' into subs
2012-10-09 Carl HetheringtonRemove some unnecessary code.
2012-10-07 Carl HetheringtonSplit Format into Fixed and Variable so that sources...
2012-10-07 Carl HetheringtonCreate film directory in constructor.
2012-10-03 Carl HetheringtonMerge.
next