summaryrefslogtreecommitdiff
path: root/src/lib/dcp_film_encoder.cc
AgeCommit message (Expand)Author
2026-01-09Don't keep a shared_ptr to the Job for the whole of the ::go() method.Carl Hetherington
2025-12-31Use encoder frames encoded counts for transcode progress (#2864).Carl Hetherington
2025-12-31Move ReelWriter creation into the job thread so it doesn't hang the GUI when ...Carl Hetherington
2025-12-20White space: dcp_film_encoder.{cc,h}Carl Hetherington
2025-07-10Remove compose.hpp includes.Carl Hetherington
2024-05-16Merge branch 'main' into v2.17.xCarl Hetherington
2024-05-11Stop using video directory and hard-linking (#2756).Carl Hetherington
2024-04-22Allow specification of video bit rate separately for J2K and MPEG2.Carl Hetherington
2024-04-22Support encoding of MPEG2 DCPs.Carl Hetherington
2024-04-21Extract VideoEncoder as a parent of J2KEncoder.Carl Hetherington
2024-04-21Rename Encoder -> FilmEncoder, and subclasses.Carl Hetherington