summaryrefslogtreecommitdiff
path: root/libavcodec/fitsdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-1/+0
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-0/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+2
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-7/+8
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/fitsdec: properly initialize header->data_maxPaul B Mahol2021-02-101-1/+1
* avcodec/fitsdec: Use lrint()Michael Niedermayer2019-12-051-1/+1
* avcodec/fitsdec: Fail on 0 naxisnMichael Niedermayer2019-10-101-1/+1
* avcodec/fitsdec: fix use of uninitialised valuesJames Almer2019-09-291-7/+7
* avcodec/fitsdec: Prevent division by 0 with huge data_maxMichael Niedermayer2019-09-261-1/+8
* avcodec/fitsdec: Check data_min/maxMichael Niedermayer2019-06-301-0/+8
* avcodec/fitsdec: Fix division by 0 in size checkMichael Niedermayer2019-06-251-1/+1
* avcodec/fitsdec: write output to frame directlyParas Chadha2017-09-061-3/+2
* Add FITS DecoderParas Chadha2017-08-301-0/+318