update ChangeLog
[fdkaac.git] / ChangeLog
CommitLineData
b3dcf086 12014-01-18 nu774 <honeycomb77@gmail.com>
8896249a 2
3 * update ChangeLog [HEAD]
4
b3dcf086 5 * bump version [v0.5.2]
6
7 * fix reading of caf file without chan chunk
8
92013-11-17 nu774 <honeycomb77@gmail.com>
10
11 * Merge pull request #9 from rbrito/fix-typo [origin/master]
12
132013-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
212013-11-08 nu774 <honeycomb77@gmail.com>
22
23 * add genman.sh, update fdkaac.1
24
25 * update ChangeLog
26
b815f858 27 * bump version [v0.5.1]
28
29 * fix to use libFDKAAC signaling mode 1
30
312013-11-05 nu774 <honeycomb77@gmail.com>
32
33 * fix README
34
352013-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
1c1d1931 43 * update git2changelog to accept non-ascii output
44
45 * add manpage
46
472013-11-03 nu774 <honeycomb77@gmail.com>
48
b815f858 49 * fix gcc warnings
1c1d1931 50
51 * Merge pull request #7 from rbrito/misc-fixes
52
532013-11-03 Rogério Brito <rbrito@ime.usp.br>
54
55 * gitignore: Add list of files to ignore.
56
572013-11-03 nu774 <honeycomb77@gmail.com>
58
59 * update ChangeLog
60
8ac221b8 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
672013-10-30 nu774 <honeycomb77@gmail.com>
68
1c1d1931 69 * update ChangeLog
8ac221b8 70
5732f1f6 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
832013-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
952013-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
1052013-10-26 nu774 <honeycomb77@gmail.com>
106
b815f858 107 * re-fix #ifdef cond for lrint() [old]
5732f1f6 108
109 * tag mapping: add recorded date and tempo, remove performer->artist
110
1112013-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
8896249a 119 * bump version [v0.4.0]
120
121 * update README
122
1232013-10-24 nu774 <honeycomb77@gmail.com>
124
125 * caf input support
126
127 * refactor pcm io routines
128
1292013-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
bd8c9a5d 1352013-10-22 nu774 <honeycomb77@gmail.com>
29e09480 136
8896249a 137 * bump version [v0.3.3]
29e09480 138
bd8c9a5d 139 * fixed bogus sgpd written on --gapless-mode=1 and 2
140
1412013-10-21 nu774 <honeycomb77@gmail.com>
142
143 * bump version [v0.3.2]
144
29e09480 1452013-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
0c502d30 1532013-10-19 nu774 <honeycomb77@gmail.com>
154
bd8c9a5d 155 * update ChangeLog and git2changelog.py
0c502d30 156
1572013-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
2f960ef8 1652013-09-07 nu774 <honeycomb77@gmail.com>
166
0c502d30 167 * updated ChangeLog with new git2changelog.py
2f960ef8 168
1692013-06-14 nu774 <honeycomb77@gmail.com>
170
171 * add --moov-before-mdat [v0.3.0]
172
1732013-03-04 nu774 <honeycomb77@gmail.com>
174
175 * fix an error message
176
1772013-03-03 nu774 <honeycomb77@gmail.com>
178
179 * bump version [v0.2.0]
180
181 * add --gapless-mode
182
1832013-02-20 nu774 <honeycomb77@gmail.com>
184
185 * simplify __timeb64 condition
186
187 * use fseeko64() on i686-pc-mingw32
188
1892013-02-18 nu774 <honeycomb77@gmail.com>
190
191 * fix build issue on i686-pc-mingw (struct __timeb64 is missing)
192
1932013-02-17 nu774 <honeycomb77@gmail.com>
194
195 * bump version [v0.1.9]
196
197 * fix to accept option -C
198
1992013-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
2072013-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
2152013-02-03 nu774 <honeycomb77@gmail.com>
216
217 * bump version [v0.1.6]
218
219 * win32: change _wfopen() -> wfsopen()
220
2212013-01-30 nu774 <honeycomb77@gmail.com>
222
223 * update README (add note for character encoding)
224
2252013-01-28 nu774 <honeycomb77@gmail.com>
226
227 * bump version [v0.1.5]
228
229 * gracefully shutdown on signals
230
2312013-01-27 nu774 <honeycomb77@gmail.com>
232
233 * fix MSVC project build issue
234
2352013-01-25 nu774 <honeycomb77@gmail.com>
236
237 * bump version [v0.1.4]
238
239 * add --tag-from-file
240
2412013-01-24 nu774 <honeycomb77@gmail.com>
242
243 * add --silent
244
2452013-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
2532013-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
2612013-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
2692013-01-13 nu774 <honeycomb77@gmail.com>
270
271 * fix mp4 duration & version calcuration [v0.1.0]
272
2732013-01-11 nu774 <honeycomb77@gmail.com>
274
275 * add support for xid
276
277 * support for i686-pc-mingw32 (missing _vscprintf)
278
2792013-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
2852013-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
2952013-01-08 nu774 <honeycomb77@gmail.com>
296
297 * insert a white space in progress message
298
2992013-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
3152013-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
3292013-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.028715 seconds and 4 git commands to generate.