]>
Commit | Line | Data |
---|---|---|
9b7e1ca6 | 1 | 2015-02-14 nu774 <honeycomb77@gmail.com> |
8896249a | 2 | |
3 | * update ChangeLog [HEAD] | |
4 | ||
9b7e1ca6 MG |
5 | * bump version [v0.6.2] |
6 | ||
7 | * take stco->co64 switch due to mdat relocation into account on finalizing m4a | |
8 | ||
9 | * fix incorrect iTunSMPB written when interrupted by signals | |
10 | ||
11 | 2014-09-13 nu774 <honeycomb77@gmail.com> | |
12 | ||
13 | * update ChangeLog [origin/master] | |
14 | ||
15 | * bump version | |
a1b4f691 | 16 | |
17 | 2014-09-12 nu774 <honeycomb77@gmail.com> | |
18 | ||
19 | * write actual number of channels to mp4a box | |
20 | ||
21 | 2014-08-17 nu774 <honeycomb77@gmail.com> | |
22 | ||
9b7e1ca6 | 23 | * update INSTALL |
a1b4f691 | 24 | |
25 | * add m4 macros | |
26 | ||
27 | 2014-08-13 nu774 <honeycomb77@gmail.com> | |
28 | ||
29 | * update ChangeLog | |
30 | ||
e8f61c26 | 31 | * bump version [v0.6.0] |
32 | ||
33 | 2014-08-12 nu774 <honeycomb77@gmail.com> | |
34 | ||
35 | * apply limiter when input is float | |
36 | ||
37 | * refactor pcm reader framework | |
38 | ||
39 | 2014-07-30 nu774 <honeycomb77@gmail.com> | |
40 | ||
a1b4f691 | 41 | * update ChangeLog |
e8f61c26 | 42 | |
b667da2b | 43 | * win32compat: fix aacenc_printf() not to write junk characters [v0.5.4] |
44 | ||
45 | 2014-05-12 nu774 <honeycomb77@gmail.com> | |
46 | ||
e8f61c26 | 47 | * write INSTALL |
b667da2b | 48 | |
49 | 2014-03-14 nu774 <honeycomb77@gmail.com> | |
50 | ||
51 | * update COPYING (patch from darealshinji) | |
52 | ||
53 | 2014-02-17 nu774 <honeycomb77@gmail.com> | |
54 | ||
55 | * update ChangeLog | |
56 | ||
f7a24bf8 | 57 | * bump version [v0.5.3] |
58 | ||
59 | * fix: CAF chan chunk using channel bitmap was not correctly handled | |
60 | ||
61 | 2014-01-18 nu774 <honeycomb77@gmail.com> | |
62 | ||
b667da2b | 63 | * update ChangeLog |
f7a24bf8 | 64 | |
b3dcf086 | 65 | * bump version [v0.5.2] |
66 | ||
67 | * fix reading of caf file without chan chunk | |
68 | ||
69 | 2013-11-17 nu774 <honeycomb77@gmail.com> | |
70 | ||
f7a24bf8 | 71 | * Merge pull request #9 from rbrito/fix-typo |
b3dcf086 | 72 | |
73 | 2013-11-18 Rogério Brito <rbrito@ime.usp.br> | |
74 | ||
75 | * man: Regen manpage with hyphens escaped. | |
76 | ||
77 | * README: Remove trailing whitespaces that end up in the manpages. | |
78 | ||
79 | * README: Fix typo in bandwidth to match CLI options. | |
80 | ||
81 | 2013-11-08 nu774 <honeycomb77@gmail.com> | |
82 | ||
83 | * add genman.sh, update fdkaac.1 | |
84 | ||
85 | * update ChangeLog | |
86 | ||
b815f858 | 87 | * bump version [v0.5.1] |
88 | ||
89 | * fix to use libFDKAAC signaling mode 1 | |
90 | ||
91 | 2013-11-05 nu774 <honeycomb77@gmail.com> | |
92 | ||
93 | * fix README | |
94 | ||
95 | 2013-11-04 nu774 <honeycomb77@gmail.com> | |
96 | ||
97 | * rename README.md -> README | |
98 | ||
99 | * Update README -> README.md, generate groff manpage from README.md | |
100 | ||
101 | * update ChangeLog | |
102 | ||
1c1d1931 | 103 | * update git2changelog to accept non-ascii output |
104 | ||
105 | * add manpage | |
106 | ||
107 | 2013-11-03 nu774 <honeycomb77@gmail.com> | |
108 | ||
b815f858 | 109 | * fix gcc warnings |
1c1d1931 | 110 | |
111 | * Merge pull request #7 from rbrito/misc-fixes | |
112 | ||
113 | 2013-11-03 Rogério Brito <rbrito@ime.usp.br> | |
114 | ||
115 | * gitignore: Add list of files to ignore. | |
116 | ||
117 | 2013-11-03 nu774 <honeycomb77@gmail.com> | |
118 | ||
119 | * update ChangeLog | |
120 | ||
8ac221b8 | 121 | * bump version [v0.5.0] |
122 | ||
123 | * add --sbr-ratio to support AACENC_SBR_RATIO appeared on libFDK 3.4.12 | |
124 | ||
125 | * support 7.1 channel mode added on FDK 3.4.12 | |
126 | ||
127 | 2013-10-30 nu774 <honeycomb77@gmail.com> | |
128 | ||
1c1d1931 | 129 | * update ChangeLog |
8ac221b8 | 130 | |
5732f1f6 | 131 | * bump version [v0.4.2] |
132 | ||
133 | * use tell() to obtain data chunk offset | |
134 | ||
135 | * rename aacenc_result_t -> aacenc_frame_t, simplify write_sample() | |
136 | ||
137 | * prepend 1 sample zero padding in case of SBR and enc_delay is odd | |
138 | ||
139 | * cleanup interface of aac_encode_frame() | |
140 | ||
141 | * add some copyright notice | |
142 | ||
143 | 2013-10-29 nu774 <honeycomb77@gmail.com> | |
144 | ||
145 | * smart padding for better gapless playback | |
146 | ||
147 | * fix unused variable warning | |
148 | ||
149 | * fix warning: cast size_t as sprintf() arg to int | |
150 | ||
151 | * fix vcxproj | |
152 | ||
153 | * fix pcm_seek() to inline | |
154 | ||
155 | 2013-10-27 nu774 <honeycomb77@gmail.com> | |
156 | ||
157 | * bump version [v0.4.1] | |
158 | ||
159 | * add --include-sbr-delay | |
160 | ||
161 | * fix help message: show -I as shorthand for --ignorelength | |
162 | ||
163 | * remove --sbr-signaling | |
164 | ||
165 | 2013-10-26 nu774 <honeycomb77@gmail.com> | |
166 | ||
b667da2b | 167 | * re-fix #ifdef cond for lrint() |
5732f1f6 | 168 | |
169 | * tag mapping: add recorded date and tempo, remove performer->artist | |
170 | ||
171 | 2013-10-25 nu774 <honeycomb77@gmail.com> | |
172 | ||
173 | * fix MSVC12 build issue | |
174 | ||
175 | * fix build issue on platform where fileno is a naive macro | |
176 | ||
177 | * update ChangeLog | |
178 | ||
8896249a | 179 | * bump version [v0.4.0] |
180 | ||
181 | * update README | |
182 | ||
183 | 2013-10-24 nu774 <honeycomb77@gmail.com> | |
184 | ||
185 | * caf input support | |
186 | ||
187 | * refactor pcm io routines | |
188 | ||
189 | 2013-10-23 nu774 <honeycomb77@gmail.com> | |
190 | ||
191 | * cleanup metadata handling | |
192 | ||
193 | * --tag-from-json: properly support number/total format in json track field | |
194 | ||
bd8c9a5d | 195 | 2013-10-22 nu774 <honeycomb77@gmail.com> |
29e09480 | 196 | |
8896249a | 197 | * bump version [v0.3.3] |
29e09480 | 198 | |
bd8c9a5d | 199 | * fixed bogus sgpd written on --gapless-mode=1 and 2 |
200 | ||
201 | 2013-10-21 nu774 <honeycomb77@gmail.com> | |
202 | ||
203 | * bump version [v0.3.2] | |
204 | ||
29e09480 | 205 | 2013-10-20 nu774 <honeycomb77@gmail.com> |
206 | ||
207 | * reimplement int16 conversion as pcm_reader | |
208 | ||
209 | * add abstraction layer for pcm reading | |
210 | ||
211 | * improve handling of avgBitrate | |
212 | ||
0c502d30 | 213 | 2013-10-19 nu774 <honeycomb77@gmail.com> |
214 | ||
bd8c9a5d | 215 | * update ChangeLog and git2changelog.py |
0c502d30 | 216 | |
217 | 2013-10-18 nu774 <honeycomb77@gmail.com> | |
218 | ||
219 | * bump version [v0.3.1] | |
220 | ||
221 | * update README | |
222 | ||
223 | * set avgBitrate field to zero for 14496-1 compliance | |
224 | ||
2f960ef8 | 225 | 2013-09-07 nu774 <honeycomb77@gmail.com> |
226 | ||
0c502d30 | 227 | * updated ChangeLog with new git2changelog.py |
2f960ef8 | 228 | |
229 | 2013-06-14 nu774 <honeycomb77@gmail.com> | |
230 | ||
231 | * add --moov-before-mdat [v0.3.0] | |
232 | ||
233 | 2013-03-04 nu774 <honeycomb77@gmail.com> | |
234 | ||
235 | * fix an error message | |
236 | ||
237 | 2013-03-03 nu774 <honeycomb77@gmail.com> | |
238 | ||
239 | * bump version [v0.2.0] | |
240 | ||
241 | * add --gapless-mode | |
242 | ||
243 | 2013-02-20 nu774 <honeycomb77@gmail.com> | |
244 | ||
245 | * simplify __timeb64 condition | |
246 | ||
247 | * use fseeko64() on i686-pc-mingw32 | |
248 | ||
249 | 2013-02-18 nu774 <honeycomb77@gmail.com> | |
250 | ||
251 | * fix build issue on i686-pc-mingw (struct __timeb64 is missing) | |
252 | ||
253 | 2013-02-17 nu774 <honeycomb77@gmail.com> | |
254 | ||
255 | * bump version [v0.1.9] | |
256 | ||
257 | * fix to accept option -C | |
258 | ||
259 | 2013-02-16 nu774 <honeycomb77@gmail.com> | |
260 | ||
261 | * bump version [v0.1.8] | |
262 | ||
263 | * refine json metadata importing | |
264 | ||
265 | * m4af: duplication check on adding tags | |
266 | ||
267 | 2013-02-15 nu774 <honeycomb77@gmail.com> | |
268 | ||
269 | * add --tag-from-json [v0.1.7] | |
270 | ||
271 | * fix implicit int variable decl. | |
272 | ||
273 | * update m4af | |
274 | ||
275 | 2013-02-03 nu774 <honeycomb77@gmail.com> | |
276 | ||
277 | * bump version [v0.1.6] | |
278 | ||
279 | * win32: change _wfopen() -> wfsopen() | |
280 | ||
281 | 2013-01-30 nu774 <honeycomb77@gmail.com> | |
282 | ||
283 | * update README (add note for character encoding) | |
284 | ||
285 | 2013-01-28 nu774 <honeycomb77@gmail.com> | |
286 | ||
287 | * bump version [v0.1.5] | |
288 | ||
289 | * gracefully shutdown on signals | |
290 | ||
291 | 2013-01-27 nu774 <honeycomb77@gmail.com> | |
292 | ||
293 | * fix MSVC project build issue | |
294 | ||
295 | 2013-01-25 nu774 <honeycomb77@gmail.com> | |
296 | ||
297 | * bump version [v0.1.4] | |
298 | ||
299 | * add --tag-from-file | |
300 | ||
301 | 2013-01-24 nu774 <honeycomb77@gmail.com> | |
302 | ||
303 | * add --silent | |
304 | ||
305 | 2013-01-19 nu774 <honeycomb77@gmail.com> | |
306 | ||
307 | * retab | |
308 | ||
309 | * bump version [v0.1.3] | |
310 | ||
311 | * fix crash on wrong long option, rename --ignore-length to --ignorelength | |
312 | ||
313 | 2013-01-17 nu774 <honeycomb77@gmail.com> | |
314 | ||
315 | * bump version [v0.1.2] | |
316 | ||
317 | * compat_win32: free argv with atexit() | |
318 | ||
319 | * take care of COPYRIGHT-SIGN in UTF-8 | |
320 | ||
321 | 2013-01-15 nu774 <honeycomb77@gmail.com> | |
322 | ||
323 | * bump version [v0.1.1] | |
324 | ||
325 | * fix return type of put_type_entry() to void | |
326 | ||
327 | * add ADTS header size(7) to output byte length | |
328 | ||
329 | 2013-01-13 nu774 <honeycomb77@gmail.com> | |
330 | ||
331 | * fix mp4 duration & version calcuration [v0.1.0] | |
332 | ||
333 | 2013-01-11 nu774 <honeycomb77@gmail.com> | |
334 | ||
335 | * add support for xid | |
336 | ||
337 | * support for i686-pc-mingw32 (missing _vscprintf) | |
338 | ||
339 | 2013-01-10 nu774 <honeycomb77@gmail.com> | |
340 | ||
341 | * bump version [v0.0.9] | |
342 | ||
343 | * rename basename() -> aacenc_basename() and move to compat layer | |
344 | ||
345 | 2013-01-09 nu774 <honeycomb77@gmail.com> | |
346 | ||
347 | * add --tag and --long-tag | |
348 | ||
349 | * fix corner case of progress display | |
350 | ||
351 | * calculate length from file size | |
352 | ||
353 | * raw input support | |
354 | ||
355 | 2013-01-08 nu774 <honeycomb77@gmail.com> | |
356 | ||
357 | * insert a white space in progress message | |
358 | ||
359 | 2013-01-07 nu774 <honeycomb77@gmail.com> | |
360 | ||
361 | * fix typo of bitrate-mode option [v0.0.8] | |
362 | ||
363 | * more static inlining (missed on the previous commit) [v0.0.7] | |
364 | ||
365 | * check error of fread() and fwrite() [v0.0.6] | |
366 | ||
367 | * change inline->static inline to follow C99 semantics (for Clang) | |
368 | ||
369 | * explicitly add -lfdk-aac to LDADD in Makefile.am | |
370 | ||
371 | * add some files to EXTRA_DIST in Makefile.am | |
372 | ||
373 | * fixed a typo in usage message [v0.0.5] | |
374 | ||
375 | 2013-01-06 nu774 <honeycomb77@gmail.com> | |
376 | ||
377 | * add MSVC projects | |
378 | ||
379 | * add .gitattributes | |
380 | ||
381 | * more tweak on configure.ac and Makefile.am (take care of getopt_long) [v0.0.4] | |
382 | ||
383 | * use fstat() to test seekability of input file | |
384 | ||
385 | * retrieve bitrate for tool tag with aacEncoder_GetParam() | |
386 | ||
387 | * output to current working directory by default | |
388 | ||
389 | 2013-01-05 nu774 <honeycomb77@gmail.com> | |
390 | ||
391 | * zero clear LIB_INFO before calling aacEncGetLibInfo() [v0.0.3] | |
392 | ||
393 | * tweak configure.ac and Makefile.am | |
394 | ||
395 | * update version.h [v0.0.2] | |
396 | ||
397 | * fixed to clip before converting float to int | |
398 | ||
399 | * initial commit [v0.0.1] | |
400 |