[FFmpeg-devel] [PATCH v21] avformat: add farbfeld muxer and demuxer
Marcus B Spencer
marcus at marcusspencer.xyz
Thu Jul 18 16:43:59 EEST 2024
On Friday, July 12th, 2024 at 8:51 AM, Marcus B Spencer <marcus at marcusspencer.xyz> wrote:
>
>
> farbfeld is an uncompressed image format that is a part of suckless
> tools (https://tools.suckless.org).
>
> Its documentation is available at https://tools.suckless.org/farbfeld.
>
> Add support for this image format in avformat.
>
> Signed-off-by: Marcus B Spencer marcus at marcusspencer.xyz
>
> ---
> Remove unnecessary loop variable from FarbfeldDemuxContext.
>
> Changelog | 1 +
> doc/general_contents.texi | 4 +
> libavformat/Makefile | 2 +
> libavformat/allformats.c | 4 +-
> libavformat/farbfelddec.c | 133 +++++++++++++++++++++++++++++++++
> libavformat/farbfeldenc.c | 151 ++++++++++++++++++++++++++++++++++++++
> libavformat/version.h | 4 +-
> 7 files changed, 296 insertions(+), 3 deletions(-)
> create mode 100644 libavformat/farbfelddec.c
> create mode 100644 libavformat/farbfeldenc.c
Gentle reminder.
There has been no reaction to this patch in 6 days.
Any feedback?
More information about the ffmpeg-devel
mailing list