2578 Commits (75bf4d6d728450220f372e0f38d90f765bc8f6dc)

Author SHA1 Message Date
James Jackson-South 9a7bfef94f App1Marker 9 years ago
James Jackson-South d6bc806ace AppHeadMarker 9 years ago
James Jackson-South 47c222d103 Revert "Replace AppHead and App1" 9 years ago
James Jackson-South 08bd59b668 Replace AppHead and App1 9 years ago
James Jackson-South 5bc6ff0f7b Make markers common 9 years ago
James Jackson-South d828512301 Cleanup and migrate constants 9 years ago
JimBobSquarePants e4b01463e8 Fix #345 9 years ago
Scott Williams 70f9fd229e refactor ImageFrameCollection for updated API 9 years ago
Anton Firszov e7d2985a04 JpegColorConverter.FromYCbCrSimdAvx2 works! 9 years ago
Anton Firszov 48ecb8776c organizing color converster code 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