New upstream version 1.0.0
[fdkaac.git] / ChangeLog
CommitLineData
374ae78b
MG
12016-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
92016-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
152015-10-10 nu774 <honeycomb77@gmail.com>
16
17 * improve MSVC project
18
192015-09-21 nu774 <honeycomb77@gmail.com>
20
21 * fix indents
22
23 * update compat layer, mainly for MSVC14 issue
24
252015-07-22 nu774 <honeycomb77@gmail.com>
26
27 * add platformtoolset in vcxproj
28
29 * fix build issue on MSVC14
30
312015-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
9b7e1ca6 392015-02-14 nu774 <honeycomb77@gmail.com>
8896249a 40
374ae78b 41 * update ChangeLog
8896249a 42
9b7e1ca6
MG
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
492014-09-13 nu774 <honeycomb77@gmail.com>
50
374ae78b 51 * update ChangeLog
9b7e1ca6 52
374ae78b 53 * bump version [v0.6.1]
a1b4f691 54
552014-09-12 nu774 <honeycomb77@gmail.com>
56
57 * write actual number of channels to mp4a box
58
592014-08-17 nu774 <honeycomb77@gmail.com>
60
9b7e1ca6 61 * update INSTALL
a1b4f691 62
63 * add m4 macros
64
652014-08-13 nu774 <honeycomb77@gmail.com>
66
67 * update ChangeLog
68
e8f61c26 69 * bump version [v0.6.0]
70
712014-08-12 nu774 <honeycomb77@gmail.com>
72
73 * apply limiter when input is float
74
75 * refactor pcm reader framework
76
772014-07-30 nu774 <honeycomb77@gmail.com>
78
a1b4f691 79 * update ChangeLog
e8f61c26 80
b667da2b 81 * win32compat: fix aacenc_printf() not to write junk characters [v0.5.4]
82
832014-05-12 nu774 <honeycomb77@gmail.com>
84
e8f61c26 85 * write INSTALL
b667da2b 86
872014-03-14 nu774 <honeycomb77@gmail.com>
88
89 * update COPYING (patch from darealshinji)
90
912014-02-17 nu774 <honeycomb77@gmail.com>
92
93 * update ChangeLog
94
f7a24bf8 95 * bump version [v0.5.3]
96
97 * fix: CAF chan chunk using channel bitmap was not correctly handled
98
992014-01-18 nu774 <honeycomb77@gmail.com>
100
b667da2b 101 * update ChangeLog
f7a24bf8 102
b3dcf086 103 * bump version [v0.5.2]
104
105 * fix reading of caf file without chan chunk
106
1072013-11-17 nu774 <honeycomb77@gmail.com>
108
f7a24bf8 109 * Merge pull request #9 from rbrito/fix-typo
b3dcf086 110
1112013-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
1192013-11-08 nu774 <honeycomb77@gmail.com>
120
121 * add genman.sh, update fdkaac.1
122
123 * update ChangeLog
124
b815f858 125 * bump version [v0.5.1]
126
127 * fix to use libFDKAAC signaling mode 1
128
1292013-11-05 nu774 <honeycomb77@gmail.com>
130
131 * fix README
132
1332013-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
1c1d1931 141 * update git2changelog to accept non-ascii output
142
143 * add manpage
144
1452013-11-03 nu774 <honeycomb77@gmail.com>
146
b815f858 147 * fix gcc warnings
1c1d1931 148
149 * Merge pull request #7 from rbrito/misc-fixes
150
1512013-11-03 Rogério Brito <rbrito@ime.usp.br>
152
153 * gitignore: Add list of files to ignore.
154
1552013-11-03 nu774 <honeycomb77@gmail.com>
156
157 * update ChangeLog
158
8ac221b8 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
1652013-10-30 nu774 <honeycomb77@gmail.com>
166
1c1d1931 167 * update ChangeLog
8ac221b8 168
5732f1f6 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
1812013-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
1932013-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
2032013-10-26 nu774 <honeycomb77@gmail.com>
204
b667da2b 205 * re-fix #ifdef cond for lrint()
5732f1f6 206
207 * tag mapping: add recorded date and tempo, remove performer->artist
208
2092013-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
8896249a 217 * bump version [v0.4.0]
218
219 * update README
220
2212013-10-24 nu774 <honeycomb77@gmail.com>
222
223 * caf input support
224
225 * refactor pcm io routines
226
2272013-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
bd8c9a5d 2332013-10-22 nu774 <honeycomb77@gmail.com>
29e09480 234
8896249a 235 * bump version [v0.3.3]
29e09480 236
bd8c9a5d 237 * fixed bogus sgpd written on --gapless-mode=1 and 2
238
2392013-10-21 nu774 <honeycomb77@gmail.com>
240
241 * bump version [v0.3.2]
242
29e09480 2432013-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
0c502d30 2512013-10-19 nu774 <honeycomb77@gmail.com>
252
bd8c9a5d 253 * update ChangeLog and git2changelog.py
0c502d30 254
2552013-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
2f960ef8 2632013-09-07 nu774 <honeycomb77@gmail.com>
264
0c502d30 265 * updated ChangeLog with new git2changelog.py
2f960ef8 266
2672013-06-14 nu774 <honeycomb77@gmail.com>
268
269 * add --moov-before-mdat [v0.3.0]
270
2712013-03-04 nu774 <honeycomb77@gmail.com>
272
273 * fix an error message
274
2752013-03-03 nu774 <honeycomb77@gmail.com>
276
277 * bump version [v0.2.0]
278
279 * add --gapless-mode
280
2812013-02-20 nu774 <honeycomb77@gmail.com>
282
283 * simplify __timeb64 condition
284
285 * use fseeko64() on i686-pc-mingw32
286
2872013-02-18 nu774 <honeycomb77@gmail.com>
288
289 * fix build issue on i686-pc-mingw (struct __timeb64 is missing)
290
2912013-02-17 nu774 <honeycomb77@gmail.com>
292
293 * bump version [v0.1.9]
294
295 * fix to accept option -C
296
2972013-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
3052013-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
3132013-02-03 nu774 <honeycomb77@gmail.com>
314
315 * bump version [v0.1.6]
316
317 * win32: change _wfopen() -> wfsopen()
318
3192013-01-30 nu774 <honeycomb77@gmail.com>
320
321 * update README (add note for character encoding)
322
3232013-01-28 nu774 <honeycomb77@gmail.com>
324
325 * bump version [v0.1.5]
326
327 * gracefully shutdown on signals
328
3292013-01-27 nu774 <honeycomb77@gmail.com>
330
331 * fix MSVC project build issue
332
3332013-01-25 nu774 <honeycomb77@gmail.com>
334
335 * bump version [v0.1.4]
336
337 * add --tag-from-file
338
3392013-01-24 nu774 <honeycomb77@gmail.com>
340
341 * add --silent
342
3432013-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
3512013-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
3592013-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
3672013-01-13 nu774 <honeycomb77@gmail.com>
368
369 * fix mp4 duration & version calcuration [v0.1.0]
370
3712013-01-11 nu774 <honeycomb77@gmail.com>
372
373 * add support for xid
374
375 * support for i686-pc-mingw32 (missing _vscprintf)
376
3772013-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
3832013-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
3932013-01-08 nu774 <honeycomb77@gmail.com>
394
395 * insert a white space in progress message
396
3972013-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
4132013-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
4272013-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.034646 seconds and 4 git commands to generate.