summaryrefslogtreecommitdiff
path: root/libavformat/fitsenc.c
Commit message (Collapse)AuthorAge
* avformat/fitsenc: Simplify writing header paddingAndreas Rheinhardt2022-04-28
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
| | | | | | | This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
* 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>