5798 Commits (da1b85bee38b4e4ceded1c57d25ac13a2a0e8f22)

Author SHA1 Message Date
Dmitry Pentin 3380bdf0d0 Renamed YCbCrEncoder to HuffmanScanEncoder as it is in decoding logic 5 years ago
Dmitry Pentin 9d7adb6bf7 Fixed comments 5 years ago
Dmitry Pentin 368f89e450 Moved quantization table initialization logic to JpegEncoderCore 5 years ago
Dmitry Pentin 4e73471d96 Small QoL fixes 5 years ago
Dmitry Pentin b3a993806c Updated & fixed xml documentation 5 years ago
Dmitry Pentin 690e80cf69 YCbCrEncoder now has builtin temporal 8x8F blocks for internal calculations 5 years ago
Dmitry Pentin 56822d1bcc Removed obsolete parameter config from various methods 5 years ago
Dmitry Pentin 296ee10c91 Optimized jpeg encoder stream Write calls but a lot -> huge performance gain 5 years ago
Dmitry Pentin d593479a8d Removed remaining unrelevant code from JpegEncoderCore 5 years ago
Dmitry Pentin 0d7e4b13f2 Removed unrelevant code from JpegDecoderCore 5 years ago
Dmitry Pentin 66b5a8df67 [WIP] Moved SOS writing logic to separate class 5 years ago
Dmitry Pentin d91fc408bc Removed write buffer parameter injection 5 years ago
Brian Popow d22692ee8f Change TiffEncoder to use TiffPhotometricInterpretation instead of EncodingMode 5 years ago
Dmitry Pentin f0017556cf [WIP] Partially moved encoding logic to a separate class 5 years ago
Dmitry Pentin 86a6d8be97 WriteDefineHuffmanTables(...) no longer relies on external buffer for stream writes 5 years ago
Dmitry Pentin 347ac360ec LuminanceForwardConverter.Convert main loop routine now uses named constant instead of a 'magic value' 5 years ago
Dmitry Pentin 9bf9644e65 RgbToYCbCrConverterLut.Convert main loop routine now uses named constant instead of a 'magic value' 5 years ago
Brian Popow 508844ad60 Fix failing tests 5 years ago
Brian Popow dcb3e6fa2f Remove BitsPerSample from TiffFrameMetadata 5 years ago
James Jackson-South 4094be1647 Attempt at making frame metadata public 5 years ago
Brian Popow 8461c72ed9 Remove properties from TiffFrameMetadata, which can be accessed by the exifProfile directly 5 years ago
Brian Popow e2bd192c79 Move IPTC and ICC Profile to image frame metadata 5 years ago
Brian Popow 6ba3f101fa Remove setting XMP profile twice 5 years ago
Brian Popow b0ecabbbd7 Remove BitsPerPixel from TiffMetaData, its already present in TiffFrameMetadata 5 years ago
Dmitry Pentin 81c21e5af4 Fixed "constant" vectors naming 5 years ago
Dmitry Pentin 513e86a904 Implemented IDCT algorithm with avx/fma, move IDCT code to a different file 5 years ago
Dmitry Pentin e5188fe4f4 Implemented FDCT8x8 using avx instruction set, added backward compatibility for FDCT8x4 calls using FDCT8x8(ref Block8x8F, ref Block8x8F) method 5 years ago
TechPizza 4cfc7016ec Added comment on Accumulate 5 years ago
Dmitry Pentin 20236b8c75 Block8x8F.TransposeInto no longer uses unsafe casts (partially) 5 years ago
Dmitry Pentin fbf0ff1466 Block8x8F.MultiplyInPlace no longer use unsafe casts 5 years ago
Dmitry Pentin 7229dbf73f Block8x8F explicit layout & 256bit rows support 5 years ago
TechPizza 5c7f4a9ab3 Added more specialized Png filter code 5 years ago
TechPizza 9d04ec8274 Small intrinsics cleanup 5 years ago
TechPizza d7f02bc23c Greatly optimized PaethFilter 5 years ago
TechPizza 64e082615a Optimized AverageFilter 5 years ago
TechPizza 41b773ac02 Made PaethFilter use unsafe loads 5 years ago
TechPizza 425e4876fa Vectorized UpFilter 5 years ago
TechPizza 514d230982 Vectorized SubFilter 5 years ago
TechPizza c16af90f79 Vectorized AverageFilter 5 years ago
TechPizza 78b6d78058 Moved Accumulate to Numerics 5 years ago
James Jackson-South fab1f3a5a0 Make XMP internal, minor cleanup 5 years ago
Brian Popow 09f4957ce5 Make TiffFrameMetadata internal 5 years ago
Brian Popow 04b6f3ffcf Remove ExifProfile from TiffFrameMetadata, Add ExifProfile and XmpProfile to ImageFrameMetaData 5 years ago
Brian Popow 411c7d6520 Add setters for TiffFrameMetaData properties, initialize properties from frame ExifProfile 5 years ago
Brian Popow 275a6cc27d Remove Exif profile from the image metadata: each frame will have its own ExifProfile 5 years ago
Brian Popow 587910f3e3 Remove PhotometricInterpretation and Compression from tiff metadata, because those are already present in the frame metadata 5 years ago
Brian Popow 875db67386 Remove Tiff specific values from the EXIF profile 5 years ago
Brian Popow 85a65ae6f9 Remove width and height from tiff frame metadata 5 years ago
Brian Popow fa68e1b843 Read and write Exif Profile 5 years ago
Brian Popow a67bdc222d Remove the Func from SetSingle and SetArray 5 years ago