[FFmpeg-devel] [PATCH] Add FITS Decoder

Paul B Mahol onemda at gmail.com
Tue Jun 27 18:26:44 EEST 2017


On 6/20/17, Paras Chadha <paraschadha18 at gmail.com> wrote:
> Above changes done. Also fixed an issue with BLANK keyword.
>
> Signed-off-by: Paras Chadha <paraschadha18 at gmail.com>
> ---
>  Changelog               |   1 +
>  doc/general.texi        |   2 +
>  libavcodec/Makefile     |   1 +
>  libavcodec/allcodecs.c  |   1 +
>  libavcodec/avcodec.h    |   1 +
>  libavcodec/codec_desc.c |   8 +
>  libavcodec/fitsdec.c    | 517
> ++++++++++++++++++++++++++++++++++++++++++++++++
>  libavcodec/version.h    |   2 +-
>  libavformat/img2.c      |   1 +
>  9 files changed, 533 insertions(+), 1 deletion(-)
>  create mode 100644 libavcodec/fitsdec.c
>

Whats about all those metadata available in FITS files?

Please export them as frame metadata too.


More information about the ffmpeg-devel mailing list