summaryrefslogtreecommitdiff
path: root/libavformat/jpegxl_probe.c
Commit message (Collapse)AuthorAgeFilesLines
* avformat/jpegxl_probe: Check init_get_bits8() for failureMichael Niedermayer2022-05-261-1/+4
| | | | | | | Fixes: missing error check Fixes: CID1504270 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat/jpegxl_probe: Fix potential incorrect and UB shiftAndreas Rheinhardt2022-04-291-2/+2
| | | | | | Fixes Coverity issue #1504273. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avformat/image2: add Jpeg XL as image2 formatLeo Izen2022-04-231-0/+393
This commit adds support to libavformat for muxing and demuxing Jpeg XL images as image2 streams.