summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-08-23 18:44:12 +0100
committerCarl Hetherington <cth@carlh.net>2014-08-23 18:44:12 +0100
commit90949746a252d8c707d552ab977fa4cb323e5316 (patch)
tree8683603ea09c1821258d3f0200eae8b360edfc03 /ChangeLog
parent30fb65ed98aa322d22d370b6e7d66979d6daa6f7 (diff)
Revert use of AVFormatContext::start_time when computing the length
of videos. This appears to be wrong; niclasnornemark at gmail sent a file of about a minute length with a start time of 1h something.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 44e8a2569..d8efe7141 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-08-23 Carl Hetherington <cth@carlh.net>
+
+ * Revert previous use of AVFormatContext::start_time when
+ computing the length of video. I think this is wrong, and
+ causes bits to be missed off the end of videos (and other
+ problems).
+
2014-08-20 Carl Hetherington <cth@carlh.net>
* Version 1.72.11 released.
@@ -6,7 +13,7 @@
* Attempt to fix random crashes on OS X (especially during encodes)
thought to be caused by multiple threads using (different) stringstreams
- at the same time; see src/lib/safe_stringstream.h
+ at the same time; see src/lib/safe_stringstream.
2014-08-09 Carl Hetherington <cth@carlh.net>