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