Commit Graph

192 Commits

Author SHA1 Message Date
nu774 2dc1ef46e1 github workflow: make: use -j2 or -j3 2024-01-11 13:04:25 +09:00
nu774 f95566ee8e update help message regarding vbr mode 2023-03-14 00:24:51 +09:00
nu774 d705c888cf github workflow: add msys2 2023-03-10 00:18:58 +09:00
nu774 31e62aa51c update .gitignore 2023-03-09 23:56:31 +09:00
nu774 2ed6139278 github workflow: add mac 2023-03-08 23:43:23 +09:00
nu774 4037c42577 update github workflow 2023-03-08 23:10:19 +09:00
nu774 4f35b8ad7c add github workflow 2023-03-08 09:46:45 +09:00
nu774 3bf454a5a3 bump 2023-02-15 20:57:33 +09:00
nu774 22dbf72491 fixes https://github.com/nu774/fdkaac/issues/55 2023-02-15 20:56:33 +09:00
nu774 03c3c60191 updateChangeLog 2022-08-04 21:16:14 +09:00
nu774 59455af10a bump 2022-08-04 21:14:35 +09:00
nu774 ae1f4c3afd fdk-aac.vcxproj: support vs2022 2022-08-04 21:13:18 +09:00
nu774 0ce71d066a extrapolater: don't return more samples than required
fixes https://github.com/nu774/fdkaac/issues/54
2022-08-04 21:11:53 +09:00
nu774 ecddb7d633 wav/caf parser: add format checks
fixes https://github.com/nu774/fdkaac/issues/54
2022-08-04 21:06:10 +09:00
nu774 1a1ee2924f update ChangeLog 2022-07-13 21:03:53 +09:00
nu774 cdfb81d7c6 bump 2022-07-13 20:59:03 +09:00
nu774 4ec1422bd9 wav/caf parser: ensure fmt/desc chunk
fixes https://github.com/nu774/fdkaac/issues/52
2022-07-13 20:56:49 +09:00
nu774 53fe239bf6 vcxproj: support Visual Studio 2022 2021-11-15 01:18:51 +09:00
nu774 347e995cfc bump 2021-04-23 22:57:27 +09:00
nu774 9d65d3b3bf m4af: fix mvhd/tkhd duration
According to 14496-12, duration of mvhd/tkhd shall be the sum of
duration of edits
2021-04-23 22:53:46 +09:00
nu774 fdf5c2f251 bump 2020-09-21 22:41:03 +09:00
nu774 ef17c9436e add Windows 10 long pathname manifest 2020-09-21 22:41:03 +09:00
nu774 c0919b049a fix indent 2019-09-27 21:05:12 +09:00
Dima 353e4fcd7a process 32-bit input if possible (i.e. respect aac:INT_PCM type)
switch AAC-FDK from pcm16 to pcm32:
    typedef LONG INT_PCM;
    #define SAMPLE_BITS 32
2019-09-27 12:10:30 +03:00
nu774 130e249ebf vcxproj: support visual studio 2019 2019-04-04 19:55:18 +09:00
tico-tico 65ee26fb61 don't inject timestamp 2018-12-10 14:59:48 +03:00
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