dcpomatic.git
2020-01-08 Carl HetheringtonClean up access to stuff from Film.
2020-01-08 Carl HetheringtonA little thread safety.
2020-01-08 Carl HetheringtonVarious timing hacks and development.
2020-01-08 Carl HetheringtonRemove PositionChanged in favour of consumers having...
2020-01-08 Carl HetheringtonHack around changes in main branch with respect to...
2020-01-08 Carl HetheringtonBarely-functioning GL playback with new arrangement.
2020-01-08 Carl HetheringtonAdd FIXME.
2020-01-08 Carl HetheringtonAdd FilmViewer::time_until_next_frame.
2020-01-08 Carl HetheringtonAdd accessor for butler.
2020-01-08 Carl HetheringtonMove _player_video into VideoView.
2020-01-08 Carl HetheringtonMove display_player_video into SimpleVideoView.
2020-01-08 Carl HetheringtonMove FilmViewer::get() into SimpleVideoView.
2020-01-08 Carl HetheringtonRemove temporary access to timer() method.
2020-01-08 Carl HetheringtonRemove redundant FilmViewer::video_position() and use...
2020-01-08 Carl HetheringtonUse FilmViewer::{film,playing,position}()
2020-01-08 Carl HetheringtonMove ::timer into SimpleVideoView.
2020-01-07 Carl HetheringtonFix typo causing failures to update the preview after...
2020-01-07 Carl HetheringtonExtend the amount of allowed disagreement between the...
2020-01-06 Carl HetheringtonMove credentials settings into certificate download...
2020-01-05 Carl HetheringtonHappy new year.
2020-01-03 Carl HetheringtonFix failure to save screen notes when making a new...
2019-12-27 Carl HetheringtonAdd --config option to dcpomatic2 (#1703).
2019-12-27 Carl HetheringtonAdd --version option to main DCP-o-matic.
2019-12-23 Carl HetheringtonTweak certficate chain dialogue layout (#1530).
2019-12-23 Carl HetheringtonAnother comment typo.
2019-12-23 Carl HetheringtonFix error when trying to make DCP-o-matic DKDMs due...
2019-12-19 Carl HetheringtonComment typo.
2019-12-19 Carl HetheringtonRemove our forcing of analyzeduration and probesize...
2019-12-19 Carl HetheringtonAdd an output audio matrix (#1482).
2019-12-19 Carl HetheringtonMove sound output driver selection into new preferences...
2019-12-19 Carl HetheringtonAdd an assertion.
2019-12-18 Carl HetheringtonAccept float fps when getting timecodes from the Timeco...
2019-12-17 Carl HetheringtonAdd missing library to OS X build. v2.15.39
2019-12-17 Carl HetheringtonAllow configuration of relevant log levels in the playe...
2019-12-16 Carl HetheringtonFlush audio decoder when a DCPDecoder finishes so that
2019-12-15 Carl HetheringtonSort out test/data commit history a little. v2.15.38
2019-12-15 Carl HetheringtonStop empty Font IDs in imported DCP subtitles making...
2019-12-15 Carl HetheringtonUpdated test reference for new metadata tag.
2019-12-14 Carl HetheringtonSupport content version metadata (#782).
2019-12-14 Carl HetheringtonAdd some missing verification messages.
2019-12-14 Carl HetheringtonTypo in installation copying.
2019-12-14 Carl HetheringtonFix typo.
2019-12-14 Carl HetheringtonFix xerces win32 wscript typo.
2019-12-13 Carl HetheringtonTry a simpler, monochrome icon for the server taskbar...
2019-12-12 Carl HetheringtonUse the new libdcp xerces stuff and install the require...
2019-12-10 Carl HetheringtonMake terminate_threads() less likely to leave _threads...
2019-12-10 Carl HetheringtonFix crash on hotkey-opening the menu then pressing...
2019-12-09 Carl Hetheringtondcpomatic_create should respond to --version on stdout...
2019-12-08 Carl HetheringtonThrow errors from CPLSummary constructor if the DCP...
2019-12-06 Carl HetheringtonAdjust for changes to libdcp API.
2019-12-04 Carl HetheringtonAdd openssl licence to source tree. v2.15.37
2019-12-04 Carl HetheringtonPackage a patched openssl which creates certificates...
2019-12-03 Carl HetheringtonWhitespace fixes.
2019-12-03 Carl Hetheringtonasdcplib now suffixed with -carl not -cth.
2019-12-03 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home...
2019-12-03 Carl Hetheringtonrtaudio repo tidied up; should be no code changes.
2019-12-02 Carl HetheringtonAdjust some test KDM timings so as not to trip the...
2019-12-01 Carl Hetherington.gitignore update.
2019-12-01 Carl HetheringtonUpdate test/data after changes to audio PTS handling...
2019-12-01 Carl HetheringtonNice error when a KDM cannot be made because its validi...
2019-12-01 Carl HetheringtonFix audio pts accuracy from previous.
2019-11-30 Carl HetheringtonSome drive discovery hacks.
2019-11-30 Carl HetheringtonMore accurate calculation of export video pts; may...
2019-11-30 Carl HetheringtonTry to improve the checking for overwrite of export...
2019-11-30 Carl HetheringtonSome more pts timing analysis.
2019-11-30 Carl HetheringtonDon't say we're encoding at 0fps when we're waiting...
2019-11-30 Carl HetheringtonCut down the time before fps starts to be reported...
2019-11-30 Carl HetheringtonFix crash when exporting a 2D project containing 3D...
2019-11-29 Carl HetheringtonCatch attempts to make a DCP when all content has been...
2019-11-26 Carl HetheringtonAdd the same fonts.conf change that OS X has to Windows...
2019-11-26 Carl HetheringtonNag amount is now in Euros.
2019-11-24 Carl HetheringtonAccept EmptyAssetPathError if it does not lead to anyth...
2019-11-23 Carl HetheringtonIgnore vim-lsp.log.
2019-11-20 Carl HetheringtonPut the timecode next to the rewind-to-0 button to... v2.15.36
2019-11-20 Carl HetheringtonRestore checking of 2D files that are incorrectly set...
2019-11-19 Carl HetheringtonDon't announce job is finished until things have been...
2019-11-19 Carl HetheringtonFix problems with playing back 3D DCPs and with inserti...
2019-11-17 Carl HetheringtonMore adventures in GCC warning flags. v2.15.35
2019-11-17 Carl HetheringtonDon't use -Wno-deprecated-copy on older GCC. v2.15.34
2019-11-17 Carl HetheringtonQuell some warnings.
2019-11-17 Carl HetheringtonFix casting of bytes to words, and hence (hopefully...
2019-11-13 Carl HetheringtonFix warning.
2019-11-12 Carl HetheringtonFix crash when calling DCPContent::examine with no... v2.15.33
2019-11-11 Carl HetheringtonAdd a warning message about Windows controlled folder...
2019-11-11 Carl HetheringtonDon't trust video timestamps from FFmpegDecoder. v2.15.32
2019-11-11 Carl HetheringtonMake DecoderPart::_position an optional.
2019-11-11 Carl HetheringtonFix comment.
2019-11-08 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home... v2.15.31
2019-11-08 Carl Hetheringtoncheck_packets.py hack tweaks.
2019-11-08 Carl HetheringtonTry to fix no-stretch / no-scale for non-square pixels... v2.15.30
2019-11-06 Carl HetheringtonRemove duplicate log introduced by previos.
2019-11-06 Carl HetheringtonMore logging when finding assets to put in reels.
2019-11-06 Carl HetheringtonTry to ignore exceptions thrown from boost::filesystem...
2019-11-05 Carl HetheringtonDifferentiate between stop and suspend in player.
2019-11-05 Carl HetheringtonDon't request idle get if we are starting playback...
2019-11-05 Carl HetheringtonRemove dubious _buffers_mutex and maintain a lock on...
2019-11-05 Carl HetheringtonProvide some test references.
2019-11-04 Carl HetheringtonYet more waking (in hash computation).
2019-11-04 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home... v2.15.29
2019-11-04 Carl HetheringtonHack for python 3 compatibility (Fedora 31).
next