Paul B Mahol
a6068c8700
avformat/fits*: format does not store timestamps
2023-05-21 20:59:23 +02:00
Paul B Mahol
fd2ca3d4c5
avformat/fitsenc: reindent switch
2023-05-21 20:43:52 +02:00
Andreas Rheinhardt
59c9dc82f4
avformat/avformat: Move AVOutputFormat internals out of public header
...
This commit does for AVOutputFormat what commit
20f9727018 did for AVCodec:
It adds a new type FFOutputFormat, moves all the internals
of AVOutputFormat to it and adds a now reduced AVOutputFormat
as first member.
This does not affect/improve extensibility of both public
or private fields for muxers (it is still a mess due to lavd).
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com >
Signed-off-by: Anton Khirnov <anton@khirnov.net >
2023-02-09 15:24:15 +01:00
Andreas Rheinhardt
52af16bbf5
avformat/fitsenc: Simplify writing header padding
...
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com >
2022-04-28 02:39:37 +02:00
Andreas Rheinhardt
bc70684e74
avformat: Constify all muxer/demuxers
...
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 >
2021-04-27 11:48:06 -03:00
Paul B Mahol
e0fd35d867
avformat/fitsenc: write DATAMIN/DATAMAX to encoded output
...
There is no point in doing normalization when such files are decoded.
Update fate test with new results.
2021-02-10 00:03:38 +01:00
Timo Rothenpieler
284b432662
avformat/fitsenc: validate input pixel format
...
Fixes CID #1416961 and #1416962
2017-11-13 20:33:10 +01:00
Paras Chadha
6ce4a635ed
avformat/fitsenc: fill header line with spaces
...
Signed-off-by: Paras Chadha <paraschadha18@gmail.com >
Signed-off-by: James Almer <jamrial@gmail.com >
2017-09-12 21:39:57 -03:00
Paras Chadha
df475db9a2
Add FITS Muxer
...
Signed-off-by: Paras Chadha <paraschadha18@gmail.com >
2017-08-30 12:13:02 +02:00