update ChangeLog
[fdkaac.git] / ChangeLog
1 2013-10-30 nu774 <honeycomb77@gmail.com>
2
3 * update ChangeLog [HEAD]
4
5 * bump version [v0.4.2]
6
7 * use tell() to obtain data chunk offset
8
9 * rename aacenc_result_t -> aacenc_frame_t, simplify write_sample()
10
11 * prepend 1 sample zero padding in case of SBR and enc_delay is odd
12
13 * cleanup interface of aac_encode_frame()
14
15 * add some copyright notice
16
17 2013-10-29 nu774 <honeycomb77@gmail.com>
18
19 * smart padding for better gapless playback
20
21 * fix unused variable warning
22
23 * fix warning: cast size_t as sprintf() arg to int
24
25 * fix vcxproj
26
27 * fix pcm_seek() to inline
28
29 2013-10-27 nu774 <honeycomb77@gmail.com>
30
31 * bump version [v0.4.1]
32
33 * add --include-sbr-delay
34
35 * fix help message: show -I as shorthand for --ignorelength
36
37 * remove --sbr-signaling
38
39 2013-10-26 nu774 <honeycomb77@gmail.com>
40
41 * re-fix #ifdef cond for lrint()
42
43 * tag mapping: add recorded date and tempo, remove performer->artist
44
45 2013-10-25 nu774 <honeycomb77@gmail.com>
46
47 * fix MSVC12 build issue
48
49 * fix build issue on platform where fileno is a naive macro
50
51 * update ChangeLog
52
53 * bump version [v0.4.0]
54
55 * update README
56
57 2013-10-24 nu774 <honeycomb77@gmail.com>
58
59 * caf input support
60
61 * refactor pcm io routines
62
63 2013-10-23 nu774 <honeycomb77@gmail.com>
64
65 * cleanup metadata handling
66
67 * --tag-from-json: properly support number/total format in json track field
68
69 2013-10-22 nu774 <honeycomb77@gmail.com>
70
71 * bump version [v0.3.3]
72
73 * fixed bogus sgpd written on --gapless-mode=1 and 2
74
75 2013-10-21 nu774 <honeycomb77@gmail.com>
76
77 * bump version [v0.3.2]
78
79 2013-10-20 nu774 <honeycomb77@gmail.com>
80
81 * reimplement int16 conversion as pcm_reader
82
83 * add abstraction layer for pcm reading
84
85 * improve handling of avgBitrate
86
87 2013-10-19 nu774 <honeycomb77@gmail.com>
88
89 * update ChangeLog and git2changelog.py
90
91 2013-10-18 nu774 <honeycomb77@gmail.com>
92
93 * bump version [v0.3.1]
94
95 * update README
96
97 * set avgBitrate field to zero for 14496-1 compliance
98
99 2013-09-07 nu774 <honeycomb77@gmail.com>
100
101 * updated ChangeLog with new git2changelog.py
102
103 2013-06-14 nu774 <honeycomb77@gmail.com>
104
105 * add --moov-before-mdat [v0.3.0]
106
107 2013-03-04 nu774 <honeycomb77@gmail.com>
108
109 * fix an error message
110
111 2013-03-03 nu774 <honeycomb77@gmail.com>
112
113 * bump version [v0.2.0]
114
115 * add --gapless-mode
116
117 2013-02-20 nu774 <honeycomb77@gmail.com>
118
119 * simplify __timeb64 condition
120
121 * use fseeko64() on i686-pc-mingw32
122
123 2013-02-18 nu774 <honeycomb77@gmail.com>
124
125 * fix build issue on i686-pc-mingw (struct __timeb64 is missing)
126
127 2013-02-17 nu774 <honeycomb77@gmail.com>
128
129 * bump version [v0.1.9]
130
131 * fix to accept option -C
132
133 2013-02-16 nu774 <honeycomb77@gmail.com>
134
135 * bump version [v0.1.8]
136
137 * refine json metadata importing
138
139 * m4af: duplication check on adding tags
140
141 2013-02-15 nu774 <honeycomb77@gmail.com>
142
143 * add --tag-from-json [v0.1.7]
144
145 * fix implicit int variable decl.
146
147 * update m4af
148
149 2013-02-03 nu774 <honeycomb77@gmail.com>
150
151 * bump version [v0.1.6]
152
153 * win32: change _wfopen() -> wfsopen()
154
155 2013-01-30 nu774 <honeycomb77@gmail.com>
156
157 * update README (add note for character encoding)
158
159 2013-01-28 nu774 <honeycomb77@gmail.com>
160
161 * bump version [v0.1.5]
162
163 * gracefully shutdown on signals
164
165 2013-01-27 nu774 <honeycomb77@gmail.com>
166
167 * fix MSVC project build issue
168
169 2013-01-25 nu774 <honeycomb77@gmail.com>
170
171 * bump version [v0.1.4]
172
173 * add --tag-from-file
174
175 2013-01-24 nu774 <honeycomb77@gmail.com>
176
177 * add --silent
178
179 2013-01-19 nu774 <honeycomb77@gmail.com>
180
181 * retab
182
183 * bump version [v0.1.3]
184
185 * fix crash on wrong long option, rename --ignore-length to --ignorelength
186
187 2013-01-17 nu774 <honeycomb77@gmail.com>
188
189 * bump version [v0.1.2]
190
191 * compat_win32: free argv with atexit()
192
193 * take care of COPYRIGHT-SIGN in UTF-8
194
195 2013-01-15 nu774 <honeycomb77@gmail.com>
196
197 * bump version [v0.1.1]
198
199 * fix return type of put_type_entry() to void
200
201 * add ADTS header size(7) to output byte length
202
203 2013-01-13 nu774 <honeycomb77@gmail.com>
204
205 * fix mp4 duration & version calcuration [v0.1.0]
206
207 2013-01-11 nu774 <honeycomb77@gmail.com>
208
209 * add support for xid
210
211 * support for i686-pc-mingw32 (missing _vscprintf)
212
213 2013-01-10 nu774 <honeycomb77@gmail.com>
214
215 * bump version [v0.0.9]
216
217 * rename basename() -> aacenc_basename() and move to compat layer
218
219 2013-01-09 nu774 <honeycomb77@gmail.com>
220
221 * add --tag and --long-tag
222
223 * fix corner case of progress display
224
225 * calculate length from file size
226
227 * raw input support
228
229 2013-01-08 nu774 <honeycomb77@gmail.com>
230
231 * insert a white space in progress message
232
233 2013-01-07 nu774 <honeycomb77@gmail.com>
234
235 * fix typo of bitrate-mode option [v0.0.8]
236
237 * more static inlining (missed on the previous commit) [v0.0.7]
238
239 * check error of fread() and fwrite() [v0.0.6]
240
241 * change inline->static inline to follow C99 semantics (for Clang)
242
243 * explicitly add -lfdk-aac to LDADD in Makefile.am
244
245 * add some files to EXTRA_DIST in Makefile.am
246
247 * fixed a typo in usage message [v0.0.5]
248
249 2013-01-06 nu774 <honeycomb77@gmail.com>
250
251 * add MSVC projects
252
253 * add .gitattributes
254
255 * more tweak on configure.ac and Makefile.am (take care of getopt_long) [v0.0.4]
256
257 * use fstat() to test seekability of input file
258
259 * retrieve bitrate for tool tag with aacEncoder_GetParam()
260
261 * output to current working directory by default
262
263 2013-01-05 nu774 <honeycomb77@gmail.com>
264
265 * zero clear LIB_INFO before calling aacEncGetLibInfo() [v0.0.3]
266
267 * tweak configure.ac and Makefile.am
268
269 * update version.h [v0.0.2]
270
271 * fixed to clip before converting float to int
272
273 * initial commit [v0.0.1]
274
This page took 0.027927 seconds and 4 git commands to generate.