summaryrefslogtreecommitdiff
path: root/libavcodec/fitsdec.c
Commit message (Expand)AuthorAge
* 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