encoder
Here are 931 public repositories matching this topic...
Free Lossless Image Format
-
Updated
Dec 14, 2021 - C++
A robust HTML entity encoder/decoder written in JavaScript.
-
Updated
Dec 29, 2021 - JavaScript
high performance JSON encoder/decoder with stream API for Golang
-
Updated
Jan 4, 2022 - Go
[Skype Silk Codec SDK]Decode silk v3 audio files (like wechat amr, aud files, qq slk files) and convert to other format (like mp3). Batch conversion support.
-
Updated
Dec 9, 2021 - C
Create Your Own Broadcast Network With AVideo Platform Open-Source. OAVP OVP
-
Updated
May 30, 2022 - JavaScript
-
Updated
Apr 29, 2022 - Kotlin
Arduino FOC for BLDC and Stepper motors - Arduino Based Field Oriented Control Algorithm Library
-
Updated
May 29, 2022 - C++
Captfencoder is a rapid cross platform network security tool suite, providing network security related code conversion, classical cryptography, cryptography, asymmetric encryption, miscellaneous tools, and aggregating all kinds of online tools.
-
Updated
Apr 9, 2022 - JavaScript
This package provides the ability to encode golang structs to a buffer as JSON very quickly.
-
Updated
Apr 11, 2021 - Go
Must-have verilog systemverilog modules
-
Updated
May 20, 2022 - Verilog
Official implementation of "Designing an Encoder for StyleGAN Image Manipulation" (SIGGRAPH 2021) https://arxiv.org/abs/2102.02766
-
Updated
May 19, 2022 - Jupyter Notebook
Easy XML parsing using Codable protocols in Swift
-
Updated
May 3, 2022 - Swift
JPEG XL image format reference implementation
-
Updated
May 30, 2022 - C++
FFmpegCommand适用于Android的FFmpeg命令库,实现了对音视频相关的处理,能够快速的处理音视频,大概功能包括:音视频剪切,音视频转码,音视频解码原始数据,音视频编码,视频转图片或gif,视频添加水印,多画面拼接,音频混音,视频亮度和对比度,音频淡入和淡出效果等
-
Updated
May 5, 2022 - Kotlin
A node utility utilizing ffmpeg to encode videos with the hevc codec.
-
Updated
Apr 9, 2022 - JavaScript
A robust JavaScript implementation of a UTF-8 encoder/decoder, as defined by the Encoding Standard.
-
Updated
Apr 6, 2022 - JavaScript
While meson appears to support miniz, CMake (which I unfortunately have to use as my IDE doesn't support meson) requires zlib and cannot fall back to miniz. I am on windows and don't have zlib installed, so making this use miniz would be appreciated. Thanks.
Cleanup post v0.7.0
Improve this page
Add a description, image, and links to the encoder topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the encoder topic, visit your repo's landing page and select "manage topics."


It's currently always using
mov rAX,[moffs]but if it fits in ani32, it's shorter to usemov rAX,[m]with a modrm byte.The generated
mov()methods would need to be updated. This is what the generated C# code looks like:An extra check would need to be adde