| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/aactab: Improve included headers | Andreas Rheinhardt | 2023-10-31 | 1 | -1/+1 |
* | avcodec/aacpsy: clip global_quality within the psy_vbr_map array boundaries | James Almer | 2023-04-14 | 1 | -1/+1 |
* | aac: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -4/+4 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+1 |
* | avcodec/aacpsy: Check bandwidth | Michael Niedermayer | 2021-06-02 | 1 | -0/+3 |
* | avcodec/aacpsy: Avoid floating point division by 0 of norm_fac | Michael Niedermayer | 2021-05-29 | 1 | -1/+1 |
* | avcodec/aacpsy: Check model_priv_data before dereferencing in psy_3gpp_end() | Michael Niedermayer | 2021-03-26 | 1 | -1/+2 |
* | Merge commit 'd316f9cefcd854071985c6f524a9a15348240264' | James Almer | 2017-03-31 | 1 | -1/+1 |
|\ |
|
| * | aac: Drop pointless cast | Diego Biurrun | 2016-11-13 | 1 | -1/+1 |
* | | avcodec: stop using deprecated codec flags | James Almer | 2017-03-25 | 1 | -3/+3 |
* | | aacpsy: remove dead code | Rostislav Pehlivanov | 2016-05-31 | 1 | -14/+0 |
* | | Merge commit '8dead2aaca4aa8b84b77b05745755afb56b7d37a' | Derek Buitenhuis | 2016-04-17 | 1 | -5/+5 |
|\| |
|
| * | Move const qualifier before type name | Diego Biurrun | 2016-03-23 | 1 | -5/+5 |
* | | AAC encoder: fix valgrind errors | Claudio Freire | 2016-04-05 | 1 | -15/+0 |
* | | AAC encoder: fix filling of wi.clipping array | Claudio Freire | 2016-04-05 | 1 | -3/+4 |
* | | all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h | Ganesh Ajjanagadde | 2016-03-22 | 1 | -2/+1 |
* | | lavc/aacpsy: replace pow(10,x) by ff_exp10(x) | Ganesh Ajjanagadde | 2015-12-25 | 1 | -4/+5 |
* | | AAC encoder: improve SF range utilization | Claudio Freire | 2015-12-02 | 1 | -7/+13 |
* | | AAC encoder: make pe.min a local minimum | Claudio Freire | 2015-11-29 | 1 | -3/+10 |
* | | AAC encoder: cosmetics from last commit | Claudio Freire | 2015-10-11 | 1 | -9/+9 |
* | | AAC encoder: Extensive improvements | Claudio Freire | 2015-10-11 | 1 | -4/+36 |
* | | AAC encoder: tweak rate-distortion logic | Claudio Freire | 2015-09-23 | 1 | -0/+3 |
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | AAC Encoder: clipping avoidance | Claudio Freire | 2015-07-27 | 1 | -0/+30 |
* | | aacpsy: use a different metric for the spread of a band | Rostislav Pehlivanov | 2015-07-03 | 1 | -1/+1 |
* | | aacpsy: Add energy spread for each band | Rostislav Pehlivanov | 2015-06-28 | 1 | -0/+1 |
* | | avcodec/aacpsy: Clear the correct pointer | Michael Niedermayer | 2015-06-01 | 1 | -1/+1 |
* | | Merge commit '074a1b37325bf6d1483fc23ebf1255e78d998339' | Michael Niedermayer | 2015-06-01 | 1 | -0/+6 |
|\| |
|
| * | aacpsy: Check memory allocation | Vittorio Giovara | 2015-05-31 | 1 | -0/+6 |
| * | aacpsy: correct calculation of minath in psy_3gpp_init | Andreas Cadhalpun | 2015-05-05 | 1 | -1/+1 |
* | | aacpsy: correct calculation of minath in psy_3gpp_init | Andreas Cadhalpun | 2015-04-22 | 1 | -1/+1 |
* | | aacpsy: avoid psy_band->threshold becoming NaN | Andreas Cadhalpun | 2015-04-16 | 1 | -1/+4 |
* | | avcodec/aacpsy: Fix AAC Psy PE reduction calculation when multiple iterations... | Claudio Freire | 2015-03-02 | 1 | -1/+1 |
* | | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\| |
|
| * | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
| * | aacenc: Fix a rounding bug in aacpsy channel bitrate computation | Claudio Freire | 2013-05-14 | 1 | -1/+1 |
* | | avcodec/aacpsy: Use av_mallocz_array() | Michael Niedermayer | 2014-06-08 | 1 | -1/+1 |
* | | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487' | Michael Niedermayer | 2013-05-05 | 1 | -1/+3 |
|\| |
|
| * | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -1/+3 |
* | | AAC encoder: Fixed a rounding bug in psy's channel bitrate computation. | Claudio Freire | 2013-05-05 | 1 | -1/+1 |
* | | Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7' | Michael Niedermayer | 2013-05-04 | 1 | -1/+2 |
|\| |
|
| * | silly typo fixes | Diego Biurrun | 2013-05-03 | 1 | -1/+2 |
* | | mips: Optimization of AAC psychoacoustic model functions | Bojan Zivkovic | 2013-03-23 | 1 | -29/+51 |
* | | libavcodec: changed mathematical functions in aacpsy.c | Bojan Zivkovic | 2013-03-07 | 1 | -3/+7 |
* | | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3' | Michael Niedermayer | 2012-12-21 | 1 | -2/+2 |
|\| |
|
| * | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 1 | -2/+2 |
* | | aacpsy: psy_3gpp_analyze_channel() handle energy == 0 | Michael Niedermayer | 2012-09-14 | 1 | -1/+1 |
* | | aacpsy: calc_reduction_3gpp() handle active_lines = 0 | Michael Niedermayer | 2012-09-14 | 1 | -0/+3 |
* | | aacpsy: use exp2(f) instead of pow(f)(2,...) | Michael Niedermayer | 2012-09-09 | 1 | -4/+6 |