[FFmpeg-devel] [PATCHv3] avcodec/rv60: RealVideo 6.0 decoder
Anton Khirnov
anton at khirnov.net
Sat Oct 26 12:29:21 EEST 2024
Quoting Peter Ross (2024-10-26 07:03:30)
> On Tue, Oct 01, 2024 at 12:59:30PM +1000, Peter Ross wrote:
> > Reviewed-by: Anton Khirnov <anton at khirnov.net>
> > Reviewed-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> > Signed-off-by: Peter Ross <pross at xvid.org>
> > ---
> >
> > Have addressed all comments from earlier post (March 2024)
> > (https://lists.ffmpeg.org/pipermail/ffmpeg-devel/2024-March/322564.html)
> >
> > configure | 1 +
> > libavcodec/Makefile | 1 +
> > libavcodec/allcodecs.c | 1 +
> > libavcodec/codec_desc.c | 7 +
> > libavcodec/codec_id.h | 1 +
> > libavcodec/rv60data.h | 118 ++
> > libavcodec/rv60dec.c | 2415 +++++++++++++++++++++++++++++++++++++++
> > libavcodec/rv60dsp.c | 164 +++
> > libavcodec/rv60dsp.h | 30 +
> > libavcodec/rv60vlcs.h | 2315 +++++++++++++++++++++++++++++++++++++
> > libavformat/riff.c | 1 +
> > libavformat/rm.c | 1 +
> > 12 files changed, 5055 insertions(+)
> > create mode 100644 libavcodec/rv60data.h
> > create mode 100644 libavcodec/rv60dec.c
> > create mode 100644 libavcodec/rv60dsp.c
> > create mode 100644 libavcodec/rv60dsp.h
> > create mode 100644 libavcodec/rv60vlcs.h
>
> this patchset has been through a few rounds of comments over past six
> months. any more?
Some tests would be nice.
--
Anton Khirnov
More information about the ffmpeg-devel
mailing list