summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-11-04 22:02:29 +0000
committerCarl Hetherington <cth@carlh.net>2012-11-04 22:02:29 +0000
commit7e7d64f95e2bf50f40cfb9cd3cf6a2ca784483eb (patch)
treea4aff338eabb92e401509433d8c9d2625d88c152
parentf13efc91e42391324ca50b9024e2ab196e720103 (diff)
Tweak ChangeLog.
-rw-r--r--ChangeLog20
1 files changed, 11 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index f2d8b0bc6..b709865c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2012-11-05 Carl Hetherington <cth@carlh.net>
+
+ * 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-14 Carl Hetherington <cth@carlh.net>
* Basic support for DVD and Blu-Ray subtitles.
@@ -14,15 +25,6 @@
* 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>
* Version 0.55 released.