FFmpeg / FFV1

The FFV1 lossless video codec specification.
Other
154 stars 35 forks source link

Add pseudocode examples for Range Binary Values #242

Closed dwbuiten closed 3 years ago

dwbuiten commented 3 years ago

Addresses #230 and #231.

First pass at adding pseudocode for these (maybe a little rough). Please review.

I am particularily unsure that remaining_bits_in_bitstream() is the correct way to say "no bits left to read in the buffer".

CC: @michaelni @JeromeMartinez @dericed @mcr