summaryrefslogtreecommitdiff
path: root/src/lib/cpu_j2k_encoder_thread.h
AgeCommit message (Collapse)Author
2026-02-16Add missing GPL boilerplate.Carl Hetherington
2024-01-28Rearrange encoder threading.Carl Hetherington
Soon we'll add a new encoder type, and the existing structure was already creaking a bit at the seams while handling local and remote encodes. Here we split out an encoder thread and introduce the concept of a "sync" thread (which blocks while the encoding is happening). Later we'll have another type which submits the encode request to a GPU and receives the reply back later.