95 Commits (f9be667452524f9e1ca9dd6e0f4e357a9b1cfaac)

Author SHA1 Message Date
Anton Khirnov 494760f971 aac: convert to new channel layout API 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Michael Niedermayer 36dead4bc2 avcodec/aacpsy: Check bandwidth 4 years ago
Michael Niedermayer 223b5e8ac9 avcodec/aacpsy: Avoid floating point division by 0 of norm_fac 4 years ago
Michael Niedermayer 28859d6e7c avcodec/aacpsy: Check model_priv_data before dereferencing in psy_3gpp_end() 4 years ago
James Almer f5c8d004c2 avcodec: stop using deprecated codec flags 8 years ago
Diego Biurrun d316f9cefc aac: Drop pointless cast 8 years ago
Rostislav Pehlivanov a1953d4cec aacpsy: remove dead code 9 years ago
Claudio Freire 8005b6de4f AAC encoder: fix valgrind errors 9 years ago
Claudio Freire 7d49abdf47 AAC encoder: fix filling of wi.clipping array 9 years ago
Diego Biurrun 8dead2aaca Move const qualifier before type name 9 years ago
Ganesh Ajjanagadde db1a642cd2 all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h 9 years ago
Ganesh Ajjanagadde cb3a994bb1 lavc/aacpsy: replace pow(10,x) by ff_exp10(x) 9 years ago
Claudio Freire ca203e9985 AAC encoder: improve SF range utilization 9 years ago
Claudio Freire 88e498a87e AAC encoder: make pe.min a local minimum 9 years ago
Claudio Freire 323d37521d AAC encoder: cosmetics from last commit 9 years ago
Claudio Freire 01ecb7172b AAC encoder: Extensive improvements 9 years ago
Claudio Freire 7ec74ae4aa AAC encoder: tweak rate-distortion logic 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Claudio Freire 59216e0525 AAC Encoder: clipping avoidance 9 years ago
Rostislav Pehlivanov 8e607c747e aacpsy: use a different metric for the spread of a band 10 years ago
Rostislav Pehlivanov 02dbed6e71 aacpsy: Add energy spread for each band 10 years ago
Michael Niedermayer e7a65142b9 avcodec/aacpsy: Clear the correct pointer 10 years ago
Vittorio Giovara 074a1b3732 aacpsy: Check memory allocation 10 years ago
Andreas Cadhalpun 110f7f35fb aacpsy: correct calculation of minath in psy_3gpp_init 10 years ago
Andreas Cadhalpun ca9849eecd aacpsy: correct calculation of minath in psy_3gpp_init 10 years ago
Andreas Cadhalpun e224aa4191 aacpsy: avoid psy_band->threshold becoming NaN 10 years ago
Claudio Freire 84f4be424d avcodec/aacpsy: Fix AAC Psy PE reduction calculation when multiple iterations are required 10 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Michael Niedermayer ee5145c05d avcodec/aacpsy: Use av_mallocz_array() 11 years ago
Claudio Freire 7c71ada4ca aacenc: Fix a rounding bug in aacpsy channel bitrate computation 12 years ago
Claudio Freire c545876d1b AAC encoder: Fixed a rounding bug in psy's channel bitrate computation. 12 years ago
Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 12 years ago
Diego Biurrun a5f8873620 silly typo fixes 12 years ago
Bojan Zivkovic e54eb8db9c mips: Optimization of AAC psychoacoustic model functions 12 years ago
Bojan Zivkovic 1f5b5b8062 libavcodec: changed mathematical functions in aacpsy.c 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Michael Niedermayer 570931d411 aacpsy: psy_3gpp_analyze_channel() handle energy == 0 12 years ago
Michael Niedermayer 413b32f808 aacpsy: calc_reduction_3gpp() handle active_lines = 0 12 years ago
Michael Niedermayer 4819d43d7f aacpsy: use exp2(f) instead of pow(f)(2,...) 12 years ago
Michael Niedermayer 72dabdfc58 aacenc: new default cutoff 12 years ago
Michael Niedermayer 21e5dd93d7 aacpsy: fix "may be used uninitialized" warning 13 years ago
Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
Nathan Caldwell 9b8e2a8709 aacenc: Deinterleave input samples before processing. 13 years ago
Nathan Caldwell 025ccf1f8b aacenc: Request normalized float samples instead of converting s16 samples to float. 13 years ago
Nathan Caldwell 6381f913d1 aacpsy: Replace an if with FFMAX in LAME windowing. 13 years ago
Nathan Caldwell 843cd4a3ed aacpsy: cosmetics, change a FIXME to a NOTE about subshort comparisons 13 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
Nathan Caldwell d3a6c2ab7e psymodel: Remove the single channel analysis function 14 years ago
Nathan Caldwell 01344fe409 aacenc: Implement dummy channel group analysis that just calls the single channel analysis for each channel. 14 years ago