-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathHistory.txt
51 lines (28 loc) · 1.06 KB
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
=== 0.2.0 / 2009-02-26
* Properly handle integers starting with 0 in Tiecode.parse (zef)
=== 0.1.9 / 2009-02-23
* Do not be biased when rounding out frames on from_seconds
=== 0.1.8 / 2009-01-31
* Bail out with empty or whitespace strings passed to Timecode.parse
* Add Timecode#to_seconds that returns a float value (useful for Quicktime)
* Move the validation routine into the class itself
=== 0.1.7 / 2009-01-31
* Simplified parsing code, more safeguards and needless exceptions removed
=== 0.1.6 / 2009-01-28
* Fixed RDoc linkage
* Custom Timecode descendants should hold on to their class
=== 0.1.5 / 2009-01-14
* Tests remade using test/spec
=== 0.1.4 / 2000-01-01
* Expanded test coverage
* Some formatting/doc improvements
=== 0.1.3 / 2008-12-25
* Implement the format FFmpeg uses (fractional seconds instead of frames)
=== 0.1.2 / 2008-12-25
* Fix to_uint
* Always use float frame rates and rely on a small delta for comparison
=== 0.1.1 / 2008-12-15
* Allow passing framerate to from_uint
=== 0.1.0 / 2008-12-15
* 1 major enhancement
* Birthday!