summaryrefslogtreecommitdiff
path: root/libavformat/fitsenc.c
Commit message (Collapse)AuthorAge
* avformat/fitsenc: write DATAMIN/DATAMAX to encoded outputPaul B Mahol2021-02-10
| | | | | | There is no point in doing normalization when such files are decoded. Update fate test with new results.
* avformat/fitsenc: validate input pixel formatTimo Rothenpieler2017-11-13
| | | | Fixes CID #1416961 and #1416962
* avformat/fitsenc: fill header line with spacesParas Chadha2017-09-12
| | | | | Signed-off-by: Paras Chadha <paraschadha18@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* Add FITS MuxerParas Chadha2017-08-30
Signed-off-by: Paras Chadha <paraschadha18@gmail.com>