X-Git-Url: http://git.ieval.ro/?p=fdkaac.git;a=blobdiff_plain;f=ChangeLog;h=b5d781fcfcb175985e17bf2bf84b9db1e8748f47;hp=8a6465bbfc65334ff9b6b428455acdf95f24695f;hb=b815f858d0d206e171045c3753c78c7dfba9a22b;hpb=0c502d30e5a85850571625989ddffc1c7d9695ff diff --git a/ChangeLog b/ChangeLog index 8a6465b..b5d781f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,136 @@ +2013-11-08 nu774 + + * update ChangeLog [HEAD] + + * 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 + + * rename aacenc_result_t -> aacenc_frame_t, simplify write_sample() + + * prepend 1 sample zero padding in case of SBR and enc_delay is odd + + * cleanup interface of aac_encode_frame() + + * add some copyright notice + +2013-10-29 nu774 + + * smart padding for better gapless playback + + * fix unused variable warning + + * fix warning: cast size_t as sprintf() arg to int + + * fix vcxproj + + * fix pcm_seek() to inline + +2013-10-27 nu774 + + * bump version [v0.4.1] + + * add --include-sbr-delay + + * fix help message: show -I as shorthand for --ignorelength + + * remove --sbr-signaling + +2013-10-26 nu774 + + * re-fix #ifdef cond for lrint() [old] + + * tag mapping: add recorded date and tempo, remove performer->artist + +2013-10-25 nu774 + + * fix MSVC12 build issue + + * fix build issue on platform where fileno is a naive macro + + * update ChangeLog + + * bump version [v0.4.0] + + * update README + +2013-10-24 nu774 + + * caf input support + + * refactor pcm io routines + +2013-10-23 nu774 + + * cleanup metadata handling + + * --tag-from-json: properly support number/total format in json track field + +2013-10-22 nu774 + + * bump version [v0.3.3] + + * fixed bogus sgpd written on --gapless-mode=1 and 2 + +2013-10-21 nu774 + + * bump version [v0.3.2] + +2013-10-20 nu774 + + * reimplement int16 conversion as pcm_reader + + * add abstraction layer for pcm reading + + * improve handling of avgBitrate + 2013-10-19 nu774 - * update ChangeLog and git2changelog.py [HEAD] + * update ChangeLog and git2changelog.py 2013-10-18 nu774