Commit Graph

166 Commits

Author SHA1 Message Date
nu774 f2f9c1b4bb bump version 1.0.0 2018-09-04 02:04:36 +09:00
nu774 836367a7fe Fix LD/ELD issue: priming samples are too short to be discarded
When discarded, cannot reconstruct the beginning.
Now we changed to activate smartpadding only for LC/HE/HEv2.
(padding is not nice for low delay codec anyway)

LD and ELD are two short
2018-09-04 01:30:08 +09:00
nu774 ca65cffdd3 FDKv2 API change: encoderDelay -> nDelay/nDelayCore 2018-09-03 22:59:24 +09:00
nu774 36424b121c update MSVC projects for FDKv2 2018-09-03 20:58:17 +09:00
nu774 2329b4b1eb use different IntDir for fdk-aac build 2018-09-03 20:27:42 +09:00
nu774 4c963ef139 remove zombies from fdk-aac.vcxproj.filters 2018-09-03 20:26:32 +09:00
nu774 3f7b6abd20 fix: -L option was not working (resulted in segfault) 2018-09-03 20:25:28 +09:00
nu774 4571d9d76a MSVC projects: update for VS2017 2017-03-16 20:51:30 +09:00
nu774 4682fe4961 address issue#26
try to link with libcharset when locale_charset() is not present in
libiconv
2017-01-16 15:20:09 +09:00
nu774 c37edc6051 remove aacenc_hcr.* from MSVC project 2016-08-27 23:51:48 +09:00
nu774 07c06b4c3e update ChangeLog 2016-08-26 21:47:20 +09:00
nu774 4242ad726f bump 2016-08-26 21:45:05 +09:00
nu774 c8cc3fb57e Ticket #23: quit supporting MPEG-2 AOT
Macro definitions for those AOT have gone from FDK_audio.h
2016-08-26 21:19:03 +09:00
nu774 622e065bd8 fix libfdkaac encoder version check for SBR_RATIO availability 2016-08-25 21:22:33 +09:00
nu774 cf200f9563 Use our SBR signaling implementation on old libfdkaac 2016-08-25 21:02:41 +09:00
nu774 fd2a1e77b3 improve MSVC project
- simplify conditions
- autodetect highest available PlatformToolset
- x64 platform support
2015-10-10 17:44:11 +09:00
nu774 17799e39b9 fix indents 2015-09-21 15:24:02 +09:00
nu774 19a6b7f10c update compat layer, mainly for MSVC14 issue 2015-09-21 15:19:15 +09:00
nu774 80b476bad9 add platformtoolset in vcxproj 2015-07-22 22:14:08 +09:00
nu774 e403976bf6 fix build issue on MSVC14 2015-07-22 22:14:00 +09:00
nu774 4080ab21e6 remove an unused variable decl 2015-06-12 21:07:59 +09:00
nu774 be991a6abe remove an unused variable decl 2015-06-12 21:06:45 +09:00
nu774 4c9167c1cb m4af: move internal struct m4af_itmf_entry_t from header 2015-06-12 21:04:49 +09:00
nu774 c77dae004d update ChangeLog 2015-02-14 19:35:05 +09:00
nu774 8c47bcc8dc bump version 2015-02-14 19:34:01 +09:00
nu774 1703d1f8cf take stco->co64 switch due to mdat relocation into account on finalizing m4a 2015-02-14 19:32:00 +09:00
nu774 4140443408 fix incorrect iTunSMPB written when interrupted by signals 2015-02-14 19:31:59 +09:00
nu774 a1b4f691f5 update ChangeLog 2014-09-13 00:26:27 +09:00
nu774 fae0942597 bump version 2014-09-13 00:25:31 +09:00
nu774 fcfed4cd0c write actual number of channels to mp4a box 2014-09-12 21:34:37 +09:00
nu774 1acf5c2d4d update INSTALL 2014-08-17 00:22:04 +09:00
nu774 25f5bd4f23 add m4 macros 2014-08-17 00:21:16 +09:00
nu774 e8f61c26ff update ChangeLog 2014-08-13 15:41:41 +09:00
nu774 a7c2411335 bump version 2014-08-13 15:40:24 +09:00
nu774 b54538f79e apply limiter when input is float 2014-08-13 09:26:26 +09:00
nu774 a7e00a4219 refactor pcm reader framework 2014-08-12 23:43:19 +09:00
nu774 b667da2b01 update ChangeLog 2014-07-30 14:11:04 +09:00
nu774 a79a11ef99 win32compat: fix aacenc_printf() not to write junk characters 2014-07-30 14:09:12 +09:00
nu774 70554c0791 write INSTALL 2014-05-12 16:46:49 +09:00
nu774 a854b113ae update COPYING (patch from darealshinji) 2014-03-14 11:10:15 +09:00
nu774 f7a24bf87b update ChangeLog 2014-02-17 13:58:54 +09:00
nu774 5063c6dce1 bump version 2014-02-17 13:55:08 +09:00
nu774 57aa91419d fix: CAF chan chunk using channel bitmap was not correctly handled 2014-02-17 13:51:20 +09:00
nu774 b3dcf08647 update ChangeLog 2014-01-18 17:47:03 +09:00
nu774 a7c4895534 bump version 2014-01-18 17:44:51 +09:00
nu774 209130e887 fix reading of caf file without chan chunk
Since channel map was not initialized, first channel was copied to every
other channel.
2014-01-18 17:41:57 +09:00
nu774 b6ab92a9e7 Merge pull request #9 from rbrito/fix-typo
README: Fix typo in bandwidth to match CLI options.
2013-11-17 22:02:43 -08:00
Rogério Brito e18fe91a40 man: Regen manpage with hyphens escaped.
Otherwise, automated verification programs like Debian's lintian complain
about them.

Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
2013-11-18 02:55:18 -02:00
Rogério Brito 472e82e42f README: Remove trailing whitespaces that end up in the manpages.
Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
2013-11-18 02:52:35 -02:00
Rogério Brito ce0833f8e5 README: Fix typo in bandwidth to match CLI options.
Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
2013-11-18 02:48:39 -02:00