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