Another macOS std::list boost::thread SNAFU.
[dcpomatic.git] / src / lib /
2020-02-19 Carl HetheringtonAnother macOS std::list boost::thread SNAFU.
2020-02-19 Carl HetheringtonCan't put boost::thread in a std::list with our macOS...
2020-02-19 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home...
2020-02-19 Carl HetheringtonNicer fix for 2D-labelled-3D checking from master.
2020-02-18 Carl HetheringtonRemove incorrect comment.
2020-02-16 Carl HetheringtonMake a new AudioBuffers constructor and use it to avoid...
2020-02-16 Carl HetheringtonBetter errors if butler doesn't give video during export.
2020-02-16 Carl HetheringtonJust having no specified lines value does not mean...
2020-02-13 Carl HetheringtonNudge L/R-aligned subs in from the edge of the screen...
2020-02-06 Carl HetheringtonFix crash with bitmapped subs that have zero width...
2020-01-30 Carl HetheringtonVarious thread cleanups.
2020-01-30 Carl HetheringtonUse a non-pointer boost::thread and a std::atomic for...
2020-01-28 Carl HetheringtonMissing #include for previous.
2020-01-28 Carl HetheringtonFix deadlock during content examination.
2020-01-28 Carl HetheringtonFix crash with sub-sample push parts in AudioMerger. v2.15.42
2020-01-25 Carl HetheringtonAnother thinko fix.
2020-01-25 Carl HetheringtonFix thinko two commits ago.
2020-01-25 Carl HetheringtonCache film length for Player::pass.
2020-01-25 Carl HetheringtonUse memset for zeroing float buffers; it's faster,...
2020-01-24 Carl HetheringtonSupport binary STL subtitle files.
2020-01-16 Carl HetheringtonMake FileError say what path the problem was with.
2020-01-14 Carl HetheringtonAdd some PT-style names to the guesswork on which chann...
2020-01-10 Carl HetheringtonGive DCPDecoder its own ::position which just returns...
2020-01-08 Carl HetheringtonMerge a set of changes which run the OpenGL video updat... v2.15.40
2020-01-08 Carl HetheringtonNaming tweak.
2020-01-08 Carl HetheringtonClean up access to stuff from Film.
2020-01-08 Carl HetheringtonBarely-functioning GL playback with new arrangement.
2020-01-07 Carl HetheringtonExtend the amount of allowed disagreement between the...
2020-01-03 Carl HetheringtonFix failure to save screen notes when making a new...
2019-12-23 Carl HetheringtonAnother comment 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 HetheringtonAdd an assertion.
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 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-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 HetheringtonFix audio pts accuracy from previous.
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.
next