summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2022-05-24fixup! Playback sort of works.nvidiaCarl Hetherington
2022-05-24Playback sort of works.Carl Hetherington
2022-05-24Hackily fix confusion about OpenJPEG images being 32-bit pixels with theCarl Hetherington
actual value in the low-order bits and everything else assuming 16-bit.
2022-05-24Tweak quality.Carl Hetherington
2022-05-24Add ignored precincts code.Carl Hetherington
2022-05-23Separate thread for handling the CUDA parts seems a little better.Carl Hetherington
2022-05-23Add stream destroy.Carl Hetherington
2022-05-23Try using streams.Carl Hetherington
2022-05-23Remove batching (seems pointless).Carl Hetherington
2022-05-23encoder using batchingCarl Hetherington
2022-05-23fixup! wip: Add CUDA J2K frame encoder using libjpeg2k.Carl Hetherington
2022-05-23wip: Add CUDA J2K frame encoder using libjpeg2k.Carl Hetherington
2022-05-23Move encode_{locally,remotely} into the frame encoder classes.Carl Hetherington
2022-05-23Move convert_to_xyz out of DCPVideo.Carl Hetherington
2022-05-23Extract J2K frame encoder classes for CPU and remote.Carl Hetherington
2022-05-21Fix error when loading encrypted DCPs (#2257).Carl Hetherington
In d1b4dbb793e2850d032ce3c91f0c91d045ae19dc I changed have_video() to look at can_be_played() but forgot to also change have_audio().
2022-05-14Store audio fades in template (#2254).Carl Hetherington
2022-05-13Support auto-crop for YUV422P10LE.Carl Hetherington
2022-05-13Give a better error when guess_crop can't cope with a pixel format.Carl Hetherington
2022-05-11Fix warning introduced a couple of commits ago.Carl Hetherington
2022-05-11Updated pl_PL translation from Michał Tomaszewski.Carl Hetherington
2022-05-11Tidy up careful_string_filter and add some extra transliterations.Carl Hetherington
ł seems to be ignored by the ICU transliterator for some reason.
2022-05-11Use GetCommandLineW() to get a UTF16-encoded command line on Windows (#2248).Carl Hetherington
2022-05-11Move some common methods out to cross_unix.ccCarl Hetherington
2022-05-11Fix ignore_video checker for separate-3D content (#2246).Carl Hetherington
2022-05-10Possibly improve shuffler behaviour (use one for all content if any 3D is ↵Carl Hetherington
present).
2022-05-09Missing include.Carl Hetherington
2022-05-06Updated zh_CN translationDian Li
2022-05-06Missing include.Carl Hetherington
2022-05-05Use dcp::File in DCP-o-matic (#2231).Carl Hetherington
2022-05-05Update for change to libdcp API.Carl Hetherington
2022-05-03Add preference for default KDM duration (#2224).Carl Hetherington
2022-05-02It doesn't seem necessary to use shared_ptr for the DCPVideo queue in ↵v2.16.x-oldCarl Hetherington
J2KEncoder.
2022-05-02Extract and improve code to find missing files (#1940).Carl Hetherington
2022-05-02Extract simple_digest().Carl Hetherington
2022-05-02Replace some raw arrays with std::vectors.Carl Hetherington
2022-05-02Add more filenames to content properties (#2120).Carl Hetherington
2022-05-02Add CPL_FILENAME variable for cover sheets (#2107).Carl Hetherington
2022-04-29Add a simple DCP editor.Carl Hetherington
2022-04-29Put * in the title bar when the DCP-o-matic project is modified (#1938).Carl Hetherington
2022-04-29Add Film::set_dirty().Carl Hetherington
2022-04-29Primitive auto-crop (#1477).Carl Hetherington
2022-04-29Add guess_crop().Carl Hetherington
2022-04-29Fix a load of stuff that wasn't being freed on close.Carl Hetherington
Nothing really that important, but it cleans up the valgrind leak check reports.
2022-04-29Add image_as_jpeg()Carl Hetherington
2022-04-29Move Image::as_png() out to image_as_png().Carl Hetherington
2022-04-29Remove unnecessary method.Carl Hetherington
2022-04-29Allow 96kHz audio as an advanced option (#1789).Carl Hetherington
2022-04-28Handle multiple bitmap subtitles at the same time correctly (#2239).Carl Hetherington
Previously if there were two images at the same time we would start them both, then the stop time would be set in the second one but not the first. This meant that the first one would hang around forever.
2022-04-28Tidying.Carl Hetherington