summaryrefslogtreecommitdiff
path: root/libavcodec/psymodel.c
Commit message (Expand)AuthorAge
* Avoid a null pointer dereference on oom in the aac encoder.Carl Eugen Hoyos2013-06-30
* mips: Optimization of IIR filter functionBojan Zivkovic2013-03-20
* psymodel: dont apply lowpass filters with a cutoff close to the nyquistMichael Niedermayer2013-03-07
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | aacenc: new default cutoffMichael Niedermayer2012-07-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-29
|\|
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-24
|\|
| * aacenc: Deinterleave input samples before processing.Nathan Caldwell2012-01-23
| * aacenc: Request normalized float samples instead of converting s16 samples to...Nathan Caldwell2012-01-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-30
|\|
| * psymodel: Add channels and channel groups to the psymodel.Nathan Caldwell2011-06-29
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-09
|\|
| * psymodel: Remove wrapper functions.Nathan Caldwell2011-05-08
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * cosmetics: vertical alignment and line wrapJustin Ruggles2011-01-20
| * Add memory allocation failure checks to ff_iir_filter_init_coeffs().Justin Ruggles2011-01-20
* | cosmetics: vertical alignment and line wrapJustin Ruggles2011-01-21
* | Add memory allocation failure checks to ff_iir_filter_init_coeffs().Justin Ruggles2011-01-21
|/
* psymodel: Const correct FFPsyWindowInfo.Alex Converse2010-08-30
* Fix a leak in the AAC encoderMartin Storsjö2010-07-10
* 10l: Revert r23867. It didn't make any sense.Alex Converse2010-06-28
* Make ff_psy_preprocess_end() act like av_freep().Alex Converse2010-06-28
* aacenc: Don't lowpass the input unless specifically requested.Alex Converse2010-04-02
* Use cutoff frequency to adjust bandwidth in the generic psymodel preprocess.Alex Converse2009-07-14
* cosmetics: Remove unnecessary {} around if/for blocks;Diego Biurrun2009-07-08
* cosmetics: prettyprinting, K&R style, break overly long linesDiego Biurrun2009-07-08
* Cosmetics: Pretty print the AAC encoder.Alex Converse2009-07-08
* Merge the AAC encoder from SoC svn. It is still considered experimental.Alex Converse2009-07-08