legacy-imlib2/src/modules/loaders
Kim Woelders 06314730ff Y4M loader: Avoid use of sscanf() in frame rate parsing
Input data is not necessarily nul-terminated.
Simplify frame rate parsing in the process.

Use of sscanf() should also be eliminated when compiling with debug -
some other day.

Based on patch by NRK.
2024-01-01 16:57:48 +01:00
..
Makefile.am loaders: Fix CPPFLAGS order 2023-09-04 17:01:33 +02:00
compression.h Loaders: decompress_load() is not part of the loader API 2023-02-04 10:15:05 +01:00
decompress_load.c Loaders: decompress_load() is not part of the loader API 2023-02-04 10:15:05 +01:00
exif.c Avoid signedness warning 2021-12-02 18:10:18 +01:00
exif.h JPEG loader: Parse EXIF data and handle orientation 2021-09-25 13:02:06 +02:00
loader_ani.c loaders: Fix build with -m32 --enable-debug 2023-09-03 17:11:21 +02:00
loader_argb.c loaders: Cosmetics 2023-05-01 11:19:24 +02:00
loader_bmp.c loaders: Cosmetics 2023-05-01 11:19:24 +02:00
loader_bz2.c Loaders: decompress_load() is not part of the loader API 2023-02-04 10:15:05 +01:00
loader_ff.c loaders: Cosmetics 2023-05-01 11:19:24 +02:00
loader_gif.c loaders: Use common function to print error messages 2023-05-08 18:52:57 +02:00
loader_heif.c HEIF loader: Call heif_[de]init() on loader load/unload 2023-05-20 08:42:05 +02:00
loader_ico.c loaders: Cosmetics 2023-05-01 11:19:24 +02:00
loader_id3.c loaders: Use common function to print error messages 2023-05-08 18:52:57 +02:00
loader_j2k.c loaders: Fix build with -m32 --enable-debug 2023-09-03 17:11:21 +02:00
loader_jpeg.c loaders: Fix build with -m32 --enable-debug 2023-09-03 17:11:21 +02:00
loader_jxl.c loaders: Fix build with -m32 --enable-debug 2023-09-03 17:11:21 +02:00
loader_lbm.c loading: Centralize mmap handling 2022-07-10 12:51:06 +02:00
loader_lzma.c Loaders: decompress_load() is not part of the loader API 2023-02-04 10:15:05 +01:00
loader_png.c Consistently use #if IMLIB2_DEBUG (not #ifdef) 2023-12-28 16:10:19 +01:00
loader_pnm.c loaders: Cosmetics 2023-05-01 11:19:24 +02:00
loader_ps.c loaders: Cosmetics 2023-05-01 11:19:24 +02:00
loader_qoi.c Loaders: Static constify some data that may as well be 2023-06-18 07:12:51 +02:00
loader_raw.c RAW loader: Don't unload loader 2023-09-03 20:16:12 +02:00
loader_svg.c loaders: Change method used to not unload loaders 2023-04-04 20:53:49 +02:00
loader_tga.c TGA loader: Fix TGA v2.0 signature check 2023-06-20 10:56:06 +02:00
loader_tiff.c loaders: Fix build with -m32 --enable-debug 2023-09-03 17:11:21 +02:00
loader_webp.c WEBP saver: allow lossless and respect compression tag 2023-05-12 16:21:35 +02:00
loader_xbm.c loaders: Cosmetics 2023-05-01 11:19:24 +02:00
loader_xpm.c loaders: Use common function to print error messages 2023-05-08 18:52:57 +02:00
loader_y4m.c Y4M loader: Avoid use of sscanf() in frame rate parsing 2024-01-01 16:57:48 +01:00
loader_zlib.c Loaders: decompress_load() is not part of the loader API 2023-02-04 10:15:05 +01:00