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