arithmetic-coding topic

List arithmetic-coding repositories

libcoders

8
Stars
2
Forks
Watchers

File compression library | Shennon | Fano | Huffman | Bigram Huffman | Adaptive Huffman | Arithmetic coding

divans

367
Stars
20
Forks
Watchers

Building better compression together

minlzma

340
Stars
28
Forks
Watchers

The Minimal LZMA (minlzma) project aims to provide a minimalistic, cross-platform, highly commented, standards-compliant C library (minlzlib) for decompressing LZMA2-encapsulated compressed data in LZ...

digital_video_introduction

15.2k
Stars
1.3k
Forks
Watchers

A hands-on introduction to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg encoding). Translations: 🇺🇸 🇨🇳 🇯🇵 🇮🇹 🇰🇷 🇷🇺 🇧🇷 🇪🇸

Reference-arithmetic-coding

350
Stars
103
Forks
Watchers

Clear implementation of arithmetic coding for educational purposes in Java, Python, C++.

torchac

220
Stars
13
Forks
Watchers

Entropy coding / arithmetic coding for PyTorch

arcode-rs

23
Stars
2
Forks
Watchers

An arithmetic coder for Rust.

rangecoder

64
Stars
8
Forks
Watchers

a fast range coder in C++, using SSE

Turbo-Range-Coder

62
Stars
4
Forks
Watchers

TurboRC - Fastest Range Coder + Arithmetic Coding / Fastest Asymmetric Numeral Systems

ArithmeticEncodingPython

67
Stars
16
Forks
Watchers

Data Compression using Arithmetic Encoding in Python