[FFmpeg-devel] [PATCH v2] add prores bitstream demuxer and muxer
Derek Buitenhuis
derek.buitenhuis at gmail.com
Tue Jul 25 20:05:14 EEST 2023
Hello,
On 7/25/2023 12:21 PM, hung kuishing wrote:
> Signed-off-by: clarkh <hungkuishing at outlook.com>
> ---
> libavcodec/Makefile | 1 +
> libavcodec/parsers.c | 1 +
> libavcodec/prores_parser.c | 107 +++++++++++++++++++++++++++++++++++++
> libavformat/Makefile | 2 +
> libavformat/allformats.c | 2 +
> libavformat/proresdec.c | 66 +++++++++++++++++++++++
> libavformat/rawenc.c | 13 +++++
> 7 files changed, 192 insertions(+)
> create mode 100644 libavcodec/prores_parser.c
> create mode 100644 libavformat/proresdec.c
My previous email on this patch was ignored: http://ffmpeg.org/pipermail/ffmpeg-devel/2023-July/312552.html
- Derek
More information about the ffmpeg-devel
mailing list