Paul B Mahol (12020-07-31): > From 6ec6fb33ac4a21c602b44efa94ff3246a6ea4342 Mon Sep 17 00:00:00 2001 > From: Paul B Mahol <one...@gmail.com> > Date: Sat, 25 Jul 2020 18:18:18 +0200 > Subject: [PATCH 1/3] avcodec: add CFHD encoder > > --- > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/cfhd.c | 28 -- > libavcodec/cfhd.h | 52 +++ > libavcodec/cfhdenc.c | 746 +++++++++++++++++++++++++++++++++++++++++ > 5 files changed, 800 insertions(+), 28 deletions(-) > create mode 100644 libavcodec/cfhdenc.c
The origin of the tables of numbers still need to be documented in the source code. -- Nicolas George
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".