More accurate calculation of export video pts; may fix #1663.
[dcpomatic.git] / src / lib /
2019-11-30 Carl HetheringtonMore accurate calculation of export video pts; may...
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 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 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...
2019-11-05 Carl HetheringtonRemove dubious _buffers_mutex and maintain a lock on...
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 HetheringtonAdd some new Waker calls.
2019-11-04 Carl HetheringtonFix incorrect images when cropping without stretch.
2019-11-04 Carl HetheringtonFix out-of-bounds read when cropping JPEG2000 images...
2019-11-01 Carl HetheringtonIncrease fudge factor at the boundary between audio...
2019-10-31 Carl HetheringtonMake separate reels for parts of the timeline with...
2019-10-31 Carl HetheringtonFix incorrect reels when the first content is not at...
2019-10-31 Carl HetheringtonPrevent reference/reel setting controls getting stuck...
2019-10-31 Carl HetheringtonAdd comment.
2019-10-30 Carl HetheringtonFix dying butler on changing CPL from one without to... v2.15.28
2019-10-27 Carl HetheringtonFix thinko in previous.
2019-10-27 Carl HetheringtonProtect cross-thread access to _pending_images.
2019-10-26 Carl HetheringtonAvoid unnecessary re-writes of video assets if they... v2.15.26
2019-10-26 Carl HetheringtonPut encryption key into the video identifier so that...
2019-10-25 Carl HetheringtonPrevent calls to erase with invalid keys.
2019-10-21 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home... v2.15.25
2019-10-21 Carl HetheringtonMerge branch 'v2.15.x' of ssh://localhost:2222/home...
2019-10-21 Carl HetheringtonCopy with progress updates when we might copy long...
2019-10-20 Carl HetheringtonRename dcpomatic_sleep -> dcpomatic_sleep_seconds.
2019-10-18 Carl HetheringtonISDCF name fixes with > 6 channels and HI/VI (#1633).
2019-10-15 Carl HetheringtonFix assertion failure on making a VF, in certain circum...
2019-10-14 Carl HetheringtonAdd a comment. v2.15.23
2019-10-14 Carl HetheringtonMerge branch 'v2.15.x' of ssh://localhost:2222/home...
2019-10-13 Carl HetheringtonHide the upmixers unless an "advanced" configuration... v2.15.22
2019-10-13 Carl HetheringtonFix failure to load OV after adding a VF to a project.
2019-10-13 Carl HetheringtonTweak hint.
2019-10-08 Carl HetheringtonFix cross-thread access to info files. May help with...
2019-09-29 Carl HetheringtonImprove OpenFileError so that it doesn't say "opening... v2.15.20
2019-09-27 Carl HetheringtonFix failure to playback encrypted DCPs, introduced...
2019-09-19 Carl HetheringtonAdd a warning log when an assertion gets hit.
2019-09-09 Carl Hetheringtonpot/merge. v2.15.19
2019-09-09 Carl HetheringtonStop crashing when running the hints check on films...
2019-09-08 Carl HetheringtonHandle errors a little better when scanning for closed...
2019-09-08 Carl HetheringtonMake sure subtitle exports have .xml extension.
2019-09-08 Carl HetheringtonWrite empty files when exporting subtitles and finding...
2019-09-03 Carl HetheringtonDon't force 24fps onto every DCP made by dcpomatic_crea...
2019-08-31 Carl HetheringtonPrimitive subtitle export feature. v2.15.16
2019-08-30 Carl HetheringtonMake player more tolerant of some DCP errors.
2019-07-30 Carl HetheringtonAvoid random black gaps between bits of content A and... v2.15.15
2019-07-25 Carl HetheringtonOptimise decoder_factory for DCPDecoder by offering...
2019-07-25 Carl HetheringtonFix erroneous content change message.
2019-07-24 Carl HetheringtonRe-work idle handling from previous commit.
2019-07-24 Carl HetheringtonOptimise the feel of some GUI functions by doing the...
2019-07-24 Carl HetheringtonImprove formatting of StateTimer output.
2019-07-23 Carl HetheringtonAdd --no-check to dcpomatic_cli.
2019-07-23 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home...
2019-07-23 Carl HetheringtonTidy up handling of content-modified checks when using...
2019-07-22 Carl Hetheringtonswaroop: support creation of H264 with 24-bit PCM.
2019-07-22 Carl HetheringtonMissing virtual destructor.
2019-07-21 Carl HetheringtonIgnore video streams with frame rates over 1000 (work...
2019-07-20 Carl HetheringtonUse 128kbit per channel for audio export. v2.15.14
2019-07-20 Carl Hetheringtonswaroop: fix encryption of files encoded from DCP.
2019-07-15 Carl Hetheringtonswaroop: beginnings of DCP -> ecinema support. v2.15.12
2019-07-13 Carl HetheringtonFix comment.
2019-07-07 Carl HetheringtonOnly take subtitle data into account for position(... v2.15.10
2019-07-06 Carl HetheringtonAdd an assertion.
2019-07-02 Carl HetheringtonDon't crash if history items are inaccessible.
2019-07-02 Carl HetheringtonAdd support for Datasat AP2x and USL sound processors...
2019-06-27 Carl HetheringtonFix incorrect timing of PNG subtitles in second and...
2019-06-09 Carl Hetheringtonswaroop: allowed-shows state in playlist.
2019-06-09 Carl Hetheringtonswaroop: support validity periods in ecinema KDMs.
2019-06-05 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home... v2.15.7
2019-06-05 Carl Hetheringtonswaroop: switch ID tag to genre as it is supported...
2019-06-05 Carl HetheringtonTry to warn if we're running the 32-bit version on...
2019-05-31 Carl HetheringtonBasics of allowing video parts of FFmpegContent to...
2019-05-31 Carl HetheringtonFix slightly unbelievable out-of-bounds array access...
2019-05-30 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home...
2019-05-30 Carl HetheringtonDestory TranscodeJob earlier, hopefully to fix #1570.
2019-05-27 Carl HetheringtonUse pofilter to check i18n and fix some .po file glitches.
2019-05-27 Carl HetheringtonFix several bits of bad i18n markup and add start of...
2019-05-27 Carl HetheringtonFix some malformed placeholders in the cs_CZ translation.
2019-05-26 Carl HetheringtonPotential fix for #1568; we calculate the remaining...
2019-05-24 Carl HetheringtonBasic ability to set video range (JPEG/MPEG) at least...
2019-05-21 Carl HetheringtonTweak comment.
2019-05-21 Carl HetheringtonAdd Bob Weaver Deinterlacing Filter (bwdif).
2019-05-21 Carl HetheringtonGive an error if 2D content is set to 3D (#1565). ...
2019-05-15 Carl HetheringtonPlayer::playlist_content_change will call setup_pieces... v2.15.5
next