Remove swaroop variant.
[dcpomatic.git] / src / lib /
2020-11-23 Carl HetheringtonRemove swaroop variant.
2020-11-21 Carl Hetheringtonpot/merge.
2020-11-21 Carl HetheringtonRemove the "simple" UI (#1868).
2020-11-21 Carl HetheringtonAdd hint when making a FTR without FFEC/FFMC markers...
2020-11-21 Carl HetheringtonTidy up Hints a bit.
2020-11-21 Carl HetheringtonSubtitle language test updates.
2020-11-20 Carl HetheringtonDon't try to set empty languages on CCAP tracks.
2020-11-20 Carl HetheringtonUse a LanguageTag for closed caption tracks.
2020-11-20 Carl HetheringtonSubtitle language handling tweaks; write multiple subti...
2020-11-20 Carl HetheringtonFix potential crash if maybe_add_text() fails.
2020-11-20 Carl HetheringtonRecover subtitle language metadata from the places...
2020-11-20 Carl HetheringtonRemove subtitle language from text content.
2020-11-20 Carl HetheringtonStore subtitle language(s) in Film, and allow setup...
2020-11-20 Carl HetheringtonAlways add FFOC and LFOC markers (#1805).
2020-11-20 Carl HetheringtonTry to enable all streams in MOV exports.
2020-11-16 Carl HetheringtonFix cropping of subsampled images.
2020-11-16 Carl HetheringtonAdd some lrintf() calls to be sure.
2020-11-16 Carl HetheringtonUse 64-byte alignment for aligned image memory.
2020-11-16 Carl HetheringtonMake sure we use limited ("video") range data when...
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.
next