bump version
[fdkaac.git] / ChangeLog
CommitLineData
e8f61c26 12014-08-13 nu774 <honeycomb77@gmail.com>
8896249a 2
3 * update ChangeLog [HEAD]
4
e8f61c26 5 * bump version [v0.6.0]
6
72014-08-12 nu774 <honeycomb77@gmail.com>
8
9 * apply limiter when input is float
10
11 * refactor pcm reader framework
12
132014-07-30 nu774 <honeycomb77@gmail.com>
14
15 * update ChangeLog [origin/master]
16
b667da2b 17 * win32compat: fix aacenc_printf() not to write junk characters [v0.5.4]
18
192014-05-12 nu774 <honeycomb77@gmail.com>
20
e8f61c26 21 * write INSTALL
b667da2b 22
232014-03-14 nu774 <honeycomb77@gmail.com>
24
25 * update COPYING (patch from darealshinji)
26
272014-02-17 nu774 <honeycomb77@gmail.com>
28
29 * update ChangeLog
30
f7a24bf8 31 * bump version [v0.5.3]
32
33 * fix: CAF chan chunk using channel bitmap was not correctly handled
34
352014-01-18 nu774 <honeycomb77@gmail.com>
36
b667da2b 37 * update ChangeLog
f7a24bf8 38
b3dcf086 39 * bump version [v0.5.2]
40
41 * fix reading of caf file without chan chunk
42
432013-11-17 nu774 <honeycomb77@gmail.com>
44
f7a24bf8 45 * Merge pull request #9 from rbrito/fix-typo
b3dcf086 46
472013-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
552013-11-08 nu774 <honeycomb77@gmail.com>
56
57 * add genman.sh, update fdkaac.1
58
59 * update ChangeLog
60
b815f858 61 * bump version [v0.5.1]
62
63 * fix to use libFDKAAC signaling mode 1
64
652013-11-05 nu774 <honeycomb77@gmail.com>
66
67 * fix README
68
692013-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
1c1d1931 77 * update git2changelog to accept non-ascii output
78
79 * add manpage
80
812013-11-03 nu774 <honeycomb77@gmail.com>
82
b815f858 83 * fix gcc warnings
1c1d1931 84
85 * Merge pull request #7 from rbrito/misc-fixes
86
872013-11-03 Rogério Brito <rbrito@ime.usp.br>
88
89 * gitignore: Add list of files to ignore.
90
912013-11-03 nu774 <honeycomb77@gmail.com>
92
93 * update ChangeLog
94
8ac221b8 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
1012013-10-30 nu774 <honeycomb77@gmail.com>
102
1c1d1931 103 * update ChangeLog
8ac221b8 104
5732f1f6 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
1172013-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
1292013-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
1392013-10-26 nu774 <honeycomb77@gmail.com>
140
b667da2b 141 * re-fix #ifdef cond for lrint()
5732f1f6 142
143 * tag mapping: add recorded date and tempo, remove performer->artist
144
1452013-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
8896249a 153 * bump version [v0.4.0]
154
155 * update README
156
1572013-10-24 nu774 <honeycomb77@gmail.com>
158
159 * caf input support
160
161 * refactor pcm io routines
162
1632013-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
bd8c9a5d 1692013-10-22 nu774 <honeycomb77@gmail.com>
29e09480 170
8896249a 171 * bump version [v0.3.3]
29e09480 172
bd8c9a5d 173 * fixed bogus sgpd written on --gapless-mode=1 and 2
174
1752013-10-21 nu774 <honeycomb77@gmail.com>
176
177 * bump version [v0.3.2]
178
29e09480 1792013-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
0c502d30 1872013-10-19 nu774 <honeycomb77@gmail.com>
188
bd8c9a5d 189 * update ChangeLog and git2changelog.py
0c502d30 190
1912013-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
2f960ef8 1992013-09-07 nu774 <honeycomb77@gmail.com>
200
0c502d30 201 * updated ChangeLog with new git2changelog.py
2f960ef8 202
2032013-06-14 nu774 <honeycomb77@gmail.com>
204
205 * add --moov-before-mdat [v0.3.0]
206
2072013-03-04 nu774 <honeycomb77@gmail.com>
208
209 * fix an error message
210
2112013-03-03 nu774 <honeycomb77@gmail.com>
212
213 * bump version [v0.2.0]
214
215 * add --gapless-mode
216
2172013-02-20 nu774 <honeycomb77@gmail.com>
218
219 * simplify __timeb64 condition
220
221 * use fseeko64() on i686-pc-mingw32
222
2232013-02-18 nu774 <honeycomb77@gmail.com>
224
225 * fix build issue on i686-pc-mingw (struct __timeb64 is missing)
226
2272013-02-17 nu774 <honeycomb77@gmail.com>
228
229 * bump version [v0.1.9]
230
231 * fix to accept option -C
232
2332013-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
2412013-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
2492013-02-03 nu774 <honeycomb77@gmail.com>
250
251 * bump version [v0.1.6]
252
253 * win32: change _wfopen() -> wfsopen()
254
2552013-01-30 nu774 <honeycomb77@gmail.com>
256
257 * update README (add note for character encoding)
258
2592013-01-28 nu774 <honeycomb77@gmail.com>
260
261 * bump version [v0.1.5]
262
263 * gracefully shutdown on signals
264
2652013-01-27 nu774 <honeycomb77@gmail.com>
266
267 * fix MSVC project build issue
268
2692013-01-25 nu774 <honeycomb77@gmail.com>
270
271 * bump version [v0.1.4]
272
273 * add --tag-from-file
274
2752013-01-24 nu774 <honeycomb77@gmail.com>
276
277 * add --silent
278
2792013-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
2872013-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
2952013-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
3032013-01-13 nu774 <honeycomb77@gmail.com>
304
305 * fix mp4 duration & version calcuration [v0.1.0]
306
3072013-01-11 nu774 <honeycomb77@gmail.com>
308
309 * add support for xid
310
311 * support for i686-pc-mingw32 (missing _vscprintf)
312
3132013-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
3192013-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
3292013-01-08 nu774 <honeycomb77@gmail.com>
330
331 * insert a white space in progress message
332
3332013-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
3492013-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
3632013-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.031051 seconds and 4 git commands to generate.