Fix unnecessary condition.
[dcpomatic.git] / src / lib /
2020-11-16 Carl HetheringtonFix unnecessary condition.
2020-11-16 Carl HetheringtonFix thinko-ed logic causing all subtitles to be treated...
2020-11-16 Carl HetheringtonRemove unused code.
2020-11-16 Carl HetheringtonFix limited value ranges in properties.
2020-11-16 Carl HetheringtonRemove pointless comment.
2020-11-16 Carl HetheringtonObey requests to change the video range of RGB content.
2020-11-14 Carl HetheringtonFix uninitialised variable (affecting tests only).
2020-11-11 Carl HetheringtonRemove assertion checking that rotations are a multiple...
2020-11-06 Carl HetheringtonFix start_player() on macOS (#1870). v2.15.107
2020-11-06 Carl HetheringtonRename a variable and add some logging to start_tool...
2020-11-04 Carl HetheringtonRe-add mutex that was taken away in
2020-11-03 Carl HetheringtonRevert "Re-allow audio channel 15 to be mapped so that...
2020-11-02 Carl HetheringtonPass around JPEG2000 data as a shared_ptr and hence...
2020-11-02 Carl HetheringtonReplace dcp::Data with dcp::ArrayData
2020-11-02 Carl HetheringtonRe-allow audio channel 15 to be mapped so that users...
2020-10-28 Carl HetheringtonAdd some comments.
2020-10-28 Carl HetheringtonPrevent import of directories as DCPs if they do not...
2020-10-21 Carl HetheringtonmacOS / new boost build fixes. v2.15.104
2020-10-17 Carl HetheringtonFix deadlock when changing CPL in the player (#1827).
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-10-13 Carl HetheringtonFix errors when over-reading a "large" amount from...
2020-10-13 Carl HetheringtonStop the Windows version of run_ffprobe manipulating...
2020-10-13 Carl HetheringtonStop run_ffprobe from changing the current working...
2020-10-12 Carl HetheringtonMake use of default_font_file().
2020-10-12 Carl HetheringtonFix incorrect forward declaration of struct as class.
2020-09-29 Carl HetheringtonRemove some Linux hacks that I can't see the point...
2020-09-27 Carl HetheringtonGo back to add_to_cairo_context rather than show_in_cai...
2020-09-27 Carl HetheringtonFixes for new libdcp with multiple content versions.
2020-09-27 Carl HetheringtonAdd missing tags_path() for Windows and macOS.
2020-09-27 Carl HetheringtonRevert some of the Linux stuff from a few commits ago.
2020-09-27 Carl HetheringtonAdapt for new libdcp (fixing large compiler resource...
2020-09-25 Carl HetheringtonAdd NamedChannel and use it to hide the never-used...
2020-09-23 Carl HetheringtonFix crash now that some audio channels are definitely...
2020-09-23 Carl HetheringtonUndefine Status that somebody decided to put in the...
2020-09-23 Carl HetheringtonMissing #include.
2020-09-23 Carl HetheringtonAdd audio language configuration and pass it to libdcp.
2020-09-23 Carl HetheringtonBuild fixes.
2020-09-23 Carl HetheringtonSupport CPL metadata.
2020-09-23 Carl HetheringtonAdapt for changes to libdcp API.
2020-09-21 Carl HetheringtonFix --standard flag to dcpomatic2_cli (github #9).
2020-09-19 Carl HetheringtonAdd dcpomatic_combine tool (#1245).
2020-09-14 Carl HetheringtonRename shared_path -> resources_path.
2020-09-14 Carl HetheringtonAdd xsd_path() and use it to fix access to .xsd files...
2020-09-12 Carl HetheringtonRemove support for Windows XP.
2020-09-05 Carl HetheringtonUpdated cs_CZ translation from Tomáš Begeni. v2.15.101
2020-09-03 Carl HetheringtonUse a unique header guard.
2020-09-01 Carl HetheringtonBuild fixes for Boost >= 1.73
2020-08-26 Carl HetheringtonContent changes should mark the film dirty (#1810).
2020-08-25 Carl HetheringtonFix error string.
2020-08-25 Carl HetheringtonTry to clean up the mess of exporting subtitles when...
2020-08-25 Carl HetheringtonAdd option to export Interop subs with or without the...
2020-08-25 Carl HetheringtonMove the code to find Liberation into util.cc.
2020-08-17 Carl HetheringtonTidy up resource management of FFmpegFileEncoders so...
2020-08-17 Carl HetheringtonReport better errors when the butler dies.
2020-08-14 Carl HetheringtonFix refusal to start another audio analysis job after... v2.15.98
2020-08-06 Carl HetheringtonCheck that we have a connection to the disk writer...
2020-08-06 Carl HetheringtonFix typo in comment.
2020-08-06 Carl HetheringtonReduce width of information text in the copy-to-drive...
2020-08-06 Carl HetheringtonTry to fix -Wparentheses error on Centos 8.
2020-08-05 Carl HetheringtonAllow export with one audio stream per channel. v2.15.95
2020-08-04 Carl HetheringtonFix typo.
2020-08-04 Carl HetheringtonRemove some debugging code.
2020-08-03 Carl HetheringtonFix slightly chopped-off subtitles when there are borders.
2020-08-03 Carl HetheringtonFix number of frames in the pulldown check.
2020-08-03 Carl HetheringtonFix incorrect string find logic.
2020-08-03 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home...
2020-08-02 Carl HetheringtonDetect soft 2:3 pulldown (telecine) files and decode...
2020-07-29 Carl HetheringtonFix bugs in thread termination causing occasional pthread
2020-07-29 Carl HetheringtonRecover information about closed caption tracks when... v2.15.93
2020-07-28 Carl HetheringtonSome more warning hiding.
2020-07-28 Carl HetheringtonTrying to create export audio encoders with between...
2020-07-27 Carl HetheringtonMerge branch 'warnings' into v2.15.x.
2020-07-27 Carl HetheringtonFix some unused variable warnings on macOS.
2020-07-27 Carl HetheringtonDon't try to hide Wdeprecated-copy when it doesn't...
2020-07-27 Carl HetheringtonHide warnings triggered by Ubuntu 20.04's gcc.
2020-07-26 Carl HetheringtonHide some windows warnings.
2020-07-26 Carl HetheringtonBetter error handling with Linux privilege escalator.
2020-07-26 Carl HetheringtonFix some ignored return values.
2020-07-26 Carl HetheringtonVarious OSX warnings fixes.
2020-07-26 Carl HetheringtonDisable warnings from magick.
2020-07-26 Carl HetheringtonRationalise compiler warning setup.
2020-07-26 Carl HetheringtonIgnore libssh warnings in a nicer way.
2020-07-26 Carl HetheringtonIgnore FFmpeg warnings in a nicer way.
2020-07-26 Carl HetheringtonFix off-by-one in ASSERT and make it more comprehensive.
2020-07-26 Carl HetheringtonIgnore libxml++ warnings in a nicer way.
2020-07-26 Carl Hetheringtonint64_t -> Frame
2020-07-23 Carl HetheringtonUse thread_group for improved exception safety (#1785).
2020-07-20 Carl HetheringtonFix vertical alignment with subrip and embedded SSA... v2.15.90
2020-07-15 Carl HetheringtonFix warning.
2020-07-15 Carl HetheringtonRemove ko_KR translation stub that was never used.
2020-07-12 Carl HetheringtonFix typo in comment.
2020-07-12 Carl HetheringtonFix ATMOS frame numbering when decoding DCPs. v2.15.89
2020-07-11 Carl HetheringtonUse new channel 14 ATMOS sync creation code in libdcp,
2020-07-05 Carl HetheringtonImprove butler error reporting during export. v2.15.88
2020-07-05 Carl HetheringtonAdd more logging and some missing prefs checkboxes... v2.15.87
2020-07-02 Carl HetheringtonFix failure to import DCPs since Atmos changes. v2.15.85
2020-06-25 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk. v2.15.84
2020-06-21 Carl HetheringtonRemove out-of-date comment.
2020-06-19 Carl HetheringtonFix hanging butler due to nasty signal ordering problems. v2.15.83
next