Commit graph

6 commits

Author SHA1 Message Date
Ivailo Monev
e59ba5664a thumbnailers: remove unused ThumbnailerVersion property
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-12-18 16:43:22 +02:00
Ivailo Monev
7fab52b62e thumbnailers: use the C API of FFmpegThumbnailer
the C API does not throw exceptions (or should not), it is wrapper around
the C++ API tho (usually it is the opposite)

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-12-18 12:48:17 +00:00
Ivailo Monev
afc798f0ac thumbnailers: prefix the ThumbnailerImageType enum in ffmpegthumbs thumbnailer
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-12-18 12:11:28 +00:00
Ivailo Monev
b3b4d52c97 thumbnailers: minor review
ffmpegthumbs and gsthumbnail thumbnailers were rewritten by me

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-10-03 21:37:13 +03:00
Ivailo Monev
c4e44c32b2 thumbnailers: catch exceptions thrown by ffmpegthumbnailer
fixes KIO thumbnailer crashes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-03-28 16:32:54 +03:00
Ivailo Monev
997a970182 ffmpegthumbs: move to thumbnailers and use system libffmpegthumbnailer library
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2020-10-04 10:17:38 +03:00