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