| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | aacenc: partially revert previous commits to set options via a profile | Rostislav Pehlivanov | 2015-10-17 | 1 | -72/+38 |
* | | aacenc: add support for encoding files using Long Term Prediction | Rostislav Pehlivanov | 2015-10-17 | 1 | -0/+43 |
* | | aacenc: (re)enable Mid/Side coding by default | Rostislav Pehlivanov | 2015-10-17 | 1 | -1/+1 |
* | | aacenc: correctly zero prediction_used array | Rostislav Pehlivanov | 2015-10-17 | 1 | -1/+1 |
* | | aacenc: slightly simplify and remove a redundant variable | Rostislav Pehlivanov | 2015-10-17 | 1 | -6/+8 |
* | | aacenc: indicate that TNS is off by default | Rostislav Pehlivanov | 2015-10-17 | 1 | -2/+2 |
* | | aacenc: shorten name of ff_aac_adjust_common_prediction | Rostislav Pehlivanov | 2015-10-12 | 1 | -2/+2 |
* | | aacenc: add support for changing options based on a profile | Rostislav Pehlivanov | 2015-10-12 | 1 | -48/+89 |
* | | aacenc: add support for encoding 7.1 channel audio | Rostislav Pehlivanov | 2015-10-12 | 1 | -2/+3 |
* | | AAC encoder: memoize quantize_band_cost | Claudio Freire | 2015-10-12 | 1 | -0/+10 |