mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-22 02:48:20 +00:00
ChangeLog, AUTHORS update & test case for 86ac556
This commit is contained in:
parent
86ac5562d4
commit
adee4d086f
4
AUTHORS
4
AUTHORS
@ -153,6 +153,10 @@ Niemayer, Peter <niemayer@isg.de>
|
||||
Nishimra, Katsuhiko <kat841@hotmail.com>
|
||||
* Japanese translation for the man pages
|
||||
|
||||
Peebles, John <johnpeeb@gmail.com>
|
||||
* bug fix for creating cues for multiple entries with the same
|
||||
timecode
|
||||
|
||||
Pettenò, Diego <flameeyes@gentoo.org>
|
||||
* Support for liblzo2
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
2014-05-25 John Peebles <johnpeeb@gmail.com>
|
||||
|
||||
* mkvmerge: bug fix: If a single subtitle track contains two or
|
||||
more entries at the same timecode then the cue duration and cue
|
||||
relative position elements written were wrong.
|
||||
|
||||
2014-05-24 Moritz Bunkus <moritz@bunkus.org>
|
||||
|
||||
* mkvinfo: bug fix: fixed wrong progress percentage shown during
|
||||
|
@ -275,3 +275,4 @@ T_426extract_write_bom_only_once:a9255d40de93e2731aaead0a746e582f-a9255d40de93e2
|
||||
T_427ui_locale_pt_BR:8719aedc77a0435129c79e3a061642bf-344b51e9ae6fe2d8ce60fef18ee0e7d1:passed:20140418-103113:0.143370167
|
||||
T_428mkv_misdetected_as_ass:e93bf556dd2814f52c44e523ae5b8721:passed:20140518-155446:0.033341203
|
||||
T_429track_statistics_tags:8cd0ea5c12df71aae4aa78049142638d-7601976ec2210efb7867cb5067acd319-5acc3b1a01911b88be287abbe6e5b59a-bbda48963dde87a008a3c11bcdc8421b:passed:20140524-194544:0.635343822
|
||||
T_430cues_multiple_blocks_same_timecode:bf7b9dfac4811cfcd5ef871504a6f27c:passed:20140525-173642:0.033316759
|
||||
|
4
tests/test-430cues_multiple_blocks_same_timecode.rb
Executable file
4
tests/test-430cues_multiple_blocks_same_timecode.rb
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/ruby -w
|
||||
|
||||
describe "mkvmerge / Cues for tracks with multiple blocks at the same timecode"
|
||||
test_merge "data/subtitles/srt/two-at-same-timecode.srt"
|
Loading…
Reference in New Issue
Block a user