summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Torri <vincent.torri@gmail.com>2011-06-03 23:00:31 +0000
committerVincent Torri <vincent.torri@gmail.com>2011-06-03 23:00:31 +0000
commitce708ef808652aff6f52c7f37df1421168e4be14 (patch)
tree4f8d580e3a9e429ce5b5897f1e44725d7b9ea4d7
parent2e6fa61872c0848255dd6e4d0f8152d898c0d448 (diff)
downloadevas_generic_loaders-ce708ef808652aff6f52c7f37df1421168e4be14.tar.gz
update TODO and README
SVN revision: 59927
-rw-r--r--README27
-rw-r--r--TODO4
2 files changed, 17 insertions, 14 deletions
diff --git a/README b/README
index c6fd727..94f991c 100644
--- a/README
+++ b/README
@@ -4,23 +4,26 @@ evas may run from its generic loader module.
Generic loaders currently provided:
XCF (.xcf .xcf.gz)
- PDF
- (use -key option to specific what page to get and load options for size
- and use poppler and/or mupdf - look at epdf)
- PS
- (use -key option to specific what page to get and load options for size
- and use ghostscript (libgs) to render etc.)
-Wanted:
+ PDF (using poppler)
+ use -key option to specific what page to get and load options for size
+ Should we add mupdf ?
- RAW
- (libopenraw1 ??)
+ PS (using libspectre)
+ use -key option to specific what page to get and load options for size
+ Should we use directly libgs ?
+
+ RAW (using libraw)
+
+ MPG/AVI/OGV/MOV/MKV/WMV etc. (using Gstreamer)
+ Should we add libxine and vlc ?
Possible fun ones:
- MPG/AVI/OGV/MOV/MKV/WMV etc.
- (use gstreamer and/or libxine or libvlc and snap one frame from the
- middle somewhere)
+ DVI (using DVIlib, see edvi)
+
+ DJVU (using libdjvu)
+
PPT/PPTX
(beats me how u can render a page from these without a whole
office impl - but worth a try? libopenoffice/libllibreoffice if
diff --git a/TODO b/TODO
index 47d3388..6081f9a 100644
--- a/TODO
+++ b/TODO
@@ -7,6 +7,6 @@ Modules to add:
[X] PS
[ ] DVI
[ ] Djvu
- [ ] video files
- [ ] RAW
+ [X] video files
+ [X] RAW
[ ] PPT/PPTX