Even Rouault

Results 430 comments of Even Rouault

I've tried a pure Sphinx workflow with index.rst being just ``` .. cpp:class:: MyClass Bla .. cpp:enum-class:: MyEnum Bla .. cpp:enumerator:: NONE Bla .. cpp:var:: const MyClass NONE Bla ```...

Yes Doxygen version must matter. With 1.8.17, I get ```xml Type NONE Enum value Enum Type ```

Additional note: Stripping the resulting large file with `strip out.so` results in a file back to 1.7 MB (with a warning "strip: stFlNGbD: warning: allocated section `.note.gnu.build-id' not in segment"),...

> @rouault any idea if [f4cb033](https://github.com/uclouvain/openjpeg/commit/f4cb033a340b55dbc576453c4b6a967fec5cbbda) will be merged or if an official ptach will be released instead? @msabwat can you issue a pull request with your proposed fix ?

Content of the discussion: ``` Hi, Compressing with JP3D as follows ~/openjpeg/openjpeg-2.1.2/build/bin/opj_jp3d_compress -i tibia.bin -m tibia.img -t 128,128,128 -o tibia.jp3d got segfault when trying to initialize tcd for the second...

I don't think the opj_buffer_info structure should be exposed in openjpeg.h, in particular because the use of the cur pointer is purely an implementation detail of openjpeg. And for the...

@HWiman Can you pull from from rouault:associated_data_support to get rouault/openjpeg@713e131 which should fix indentation issues ?

@detonin Are you OK with the addition of the new members at the bottom of opj_codestream_info_v2_t ? ``` + /** Number of associated data boxes*/ + OPJ_UINT32 nbasoc; + +...

I'm fine with you implementing opj_get_jp2_metadata() and using opj_jp2_metadata. Could you add a comment in the doc of the opj_jp2_metadata struct to mention that it should never be allocated by...

@HWiman I've run astyle on your changes and committed the reformat in https://github.com/rouault/openjpeg/commit/14fd14e3247cf7a22b12803d1b0f4704fef7fd3d I'm wnodering why they are failures on NR-DEC-issue226.j2k-74-decode test specifically on Windows builds though