2509 Commits (3973d6bf127993193dfe85a87326636af438e522)

Author SHA1 Message Date
JimBobSquarePants e4b01463e8 Fix #345 9 years ago
Scott Williams 70f9fd229e refactor ImageFrameCollection for updated API 9 years ago
Scott Williams af33fd3026 extract/clone frames 9 years ago
Scott Williams 42d74e6795 fix missed IFrameMetaData method 9 years ago
Scott Williams 4a0f95635e remove IFrameMetaData and frame properties from ImageMataData 9 years ago
Johannes Bildstein 8fe1841d8b ToInt64 read wrong value when negative (except -1) 9 years ago
Dirk Lemstra f52845d97a Added extra check for when the number of bytes read is not the same as the count (fixes #338) 9 years ago
Anton Firszov 218ca1d33c additional Block8x8F cleanup 9 years ago
Anton Firszov 6e51489fe0 more cleanup + more tests 9 years ago
Anton Firszov 347dd15ea2 cleanup and docs 9 years ago
Anton Firszov a9204f1115 deleting unused tuples for now cuz they are neither tested nor DRY 9 years ago
Anton Firszov 1e60b2a73c NormalizeColorsAndRoundAvx2() + JpegBlockPostProcessor cleanup 9 years ago
Anton Firszov d4d7d302ab add library level tuples 9 years ago
Anton Firszov adafde4002 inlined stuff in CopyTo2x2() 9 years ago
Anton Firszov fa91eb6239 optimized quantization 9 years ago
Anton Firszov 1c84a3c312 fix rounding in YCbCr conversion, started refactoring dequantiziation logic 9 years ago
Anton Firszov 63fa1fdbe1 unrelated to PR: Skipping AVX2-tests if the CPU does not support AVX2 9 years ago
Anton Firszov 5dc06612b2 Renamed *.Advanced.ImageExtensions to AdvancedImageExtensions, 9 years ago
Scott Williams e4670d002b update dependencies to prevent stylecop.json being included in package 9 years ago
Anton Firsov 2945aaef9a Updated docs on DangerousGetPinnableReferenceToPixelBuffer() 9 years ago
Scott Williams c152674755 fix style issues 9 years ago
Scott Williams 2fa2f1d459 make class public 9 years ago
Scott Williams 0afea0f9d6 rename api to DangerousGetPinnableReferenceToPixelBuffer 9 years ago
Scott Williams ed7f9b020b fix style cop issues 9 years ago
Scott Williams c768971047 Expose advanced pixel reference API. 9 years ago
Scott Williams bbf000fe83 fix icon paths 9 years ago
Anton Firszov e342c5dbe0 optimized Rgba32.PixelOperations.PackFromVector4() 9 years ago
Anton Firszov 40353af459 SimdUtils.BulkConvertNormalizedFloatToByte() 9 years ago
Anton Firsov 3d145963aa being more careful with Vector<T> 9 years ago
Scott Williams 9f453a6d2d update package dependencies to beta versions 9 years ago
Anton Firszov 98d1604292 minor cleanup 9 years ago
Anton Firszov 1aeac28255 referencing the actual GLM source for SIMD rounding 9 years ago
Anton Firszov 3e73bd8cf1 speedup Block8x8F.RoundInplace() 9 years ago
Anton Firszov 1fab14bc2a bringing back life into Benchmarks project 9 years ago
Scott Williams b66ac8d560 remove dubug if 9 years ago
Scott Williams 650986fea9 update shapes package to fix broken tests 9 years ago
Scott Williams fac95ccc2b remove usage of Span<T> from public api surface 9 years ago
Anton Firszov a8f2e8fe35 Optimized Block8x8F.CopyTo() for the 4:2:0 case 9 years ago
Anton Firszov 82acd24241 minor cleanup 9 years ago
Anton Firszov 343a8920d8 switched to FromYCbCrSimd 9 years ago
Anton Firszov d1953ea79c go home Vector<T>, you are drunk 9 years ago
Anton Firszov 84944e2db9 full conversion + benchmarking 9 years ago
Scott Williams db80a7ff61 introduce IImageFrameCollectino to hide disposable 9 years ago
Anton Firszov e5197d78ef JpegColorConverter.FromYCbCrSimd256 conversion core method seems to work 9 years ago
James Jackson-South 19b45049f4 Reuse comparable swap 9 years ago
James Jackson-South 2dc3c4f519 Remove unused local variables 9 years ago
James Jackson-South 22d51633ad Fix spelling 9 years ago
Scott Williams 176920a180 expose span APIs on image 9 years ago
Scott Williams 41358ce077 FrameCollection responsible for adding initial frame 9 years ago
James Jackson-South 3eb75e6ef8 Undo my silliness 9 years ago