| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/aacenc: Do not divide by lambda_count if it is 0 | Michael Niedermayer | 2021-10-06 | 1 | -1/+1 |
* | avcodec/aacenc: Use FLT_EPSILON for lambda minimum | Michael Niedermayer | 2021-10-06 | 1 | -1/+1 |
* | avcodec/aacenc: Avoid 0 lambda | Michael Niedermayer | 2021-10-06 | 1 | -1/+2 |
* | avcodec/aacenc: report channel layout by name | Moritz Barsnick | 2018-09-09 | 1 | -2/+4 |
* | aacenc: use the fast coder as the default | Rostislav Pehlivanov | 2018-01-13 | 1 | -2/+2 |
* | aacenc: use the PCE comment field for encoder ID | Rostislav Pehlivanov | 2017-11-09 | 1 | -6/+16 |
* | aacenc: support extended channel layouts using PCEs | Rostislav Pehlivanov | 2017-11-09 | 1 | -6/+63 |
* | Merge commit '97cfe1d8bd1968143e2ba9aa46ebe9504a835e24' | James Almer | 2017-11-01 | 1 | -4/+4 |
|\ |
|
| * | Convert all AVClass struct declarations to designated initializers. | Diego Biurrun | 2017-06-12 | 1 | -4/+4 |
| * | Mark some arrays that never change as const. | Anton Khirnov | 2017-02-01 | 1 | -2/+2 |
* | | avcodec: stop using deprecated codec flags | James Almer | 2017-03-25 | 1 | -1/+1 |
* | | aacenc: quit when the audio queue reaches 0 rather than keeping track of empt... | Rostislav Pehlivanov | 2016-11-08 | 1 | -6/+3 |
* | | aacenc: add SIMD optimizations for abs_pow34 and quantization | Rostislav Pehlivanov | 2016-10-18 | 1 | -0/+6 |
* | | aacenc: use the decoder's lcg PRNG | Rostislav Pehlivanov | 2016-10-12 | 1 | -1/+1 |
* | | avcodec/aacenc: Tighter input checks | Michael Niedermayer | 2016-08-23 | 1 | -2/+2 |
* | | aacenc: fix various typos and an error message | Rostislav Pehlivanov | 2016-08-13 | 1 | -1/+1 |
* | | aacenc: unmark the fast coder as experimental | Rostislav Pehlivanov | 2016-08-13 | 1 | -2/+2 |
* | | AAC encoder: fix valgrind errors | Claudio Freire | 2016-04-05 | 1 | -2/+16 |
* | | aacenc: use generational cache instead of resetting. | Reimar Döffinger | 2016-03-08 | 1 | -5/+4 |
* | | aacenc: temporarily disable Mid/Side coding with multichannel files | Rostislav Pehlivanov | 2016-02-13 | 1 | -0/+4 |
* | | aacenc: make a better estimate for the audio bitrate if not provided | Rostislav Pehlivanov | 2016-02-12 | 1 | -15/+31 |
* | | avcodec/aacenc: Check all coefficients for finiteness | Michael Niedermayer | 2016-01-20 | 1 | -11/+6 |
* | | aacenc: remove FAAC-like coder | Rostislav Pehlivanov | 2016-01-20 | 1 | -4/+1 |
* | | aacenc: mark LTP mode as experimental | Rostislav Pehlivanov | 2016-01-20 | 1 | -0/+3 |
* | | avcodec/aacenc: Check both channels for finiteness | Michael Niedermayer | 2016-01-16 | 1 | -8/+8 |
* | | lavc/aacenc: use isfinite to simplify isnan/isinf logic | Ganesh Ajjanagadde | 2016-01-14 | 1 | -8/+9 |
* | | avcodec/aacenc: Check for +-Inf too | Michael Niedermayer | 2016-01-13 | 1 | -9/+9 |
* | | avcodec/aacenc: mark output as const as its not written to | Michael Niedermayer | 2016-01-13 | 1 | -1/+1 |
* | | avcodec/aacenc: Fix NAN check | Michael Niedermayer | 2016-01-13 | 1 | -1/+9 |
* | | AAC encoder: don't apply MS on special bands | Claudio Freire | 2016-01-13 | 1 | -2/+2 |
* | | acenc: remove deprecated avctx->frame_bits use | Rostislav Pehlivanov | 2015-12-18 | 1 | -6/+3 |
* | | Merge commit '16216b713f9a21865cc07993961cf5d0ece24916' | Hendrik Leppkes | 2015-12-18 | 1 | -0/+6 |
|\| |
|
| * | lavc: Drop exporting 2-pass encoding stats | Vittorio Giovara | 2015-12-07 | 1 | -4/+8 |
* | | aacenc: switch to using the RNG from libavutil | Rostislav Pehlivanov | 2015-12-14 | 1 | -1/+1 |
* | | aacenc: update max_sfb when num_swb changes | Andreas Cadhalpun | 2015-12-08 | 1 | -0/+1 |
* | | Merge commit 'b805482b1fba1d82fbe47023a24c9261f18979b6' | Hendrik Leppkes | 2015-12-08 | 1 | -1/+3 |
|\| |
|
| * | aac: Provide more information on the failure message | Luca Barbato | 2015-12-05 | 1 | -1/+3 |
* | | aacenc: move the TNS search and filtering before PNS | Rostislav Pehlivanov | 2015-12-06 | 1 | -2/+2 |
* | | aacenc: fix aac_pred option triggering an error | Rostislav Pehlivanov | 2015-12-05 | 1 | -1/+1 |
* | | aacenc: remove the experimental flag | Rostislav Pehlivanov | 2015-12-05 | 1 | -2/+1 |
* | | aacenc: mark coders other than twoloop as experimental | Rostislav Pehlivanov | 2015-12-05 | 1 | -0/+2 |
* | | aacenc: mark the "faac"-like coder for removal | Rostislav Pehlivanov | 2015-12-05 | 1 | -0/+2 |
* | | mips: rename mipsdspr1 to mipsdsp | Vicente Olivert Riera | 2015-12-04 | 1 | -1/+1 |
* | | AAC encoder: improve SF range utilization | Claudio Freire | 2015-12-02 | 1 | -1/+1 |
* | | aacenc: fix broken build with hardcoded tables | Rostislav Pehlivanov | 2015-11-27 | 1 | -1/+6 |
* | | aac: temporarily un-share aac_table_init AVOnce variable | Rostislav Pehlivanov | 2015-11-27 | 1 | -0/+3 |
* | | aacenc: make threadsafe | Rostislav Pehlivanov | 2015-11-27 | 1 | -1/+3 |
* | | AAC encoder: Fix application of M/S with PNS | Claudio Freire | 2015-11-26 | 1 | -1/+7 |
* | | avcodec/aacenc: Fix "libavcodec/aacenc.c:540:13: warning: ISO C90 forbids mix... | Michael Niedermayer | 2015-10-17 | 1 | -1/+1 |
* | | aacenc_tns: enable Temporal Noise Shaping by default | Rostislav Pehlivanov | 2015-10-17 | 1 | -1/+1 |