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