Fix #541: Showing existing, or maybe generating thumbnails for MP4 and WEBM
authorTomasz Golinski <tomaszg@math.uwb.edu.pl>
Fri, 24 Nov 2017 10:27:12 +0000 (10:27 +0000)
committerColin Clark <colin.clark@cclark.uk>
Fri, 24 Nov 2017 10:27:12 +0000 (10:27 +0000)
commit978ec2dd45c9c5a2477420e7b4b40c56014f2c7d
tree3edb5b55383cad8aacf5ce78fd2c640b0ac85c82
parent6acc2d3ec6c50e07aca53750bc9e0e443a4b8e94
Fix #541: Showing existing, or maybe generating thumbnails for MP4 and WEBM

https://github.com/BestImageViewer/geeqie/issues/541

Preview and thumbnails of video clips can be displayed. Clips can be run via a defined external program
16 files changed:
README.md
configure.in
doc/docbook/GuideReferenceSupportedFormats.xml
src/Makefile.am
src/image-load.c
src/image_load_ffmpegthumbnailer.c [new file with mode: 0644]
src/image_load_ffmpegthumbnailer.h [new file with mode: 0644]
src/image_load_jpeg.c
src/options.c
src/options.h
src/preferences.c
src/rcfile.c
src/thumb.c
src/thumb_standard.c
web/features.html
web/installing.html