dcpomatic.git
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2016-05-25 Carl HetheringtonBump libsub.
2016-05-25 Carl HetheringtonBump libdcp for atmos stuff.
2016-05-25 Carl HetheringtonBasics of Atmos content support; can be added to projec...
2016-05-25 Carl Hetheringtonpot/merge.
2016-05-25 Carl HetheringtonChange some uses of frame to sample when talking about...
2016-05-25 Carl HetheringtonAdd VideoMXFContent (part of #803).
2016-05-24 Carl HetheringtonTry to fix non-5 centos builds.
2016-05-24 Carl HetheringtonSpeculative Rec 1886/2020 presets.
2016-05-24 Carl HetheringtonDisallow referencing of Interop DCPs in SMPTE films...
2016-05-24 Carl HetheringtonMissing S_ on translation markup.
2016-05-24 Carl HetheringtonMore Centos 5 hacking.
2016-05-24 Carl HetheringtonYet more Centos 5 hacks.
2016-05-24 Carl HetheringtonTry to fix strangeness with {buildroot} on Centos 5.
2016-05-24 Carl HetheringtonTry to fix centos 6/7 build.
2016-05-23 Carl HetheringtonBump libsub for a parse fix with SubRip.
2016-05-23 Carl HetheringtonFix up configure checks after Centos hacks.
2016-05-23 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-05-23 Carl HetheringtonVarious moderately unpleasant hacks for Centos 5 build.
2016-05-23 Carl HetheringtonMore Centos namespace hackery.
2016-05-23 Carl HetheringtonMissing virtual destructor.
2016-05-23 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-05-23 Carl HetheringtonAttempt to make more concessions for Centos 5.
2016-05-23 Carl HetheringtonBe stricter about curl version.
2016-05-23 Carl HetheringtonMissing virtual destructor.
2016-05-23 Carl HetheringtonFix previous.
2016-05-23 Carl HetheringtonHack to fix build on gcc 4.1.
2016-05-23 Carl HetheringtonBump libdcp again for another Centos fix.
2016-05-23 Carl HetheringtonBump libdcp for Centos 5 build fix.
2016-05-23 Carl HetheringtonFix missing words in properties windows (#874).
2016-05-22 Carl HetheringtonFix two crashes with Debian-shipped FFmpeg.
2016-05-22 Carl HetheringtonBump version
2016-05-22 Carl HetheringtonBump version v2.8.4
2016-05-22 Carl HetheringtonSupporter.
2016-05-18 Carl HetheringtonFix test/data for upmixer test.
2016-05-18 Carl HetheringtonBetter information when check_audio_file fails.
2016-05-18 Carl HetheringtonSome more FFmpeg audio extraction testing.
2016-05-18 Carl HetheringtonFix incorrect scaling of S32LE samples; 1<<31 overflows...
2016-05-18 Carl HetheringtonFix test crash.
2016-05-18 Carl HetheringtonRemove Sndfile code and use FFmpeg instead.
2016-05-18 Carl HetheringtonChange to recover hash.
2016-05-18 Carl HetheringtonMore of previous.
2016-05-18 Carl HetheringtonRe-fix overlap checks for DCP referencing.
2016-05-18 Carl HetheringtonTest crash fix.
2016-05-18 Carl HetheringtonVarious text fixes.
2016-05-18 Carl HetheringtonRemove unnecessary Film variable in ContentPart.
2016-05-18 Carl HetheringtonAnother test fix.
2016-05-18 Carl HetheringtonFix crash.
2016-05-18 Carl HetheringtonFix test crash.
2016-05-18 Carl HetheringtonFix a few crashes.
2016-05-18 Carl HetheringtonFix seek, for video at least.
2016-05-18 Carl HetheringtonBetter summaries for FFmpeg content in the list.
2016-05-18 Carl HetheringtonFix crash with no video.
2016-05-18 Carl HetheringtonMake a DCP in the ffmpeg no-audio test case.
2016-05-18 Carl HetheringtonUse audio length in FFmpegContent if there is no video.
2016-05-18 Carl HetheringtonStore audio length in AudioStream.
2016-05-18 Carl HetheringtonFix crash.
2016-05-18 Carl HetheringtonFix some incorrect dynamic_pointer_casts.
2016-05-18 Carl HetheringtonRename some methods.
2016-05-18 Carl HetheringtonBasics of splitting up Decoder tree like Content.
2016-05-18 Carl HetheringtonPartial work on using a no-video FFmpeg file.
2016-05-18 Carl HetheringtonSome allowances for video/audio/subtitle possibly being...
2016-05-18 Carl HetheringtonAllow content parts to not be preset in XML.
2016-05-18 Carl HetheringtonUse optional<> for _video_stream.
2016-05-18 Carl HetheringtonMove video frame rate ('prepared-for') into Content.
2016-05-18 Carl HetheringtonFix rebase onto master.
2016-05-18 Carl HetheringtonFix rebase onto master.
2016-05-18 Carl HetheringtonFix another crash with no subs.
2016-05-18 Carl HetheringtonFix crash on DCP content with no subs.
2016-05-18 Carl HetheringtonFiddle with some subtitle methods.
2016-05-18 Carl HetheringtonFix some confusions with FFmpeg audio streams.
2016-05-18 Carl HetheringtonFix Player::overlaps for the new world order.
2016-05-18 Carl HetheringtonRemove somewhat irritating logging to stdout.
2016-05-18 Carl HetheringtonClean up; merge two methods.
2016-05-18 Carl HetheringtonFix crash on emitting a signal during a constructor.
2016-05-18 Carl HetheringtonRename video/audio/subtitle part methods.
2016-05-18 Carl HetheringtonRemove unused method.
2016-05-18 Carl HetheringtonSplit audio; builds.
2016-05-18 Carl HetheringtonCopy SingleStreamAudioContent into DCPContent and Sndfi...
2016-05-18 Carl HetheringtonOne missing ->video.
2016-05-18 Carl HetheringtonFix a couple of small type errors.
2016-05-18 Carl HetheringtonAdd maybe_set to ContentPart.
2016-05-18 Carl HetheringtonSubtitle rearrangements.
2016-05-18 Carl HetheringtonBasics of subtitle split.
2016-05-18 Carl HetheringtonTake some stuff out of VideoContent into ContentPart.
2016-05-18 Carl HetheringtonReasonably straightforward stuff; main things are adding
2016-05-18 Carl HetheringtonInnocuous build fixes.
2016-05-18 Carl HetheringtonBasic detach of FFmpegContent, ImageContent, DCPContent
2016-05-18 Carl HetheringtonBasic detachment of VideoContent from Content.
2016-05-18 Carl HetheringtonRemove unused constructor.
2016-05-18 Carl HetheringtonMove UserProperty into its own file.
2016-05-17 Carl HetheringtonBump version
2016-05-17 Carl HetheringtonBump version v2.8.3
2016-05-15 Carl HetheringtonUse CPL title for KDM AnnotationTexts.
2016-05-15 Carl HetheringtonBump libdcp for some test fixes.
2016-05-13 Carl HetheringtonFix hang when examining content containing subtitles.
2016-05-13 Carl HetheringtonSupporter.
2016-05-13 Carl HetheringtonSupporter.
2016-05-12 Carl HetheringtonBump version
2016-05-12 Carl HetheringtonBump version v2.8.2
next