Re: [FFmpeg-devel] [PATCH 1/2] avcodec: Implement Archimedes VIDC encoder/decoder

2018-10-25 Thread Cameron Cawley
> Are there files available so I can test this? Various sample files can be found at http://samples.mplayerhq.hu/archive/container/rpl/ and ftp://ftp.uni-stuttgart.de/pub/systems/acorn/riscos/graphics/replay . Most of them use VIDC for audio. On Thu, 25 Oct 2018 at 18:28, Paul B Mahol wrote: >

Re: [FFmpeg-devel] [PATCH 1/2] avcodec: Implement Archimedes VIDC encoder/decoder

2018-10-25 Thread Paul B Mahol
On 10/13/18, Cameron Cawley wrote: > Signed-off-by: Cameron Cawley > --- > doc/general.texi | 2 ++ > libavcodec/Makefile | 2 ++ > libavcodec/allcodecs.c| 2 ++ > libavcodec/avcodec.h | 1 + > libavcodec/codec_desc.c | 7 +++ > libavcodec/pcm.c | 15 +

[FFmpeg-devel] [PATCH 1/2] avcodec: Implement Archimedes VIDC encoder/decoder

2018-10-12 Thread Cameron Cawley
Signed-off-by: Cameron Cawley --- doc/general.texi | 2 ++ libavcodec/Makefile | 2 ++ libavcodec/allcodecs.c| 2 ++ libavcodec/avcodec.h | 1 + libavcodec/codec_desc.c | 7 +++ libavcodec/pcm.c | 15 +++ libavcodec/pcm_tablegen.c | 2 ++ l