Tidying.
[libdcp.git] / src / j2k.cc
2021-01-24 Carl HetheringtonTidying.
2021-01-17 Carl HetheringtonRaise an exception to head off a weird asdcplib error...
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-11-01 Carl HetheringtonAdd Data class and change API to a raw pointer.
2020-11-01 Carl HetheringtonRename Data -> ArrayData.
2020-06-16 Carl HetheringtonAllow specification of the JPEG2000 comment string.
2020-06-16 Carl HetheringtonTidy up and fix some small memory leaks.
2020-04-14 Carl HetheringtonAdd an explicit exception for J2K decompression failures.
2020-04-14 Carl Hetheringtons/DCPReadError/ReadError/g
2020-04-13 Carl HetheringtonAdd a special exception for the case when opj_start_com...
2018-01-24 Carl HetheringtonThrow exceptions in openjpeg's error handler during...
2017-09-02 Carl HetheringtonTry to fix wavelet transform levels count for 4K (dcpom...
2017-02-14 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2017-02-13 Carl HetheringtonMore informative errors when opj_start_compress fails.
2016-11-08 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2016-11-07 Carl HetheringtonAdd copy constructor for OpenJPEGImage.
2016-06-14 Carl HetheringtonRe-add support for OpenJPEG version 1.5.x.
2016-06-13 Carl HetheringtonAdd OpenSSL licence exception.
2016-06-01 Carl HetheringtonStill more licence fixups.
2016-05-25 Carl HetheringtonNo-op; Fix GPL address and mention libdcp by name.
2015-12-11 Carl HetheringtonMissing specification of tcp_mct=1.
2015-12-08 Carl HetheringtonMerge.
2015-12-08 Carl HetheringtonTry to fix build on OS X.
2015-12-08 Carl HetheringtonTry to fix build on OS X.
2015-12-06 Carl HetheringtonFix extra data returned from compress_j2k. Take advant...
2015-12-04 Carl HetheringtonAdd missing seek code; fix memory leak.
2015-12-04 Carl HetheringtonTake DCP-o-matic's version of Data class.
2015-12-04 Carl HetheringtonMove J2K comp/decomp out into j2k.{cc,h}