test/data updates.
[dcpomatic.git] / src /
2015-06-09 Carl HetheringtonRemove unused variable.
2015-06-09 Carl HetheringtonTidy layout of keys prefs a bit (#460).
2015-06-09 Carl HetheringtonUpdate hints properly when fonts are changed.
2015-06-09 Carl HetheringtonHide Font members behind accessors.
2015-06-09 Carl HetheringtonAdd hint about > 640kB font files (#588).
2015-06-09 Carl HetheringtonSubtitle naming fixes.
2015-06-09 Carl HetheringtonBump libdcp.
2015-06-08 Carl HetheringtonMerge.
2015-06-08 Carl HetheringtonSome work on SMPTE subs.
2015-06-08 Carl HetheringtonFix detection of same-frame to speed up simple encodes...
2015-06-08 Carl HetheringtonAdd basic ::same for RawImageProxy and J2KImageProxy.
2015-06-08 Carl HetheringtonDefault to enabling DCP/SubRip subtitles after they...
2015-06-08 Carl HetheringtonAdapt for changes to libdcp API.
2015-06-04 Carl HetheringtonAnother OS X warning fix.
2015-06-04 Carl HetheringtonTry to fix some warnings on OS X.
2015-06-03 Carl HetheringtonFix horizontal positioning with .srt / burn-in (#488).
2015-06-03 Carl HetheringtonVarious fixes to allow independent x and y scaling...
2015-06-03 Carl HetheringtonWrite prefs to ~/Library/Preferences on OS X.
2015-06-03 Carl HetheringtonMake show audio work on the whole DCP, not individual...
2015-06-03 Carl HetheringtonFix comment typo.
2015-06-03 Carl HetheringtonPreserve row names across update_cells().
2015-06-03 Carl HetheringtonVarious work on audio mapping.
2015-06-03 Carl HetheringtonFix confusion with AUDIO_STREAMS property.
2015-06-03 Carl HetheringtonFix UI update when audio processor changes.
2015-06-03 Carl HetheringtonLayout tweaks.
2015-06-03 Carl HetheringtonFix serialisation of FirstAudio.
2015-06-02 Carl HetheringtonAnother build fix for Win32.
2015-06-02 Carl HetheringtonTry to fix Win32 build.
2015-06-02 Carl Hetherington26d4079c0a1eb010b0909e8f046f04381408b6f3 from master...
2015-06-02 Carl Hetherington21cb435ed5eb250a7f94887ddd75f6b367ea231f from master...
2015-06-02 Carl HetheringtonFix startup crash.
2015-06-02 Carl HetheringtonLayout tweak.
2015-06-02 Carl HetheringtonFix unsafe unlocked leak of reference.
2015-06-02 Carl HetheringtonApply single-processor branch manually; processor is...
2015-06-02 Carl HetheringtonHandle multiple audio streams in a single piece of...
2015-06-01 Carl HetheringtonMerge branch '2.0' of ssh://git.carlh.net/home/carl...
2015-05-29 Carl HetheringtonSupporter.
2015-05-27 Carl HetheringtonFFmpegContent does not need audio_length().
2015-05-27 Carl HetheringtonThinko.
2015-05-27 Carl HetheringtonFix some uninitialised variables.
2015-05-27 Carl HetheringtonUntested use of Frame for video/audio content lengths.
2015-05-26 Carl Hetherington{Video,Audio}Frame -> Frame.
2015-05-26 Carl HetheringtonImprove implementation of ContentTime/DCPTime.
2015-05-26 Carl HetheringtonComment.
2015-05-26 Carl HetheringtonFix recovery of partial video MXF.
2015-05-26 Carl HetheringtonSlightly-improved log message.
2015-05-26 Carl HetheringtonTypo in colour conversion preset name.
2015-05-25 Carl HetheringtonCopy DCP name layout fix from master.
2015-05-25 Carl Hetherington48393469730c8fb8759cc41d50c95c26380991be from master...
2015-05-25 Carl Hetheringtond588620e70bf15da29cc242e4ae8d86977e8f36a from master...
2015-05-25 Carl Hetheringtonb37e348604b75f346c8b423dd6b67a4663102871 from master...
2015-05-25 Carl Hetherington5b5c36d28d07e8cd93af5a3f766fd95f2a506beb from master...
2015-05-25 Carl Hetheringtonaaae1b20f7029d0a9a66d6f45a285fab23ecf621 from master...
2015-05-25 Carl Hetheringtona914ff2d9e06893328abee2fe40fb7b82ac89c02 from master...
2015-05-25 Carl Hetherington19940a8e1ff462e567fbf79ccf5ce81a57444f8b from master...
2015-05-25 Carl Hetherington11b5bf6229b8713dffde89a777cd5181335136f6 from master...
2015-05-25 Carl HetheringtonMake content colour version dialogue shorter in height.
2015-05-25 Carl HetheringtonRemove user-configurable colour conversion presets.
2015-05-24 Carl Hetheringtonc7f2d098e2c1201c84552a1972453e7b75a64c5d from master...
2015-05-24 Carl Hetherington3cb5a4c2064d4cf4d8cbdca75a84615a6c56fb7c from master...
2015-05-23 Carl HetheringtonFix finding of existing picture MXF.
2015-05-23 Carl HetheringtonFix deadlock.
2015-05-23 Carl HetheringtonRename mutex to avoid confusion.
2015-05-22 Carl Hetherington6ebdd1b08ec3156c637db59d6a42efc8fa63ab8f from master...
2015-05-21 Carl Hetheringtonavfilter_graph_parse frees inputs and outputs passed...
2015-05-20 Carl HetheringtonMerge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
2015-05-20 Carl HetheringtonDon't put servers on the list if they report the wrong...
2015-05-17 Carl Hetherington37423292ff0ff0210a2eeb4b2eea6740dcfa0a64 from master...
2015-05-14 Carl HetheringtonObey DCPOMATIC_LINUX_SHARE_PREFIX in non-debug as well...
2015-05-13 Carl HetheringtonMerge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
2015-05-13 Carl HetheringtonFix test reference after subtitle fixes.
2015-05-13 Carl HetheringtonToken effort toward non-bitmap subtitles from FFmpegDec...
2015-05-13 Carl HetheringtonPort XML audio analysis code from master.
2015-05-13 Carl HetheringtonRename UISignaller -> SignalManager.
2015-05-13 Carl HetheringtonFix crashes on x-thread signal emission.
2015-05-13 Carl HetheringtonTry to fix build.
2015-05-13 Carl HetheringtonFix missing audio mapping digest in FFmpegContent audio...
2015-05-13 Carl HetheringtonDon't allow image subtitle store to get too big.
2015-05-13 Carl HetheringtonDon't bother decoding video frames when we're seeking...
2015-05-12 Carl HetheringtonLook up unknown subtitle end times from the data prepar...
2015-05-12 Carl HetheringtonAssorted image subtitle fixes.
2015-05-10 Carl HetheringtonMore build fixes.
2015-05-10 Carl HetheringtonMore build fixes.
2015-05-10 Carl HetheringtonMerge branch '2.0' of ssh://main.carlh.net/home/carl...
2015-05-10 Carl HetheringtonTry to fix build.
2015-05-10 Carl HetheringtonPossibly inaccurate port of master; build system cleanups.
2015-05-09 Carl Hetheringtoneebb00c092e568a14c0af3ce513d34f6b4ee834d from master...
2015-05-09 Carl Hetherington0dd1bec30fed2c10ef01cc7782e331ea0d1a1f47 from master...
2015-05-09 Carl Hetherington7fd73c0cf1f723896826c77fec3720c5c404d4e8 from master...
2015-05-09 Carl HetheringtonApply a modified version of 7c76bbb0c989cb5e5e552f28668...
2015-05-09 Carl Hetherington9a5d37cbc5be0bae532baafeb8df0616e10f3824 from master...
2015-05-09 Carl HetheringtonSearch in the right window when using FindWindowById.
2015-05-09 Carl Hetherington711c36c150f3efffd64875399ada94baafb87cb1 from master...
2015-05-07 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/dcpomatic into 2.0
2015-05-07 Carl HetheringtonOnly write config on change from the UI, not (say)...
2015-05-07 Carl HetheringtonUse checked_set in ConfigDialog.
2015-05-06 Carl HetheringtonWrite subtitle stuff to a subdirectory based on ID.
2015-05-06 Carl HetheringtonFix writing of LoadFont tags in subtitles.
2015-05-06 Carl HetheringtonUse Unknown for language in subtitles if no language...
2015-05-04 Carl HetheringtonTry to fix build.
next