fdkaac/src
nu774 f95566ee8e update help message regarding vbr mode 2023-03-14 00:24:51 +09:00
..
aacenc.c process 32-bit input if possible (i.e. respect aac:INT_PCM type) 2019-09-27 12:10:30 +03:00
aacenc.h process 32-bit input if possible (i.e. respect aac:INT_PCM type) 2019-09-27 12:10:30 +03:00
caf_reader.c fixes https://github.com/nu774/fdkaac/issues/55 2023-02-15 20:56:33 +09:00
catypes.h caf input support 2013-10-24 23:47:03 +09:00
compat.h update compat layer, mainly for MSVC14 issue 2015-09-21 15:19:15 +09:00
compat_posix.c address issue#26 2017-01-16 15:20:09 +09:00
compat_win32.c fix indents 2015-09-21 15:24:02 +09:00
extrapolater.c extrapolater: don't return more samples than required 2022-08-04 21:11:53 +09:00
limiter.c apply limiter when input is float 2014-08-13 09:26:26 +09:00
lpc.c smart padding for better gapless playback 2013-10-30 02:09:08 +09:00
lpc.h smart padding for better gapless playback 2013-10-30 02:09:08 +09:00
lpcm.h refactor pcm reader framework 2014-08-12 23:43:19 +09:00
m4af.c m4af: fix mvhd/tkhd duration 2021-04-23 22:53:46 +09:00
m4af.h don't inject timestamp 2018-12-10 14:59:48 +03:00
m4af_endian.h initial commit 2013-01-05 01:10:05 +09:00
main.c update help message regarding vbr mode 2023-03-14 00:24:51 +09:00
metadata.c add some copyright notice 2013-10-30 02:09:23 +09:00
metadata.h add some copyright notice 2013-10-30 02:09:23 +09:00
parson.c add --tag-from-json 2013-02-15 22:26:17 +09:00
parson.h add --tag-from-json 2013-02-15 22:26:17 +09:00
pcm_float_converter.c remove an unused variable decl 2015-06-12 21:06:45 +09:00
pcm_native_converter.c refactor pcm reader framework 2014-08-12 23:43:19 +09:00
pcm_reader.h apply limiter when input is float 2014-08-13 09:26:26 +09:00
pcm_readhelper.c fixes https://github.com/nu774/fdkaac/issues/55 2023-02-15 20:56:33 +09:00
pcm_sint16_converter.c fix indent 2019-09-27 21:05:12 +09:00
progress.c fix corner case of progress display 2013-01-09 16:39:39 +09:00
progress.h initial commit 2013-01-05 01:10:05 +09:00
wav_reader.c wav/caf parser: add format checks 2022-08-04 21:06:10 +09:00