diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-03 16:26:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-14 10:21:12 +0100 |
| commit | 265a02fceb9309338f8ce028ba93bb62cda53746 (patch) | |
| tree | 4d5bf42a91e5e769b7295aa701c546c32b99fda3 /ChangeLog | |
| parent | 4624e5b01145d332e2923bbf2c7f6f0103700a27 (diff) | |
Optimise checking of existing image data.
When checking existing image data go from the end backwards until
a good hash is found rather than from the start forwards until
a bad hash is found. This is a lot quicker for long files but
may miss a corrupted frame somewhere (however unlikely this is).
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2015-09-03 c.hetherington <cth@carlh.net> + * Quicker, though slightly less safe, + check for existing picture data; go back + from the last frame written until we + find a good one rather than going + through from the beginning until we find + a bad one (#519, #504). + * Add frame counter to progress when transcoding (#111). |
