FFmpeg / FFV1

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

Limit Golomb-Rice to 8-bit #191

Closed JeromeMartinez closed 4 years ago

JeromeMartinez commented 4 years ago

Fix https://github.com/FFmpeg/FFV1/issues/175.

I prefer "SHOULD NOT" over "MUST NOT" because I don't like the idea of limiting the spec too much. If another algorithm is preferred for > 8-bit, I think that it should go in v4, in order to have v3 spec without a mix of algorithms.

JeromeMartinez commented 4 years ago

@michaelni please close #175 (the commit message is with a wrong issue number so the issue is not closed automatically)