legacy-imlib2/src/modules/loaders
Chema Gonzalez 96e04dd8cf Y4M loader: add error messages on parsing errors
Tested:

Image with 420p10 color space.

Before:
```
$ IMLIB2_DEBUG=31:0 imlib2_view out.y4m
...
LOAD: __imlib_FindBestLoader: fmt='y4m': /usr/local/lib/imlib2/loaders/y4m.so
IMG : __imlib_LoadImageWrapper: fmt='y4m' file='out.y4m'(out.y4m) frame=1, imm=1
IMG : __imlib_LoadImageWrapper: y4m : out.y4m: Elapsed time: 0.010 ms
...
```

After:
```
$ IMLIB2_DEBUG=31:0 imlib2_view out.y4m
...
LOAD: __imlib_FindBestLoader: fmt='y4m': /usr/local/lib/imlib2/loaders/y4m.so
IMG : __imlib_LoadImageWrapper: fmt='y4m' file='out.y4m'(out.y4m) frame=1, imm=1
LDR-y4m: y4m__parse_params: unknown C: 'C420p10'
IMG : __imlib_LoadImageWrapper: y4m : out.y4m: Elapsed time: 0.010 ms
...
```
2023-12-28 13:02:38 +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 loaders: Fix build with -m32 --enable-debug 2023-09-03 17:11:21 +02: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: add error messages on parsing errors 2023-12-28 13:02:38 +01:00
loader_zlib.c Loaders: decompress_load() is not part of the loader API 2023-02-04 10:15:05 +01:00