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