| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc/psymodel: check for av_malloc failure | Ganesh Ajjanagadde | 2016-03-23 | 1 | -1/+6 |
* | AAC encoder: improve SF range utilization | Claudio Freire | 2015-12-02 | 1 | -0/+1 |
* | AAC encoder: cosmetics from last commit | Claudio Freire | 2015-10-11 | 1 | -12/+12 |
* | AAC encoder: Extensive improvements | Claudio Freire | 2015-10-11 | 1 | -8/+4 |
* | Merge commit '03927cb73399e6f07185fc7f8851d7612b4187b6' | Michael Niedermayer | 2015-06-01 | 1 | -0/+12 |
|\ |
|
| * | psymodel: Check memory allocation | Vittorio Giovara | 2015-05-31 | 1 | -0/+12 |
* | | avcodec/iirfilter: Make ff_iir_filter_free_state() also zero the freed pointer | Michael Niedermayer | 2014-10-14 | 1 | -1/+1 |
* | | avcodec/iirfilter: Change ff_iir_filter_free_coeffs() so it clears the pointe... | Michael Niedermayer | 2014-10-14 | 1 | -1/+1 |
* | | avcodec/psymodel: use av_malloc(z)_array() | Michael Niedermayer | 2014-04-13 | 1 | -5/+5 |
* | | Avoid a null pointer dereference on oom in the aac encoder. | Carl Eugen Hoyos | 2013-06-30 | 1 | -1/+1 |
* | | mips: Optimization of IIR filter function | Bojan Zivkovic | 2013-03-20 | 1 | -2/+7 |
* | | psymodel: dont apply lowpass filters with a cutoff close to the nyquist | Michael Niedermayer | 2013-03-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+3 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+3 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -2/+2 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | aacenc: new default cutoff | Michael Niedermayer | 2012-07-29 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-29 | 1 | -1/+0 |
|\| |
|
| * | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-24 | 1 | -11/+6 |
|\| |
|
| * | aacenc: Deinterleave input samples before processing. | Nathan Caldwell | 2012-01-23 | 1 | -10/+6 |
| * | aacenc: Request normalized float samples instead of converting s16 samples to... | Nathan Caldwell | 2012-01-23 | 1 | -4/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-30 | 1 | -5/+31 |
|\| |
|
| * | psymodel: Add channels and channel groups to the psymodel. | Nathan Caldwell | 2011-06-29 | 1 | -5/+31 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-09 | 1 | -13/+0 |
|\| |
|
| * | psymodel: Remove wrapper functions. | Nathan Caldwell | 2011-05-08 | 1 | -13/+0 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | cosmetics: vertical alignment and line wrap | Justin Ruggles | 2011-01-20 | 1 | -2/+3 |
| * | Add memory allocation failure checks to ff_iir_filter_init_coeffs(). | Justin Ruggles | 2011-01-20 | 1 | -1/+1 |
* | | cosmetics: vertical alignment and line wrap | Justin Ruggles | 2011-01-21 | 1 | -2/+3 |
* | | Add memory allocation failure checks to ff_iir_filter_init_coeffs(). | Justin Ruggles | 2011-01-21 | 1 | -1/+1 |
|/ |
|
* | psymodel: Const correct FFPsyWindowInfo. | Alex Converse | 2010-08-30 | 1 | -1/+1 |
* | Fix a leak in the AAC encoder | Martin Storsjö | 2010-07-10 | 1 | -0/+1 |
* | 10l: Revert r23867. It didn't make any sense. | Alex Converse | 2010-06-28 | 1 | -3/+0 |
* | Make ff_psy_preprocess_end() act like av_freep(). | Alex Converse | 2010-06-28 | 1 | -0/+3 |
* | aacenc: Don't lowpass the input unless specifically requested. | Alex Converse | 2010-04-02 | 1 | -5/+2 |
* | Use cutoff frequency to adjust bandwidth in the generic psymodel preprocess. | Alex Converse | 2009-07-14 | 1 | -1/+3 |
* | cosmetics: Remove unnecessary {} around if/for blocks; | Diego Biurrun | 2009-07-08 | 1 | -4/+2 |
* | cosmetics: prettyprinting, K&R style, break overly long lines | Diego Biurrun | 2009-07-08 | 1 | -2/+2 |
* | Cosmetics: Pretty print the AAC encoder. | Alex Converse | 2009-07-08 | 1 | -11/+11 |
* | Merge the AAC encoder from SoC svn. It is still considered experimental. | Alex Converse | 2009-07-08 | 1 | -0/+130 |