summaryrefslogtreecommitdiff
path: root/libavcodec/fitsdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/fitsdec: Use lrint()Michael Niedermayer2020-01-061-1/+1
* avcodec/fitsdec: Fail on 0 naxisnMichael Niedermayer2020-01-061-1/+1
* avcodec/fitsdec: fix use of uninitialised valuesJames Almer2020-01-061-7/+7
* avcodec/fitsdec: Prevent division by 0 with huge data_maxMichael Niedermayer2020-01-061-1/+8
* avcodec/fitsdec: Check data_min/maxMichael Niedermayer2019-06-301-0/+8
* avcodec/fitsdec: Fix division by 0 in size checkMichael Niedermayer2019-06-271-1/+1
* avcodec/fitsdec: write output to frame directlyParas Chadha2017-09-061-3/+2
* Add FITS DecoderParas Chadha2017-08-301-0/+318