[FFmpeg-devel] [PATCH 1/2] avcodec: Implement Archimedes VIDC	encoder/decoder
    Paul B Mahol 
    onemda at gmail.com
       
    Thu Oct 25 20:28:10 EEST 2018
    
    
  
On 10/13/18, Cameron Cawley <ccawley2011 at gmail.com> wrote:
> Signed-off-by: Cameron Cawley <ccawley2011 at gmail.com>
> ---
>  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 ++
>  libavcodec/pcm_tablegen.h | 27 +++++++++++++++++++++++++++
>  libavcodec/utils.c        |  1 +
>  libavformat/Makefile      |  2 ++
>  libavformat/allformats.c  |  2 ++
>  libavformat/pcmdec.c      |  3 +++
>  libavformat/pcmenc.c      |  3 +++
>  13 files changed, 69 insertions(+)
>
Are there files available so I can test this?
    
    
More information about the ffmpeg-devel
mailing list