Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / team-charls/charls issues and pull requests
#337 - Fix triplet problem with vcpkg and ARM64 platform
Pull Request -
State: open - Opened by vbaderks 3 months ago
- 1 comment
#336 - Re-enable warning C26493
Pull Request -
State: closed - Opened by vbaderks 3 months ago
- 1 comment
#335 - Fix typos found by codespell
Pull Request -
State: closed - Opened by DimitriPapadopoulos 5 months ago
- 1 comment
#334 - Prevent endless loop during decoding for invalid JPEG-LS input data
Pull Request -
State: closed - Opened by vbaderks 5 months ago
- 1 comment
#333 - Remove duplicate code from make_scan_codec + undef_macros.h
Pull Request -
State: closed - Opened by vbaderks 5 months ago
- 1 comment
#332 - Extend API of jpeg_encoder with encode_components methods
Pull Request -
State: closed - Opened by vbaderks 5 months ago
- 1 comment
#331 - Add support to encode and decode 2 components by line and sample
Pull Request -
State: closed - Opened by vbaderks 5 months ago
- 1 comment
#330 - Add support for DNL segments with lines > 2^16 (#59)
Pull Request -
State: closed - Opened by vbaderks 6 months ago
- 1 comment
#329 - Add support to retrieve height from a DNL marker segment.
Pull Request -
State: closed - Opened by vbaderks 6 months ago
- 1 comment
#328 - Move processing of restart marker to base class + reset_threshold
Pull Request -
State: closed - Opened by vbaderks 6 months ago
- 1 comment
#327 - Update the name of golomb_code to golomb_code_match and POD conversion
Pull Request -
State: closed - Opened by vbaderks 6 months ago
- 1 comment
#326 - Updates to build with latest compilers and backport decode benchmark
Pull Request -
State: closed - Opened by vbaderks 6 months ago
#325 - Add method charls_decoder_get_compressed_data_format
Pull Request -
State: closed - Opened by vbaderks 6 months ago
- 1 comment
#324 - Replace functors with function pointers
Pull Request -
State: closed - Opened by vbaderks 6 months ago
- 1 comment
#323 - Update benchmark project for code changes + enable ARM64 build
Pull Request -
State: closed - Opened by vbaderks 6 months ago
- 1 comment
#322 - Rename headers from .h to .hpp to identify CharLS as a C++ project
Pull Request -
State: closed - Opened by vbaderks 6 months ago
- 3 comments
#321 - Rename headers from .h to .hpp to make it clear that this is a C++ project
Pull Request -
State: closed - Opened by vbaderks 6 months ago
- 1 comment
#320 - Update the API to align with the C# implementation
Pull Request -
State: closed - Opened by vbaderks 6 months ago
- 1 comment
#319 - Error while decoding
Issue -
State: closed - Opened by AswaniV 6 months ago
- 1 comment
Labels: question
#318 - Re-order the failure values of the enum jpegls_errc (breaking change)
Pull Request -
State: closed - Opened by vbaderks 6 months ago
- 1 comment
#317 - Align the mapping table API with the C# implementation
Pull Request -
State: closed - Opened by vbaderks 6 months ago
- 1 comment
#316 - Remove duplicate code in jpeg_stream_writer
Pull Request -
State: closed - Opened by vbaderks 6 months ago
- 1 comment
#315 - Use positive indexes to access the line buffer during encoding
Pull Request -
State: closed - Opened by vbaderks 6 months ago
- 1 comment
#314 - Apply small improvements based on porting the code
Pull Request -
State: closed - Opened by vbaderks 7 months ago
- 1 comment
#313 - Use positive indexes to acces the line buffer during decoding
Pull Request -
State: closed - Opened by vbaderks 7 months ago
- 1 comment
#312 - Improve names and reduce line buffer size
Pull Request -
State: closed - Opened by vbaderks 7 months ago
- 1 comment
#311 - Add missing #include <optional> to charls.ixx
Pull Request -
State: closed - Opened by vbaderks 7 months ago
- 1 comment
#310 - Simplify enums: only define used values
Pull Request -
State: closed - Opened by vbaderks 7 months ago
- 1 comment
#309 - Update SonarCloud github action
Pull Request -
State: closed - Opened by vbaderks 7 months ago
- 1 comment
#308 - Update jpegls_decoder and jpegls_encoder to follow same const pattern as C API
Pull Request -
State: closed - Opened by vbaderks 7 months ago
- 1 comment
#307 - Bump SonarSource/sonarcloud-github-c-cpp from 2 to 3
Pull Request -
State: closed - Opened by dependabot[bot] 8 months ago
- 1 comment
Labels: dependencies
#306 - Decoding multiple frames without decoder create/destroy
Issue -
State: open - Opened by slugwarz05 12 months ago
- 6 comments
Labels: enhancement
#305 - Fix charls-template.pc
Pull Request -
State: closed - Opened by bnavigator 12 months ago
- 2 comments
#304 - Improve checked build of Visual Studio 2022 17.9
Pull Request -
State: closed - Opened by vbaderks about 1 year ago
- 1 comment
#303 - Bump microsoft/setup-msbuild from 1 to 2
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies
#302 - Add support to encode and decode mapping tables
Pull Request -
State: closed - Opened by vbaderks about 1 year ago
- 1 comment
#301 - Use span and improve spelling
Pull Request -
State: closed - Opened by vbaderks about 1 year ago
- 1 comment
#300 - Rename all template parameters that indicate the type used to hold the sample to SampleType
Pull Request -
State: closed - Opened by vbaderks about 1 year ago
- 1 comment
#299 - Add namespace charls to frame_info to prevent false GCC warning [-Wer…
Pull Request -
State: closed - Opened by vbaderks about 1 year ago
- 1 comment
#298 - Replace ASSERT(false) with unreachable()
Pull Request -
State: closed - Opened by vbaderks about 1 year ago
- 1 comment
#297 - Replace set_presets with extra constructor parameter
Pull Request -
State: closed - Opened by vbaderks about 1 year ago
- 1 comment
#296 - Convert template class scan_codec_factory into template method
Pull Request -
State: closed - Opened by vbaderks about 1 year ago
- 1 comment
#295 - Add check to prevent out-of-bounds read during decoding
Pull Request -
State: closed - Opened by vbaderks about 1 year ago
- 1 comment
#294 - Add support to fuzz with LibFuzzer
Pull Request -
State: closed - Opened by vbaderks about 1 year ago
- 1 comment
#293 - Update coding style (.clang-format) to BreakAfterAttributes: Always
Pull Request -
State: closed - Opened by vbaderks about 1 year ago
- 1 comment
#292 - Bump github/codeql-action from 2 to 3
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies
#291 - Resolve SonarQube warnings
Pull Request -
State: closed - Opened by vbaderks about 1 year ago
- 1 comment
#290 - Use only the major version for Github actions
Pull Request -
State: closed - Opened by vbaderks about 1 year ago
- 1 comment
#289 - Add a dependabot configuration file for Github actions
Pull Request -
State: closed - Opened by vbaderks about 1 year ago
- 1 comment
#288 - Update Github actions for the CI pipeline
Pull Request -
State: closed - Opened by vbaderks about 1 year ago
- 1 comment
#287 - Pass VCToolsVersion=14.38.33130 to MSBuild for the CI pipeline to ens…
Pull Request -
State: closed - Opened by vbaderks about 1 year ago
- 1 comment
#286 - Add support to import CharLS as a C++20 module
Pull Request -
State: closed - Opened by vbaderks over 1 year ago
- 1 comment
#285 - Update for Visual Studio 2022 17.8.0
Pull Request -
State: closed - Opened by vbaderks over 1 year ago
- 1 comment
#284 - how to encode and decode an 20bitsdeep bmp?
Issue -
State: closed - Opened by duzhizeng over 1 year ago
- 3 comments
Labels: question
#283 - Suppress warnings introduced with Visual Studio 2022 17.8.0 Preview 3.0
Pull Request -
State: closed - Opened by vbaderks over 1 year ago
- 1 comment
#282 - Resolve warnings reported by Visual Studio 2022 17.7.1
Pull Request -
State: closed - Opened by vbaderks over 1 year ago
- 1 comment
#281 - Unit tests fail to run when CMake out-of-source build is used: basic_ios::clear: iostream error
Issue -
State: closed - Opened by barracuda156 over 1 year ago
- 5 comments
#280 - Add explicit MSVC option required to compile charls codebase
Pull Request -
State: closed - Opened by malaterre over 1 year ago
#279 - Enable code coverage in CI pipeline
Pull Request -
State: closed - Opened by vbaderks over 1 year ago
- 1 comment
#278 - cannot convert argument 1 from 'std::vector<uint8_t,std::allocator<uint8_t>>' to 'const void *'
Issue -
State: closed - Opened by malaterre over 1 year ago
- 5 comments
#277 - Resolve clang-tidy warnings
Pull Request -
State: closed - Opened by vbaderks over 1 year ago
- 1 comment
#276 - Does CharLS provides support for compression of binary or 1 bit images?
Issue -
State: closed - Opened by Sahil-5111998 over 1 year ago
- 1 comment
Labels: question
#275 - Add MSYS2 build to CI pipeline
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#274 - Merge v242 documentation changes
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#273 - Update release date of v2.4.2 in CHANGELOG.md
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#272 - Fix countl_zero: replace __builtin_clzl with __builtin_clzll
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#271 - Make encoding_options::include_pc_parameters_jai not enabled by default
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#270 - Fix countl_zero: replace __builtin_clzl with __builtin_clzll
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#269 - Decoding doesn't work when compiled with mingw64
Issue -
State: closed - Opened by xzn almost 2 years ago
- 8 comments
Labels: bug
#268 - Replace strlen with std::string_view
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#267 - Simplify struct triplet (remove union)
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#266 - Move decode method from reader to decoder
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#265 - Replace byte_span and const_byte_span with template class span
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#264 - Move common scan_encode\decode functionality to base class
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#263 - Remove usage of const_cast
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#262 - Simplify quad<SampleType>struct to get rid of warning suppression
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#261 - Update to CodeQL Action v2
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#260 - Configure SonarCloud scope analysis
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#259 - Move non-template members to base class scan_codec
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#258 - Get rid of dummy template selector parameters
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#257 - Update CI pipeline when to build
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#256 - Resolve MSVC warnings C4127, C6326 and C26814
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#255 - Split scan.h into scan_decoder_impl.h and scan_encoder.impl.h
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#254 - Extract quantization lookup tables to it's own file.
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#253 - Extract Golomb lookup table
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#252 - Move common code to new base class scan_codec
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#251 - Make create_process_line method non-virtual
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#250 - Replace method skip_bytes with span::subspan
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#249 - Update byte_span to be equal with std::span
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#248 - Split jls_codec into scan_encoder/decoder_implementation
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#247 - Report missing file in encode performance test
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#246 - Decouple encoder_strategy from decoder_strategy
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#245 - Configure the C sample to build in ISO C17
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#244 - Resolve SonarQube warnings
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#243 - Update the test code to use C++17 language constructions
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#242 - Improve the SFINAE constructions: use template parameters
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#241 - Compute the Golomb decoding_tables at compile time.
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#240 - Remove redundant qualifiers
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#239 - Use std::byte as type to define source/destination buffers
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment
#238 - Replace uint8_t with std::byte in test projects
Pull Request -
State: closed - Opened by vbaderks almost 2 years ago
- 1 comment