X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=ChangeLog;h=4455a7ef1f14bc53884f36142cd28ea8f85e7202;hb=f4cc6d51d847d73446577db597ab0b9605b1d672;hp=4bc0fe0fe3c820b6b43699b2f5b7cd8adfd7486b;hpb=5732f1f6c59ac59bf1daf6baafa65ba1d756fa99;p=fdkaac.git diff --git a/ChangeLog b/ChangeLog index 4bc0fe0..4455a7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,133 @@ -2013-10-30 nu774 +2015-02-14 nu774 * update ChangeLog [HEAD] + * bump version [v0.6.2] + + * take stco->co64 switch due to mdat relocation into account on finalizing m4a + + * fix incorrect iTunSMPB written when interrupted by signals + +2014-09-13 nu774 + + * update ChangeLog [origin/master] + + * bump version + +2014-09-12 nu774 + + * write actual number of channels to mp4a box + +2014-08-17 nu774 + + * update INSTALL + + * add m4 macros + +2014-08-13 nu774 + + * update ChangeLog + + * bump version [v0.6.0] + +2014-08-12 nu774 + + * apply limiter when input is float + + * refactor pcm reader framework + +2014-07-30 nu774 + + * update ChangeLog + + * win32compat: fix aacenc_printf() not to write junk characters [v0.5.4] + +2014-05-12 nu774 + + * write INSTALL + +2014-03-14 nu774 + + * update COPYING (patch from darealshinji) + +2014-02-17 nu774 + + * update ChangeLog + + * bump version [v0.5.3] + + * fix: CAF chan chunk using channel bitmap was not correctly handled + +2014-01-18 nu774 + + * update ChangeLog + + * bump version [v0.5.2] + + * fix reading of caf file without chan chunk + +2013-11-17 nu774 + + * Merge pull request #9 from rbrito/fix-typo + +2013-11-18 Rogério Brito + + * man: Regen manpage with hyphens escaped. + + * README: Remove trailing whitespaces that end up in the manpages. + + * README: Fix typo in bandwidth to match CLI options. + +2013-11-08 nu774 + + * add genman.sh, update fdkaac.1 + + * update ChangeLog + + * bump version [v0.5.1] + + * fix to use libFDKAAC signaling mode 1 + +2013-11-05 nu774 + + * fix README + +2013-11-04 nu774 + + * rename README.md -> README + + * Update README -> README.md, generate groff manpage from README.md + + * update ChangeLog + + * update git2changelog to accept non-ascii output + + * add manpage + +2013-11-03 nu774 + + * fix gcc warnings + + * Merge pull request #7 from rbrito/misc-fixes + +2013-11-03 Rogério Brito + + * gitignore: Add list of files to ignore. + +2013-11-03 nu774 + + * update ChangeLog + + * bump version [v0.5.0] + + * add --sbr-ratio to support AACENC_SBR_RATIO appeared on libFDK 3.4.12 + + * support 7.1 channel mode added on FDK 3.4.12 + +2013-10-30 nu774 + + * update ChangeLog + * bump version [v0.4.2] * use tell() to obtain data chunk offset