summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 10:41:32 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 10:41:32 -0500
commitc53429a6968563f72f8b334486d6dd1f0de75ecb (patch)
tree6c6b3c6d09f776dc7a54635584bfa79a3af71ed9 /ChangeLog
downloadmplayerthumbs-c53429a6968563f72f8b334486d6dd1f0de75ecb.tar.gz
mplayerthumbs-c53429a6968563f72f8b334486d6dd1f0de75ecb.zip
Initial import of mplayerthumbs 0.5b sources
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog42
1 files changed, 42 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..6916dd6
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,42 @@
+2006-07-10 MPlayerThumbs 0.5b
+ * Fixed thumbnail generation when files have not an extension.
+
+2006-07-01 MPlayerThumbs 0.5
+ * Adding -ao null option instead of -nosound
+ * Adding custom arguments configuration to mplayerthumbsconfig
+ * Cleaning code, removing check for local/remote files, and threating
+ all them as local, since kio already provides us a good support for
+ remote files.
+ * Option to add "blacklisted" extensions with mplayerthumbsconfig
+
+2006-06-29 MPlayerThumbs 0.4b
+ * Changing strips color to light blue (so you can visually distinguish
+ mplayer thumbs from xine ones)
+ * Fixing compilation order
+
+2006-06-29 MPlayerThumbs 0.4
+ * Removed configure script for mplayer/mplayer-bin autodetection,
+ instead now there's a configuration utility, mplayerthumbsconfig.
+ * Checking for "good" frames, discarding them when they've not enough
+ contrast.
+ * Code cleaning, new methods layout.
+ * Fixed thumbnails generation by setting manually -nocache option in mplayer.
+ * Added a configure entry to disable strips.
+
+2006-06-25 MPlayerThumbs 0.3
+ * Seeking to a random position between 15% and 60%.
+ * Better exceptions handling.
+ * Adding video strips (or "holes") from xine plugin.
+ * Adding a "(MPlayerThumbs)" identifier in konqueror "View->Preview"
+ menu.
+ * Fixed compilation with KDE <= 3.5.1
+
+2006-06-23 MPlayerThumbs 0.2
+ * Using mplayer -idx to fix seeking in corrupted files.
+ * Using original aspect ratio.
+ * Reading the fourth frame instead of the first seems to give a better
+ image.
+
+2006-06-20 MPlayerThumbs 0.1
+ * Initial release.
+