Re: [FFmpeg-devel] [PATCH 1/2] avcodec: Implement Acorn Replay IMA ADPCM decoder

2021-05-08 Thread Zane van Iperen
On 8/5/21 2:50 am, Cameron Cawley wrote: --- Changelog | 1 + doc/general_contents.texi | 1 + libavcodec/Makefile | 1 + libavcodec/adpcm.c| 19 +++ libavcodec/allcodecs.c| 1 + libavcodec/codec_desc.c | 7 +++ libavcodec/co

Re: [FFmpeg-devel] [PATCH 1/2] avcodec: Implement Acorn Replay IMA ADPCM decoder

2019-08-09 Thread Paul B Mahol
On Fri, Aug 9, 2019 at 1:34 PM Moritz Barsnick wrote: > On Thu, Aug 08, 2019 at 22:09:04 +0100, Cameron Cawley wrote: > > Signed-off-by: Cameron Cawley > > --- > > doc/general.texi| 1 + > > libavcodec/Makefile | 1 + > > libavcodec/adpcm.c | 14 ++ > > libavcodec

Re: [FFmpeg-devel] [PATCH 1/2] avcodec: Implement Acorn Replay IMA ADPCM decoder

2019-08-09 Thread Moritz Barsnick
On Thu, Aug 08, 2019 at 22:09:04 +0100, Cameron Cawley wrote: > Signed-off-by: Cameron Cawley > --- > doc/general.texi| 1 + > libavcodec/Makefile | 1 + > libavcodec/adpcm.c | 14 ++ > libavcodec/allcodecs.c | 1 + > libavcodec/avcodec.h| 1 + > libavcodec/c

Re: [FFmpeg-devel] [PATCH 1/2] avcodec: Implement Acorn Replay IMA ADPCM decoder

2019-08-09 Thread Paul B Mahol
On Thu, Aug 8, 2019 at 11:20 PM Cameron Cawley wrote: > Signed-off-by: Cameron Cawley > --- > doc/general.texi| 1 + > libavcodec/Makefile | 1 + > libavcodec/adpcm.c | 14 ++ > libavcodec/allcodecs.c | 1 + > libavcodec/avcodec.h| 1 + > libavcodec/codec_d

Re: [FFmpeg-devel] [PATCH 1/2] avcodec: Implement Acorn Replay IMA ADPCM decoder

2019-07-05 Thread Cameron Cawley
Samples are available from http://riscos.com/ftp_space/370/files/diversions.zip (in the "AudioDemos" folder) and http://riscos.com/ftp_space/370/files/sound.zip (the files "1812" and "Enigma"). On Fri, 5 Jul 2019 at 17:16, Michael Niedermayer wrote: > On Thu, Jun 27, 2019 at 08:56:01PM +0100, Ca

Re: [FFmpeg-devel] [PATCH 1/2] avcodec: Implement Acorn Replay IMA ADPCM decoder

2019-07-05 Thread Michael Niedermayer
On Thu, Jun 27, 2019 at 08:56:01PM +0100, Cameron Cawley wrote: > Signed-off-by: Cameron Cawley > --- > doc/general.texi| 1 + > libavcodec/Makefile | 1 + > libavcodec/adpcm.c | 14 ++ > libavcodec/allcodecs.c | 1 + > libavcodec/avcodec.h| 1 + > libavcodec