1 2015-02-14 nu774 <honeycomb77@gmail.com>
3 * update ChangeLog [HEAD]
5 * bump version [v0.6.2]
7 * take stco->co64 switch due to mdat relocation into account on finalizing m4a
9 * fix incorrect iTunSMPB written when interrupted by signals
11 2014-09-13 nu774 <honeycomb77@gmail.com>
13 * update ChangeLog [origin/master]
17 2014-09-12 nu774 <honeycomb77@gmail.com>
19 * write actual number of channels to mp4a box
21 2014-08-17 nu774 <honeycomb77@gmail.com>
27 2014-08-13 nu774 <honeycomb77@gmail.com>
31 * bump version [v0.6.0]
33 2014-08-12 nu774 <honeycomb77@gmail.com>
35 * apply limiter when input is float
37 * refactor pcm reader framework
39 2014-07-30 nu774 <honeycomb77@gmail.com>
43 * win32compat: fix aacenc_printf() not to write junk characters [v0.5.4]
45 2014-05-12 nu774 <honeycomb77@gmail.com>
49 2014-03-14 nu774 <honeycomb77@gmail.com>
51 * update COPYING (patch from darealshinji)
53 2014-02-17 nu774 <honeycomb77@gmail.com>
57 * bump version [v0.5.3]
59 * fix: CAF chan chunk using channel bitmap was not correctly handled
61 2014-01-18 nu774 <honeycomb77@gmail.com>
65 * bump version [v0.5.2]
67 * fix reading of caf file without chan chunk
69 2013-11-17 nu774 <honeycomb77@gmail.com>
71 * Merge pull request #9 from rbrito/fix-typo
73 2013-11-18 Rogério Brito <rbrito@ime.usp.br>
75 * man: Regen manpage with hyphens escaped.
77 * README: Remove trailing whitespaces that end up in the manpages.
79 * README: Fix typo in bandwidth to match CLI options.
81 2013-11-08 nu774 <honeycomb77@gmail.com>
83 * add genman.sh, update fdkaac.1
87 * bump version [v0.5.1]
89 * fix to use libFDKAAC signaling mode 1
91 2013-11-05 nu774 <honeycomb77@gmail.com>
95 2013-11-04 nu774 <honeycomb77@gmail.com>
97 * rename README.md -> README
99 * Update README -> README.md, generate groff manpage from README.md
103 * update git2changelog to accept non-ascii output
107 2013-11-03 nu774 <honeycomb77@gmail.com>
111 * Merge pull request #7 from rbrito/misc-fixes
113 2013-11-03 Rogério Brito <rbrito@ime.usp.br>
115 * gitignore: Add list of files to ignore.
117 2013-11-03 nu774 <honeycomb77@gmail.com>
121 * bump version [v0.5.0]
123 * add --sbr-ratio to support AACENC_SBR_RATIO appeared on libFDK 3.4.12
125 * support 7.1 channel mode added on FDK 3.4.12
127 2013-10-30 nu774 <honeycomb77@gmail.com>
131 * bump version [v0.4.2]
133 * use tell() to obtain data chunk offset
135 * rename aacenc_result_t -> aacenc_frame_t, simplify write_sample()
137 * prepend 1 sample zero padding in case of SBR and enc_delay is odd
139 * cleanup interface of aac_encode_frame()
141 * add some copyright notice
143 2013-10-29 nu774 <honeycomb77@gmail.com>
145 * smart padding for better gapless playback
147 * fix unused variable warning
149 * fix warning: cast size_t as sprintf() arg to int
153 * fix pcm_seek() to inline
155 2013-10-27 nu774 <honeycomb77@gmail.com>
157 * bump version [v0.4.1]
159 * add --include-sbr-delay
161 * fix help message: show -I as shorthand for --ignorelength
163 * remove --sbr-signaling
165 2013-10-26 nu774 <honeycomb77@gmail.com>
167 * re-fix #ifdef cond for lrint()
169 * tag mapping: add recorded date and tempo, remove performer->artist
171 2013-10-25 nu774 <honeycomb77@gmail.com>
173 * fix MSVC12 build issue
175 * fix build issue on platform where fileno is a naive macro
179 * bump version [v0.4.0]
183 2013-10-24 nu774 <honeycomb77@gmail.com>
187 * refactor pcm io routines
189 2013-10-23 nu774 <honeycomb77@gmail.com>
191 * cleanup metadata handling
193 * --tag-from-json: properly support number/total format in json track field
195 2013-10-22 nu774 <honeycomb77@gmail.com>
197 * bump version [v0.3.3]
199 * fixed bogus sgpd written on --gapless-mode=1 and 2
201 2013-10-21 nu774 <honeycomb77@gmail.com>
203 * bump version [v0.3.2]
205 2013-10-20 nu774 <honeycomb77@gmail.com>
207 * reimplement int16 conversion as pcm_reader
209 * add abstraction layer for pcm reading
211 * improve handling of avgBitrate
213 2013-10-19 nu774 <honeycomb77@gmail.com>
215 * update ChangeLog and git2changelog.py
217 2013-10-18 nu774 <honeycomb77@gmail.com>
219 * bump version [v0.3.1]
223 * set avgBitrate field to zero for 14496-1 compliance
225 2013-09-07 nu774 <honeycomb77@gmail.com>
227 * updated ChangeLog with new git2changelog.py
229 2013-06-14 nu774 <honeycomb77@gmail.com>
231 * add --moov-before-mdat [v0.3.0]
233 2013-03-04 nu774 <honeycomb77@gmail.com>
235 * fix an error message
237 2013-03-03 nu774 <honeycomb77@gmail.com>
239 * bump version [v0.2.0]
243 2013-02-20 nu774 <honeycomb77@gmail.com>
245 * simplify __timeb64 condition
247 * use fseeko64() on i686-pc-mingw32
249 2013-02-18 nu774 <honeycomb77@gmail.com>
251 * fix build issue on i686-pc-mingw (struct __timeb64 is missing)
253 2013-02-17 nu774 <honeycomb77@gmail.com>
255 * bump version [v0.1.9]
257 * fix to accept option -C
259 2013-02-16 nu774 <honeycomb77@gmail.com>
261 * bump version [v0.1.8]
263 * refine json metadata importing
265 * m4af: duplication check on adding tags
267 2013-02-15 nu774 <honeycomb77@gmail.com>
269 * add --tag-from-json [v0.1.7]
271 * fix implicit int variable decl.
275 2013-02-03 nu774 <honeycomb77@gmail.com>
277 * bump version [v0.1.6]
279 * win32: change _wfopen() -> wfsopen()
281 2013-01-30 nu774 <honeycomb77@gmail.com>
283 * update README (add note for character encoding)
285 2013-01-28 nu774 <honeycomb77@gmail.com>
287 * bump version [v0.1.5]
289 * gracefully shutdown on signals
291 2013-01-27 nu774 <honeycomb77@gmail.com>
293 * fix MSVC project build issue
295 2013-01-25 nu774 <honeycomb77@gmail.com>
297 * bump version [v0.1.4]
299 * add --tag-from-file
301 2013-01-24 nu774 <honeycomb77@gmail.com>
305 2013-01-19 nu774 <honeycomb77@gmail.com>
309 * bump version [v0.1.3]
311 * fix crash on wrong long option, rename --ignore-length to --ignorelength
313 2013-01-17 nu774 <honeycomb77@gmail.com>
315 * bump version [v0.1.2]
317 * compat_win32: free argv with atexit()
319 * take care of COPYRIGHT-SIGN in UTF-8
321 2013-01-15 nu774 <honeycomb77@gmail.com>
323 * bump version [v0.1.1]
325 * fix return type of put_type_entry() to void
327 * add ADTS header size(7) to output byte length
329 2013-01-13 nu774 <honeycomb77@gmail.com>
331 * fix mp4 duration & version calcuration [v0.1.0]
333 2013-01-11 nu774 <honeycomb77@gmail.com>
335 * add support for xid
337 * support for i686-pc-mingw32 (missing _vscprintf)
339 2013-01-10 nu774 <honeycomb77@gmail.com>
341 * bump version [v0.0.9]
343 * rename basename() -> aacenc_basename() and move to compat layer
345 2013-01-09 nu774 <honeycomb77@gmail.com>
347 * add --tag and --long-tag
349 * fix corner case of progress display
351 * calculate length from file size
355 2013-01-08 nu774 <honeycomb77@gmail.com>
357 * insert a white space in progress message
359 2013-01-07 nu774 <honeycomb77@gmail.com>
361 * fix typo of bitrate-mode option [v0.0.8]
363 * more static inlining (missed on the previous commit) [v0.0.7]
365 * check error of fread() and fwrite() [v0.0.6]
367 * change inline->static inline to follow C99 semantics (for Clang)
369 * explicitly add -lfdk-aac to LDADD in Makefile.am
371 * add some files to EXTRA_DIST in Makefile.am
373 * fixed a typo in usage message [v0.0.5]
375 2013-01-06 nu774 <honeycomb77@gmail.com>
381 * more tweak on configure.ac and Makefile.am (take care of getopt_long) [v0.0.4]
383 * use fstat() to test seekability of input file
385 * retrieve bitrate for tool tag with aacEncoder_GetParam()
387 * output to current working directory by default
389 2013-01-05 nu774 <honeycomb77@gmail.com>
391 * zero clear LIB_INFO before calling aacEncGetLibInfo() [v0.0.3]
393 * tweak configure.ac and Makefile.am
395 * update version.h [v0.0.2]
397 * fixed to clip before converting float to int
399 * initial commit [v0.0.1]