update COPYING (patch from darealshinji)
[fdkaac.git] / ChangeLog
CommitLineData
f7a24bf8 12014-02-17 nu774 <honeycomb77@gmail.com>
8896249a 2
3 * update ChangeLog [HEAD]
4
f7a24bf8 5 * bump version [v0.5.3]
6
7 * fix: CAF chan chunk using channel bitmap was not correctly handled
8
92014-01-18 nu774 <honeycomb77@gmail.com>
10
11 * update ChangeLog [origin/master]
12
b3dcf086 13 * bump version [v0.5.2]
14
15 * fix reading of caf file without chan chunk
16
172013-11-17 nu774 <honeycomb77@gmail.com>
18
f7a24bf8 19 * Merge pull request #9 from rbrito/fix-typo
b3dcf086 20
212013-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
292013-11-08 nu774 <honeycomb77@gmail.com>
30
31 * add genman.sh, update fdkaac.1
32
33 * update ChangeLog
34
b815f858 35 * bump version [v0.5.1]
36
37 * fix to use libFDKAAC signaling mode 1
38
392013-11-05 nu774 <honeycomb77@gmail.com>
40
41 * fix README
42
432013-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
1c1d1931 51 * update git2changelog to accept non-ascii output
52
53 * add manpage
54
552013-11-03 nu774 <honeycomb77@gmail.com>
56
b815f858 57 * fix gcc warnings
1c1d1931 58
59 * Merge pull request #7 from rbrito/misc-fixes
60
612013-11-03 Rogério Brito <rbrito@ime.usp.br>
62
63 * gitignore: Add list of files to ignore.
64
652013-11-03 nu774 <honeycomb77@gmail.com>
66
67 * update ChangeLog
68
8ac221b8 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
752013-10-30 nu774 <honeycomb77@gmail.com>
76
1c1d1931 77 * update ChangeLog
8ac221b8 78
5732f1f6 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
912013-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
1032013-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
1132013-10-26 nu774 <honeycomb77@gmail.com>
114
b815f858 115 * re-fix #ifdef cond for lrint() [old]
5732f1f6 116
117 * tag mapping: add recorded date and tempo, remove performer->artist
118
1192013-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
8896249a 127 * bump version [v0.4.0]
128
129 * update README
130
1312013-10-24 nu774 <honeycomb77@gmail.com>
132
133 * caf input support
134
135 * refactor pcm io routines
136
1372013-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
bd8c9a5d 1432013-10-22 nu774 <honeycomb77@gmail.com>
29e09480 144
8896249a 145 * bump version [v0.3.3]
29e09480 146
bd8c9a5d 147 * fixed bogus sgpd written on --gapless-mode=1 and 2
148
1492013-10-21 nu774 <honeycomb77@gmail.com>
150
151 * bump version [v0.3.2]
152
29e09480 1532013-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
0c502d30 1612013-10-19 nu774 <honeycomb77@gmail.com>
162
bd8c9a5d 163 * update ChangeLog and git2changelog.py
0c502d30 164
1652013-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
2f960ef8 1732013-09-07 nu774 <honeycomb77@gmail.com>
174
0c502d30 175 * updated ChangeLog with new git2changelog.py
2f960ef8 176
1772013-06-14 nu774 <honeycomb77@gmail.com>
178
179 * add --moov-before-mdat [v0.3.0]
180
1812013-03-04 nu774 <honeycomb77@gmail.com>
182
183 * fix an error message
184
1852013-03-03 nu774 <honeycomb77@gmail.com>
186
187 * bump version [v0.2.0]
188
189 * add --gapless-mode
190
1912013-02-20 nu774 <honeycomb77@gmail.com>
192
193 * simplify __timeb64 condition
194
195 * use fseeko64() on i686-pc-mingw32
196
1972013-02-18 nu774 <honeycomb77@gmail.com>
198
199 * fix build issue on i686-pc-mingw (struct __timeb64 is missing)
200
2012013-02-17 nu774 <honeycomb77@gmail.com>
202
203 * bump version [v0.1.9]
204
205 * fix to accept option -C
206
2072013-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
2152013-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
2232013-02-03 nu774 <honeycomb77@gmail.com>
224
225 * bump version [v0.1.6]
226
227 * win32: change _wfopen() -> wfsopen()
228
2292013-01-30 nu774 <honeycomb77@gmail.com>
230
231 * update README (add note for character encoding)
232
2332013-01-28 nu774 <honeycomb77@gmail.com>
234
235 * bump version [v0.1.5]
236
237 * gracefully shutdown on signals
238
2392013-01-27 nu774 <honeycomb77@gmail.com>
240
241 * fix MSVC project build issue
242
2432013-01-25 nu774 <honeycomb77@gmail.com>
244
245 * bump version [v0.1.4]
246
247 * add --tag-from-file
248
2492013-01-24 nu774 <honeycomb77@gmail.com>
250
251 * add --silent
252
2532013-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
2612013-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
2692013-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
2772013-01-13 nu774 <honeycomb77@gmail.com>
278
279 * fix mp4 duration & version calcuration [v0.1.0]
280
2812013-01-11 nu774 <honeycomb77@gmail.com>
282
283 * add support for xid
284
285 * support for i686-pc-mingw32 (missing _vscprintf)
286
2872013-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
2932013-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
3032013-01-08 nu774 <honeycomb77@gmail.com>
304
305 * insert a white space in progress message
306
3072013-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
3232013-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
3372013-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.028675 seconds and 4 git commands to generate.