501 packages tagged with “encoder”
iced is a blazing fast and correct x86 (16/32/64-bit) instruction decoder, disassembler and assembler written in C#. - 👍 Supports all Intel and AMD instructions - 👍 Correct: All instructions are tested and iced has been tested against other disassemblers/assemblers (xed, gas, objdump, masm, dumpbin, nasm, ndisasm) and fuzzed - 👍 100% C# code - 👍 The formatter supports masm, nasm, gas (AT&T), Intel (XED) and there are many options to customize the output - 👍 The decoder decodes >130 MB/s - 👍 Small decoded instructions, only 40 bytes and the decoder doesn't allocate any memory - 👍 Create instructions with code assembler, eg. `asm.mov(eax, edx)` - 👍 The encoder can be used to re-encode decoded instructions at any address - 👍 API to get instruction info, eg. read/written registers, memory and rflags bits; CPUID feature flag, control flow info, etc - 👍 Supports `.NET Standard 2.0/2.1+` and `.NET Framework 4.5+` - 👍 License: MIT
.Net QrCode Encoder
This package is a portable C# implementation of the Opus audio compression codec (see https://opus-codec.org/ for more details). This package contains the Opus encoder, decoder, multistream codecs, repacketizer, as well as a port of the libspeexdsp resampler. It does NOT contain code to parse .ogg or .opus container files or to manage RTP packet streams. For better performance depending on your platform, see also the Concentus.Native package.
Base62 encoder and decoder for .NET for URL shortening and/or obfuscation.
Es.Encoder
A .NET Ogg Vorbis audio encoding library written entirely in managed code.
A high performance .NET library for reading and creating (animated) GIFs
Cross-platform audio/video processing library based on FFmpeg native libraries. Supports audio/video frames extraction (fast access to any frame by timestamp), reading file metadata and encoding media files from bitmap images and audio data.
QR Code Encoder & Decoder
Provides GZip compression over a WCF channel
Video conversion using native MediaEncoder
GPIO ANO Directional Navigation and Scroll Wheel Rotary Encoder
Library of encoding/decoding related functionality for Hexadecimal, Base64 and Base32.
A quick JSON encoder and decoder for .net. Designed for speed and compactness. Code can be XCOPYED into your project to avoid DLL dependencies.
A Bitcoin Lightning Invoice Decoder/Encoder implemented in C#
An easy-to-use library for encoding and decoding 16-bit audio using the Opus Audio Codec. NOTE: This library is a wrapper around the official libopus, and does not contain code for parsing .opus container files.
A high-performance .NET 9 library for the TOON data serialization format - human-readable, line-oriented data format optimized for LLM contexts.
BarcodeLib - A barcode library to quickly create barcodes (QR Code, Data Matrix, Code 128/39, EAN/UPC, GS1-128), includes comprehensive options to customize the ISO compatible barcodes. View our C# how to start page : https://www.barcodelib.com/csharp/ Quick to start C# code ============================== using BarcodeLib.Barcode; // Create a QR Code barcode QRCode qrcode = new QRCode(); qrcode.Data = "https://www.barcodelib.com"; qrcode.drawBarcode("C://output//qrcode.png"); // Create a Code 128 barcode Linear code128 = new Linear(); code128.Type = Barcode.BarcodeType.CODE128; code128.Data = "CODE 128"; code128.drawBarcode("C://output//code128.png"); Documents ============================== C# How to Guide : https://www.barcodelib.com/csharp/ Tutorials ASP.NET Core : https://www.barcodelib.com/csharp/create-barcode-asp-net-core.html ASP.NET Core MVC : https://www.barcodelib.com/csharp/create-barcode-asp-net-core-mvc.html ASP.NET Framework : https://www.barcodelib.com/asp_net/barcode_aspnet_csharp.html Windows Forms : https://www.barcodelib.com/net_winforms/barcode_net_winforms_csharp.html WPF : https://www.barcodelib.com/csharp/create-barcode-wpf.html Licenses : https://www.barcodelib.com/purchase/main.html Email : support@barcodelib.com
Simple message encoder with GZip compression.
Library enabling easy parsing/manipulation/encoding of ASN.1 buffers via C# classes auto-generated from ASN.1 definition (using BinaryNotes compiler v1.5.3).
A general JWT(JSON Web Token) utilities
The MPEG-DASH encoding dotnet library! Making web native media encoding and packaging easy.
Provides classes for encoding binary data into a printable representation using Base64, Base32, Base16 (hex), or Base85/Ascii85 character sets, plus equivalent functions for the decoding of such encoded data back into its binary form.
Plugin to generate password hashes
.NET standard wrapper for the native dynamic-link library (DLL) implementation of the Apple Lossless Audio Codec (ALAC).
Base32 Encoder, Decoder and ValueType. Implementing multiple standards: - [default] Base32 according to RFC4648. - z-base-32 aka. ZBase32. - Crockford's Base32. - base32hex / Triacontakaidecimal according to RFC 2938.
Rotary Encoder driver for TinyCLR OS.
Recursive Length Prefix (RLP) encoding for .NET