# oximedia-bitstream TODO
## Status: Stable
## Completed [x]
- [x] Bit-level reader/writer (LSB and MSB modes)
- [x] BitReader with read_bits(), read_bit(), peek_bits()
- [x] BitPacker with write_bits(), write_bit(), flush()
- [x] Exponential Golomb coding (k-order)
- [x] CABAC arithmetic coding foundations
- [x] Big-endian and little-endian bitstream support
- [x] Huffman coding support
- [x] Integer types and bit counting utilities
- [x] Checked arithmetic operations
- [x] Byte-level I/O abstraction
- [x] Integration tests and doc tests
## In Progress [ ]
(none)