Accept any case for subtitle alignment specifiers (#2602).
[libdcp.git] / src / j2k_transcode.cc
2023-04-16 Carl HetheringtonUse a shared_ptr<vector> for ArrayData rather than...
2023-04-11 Carl HetheringtonFix typos in exceptions.
2022-12-04 Carl HetheringtonSupport building either with our patched OpenJPEG,...
2022-12-04 Carl HetheringtonRemove support for building with OpenJPEG 1.x.
2022-10-29 Carl HetheringtonCleanup: use std::make_shared.
2021-02-14 Carl HetheringtonSome const correctness for decompress_j2k
2021-02-06 Carl HetheringtonUse 1 guard bit in JPEG2000 encoding for 2K, per Bv2.1.
2021-02-06 Carl HetheringtonRename j2k.{cc,h} => j2k_transcode.{cc,h}