-
Notifications
You must be signed in to change notification settings - Fork 0
/
History.txt
executable file
·90 lines (51 loc) · 2.19 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
=== 3.0.0 / 2011-11-29
* Use jeweler for gem builds
* depix-describe renamed with a dash. Sorry folks.
* Adds depix_fix_headers to fix wonky headers with, for instance, improper null-termination
* Multiple bug fixes
* Padded reserved fields not shown anymore
* More fields that have invalid values resolve to nil now
* fixed that Synthetics#aspect would return pixel aspect and not image aspect
=== 2.0.1 / 2011-11-09
* Fix the errors in depix-describe
=== 2.0.0 / 2011-06-14
* Depix::Binary is now public, and it's a nice library. Check it out.
* Ensure 1.9 compatibility. Note that we COMPLACENTLY force strings to US-ASCII when saving them to DPX.
=== 1.1.6 / 2010-10-20
* Fix unpacking reals and longs from little-endian DPX headers
=== 1.1.5 / 2010-10-20
* Properly detect the DPX version when it is entered lowercase
=== 1.1.4 / 2010-08-04
* Properly fallback to film framerate in timecode detection if television framerate is
recognized as being zero (is a fact for Nuke renders)
=== 1.1.3 / 2010-02-12
* Discard charfield content that comes after the first null byte (seriously, who cares?)
* Add Editor#copy_from(another_dpx)
=== 1.1.2 / 2009-12-27
* Do not try to work with timecode data if it's nil
=== 1.1.1 / 2009-12-27
* Return nil for flame_reel if the header was empty
=== 1.1.0 / 2009-11-16
* Be more intelligent when selecting timecode framerate source
=== 1.0.9 / 2009-11-16
* Accomodate the frames per second value from the file for synthetics time code
=== 1.0.8 / 2009-11-14
* Fix the version tag check so that it allows all versions but is still included, and so that the tests run
=== 1.0.7 / 2009-05-21
* Do not bail out on headers newer than V1.0
* Allow access to headers directly in Depix::Editor
* Fix project field name
=== 1.0.5 / 2009-01-18
* Switch project to guerilla-di
=== 1.0.4 / 2008-12-25
* Add brief inspect
* Add metadata editing
=== 1.0.3 / 2008-12-23
* Do not cleanup null bytes and terminators in the middle of char[] attributes (something useful might be in there)
=== 1.0.2 / 2008-12-19
* refactor struct parsing completely
=== 1.0.1 / 2008-12-18
* small doc and usability improvements
=== 1.0.0 / 2008-12-18
* 1 major enhancement
* Birthday!