summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-05-07Merge branch '1.0' of git.carlh.net:git/dcpomatic into 2.0Carl Hetherington
2015-05-07Only write config on change from the UI, not (say) from tests.Carl Hetherington
2015-05-07Use checked_set in ConfigDialog.Carl Hetherington
2015-05-07Write subtitle stuff to a subdirectory based on ID.Carl Hetherington
2015-05-07Fix writing of LoadFont tags in subtitles.Carl Hetherington
2015-05-06Use Unknown for language in subtitles if no language has been specified.Carl Hetherington
2015-05-04Try to fix build.Carl Hetherington
2015-05-04278e253fad54299c2f5a2b1ece9413dc6da49d4a from master; move ↵Carl Hetherington
restore-default-preferences.
2015-05-0498772641729700876a0e51e3d001649cd1624046 from master; Windows crash fix.Carl Hetherington
2015-05-04701e75b87018ab1ec831f84b5325a0c76bd9f6ba from master; content properties dialog.Carl Hetherington
2015-05-03Tweak tagline.Carl Hetherington
2015-05-02Remove approximate size stuff where playback viewer would roundCarl Hetherington
down to nearest 4 pixels to try and speed up scaling. It didn't work as the two estimates of what would be scaled didn't always agree. It could probably be resurrected.
2015-05-01Fix last-but-one commit.Carl Hetherington
2015-05-01f45b53e8f5d13f3dd3eecd14bfd44a12fb788d4e from master; ignore ._ files.Carl Hetherington
2015-04-30Try to fix OS X build.Carl Hetherington
2015-04-30Try to fix Windows build.Carl Hetherington
2015-04-30Various bits related to subtitle font handling, particularly copying fonts ↵Carl Hetherington
to the DCP.
2015-04-29Fix some missing enable/disable in the video panel.Carl Hetherington
2015-04-29Hand-apply 0faa096dd8e3f8a5ba3975a88aaf6d1994866604 from master; improve ↵Carl Hetherington
disk space check wrt hard links.
2015-04-29Hand-apply 62f8054d65a8bd31689fc0c977c1bb2385e71afa from master; config of ↵Carl Hetherington
encryption key.
2015-04-29Bump SERVER_LINK_VERSION after ColourConversion changes.Carl Hetherington
2015-04-29Hand-apply 2ee558ec90623b570360e8e55c918b5bb37f9aac from master; various ↵Carl Hetherington
snapping fixes.
2015-04-29Hand-apply a2f776bd239ef1a744c1a9fea841ac0a51c4f33b from master; more ↵Carl Hetherington
deflickering.
2015-04-29Hand-apply b737b25e10a4bcfb8cb645e95a089192347b4805 from master; more ↵Carl Hetherington
deflickering.
2015-04-29Hand-apply 077d2abb480a883119783db3f957f175e22e543b from master; stop more ↵Carl Hetherington
flickering when dragging in the timeline in OS X.
2015-04-24Tested by.Carl Hetherington
2015-04-24Fix crash due to static initialisation order nastiness.Carl Hetherington
2015-04-23Merge branch '2.0' of ssh://main.carlh.net/home/carl/git/dcpomatic into 2.0Carl Hetherington
2015-04-23Add Jianguo Huang as author.Carl Hetherington
2015-04-22Add P3 colour conversion preset.Carl Hetherington
2015-04-22Actually use YUV->RGB setting when converting.Carl Hetherington
2015-04-22Fix ID numbering.Carl Hetherington
2015-04-22Various changes to colour conversion specification to use chromaticities.Carl Hetherington
2015-04-21Supporters.Carl Hetherington
2015-04-21Hand-apply dbaf6da70557cc94550e95130cb697ce6a100586 from master;Carl Hetherington
use the picture MXF's filename decided at the start of the encode the whole way through the encode.
2015-04-21Hand-apply bd7102b476c631b1fa9067f18ce938d86073f6c8; single-file hashes.Carl Hetherington
2015-04-20Hand-apply 9a90f25eb891d7d590563c0ce1597de4da8ff575; bind toCarl Hetherington
wxEVT_COMMAND_TEXT_UPDATED as well as wxEVT_COMMAND_SPINCTRL_UPDATED on the JPEG2000 control otherwise entering a value using the keyboard directly before doing "Make DCP" can seemingly result in the new value not being read in until after the video MXF filename has been decided. This results in a file not found at the end of the encode.
2015-04-16Add our own raw_convert that uses SafeStringStream.Carl Hetherington
2015-04-16A few missing checks on the return value of fopen_boost.Carl Hetherington
2015-04-16Merge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0Carl Hetherington
2015-04-16Apply 9d49a592519fc7f0141e2a1a9fee0043776952ac; fix drag-and-drop and sort ↵Carl Hetherington
image filenames.
2015-04-15Catch case where fopen_boost returns 0 in fake_write.Carl Hetherington
2015-04-1500cc8646894f6519d1e2726f3e7a4fbc1e11d8f3 from master; make the config dialog ↵Carl Hetherington
update itself when the configuration changes, and add a menu option to restore the default configuration.
2015-04-12Fix ISDCF name test and add check to see if a mapped channel is included in ↵Carl Hetherington
the DCP.
2015-04-12Hand-apply c165ea8ccadf5bb8c4401a23bb2e998fabdc8a9b from master.Carl Hetherington
2015-04-12Hand-apply bb070db1b36020058b010057b08ae78e6243d2d0 from master.Carl Hetherington
2015-04-12Hand-apply 1b68e4de5260a08e7f06a1b802cfc7eb41cd4be8 from master.Carl Hetherington
2015-04-12Hand-apply 97dde0e6d77b874742161703944d60524023664e from master.Carl Hetherington
2015-03-25Remove Scaler config and use SWS_BICUBIC everywhere.Carl Hetherington
2015-03-25Hand-apply ec3e6abf817b84d589f0782b01f5059dd3bf0953; only allow evenCarl Hetherington
DCP audio channel counts between 2 and 16 inclusive.