summaryrefslogtreecommitdiff
path: root/libavcodec/psymodel.c
Commit message (Expand)AuthorAge
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* lavc/psymodel: check for av_malloc failureGanesh Ajjanagadde2016-03-23
* AAC encoder: improve SF range utilizationClaudio Freire2015-12-02
* AAC encoder: cosmetics from last commitClaudio Freire2015-10-11
* AAC encoder: Extensive improvementsClaudio Freire2015-10-11
* Merge commit '03927cb73399e6f07185fc7f8851d7612b4187b6'Michael Niedermayer2015-06-01
|\
| * psymodel: Check memory allocationVittorio Giovara2015-05-31
* | avcodec/iirfilter: Make ff_iir_filter_free_state() also zero the freed pointerMichael Niedermayer2014-10-14
* | avcodec/iirfilter: Change ff_iir_filter_free_coeffs() so it clears the pointe...Michael Niedermayer2014-10-14
* | avcodec/psymodel: use av_malloc(z)_array()Michael Niedermayer2014-04-13
* | 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