Package: duma Version: 2.5.21-2 Architecture: amd64 Maintainer: Peter Blackman Installed-Size: 284 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1) Filename: ./amd64/duma_2.5.21-2_amd64.deb Size: 69696 MD5sum: 640957943c384e872031bc09baad729f SHA1: 5632e67f966d6af6485b7c88f333bd091301ef31 SHA256: 898bd002e92f7246550ffce9dc8f1513baf87a5dcd746c9feffadfbfcd220f52 Section: devel Priority: optional Homepage: https://github.com/johnsonjh/duma Description: Detect Unintended Memory Access - A Red-Zone memory allocator Open-source library to detect buffer overruns and under-runs in C and C++ programs. . This library is a fork of Bruce Perens Electric Fence library and adds some new features to it. Features of the DUMA library: * "overloads" all standard memory allocation functions like malloc(), calloc(), memalign(), strdup(), operator new, operator new[] and also their counterpart deallocation functions like free(), operator delete and operator delete[] * utilizes the MMU (memory management unit) of the CPU: allocates and protects an extra memory page to detect any illegal access beyond the top of the buffer (or bottom, at the user's option) * stops the program at exactly that instruction, which does the erroneous access to the protected memory page, allowing location of the defective source code in a debugger detects erroneous writes at the non-protected end of the memory block at deallocation of the memory block * detects mismatch of allocation/deallocation functions: f.e. allocation with malloc() but deallocation with operator delete * leak detection: detect memory blocks which were not deallocated until program exit * preloading of the library * allowing tests without necessity of changing source code or recompilation Package: xbrzscale Version: 1.8-1 Architecture: amd64 Maintainer: Peter Blackman Installed-Size: 106 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libsdl2-2.0-0 (>= 2.0.12), libsdl2-image-2.0-0 (>= 2.0.2), libstdc++6 (>= 5) Filename: ./amd64/xbrzscale_1.8-1_amd64.deb Size: 30960 MD5sum: 4fbc9c7acac56784d73030cb19b9e96e SHA1: 75ed42afe65e830d708eabc337165a67337272bf SHA256: a0a8a20103e226a84626ed9ed67c7650a035b7840b85f38749863130dbc0efe6 Section: graphics Priority: optional Homepage: https://github.com/atheros/xbrzscale Description: Intelligent graphics file upscaling tool Scale graphics files with the xBRZ algorithm. . New generation high-quality image upscaling filter. Better results than simple filters, especially with pixel art such as icons, glyphs, cartoons, game tiles etc. . Scales by integer factors from x2 up to x6.