Some comments.
[dcpomatic.git] / src /
2020-01-08 Carl HetheringtonSome comments.
2020-01-08 Carl HetheringtonSome simple-video-view tidy-ups.
2020-01-08 Carl HetheringtonFix problems when starting to play after a seek, if...
2020-01-08 Carl HetheringtonUse glTexSubImage2D when possible, as suggested by...
2020-01-08 Carl HetheringtonBasic stress-test function for player.
2020-01-08 Carl HetheringtonDon't busy-wait when there's nothing to play.
2020-01-08 Carl HetheringtonSet up things correctly on initialisation.
2020-01-08 Carl HetheringtonFix event handling (hopefully).
2020-01-08 Carl HetheringtonAdd assert.
2020-01-08 Carl HetheringtonCheck that get_next_frame succeeds.
2020-01-08 Carl HetheringtonFix some crashes.
2020-01-08 Carl HetheringtonMore tidying up.
2020-01-08 Carl HetheringtonVarious cleanups and thread-safety.
2020-01-08 Carl HetheringtonRemove some friends from FilmViewer.
2020-01-08 Carl HetheringtonRemove FilmViewer::refresh_view.
2020-01-08 Carl HetheringtonMove _state_timer into VideoView.
2020-01-08 Carl HetheringtonAccessor for ClosedCaptionsDialog.
2020-01-08 Carl HetheringtonSame thing with inter_size.
2020-01-08 Carl HetheringtonMove _inter_position out of FilmViewer.
2020-01-08 Carl HetheringtonMove _dropped into VideoView.
2020-01-08 Carl HetheringtonSmall re-use cleanup.
2020-01-08 Carl HetheringtonImplement GLView::update.
2020-01-08 Carl HetheringtonDon't try opening error dialogues from the GL thread.
2020-01-08 Carl HetheringtonFix display when there is no film.
2020-01-08 Carl HetheringtonAdd comment.
2020-01-08 Carl HetheringtonStart thread when the window will have been created...
2020-01-08 Carl HetheringtonUse VideoView::one_video_frame.
2020-01-08 Carl HetheringtonNicer protection of _player_video. Always run GL threa...
2020-01-08 Carl HetheringtonRemove GL context accessor and hence lock.
2020-01-08 Carl HetheringtonNaming tweak.
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 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 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 HetheringtonStop empty Font IDs in imported DCP subtitles making...
2019-12-14 Carl HetheringtonSupport content version metadata (#782).
2019-12-14 Carl HetheringtonAdd some missing verification messages.
2019-12-14 Carl HetheringtonFix typo.
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 HetheringtonPackage a patched openssl which creates certificates...
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 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 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 HetheringtonNag amount is now in Euros.
2019-11-24 Carl HetheringtonAccept EmptyAssetPathError if it does not lead to anyth...
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 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 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...
next