<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src/lib, branch ccache</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=ccache</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=ccache'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2019-12-03T10:37:40Z</updated>
<entry>
<title>Add some more errno to debug 'failed to start J2K encoding'</title>
<updated>2019-12-03T10:37:40Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-01-15T16:56:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=956af06b580e52f6b5ea2ed5f70f0c92ed267fc6'/>
<id>urn:sha1:956af06b580e52f6b5ea2ed5f70f0c92ed267fc6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Packet header writing: set empty packet header bit to 0 when appropriate (small optimization)"</title>
<updated>2019-12-03T10:37:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-01-01T23:57:07Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=445405975d61d4e1f52093974518ca8422bff462'/>
<id>urn:sha1:445405975d61d4e1f52093974518ca8422bff462</id>
<content type='text'>
This reverts commit 2609fb8077125b5b31f1bcc2f98c12ff1e6572d7.

I am testing this reversion to see if it fixes problems with DCP
playback on various systems (DCP-o-matic bug #1136).
</content>
</entry>
<entry>
<title>Fix from Aaron to match v1's threshold value.</title>
<updated>2019-12-03T10:37:04Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2017-09-02T18:18:23Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=1754dd52057ec3404163e328ad46e3c9590f2d0f'/>
<id>urn:sha1:1754dd52057ec3404163e328ad46e3c9590f2d0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use tolerance to bail out early from rate control : much faster</title>
<updated>2019-12-03T10:36:51Z</updated>
<author>
<name>Aaron Boxer</name>
<email>boxerab@gmail.com</email>
</author>
<published>2017-09-01T23:33:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=531f1a7146baa2f711e76927bc92bc33b053055d'/>
<id>urn:sha1:531f1a7146baa2f711e76927bc92bc33b053055d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add some error codes to debug failure in opj_j2k_start_compress.</title>
<updated>2019-12-03T10:36:27Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2017-09-01T23:23:25Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=e9335061e8186786eefe065720ecbd4ce7cafdd4'/>
<id>urn:sha1:e9335061e8186786eefe065720ecbd4ce7cafdd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>opj_tcd_rateallocate(): make sure to use all passes for a lossless layer (#1009)</title>
<updated>2017-09-01T18:02:09Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-09-01T18:01:39Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=b428b8c7e7227cf96c83229df4d7bf009b6d2172'/>
<id>urn:sha1:b428b8c7e7227cf96c83229df4d7bf009b6d2172</id>
<content type='text'>
And save a useless loop, which should be a tiny faster.
</content>
</entry>
<entry>
<title>opj_j2k_setup_encoder(): emit warnings if tcp_rates are not decreasing or tcp_distoratio are not increasing (#1009)</title>
<updated>2017-09-01T17:49:01Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-09-01T17:49:01Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=7aa071aa273aa0b8fafbf055e5eb99b9cb8600a8'/>
<id>urn:sha1:7aa071aa273aa0b8fafbf055e5eb99b9cb8600a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>opj_j2k_setup_encoder(): avoid potential int overflow in computations related to max_cs_size</title>
<updated>2017-09-01T17:27:56Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-09-01T17:27:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=a538815c774db94a0d3fa323c9ca4f456ef04903'/>
<id>urn:sha1:a538815c774db94a0d3fa323c9ca4f456ef04903</id>
<content type='text'>
</content>
</entry>
<entry>
<title>opj_compress help: revert 32572617765cb9d77302384653a48d793b8f657f and indicate 1 again as being the value to get lossless for -r. In opj_j2k_setup_encoder(), make sure that ll rates[] &lt;= 1.0 are set to 0. Document 0 as being lossless for -q / tcp_distoratio (#1009)</title>
<updated>2017-09-01T17:16:35Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-09-01T17:16:35Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=09929bb615bd6bf2a9f7703fc7b04a12096b091e'/>
<id>urn:sha1:09929bb615bd6bf2a9f7703fc7b04a12096b091e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix undefined shift behaviour in opj_dwt_is_whole_tile_decoding(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3255. Credit to OSS Fuzz</title>
<updated>2017-09-01T08:26:18Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-09-01T08:26:18Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=6ce49bf5aebb3c45c464fa82d14cfd4bf7026a28'/>
<id>urn:sha1:6ce49bf5aebb3c45c464fa82d14cfd4bf7026a28</id>
<content type='text'>
</content>
</entry>
</feed>
