summaryrefslogtreecommitdiff
path: root/libavcodec/fitsdec.c
Commit message (Expand)AuthorAge
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/fitsdec: properly initialize header->data_maxPaul B Mahol2021-02-10
* avcodec/fitsdec: Use lrint()Michael Niedermayer2019-12-05
* avcodec/fitsdec: Fail on 0 naxisnMichael Niedermayer2019-10-10
* avcodec/fitsdec: fix use of uninitialised valuesJames Almer2019-09-29
* avcodec/fitsdec: Prevent division by 0 with huge data_maxMichael Niedermayer2019-09-26
* avcodec/fitsdec: Check data_min/maxMichael Niedermayer2019-06-30
* avcodec/fitsdec: Fix division by 0 in size checkMichael Niedermayer2019-06-25
* avcodec/fitsdec: write output to frame directlyParas Chadha2017-09-06
* Add FITS DecoderParas Chadha2017-08-30