summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-06Double up on DCP-decode prepare threads and readahead as I think it provides ↵v2.13.66Carl Hetherington
a slight performance improvement for playback.
2018-11-06Fix File->Open in player.Carl Hetherington
2018-11-06Move deinterleave of OpenJPEGImage to Image into the prepare(), meaningCarl Hetherington
that it can be multi-threaded. This allows the bit shift for non-12bpp JPEG2000 sources to be done at the same time as the deinterleave. Should speed up DCP playback in some cases.
2018-11-06Make test more like the actual player.Carl Hetherington
2018-11-06Unwrap loop and remove lots of calls to OpenJPEGImage::data.Carl Hetherington
2018-11-06Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2018-11-06Add some code to help with profiling the player.Carl Hetherington
2018-10-31swaroop: beginning of encrypted MP4 / .ecinema.v2.13.65Carl Hetherington
2018-10-31Tweak message.Carl Hetherington
2018-10-28Better library detection for configure checks.Carl Hetherington
2018-10-28More missing libraries for EBUR128 check program.Carl Hetherington
2018-10-28Possibly fix missing EBUR128 options on some builds.Carl Hetherington
2018-10-28Untested loading of playlists into the list view.Carl Hetherington
2018-10-26Flip SPL list and content list.Carl Hetherington
2018-10-26Add empty playlist list and configuration option.Carl Hetherington
2018-10-26Basics of MP4 support in the player.Carl Hetherington
2018-10-26Use Film/Playlist for SPL management rather than special classes.Carl Hetherington
2018-10-25Build on Ubuntu 18.10.Carl Hetherington
2018-10-23Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2018-10-20Fix .po mis-merge.Carl Hetherington
2018-10-20pot/merge.Carl Hetherington
2018-10-20Merge branch 'master' of /home/carl/src/dcpomaticCarl Hetherington
2018-10-20Allow missing string to be translated (#1387).Carl Hetherington
2018-10-20Remove erroneous empty gettext translations.Carl Hetherington
2018-10-20Don't set up new film several times when setting up new SPL in player.Carl Hetherington
2018-10-20const correctness fix.v2.13.64Carl Hetherington
2018-10-20Fix crash on exporting multi-reel to a single file (#1388).Carl Hetherington
2018-10-19Rename player DCP directory to player content; ignore failures to load ↵Carl Hetherington
directories which are not DCPs from the player content directory.
2018-10-19Add decryption support.v2.13.63Carl Hetherington
2018-10-17Revert overwrite changes; remove our replacement of file extension (#1383).v2.13.62Carl Hetherington
2018-10-17Revert "Remove wxWidgets' file overwrite checks in favour of our own ↵Carl Hetherington
(because of #1383)." This reverts commit 3c74b178eeea8418f044877f88e94003605497b6.
2018-10-17Remove wxWidgets' file overwrite checks in favour of our own (because of #1383).Carl Hetherington
2018-10-17Prevent un-prompted overwrite of files when exporting things from config ↵Carl Hetherington
(#1383).
2018-10-17Add some default filenames (#1383).Carl Hetherington
2018-10-16Collect subtitles at the same time before emitting them fromCarl Hetherington
DCPDecoder. Prevents overlaid text in, for example, lines with partial italic.
2018-10-16Updated it_IT translation from Riccardo Mantani.Carl Hetherington
2018-10-16Add another translator to i18nup.Carl Hetherington
2018-10-16Better error when trying to load a DCP from a non-DCP directory in the player.Carl Hetherington
2018-10-16Capitalise first letter of extended errors for appearance sake.Carl Hetherington
2018-10-16Unnecessary using.Carl Hetherington
2018-10-14More detailed ZIP decode errors; fix failure to download some certificates ↵Carl Hetherington
(#1379).
2018-10-14Typo in previous.Carl Hetherington
2018-10-14More detailed ZIP errors.Carl Hetherington
2018-10-14Try to fix crash when zip_open_from_source returns an error.Carl Hetherington
2018-10-14Give a better reason for not referencing when there is a 2K/4K mismatch.v2.13.61Carl Hetherington
2018-10-14Fix bad chars.Carl Hetherington
2018-10-14Remove debug code.Carl Hetherington
2018-10-13Fix build.Carl Hetherington
2018-10-13Improve Windows bad-chars error.Carl Hetherington
2018-10-13Give a more informative error when using bad filename characters on Windows.v2.13.60Carl Hetherington