| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-09 | Don't keep a shared_ptr to the Job for the whole of the ::go() method. | Carl Hetherington | |
| This fixes a number of weird segfaults/crashes in tests that I didn't get to the bottom of. | |||
| 2025-12-31 | Use encoder frames encoded counts for transcode progress (#2864). | Carl Hetherington | |
| This seems to make more sense than using whatever the player has produced, which may not be what you want to know about in cases like a DCP containing no video and only subs. | |||
| 2025-12-31 | Move ReelWriter creation into the job thread so it doesn't hang the GUI when ↵ | Carl Hetherington | |
| it takes a long time. | |||
| 2025-12-20 | White space: dcp_film_encoder.{cc,h} | Carl Hetherington | |
| 2025-07-10 | Remove compose.hpp includes. | Carl Hetherington | |
| sed -i "/include.*compose.hpp/d;" src/lib/*.cc src/wx/*.cc src/wx/*.h src/tools/*.cc src/lib/*.h test/*.cc | |||
| 2024-05-16 | Merge branch 'main' into v2.17.x | Carl Hetherington | |
| 2024-05-11 | Stop using video directory and hard-linking (#2756). | Carl Hetherington | |
| Instead store details of a previously-created asset in the film's metadata and then look there for potential video files to re-use. | |||
| 2024-04-22 | Allow specification of video bit rate separately for J2K and MPEG2. | Carl Hetherington | |
| 2024-04-22 | Support encoding of MPEG2 DCPs. | Carl Hetherington | |
| 2024-04-21 | Extract VideoEncoder as a parent of J2KEncoder. | Carl Hetherington | |
| 2024-04-21 | Rename Encoder -> FilmEncoder, and subclasses. | Carl Hetherington | |
