aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/fitsdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/fits*: format does not store timestampsPaul B Mahol2023-05-211-0/+1
* avformat/fitsdec: stop creating pts, instead set packet durationPaul B Mahol2023-05-211-6/+2
* avformat/fitsdec: fix demuxer class categoryPaul B Mahol2023-05-211-0/+1
* avformat/fitsdec: remove .raw_codec_idPaul B Mahol2023-05-211-1/+0
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/fitsdec: Better size checksMichael Niedermayer2021-01-231-2/+8
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-101-2/+0
* avformat/fitsdec: Fix potential leak of string in AVBPrintAndreas Rheinhardt2020-01-081-1/+1
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* Add FITS DemuxerParas Chadha2017-08-301-0/+231