summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-11-04 21:57:21 +0000
committerCarl Hetherington <cth@carlh.net>2012-11-04 21:57:21 +0000
commitf13efc91e42391324ca50b9024e2ab196e720103 (patch)
treefd2d9652f8cf9c3243daaf6b294de4eb10d66801
parentb002ffea0b98dd41ba4806d42d0244554e412ee7 (diff)
Update ChangeLog.
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7eb9589d6..f2d8b0bc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
2012-10-14 Carl Hetherington <cth@carlh.net>
- * Basic support for DVD subtitles.
+ * Basic support for DVD and Blu-Ray subtitles.
* Re-add DCI naming support.
@@ -14,6 +14,13 @@
* Fix bug with handling of YUV422-format videos.
+ * Remove options to black-out the video when cropping the end;
+ it complicates the code and is getting a bit close to video
+ editing.
+
+ * Add option to trim from both the start and
+ the end of the input video.
+
* Various bug fixes and code rearrangement.
2012-10-09 Carl Hetherington <cth@carlh.net>