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 <[email protected]> > > Reviewed-by: Andreas Rheinhardt <[email protected]> > > Signed-off-by: Peter Ross <[email protected]> > > --- > > > > 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 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
