On Sun, 7 Jan 2018 21:20:15 +0100, Jerome Martinez
wrote:
> - I have an early (not yet public, for testing the spec only for the
> moment) version of an encoder conforming to the spec for all bit depths
> up to 30-bit per component.
> - I have heard about other FFV1 encoders able to encode RGB4
On Sun, Jan 07, 2018 at 09:20:15PM +0100, Jerome Martinez wrote:
> On 07/01/2018 20:08, Michael Niedermayer wrote:
> >[...]
> >This is correct but i think misleading a bit
> >the 17bit case this is about uses a seperate codepath.
>
> For your (FFmpeg) encoder and decoder. Not mine (same code path
On 07/01/2018 20:08, Michael Niedermayer wrote:
[...]
This is correct but i think misleading a bit
the 17bit case this is about uses a seperate codepath.
For your (FFmpeg) encoder and decoder. Not mine (same code path is used
for 8/10/12/16/... bit RGB and YUV with my encoder and decoder).
Ag
Hi
On Sun, Jan 07, 2018 at 06:39:34PM +0100, Jerome Martinez wrote:
> On 06/01/2018 23:21, Michael Niedermayer wrote:
> >On Sat, Jan 06, 2018 at 04:54:18PM +0100, Jerome Martinez wrote:
> >>On 06/01/2018 02:05, Michael Niedermayer wrote:
> ffv1enc.c |4
> 1 file changed, 4 dele