Don't crash if the first packet in a stream has AV_NOPTS_VALUE;
[dcpomatic.git] / src /
2020-10-14 Carl HetheringtonDon't crash if the first packet in a stream has AV_NOPT...
2020-10-14 Carl HetheringtonClear out _next_time when seeking, so out-of-date value...
2020-09-23 Carl HetheringtonA belated happy new year.
2020-09-23 Carl HetheringtonFix thinko in previous.
2020-09-23 Carl HetheringtonFix potentially unterminated string (#1844).
2020-09-23 Carl HetheringtonFix warnings about catching polymorphic types by value...
2020-09-21 Carl HetheringtonFix --standard flag to dcpomatic2_cli (github #9). v2.14.38
2020-09-14 Carl HetheringtonDon't allow creation of a new film with no name. Other...
2020-08-31 Carl HetheringtonBuild fixes for Boost >= 1.73 v2.14.37
2020-08-31 Carl HetheringtonFix login denied (67) errors when trying to download...
2020-08-03 Carl HetheringtonFix number of frames in the pulldown check.
2020-08-03 Carl HetheringtonFix incorrect string find logic.
2020-08-02 Carl HetheringtonDon't terminate if a non-DCP directory is given to...
2020-08-02 Carl HetheringtonRecover information about closed caption tracks when...
2020-08-02 Carl HetheringtonFix various problems with the closed caption viewer...
2020-08-02 Carl HetheringtonDetect soft 2:3 pulldown (telecine) files and decode...
2020-07-29 Carl HetheringtonDon't display all possible channel checkboxes while... v2.14.35
2020-07-29 Carl HetheringtonFix memory leak which also causes strange flickering...
2020-07-27 Carl HetheringtonTrying to create export audio encoders with between... v2.14.34
2020-07-27 Carl HetheringtonFix export of projects with fewer than 6 channels.
2020-05-14 Carl HetheringtonFollow-up fix for GTK2 and GTK3 WX backends. v2.14.33
2020-05-14 Carl HetheringtonHopefully we can use GTK's file chooser button again...
2020-05-14 Carl HetheringtonChristie FTP contains certificate chains, not just...
2020-05-14 Carl HetheringtonDon't say 'certificate downloaded' if it failed during...
2020-03-11 Carl HetheringtonGive a better error when opening a DCP with File -... v2.14.32
2020-03-06 Carl Hetheringtons/destroy_thread/stop_thread/
2020-03-06 Carl HetheringtonDestroy Job threads at the start of the subclass destru...
2020-03-01 Carl HetheringtonMissing patron.
2020-02-29 Carl HetheringtonAllow changing colour conversion settings for multiple... v2.14.31
2020-02-29 Carl HetheringtonFix incorrect results when applying some timing operati...
2020-02-27 Carl HetheringtonMake content list and buttons taller on low-res displays. attic/800x600-buttons
2020-02-21 Carl HetheringtonMissing #include. v2.14.29
2020-02-20 Carl HetheringtonFix non-aligned subtitle access in the subtitle examine... v2.14.28
2020-02-19 Carl HetheringtonCleanups to normalise master and 2.15.x better. v2.14.27
2020-02-19 Carl HetheringtonNew way of checking for 2D content mislabelled as 3D...
2020-02-18 Carl HetheringtonFix errors with TYPE_3D introduced in video timestampin...
2020-02-18 Carl HetheringtonRe-throw butler errors at the end of an encode.
2020-02-18 Carl HetheringtonReport when butler returns no video because it died.
2020-02-18 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2020-02-18 Carl HetheringtonRemove incorrect comment.
2020-02-18 Carl HetheringtonMissed part of new video timing patch.
2020-02-17 Carl HetheringtonBetter errors if butler doesn't give video during export.
2020-02-16 Carl HetheringtonBetter assertion error in copy_from.
2020-02-16 Carl HetheringtonPotential fix for #1568; we calculate the remaining...
2020-02-16 Carl HetheringtonFix deadlock during content examination.
2020-02-15 Carl HetheringtonDon't trust video timestamps from FFmpegDecoder.
2020-02-06 Carl HetheringtonFix crash with bitmapped subs that have zero width...
2020-01-27 Carl HetheringtonFix crash with sub-sample push parts in AudioMerger.
2020-01-27 Carl HetheringtonAdd header guard.
2020-01-27 Carl HetheringtonAdd some temporary 'instrumentation' of AudioMerger.
2020-01-25 Carl HetheringtonFix casting of bytes to words, and hence (hopefully...
2020-01-23 Carl HetheringtonSupport binary STL subtitle files. v2.14.24
2020-01-17 Carl HetheringtonAdd patron. v2.14.23
2020-01-16 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
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-14 Carl HetheringtonStop invalid dates causing boost::posix_time to raise...
2020-01-10 Carl HetheringtonDon't truncate active_video_frame_rate to an int otherw...
2020-01-09 Carl HetheringtonGive DCPDecoder its own ::position which just returns... v2.14.22
2020-01-09 Carl HetheringtonUpdate text panel 'why not' note when film's standard...
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-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-19 Carl HetheringtonRemove our forcing of analyzeduration and probesize... v2.14.20
2019-12-18 Carl HetheringtonAccept float fps when getting timecodes from the Timeco... v2.14.19
2019-12-16 Carl HetheringtonFlush audio decoder when a DCPDecoder finishes so that v2.14.18
2019-12-15 Carl HetheringtonStop empty Font IDs in imported DCP subtitles making...
2019-12-10 Carl HetheringtonMake terminate_threads() less likely to leave _threads...
2019-12-09 Carl Hetheringtondcpomatic_create should respond to --version on stdout...
2019-12-02 Carl HetheringtonFix typo.
2019-12-02 Carl HetheringtonTry to do the previous commit in a more compatible... v2.14.17
2019-12-01 Carl HetheringtonMore detailed errors from zip_close.
2019-11-30 Carl HetheringtonMore accurate video pts calculation; may help with...
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-24 Carl HetheringtonProperly ignore empty asset path errors that do not... v2.14.15
2019-11-16 Carl HetheringtonFix no-stretch / no-scale for non-square pixels (#1636). v2.14.14
2019-11-16 Carl HetheringtonAdd some new Waker calls.
2019-11-16 Carl HetheringtonFix incorrect images when cropping without stretch.
2019-11-11 Carl HetheringtonMake separate reels for parts of the timeline with...
2019-11-11 Carl HetheringtonFix incorrect reels when the first content is not at...
2019-11-11 Carl HetheringtonAdd a warning message about Windows controlled folder...
2019-11-11 Carl HetheringtonTry to improve debug logging when putting video MXFs...
2019-11-11 Carl HetheringtonFix comment.
2019-11-11 Carl HetheringtonIncrease fudge factor at the boundary between audio...
2019-11-11 Carl HetheringtonMerge branch 'master' of ssh://main.carlh.net/home...
2019-11-11 Carl HetheringtonUpdated cs_CZ translation from Tomáš Begeni.
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 HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-11-04 Carl HetheringtonFix out-of-bounds read when cropping JPEG2000 images...
2019-11-02 Carl HetheringtonUpdated es_ES translation from Manuel AC.
2019-10-31 Carl HetheringtonSet fade in/out using content frame rate rather than...
2019-10-30 Carl HetheringtonFix dying butler on changing CPL from one without to... v2.14.13
2019-10-30 Carl HetheringtonRemove an optimisation to not run the body of ContentPa...
2019-10-27 Carl HetheringtonProtect cross-thread access to _pending_images.
2019-10-25 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl... v2.14.12
2019-10-25 Carl HetheringtonPrevent player folding audio to 2 channel if "default...
next