openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
C
CharLS, a JPEG-LS library
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
about 7 hours
ago. based on code collected
about 7 hours
ago.
Jul 29, 2024 — Jul 29, 2025
Showing page 28 of 37
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added API docs for JpegLsDecode and made info const (only read from)
vbaderks
More...
over 10 years ago
Updated C# projects to target .NET 4.6 (Visual Studio 2015 CTP 5 includes .NET 4.6 as the default .NET version) Fixed some minor issues in the native VS 2015 project files Note: Checked build and .NET build are not working as Code Contracts and /analyse are not yet supported.
Victor Derks
More...
over 10 years ago
Added underscores to class members.
Victor Derks
More...
over 10 years ago
Method argument updated to match base class.
Victor Derks
More...
over 10 years ago
Changed argument passed by pointer, that never can be NULL, to passed by reference.
Victor Derks
More...
over 10 years ago
Added EncoderStrategyTest class to unit test EncoderStrategy class and solve work item 10742 (Failed assertion in EncodeStrategy)
Victor Derks
More...
over 10 years ago
Removed not needed casts.
Victor Derks
More...
over 10 years ago
Replaced ASSERT macro with a simple Assert::IsTrue method to makt it possible to execute unit tests on release builds of CharLS. This solves also the many warnings when compiling the release build with GCC on Linux.
Victor Derks
More...
over 10 years ago
Corrected CharLS native method definition for x64.
Victor Derks
More...
over 10 years ago
Removed obsolete svnbridge files and added custom build steps to ensure data files are copied to the correct location.
Victor Derks
More...
over 10 years ago
Removal of obsolete Microsoft source control files (not needed by Git) Removal of support for Visual Studio 2010 (not working). Visual Studio 2013 is a free download.
Victor Derks
More...
over 10 years ago
Added reference to "Style and Design"txt file.
Victor Derks
More...
over 10 years ago
Updated the output paths and the .NET version (from .NET 4.5.1 to .NET 4.5.2)
Victor Derks
More...
over 10 years ago
A couple of style updates.
Victor Derks
More...
over 10 years ago
Refactored typedef LONG in standard C++ 11 int32_t.
Victor Derks
More...
over 10 years ago
Updated name of external header file from interface.h to charls.h to make it more clear which header files external apps should include.
Victor Derks
More...
over 10 years ago
Refactored couple of functions arguments from passing as const pointer to const reference (arguments are not allowed to be NULL).
Victor Derks
More...
over 10 years ago
GCC fixed
vbaderks
More...
over 10 years ago
Sample bmp file
vbaderks
More...
over 10 years ago
Moved charls_category from header file to implementation file. There is no need to include this class in a header file.
vbaderks
More...
over 10 years ago
Initial code for BMP to JPEG-LS convert sample
vbaderks
More...
over 10 years ago
Refactored throwing JlsException to throwing the C++ 11 std::system_error mechanism.
vbaderks
More...
over 10 years ago
Refactored JPEG_xxx defines into enum class JpegMarkerCode
vbaderks
More...
over 10 years ago
Updated output folders of C++ projects for Visual Studio 2015
Victor Derks
More...
over 10 years ago
Replaced custom USHORT typedef with standard uint16_t definition
Victor Derks
More...
over 10 years ago
Enabled language extensions. Macro UINT16_MAX requires that extensions are enabled.
vbaderks
More...
over 10 years ago
Added msbuild target to detect missing Code Contracts.
Victor Derks
More...
over 10 years ago
Replaced custom BYTE typedef with standard uint8_t definition
Victor Derks
More...
over 10 years ago
Updated CMakeLists.txt to improve support for building Debug and Release versions
vbaderks
More...
over 10 years ago
Updated project file for Visual Studio 2015 (from VS 14 CTP)
vbaderks
More...
over 10 years ago
←
1
2
…
24
25
26
27
28
29
30
31
32
…
36
37
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree