<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src/lib, branch carl-2</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=carl-2</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=carl-2'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2023-04-15T21:51:50Z</updated>
<entry>
<title>Don't limit bitrate here, as DoM takes care of it (DoM bug #1665).</title>
<updated>2023-04-15T21:51:50Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-04-15T21:51:50Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=925ca5192bb16d4f58a6fddc8b1623eced7f0203'/>
<id>urn:sha1:925ca5192bb16d4f58a6fddc8b1623eced7f0203</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow configuration of the number of guard bits when encoding.</title>
<updated>2021-01-28T21:24:24Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-01-28T21:24:24Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=a1403c2e2e71c6252d97abf9ddca421ce925d456'/>
<id>urn:sha1:a1403c2e2e71c6252d97abf9ddca421ce925d456</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
