Extract VideoEncoder as a parent of J2KEncoder.
[dcpomatic.git] / src / lib / wscript
2024-04-21 Carl HetheringtonExtract VideoEncoder as a parent of J2KEncoder.
2024-04-21 Carl HetheringtonRename Encoder -> FilmEncoder, and subclasses.
2024-04-21 Carl HetheringtonExtract all uses of DCP-o-matic name to allow branding.
2024-04-19 Carl HetheringtonMerge remote-tracking branch 'origin/main' into v2...
2024-04-18 Carl HetheringtonMerge remote-tracking branch 'origin/main' into v2...
2024-03-29 Carl HetheringtonMerge remote-tracking branch 'origin/main' into v2...
2024-03-29 Carl HetheringtonMerge remote-tracking branch 'origin/main' into v2...
2024-03-20 Carl HetheringtonMerge tag 'v2.16.79' into v2.17.x
2024-03-08 Carl HetheringtonMerge branch 'main' into v2.17.x
2024-03-07 Carl HetheringtonRename Emailer -> Email.
2024-02-22 Carl HetheringtonMerge tag 'v2.16.78' into v2.17.x v2.17.12
2024-02-19 Carl HetheringtonMerge tag 'v2.16.77' into v2.17.x
2024-02-18 Carl HetheringtonMerge tag 'v2.16.76' into v2.17.x
2024-02-16 Carl HetheringtonAdd Unzipper.
2024-02-12 Carl HetheringtonMerge branch 'main' into v2.17.x
2024-02-11 Carl HetheringtonMerge branch 'main' into v2.17.x
2024-02-04 Carl HetheringtonMerge branch 'main' into v2.17.x
2024-02-04 Carl HetheringtonTweak how lzma is linked.
2024-02-03 Carl HetheringtonMerge branch 'main' into v2.17.x
2024-01-28 Carl HetheringtonOnly build grok for Ubuntu 22.04.
2024-01-28 Carl HetheringtonRearrange encoder threading.
2024-01-20 Carl HetheringtonExplicitly link zlib to keep new macOS environment...
2024-01-05 Carl HetheringtonAdd Choice::set_by_data().
2023-10-16 Carl HetheringtonRemove unused code.
2023-10-15 Carl HetheringtonFix DCP content font ID allocation to cope with DCPs...
2023-06-30 Carl HetheringtonAdd channel_is_mapped().
2023-05-13 Carl HetheringtonAdd dcpomatic2_map tool (#2445).
2023-05-10 Carl HetheringtonAllow signals to be blocked and resumed, and so make...
2023-02-11 Carl HetheringtonWarn/error on making KDMs using recipient certs whose...
2023-01-29 Carl HetheringtonAdd DiskWriterBackEndResponse.
2022-12-13 Carl HetheringtonMore header trimming.
2022-12-13 Carl HetheringtonAdd video_{range,frame_type}.{cc,h} and remove some...
2022-12-10 Carl HetheringtonExtract named_channel.h
2022-12-10 Carl HetheringtonExtract resolution.h
2022-12-10 Carl HetheringtonExtract crop.h
2022-11-06 Carl HetheringtonExtract ImageStore.
2022-10-18 Carl HetheringtonExtract Collator class.
2022-10-18 Carl HetheringtonHopefully fix colour of Rec.2020 sources in the preview.
2022-10-18 Carl HetheringtonExtract VideoFilterGraphSet.
2022-09-11 Carl HetheringtonMerge branch '2323-player-locking'
2022-09-10 Carl HetheringtonMove get_reel_assets() out of Player, as it doesn't...
2022-07-20 Carl HetheringtonBasic release notes support (#2282).
2022-06-10 Carl HetheringtonRename CheckContentChangeJob -> CheckContentJob.
2022-06-07 Carl HetheringtonRearrange subtitle font management.
2022-06-07 Carl HetheringtonMove fontconfig-related code out to a class.
2022-06-06 Carl HetheringtonPreserve export video settings in the config (#2259).
2022-05-11 Carl HetheringtonMove some common methods out to cross_unix.cc
2022-05-02 Carl HetheringtonAdd preference for default KDM duration (#2224).
2022-05-01 Carl HetheringtonExtract and improve code to find missing files (#1940).
2022-04-28 Carl HetheringtonAdd guess_crop().
2022-04-28 Carl HetheringtonAdd image_as_jpeg()
2022-04-28 Carl HetheringtonMove Image::as_png() out to image_as_png().
2022-04-20 Carl HetheringtonSupport DCP digest files (#2109).
2022-04-20 Carl HetheringtonRemove DCP class and replace its functionality with...
2022-04-20 Carl HetheringtonClean up a hack by adding DCPTranscodeJob.
2022-04-20 Carl HetheringtonMove make_dcp() out of Film (#2132).
2022-04-04 Carl HetheringtonCleanup: move some methods from util to memory_util.
2022-04-04 Carl HetheringtonCleanup: move some methods from util to maths_util.
2022-03-08 Carl HetheringtonFix home_directory() with non-US-English pathnames...
2022-02-25 Carl HetheringtonAdd -x32/-x64 suffix to boost libraries when building...
2022-01-11 Carl HetheringtonMove KDM CLI tool into lib/
2021-10-03 Carl HetheringtonAdd PixelQuanta to VideoContent.
2021-05-01 Carl HetheringtonBuild with FFmpeg 4.4 and switch to the new send/receiv...
2021-04-30 Carl HetheringtonSwitch encoding to ffmpeg send/receive API.
2021-04-29 Carl HetheringtonRemove Monitor / EDID code that was used for the swaroo...
2021-04-20 Carl HetheringtonSplit audio analysis code off from the job.
2021-04-04 Carl HetheringtonRemove the ISDCF metadata dialogue box (#1929).
2021-04-04 Carl HetheringtonMove luminance to Interop/SMPTE metadata and remove...
2021-02-01 Carl HetheringtonUse a predictable RNG when adding noise to low-bitrate...
2021-01-04 Carl HetheringtonWhen building against macOS SDK 11.0 we need an explici...
2020-12-22 Carl HetheringtonAdd FontData class.
2020-12-03 Carl HetheringtonMove a load of disk writing code to src/lib/ext.cc.
2020-11-23 Carl HetheringtonRemove swaroop variant.
2020-09-19 Carl HetheringtonAdd dcpomatic_combine tool (#1245).
2020-07-27 Carl HetheringtonMerge branch 'warnings' into v2.15.x.
2020-07-26 Carl HetheringtonVarious OSX warnings fixes.
2020-06-19 Carl HetheringtonMake Atmos content work more like other content. Now... v2.15.82
2020-06-04 Carl HetheringtonThis AtomicityChecker was introduced a long time ago...
2020-05-12 Carl HetheringtonRe-work scaling following excellent insights by Carsten...
2020-05-11 Carl HetheringtonChange video content scaling so that it either:
2020-05-06 Carl HetheringtonAdd a new "Add DKDM" dialogue (#1637).
2020-05-06 Carl HetheringtonAdd a 'Make DKDM' dialogue box to simplify and (hopeful...
2020-05-06 Carl HetheringtonDerive Screen from a new class KDMRecipient.
2020-05-06 Carl HetheringtonMove TrustedDevice to its own source files.
2020-05-06 Carl HetheringtonMove some functions to kdm_with_metadata
2020-05-06 Carl HetheringtonRename ScreenKDM -> KDMWithMetadata
2020-05-03 Carl HetheringtonAdd Zipper class and use it in CinemaKDMs.
2020-04-27 Carl HetheringtonWriter on macOS runs as root, so trying to use the... v2.15.63
2020-04-23 Carl HetheringtonAdd subtitle analysis so that the outline of all subtitles
2020-04-21 Carl HetheringtonAdd option to set project properties from a DCP loaded...
2020-04-21 Carl HetheringtonAdd code to copy the data and hook it up to a menu...
2020-04-19 Carl HetheringtonAdd LEQ(m) when analysing audio (#1382). v2.15.52
2020-04-06 Carl HetheringtonAdd disk writer tool.
2020-02-29 Carl HetheringtonCopy swaroop_ playlist editor stuff back to main DoM.
2020-02-29 Carl HetheringtonMove swaroop playlist editor stuff into its own swaroop_
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.
2019-08-31 Carl HetheringtonPrimitive subtitle export feature. v2.15.16
2019-07-02 Carl HetheringtonAdd support for Datasat AP2x and USL sound processors...
2019-05-13 Carl Hetheringtonswaroop: allow ScreenKDM subclasses for different KDM...
next