updated ChangeLog with new git2changelog.py
[fdkaac.git] / ChangeLog
1 2013-09-07 nu774 <honeycomb77@gmail.com>
2
3 * updated ChangeLog with new git2changelog.py [HEAD]
4
5 2013-06-14 nu774 <honeycomb77@gmail.com>
6
7 * add --moov-before-mdat [v0.3.0]
8
9 2013-03-04 nu774 <honeycomb77@gmail.com>
10
11 * fix an error message
12
13 2013-03-03 nu774 <honeycomb77@gmail.com>
14
15 * bump version [v0.2.0]
16
17 * add --gapless-mode
18
19 2013-02-20 nu774 <honeycomb77@gmail.com>
20
21 * simplify __timeb64 condition
22
23 * use fseeko64() on i686-pc-mingw32
24
25 2013-02-18 nu774 <honeycomb77@gmail.com>
26
27 * fix build issue on i686-pc-mingw (struct __timeb64 is missing)
28
29 2013-02-17 nu774 <honeycomb77@gmail.com>
30
31 * bump version [v0.1.9]
32
33 * fix to accept option -C
34
35 2013-02-16 nu774 <honeycomb77@gmail.com>
36
37 * bump version [v0.1.8]
38
39 * refine json metadata importing
40
41 * m4af: duplication check on adding tags
42
43 2013-02-15 nu774 <honeycomb77@gmail.com>
44
45 * add --tag-from-json [v0.1.7]
46
47 * fix implicit int variable decl.
48
49 * update m4af
50
51 2013-02-03 nu774 <honeycomb77@gmail.com>
52
53 * bump version [v0.1.6]
54
55 * win32: change _wfopen() -> wfsopen()
56
57 2013-01-30 nu774 <honeycomb77@gmail.com>
58
59 * update README (add note for character encoding)
60
61 2013-01-28 nu774 <honeycomb77@gmail.com>
62
63 * bump version [v0.1.5]
64
65 * gracefully shutdown on signals
66
67 2013-01-27 nu774 <honeycomb77@gmail.com>
68
69 * fix MSVC project build issue
70
71 2013-01-25 nu774 <honeycomb77@gmail.com>
72
73 * bump version [v0.1.4]
74
75 * add --tag-from-file
76
77 2013-01-24 nu774 <honeycomb77@gmail.com>
78
79 * add --silent
80
81 2013-01-19 nu774 <honeycomb77@gmail.com>
82
83 * retab
84
85 * bump version [v0.1.3]
86
87 * fix crash on wrong long option, rename --ignore-length to --ignorelength
88
89 2013-01-17 nu774 <honeycomb77@gmail.com>
90
91 * bump version [v0.1.2]
92
93 * compat_win32: free argv with atexit()
94
95 * take care of COPYRIGHT-SIGN in UTF-8
96
97 2013-01-15 nu774 <honeycomb77@gmail.com>
98
99 * bump version [v0.1.1]
100
101 * fix return type of put_type_entry() to void
102
103 * add ADTS header size(7) to output byte length
104
105 2013-01-13 nu774 <honeycomb77@gmail.com>
106
107 * fix mp4 duration & version calcuration [v0.1.0]
108
109 2013-01-11 nu774 <honeycomb77@gmail.com>
110
111 * add support for xid
112
113 * support for i686-pc-mingw32 (missing _vscprintf)
114
115 2013-01-10 nu774 <honeycomb77@gmail.com>
116
117 * bump version [v0.0.9]
118
119 * rename basename() -> aacenc_basename() and move to compat layer
120
121 2013-01-09 nu774 <honeycomb77@gmail.com>
122
123 * add --tag and --long-tag
124
125 * fix corner case of progress display
126
127 * calculate length from file size
128
129 * raw input support
130
131 2013-01-08 nu774 <honeycomb77@gmail.com>
132
133 * insert a white space in progress message
134
135 2013-01-07 nu774 <honeycomb77@gmail.com>
136
137 * fix typo of bitrate-mode option [v0.0.8]
138
139 * more static inlining (missed on the previous commit) [v0.0.7]
140
141 * check error of fread() and fwrite() [v0.0.6]
142
143 * change inline->static inline to follow C99 semantics (for Clang)
144
145 * explicitly add -lfdk-aac to LDADD in Makefile.am
146
147 * add some files to EXTRA_DIST in Makefile.am
148
149 * fixed a typo in usage message [v0.0.5]
150
151 2013-01-06 nu774 <honeycomb77@gmail.com>
152
153 * add MSVC projects
154
155 * add .gitattributes
156
157 * more tweak on configure.ac and Makefile.am (take care of getopt_long) [v0.0.4]
158
159 * use fstat() to test seekability of input file
160
161 * retrieve bitrate for tool tag with aacEncoder_GetParam()
162
163 * output to current working directory by default
164
165 2013-01-05 nu774 <honeycomb77@gmail.com>
166
167 * zero clear LIB_INFO before calling aacEncGetLibInfo() [v0.0.3]
168
169 * tweak configure.ac and Makefile.am
170
171 * update version.h [v0.0.2]
172
173 * fixed to clip before converting float to int
174
175 * initial commit [v0.0.1]
176
This page took 0.024092 seconds and 4 git commands to generate.