summaryrefslogtreecommitdiff
path: root/libavcodec/psymodel.c
Commit message (Expand)AuthorAgeFilesLines
* aac: convert to new channel layout APIAnton Khirnov2022-03-151-4/+4
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-3/+3
* lavc/psymodel: check for av_malloc failureGanesh Ajjanagadde2016-03-231-1/+6
* AAC encoder: improve SF range utilizationClaudio Freire2015-12-021-0/+1
* AAC encoder: cosmetics from last commitClaudio Freire2015-10-111-12/+12
* AAC encoder: Extensive improvementsClaudio Freire2015-10-111-8/+4
* Merge commit '03927cb73399e6f07185fc7f8851d7612b4187b6'Michael Niedermayer2015-06-011-0/+12
|\
| * psymodel: Check memory allocationVittorio Giovara2015-05-311-0/+12
* | avcodec/iirfilter: Make ff_iir_filter_free_state() also zero the freed pointerMichael Niedermayer2014-10-141-1/+1
* | avcodec/iirfilter: Change ff_iir_filter_free_coeffs() so it clears the pointe...Michael Niedermayer2014-10-141-1/+1
* | avcodec/psymodel: use av_malloc(z)_array()Michael Niedermayer2014-04-131-5/+5
* | Avoid a null pointer dereference on oom in the aac encoder.Carl Eugen Hoyos2013-06-301-1/+1
* | mips: Optimization of IIR filter functionBojan Zivkovic2013-03-201-2/+7
* | psymodel: dont apply lowpass filters with a cutoff close to the nyquistMichael Niedermayer2013-03-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+3
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+3
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-2/+2
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | aacenc: new default cutoffMichael Niedermayer2012-07-291-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-291-1/+0
|\ \ | |/
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-241-11/+6
|\ \ | |/
| * aacenc: Deinterleave input samples before processing.Nathan Caldwell2012-01-231-10/+6
| * aacenc: Request normalized float samples instead of converting s16 samples to...Nathan Caldwell2012-01-231-4/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-301-5/+31
|\ \ | |/
| * psymodel: Add channels and channel groups to the psymodel.Nathan Caldwell2011-06-291-5/+31
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-091-13/+0
|\ \ | |/
| * psymodel: Remove wrapper functions.Nathan Caldwell2011-05-081-13/+0
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * cosmetics: vertical alignment and line wrapJustin Ruggles2011-01-201-2/+3
| * Add memory allocation failure checks to ff_iir_filter_init_coeffs().Justin Ruggles2011-01-201-1/+1
* | cosmetics: vertical alignment and line wrapJustin Ruggles2011-01-211-2/+3
* | Add memory allocation failure checks to ff_iir_filter_init_coeffs().Justin Ruggles2011-01-211-1/+1
|/
* psymodel: Const correct FFPsyWindowInfo.Alex Converse2010-08-301-1/+1
* Fix a leak in the AAC encoderMartin Storsjö2010-07-101-0/+1
* 10l: Revert r23867. It didn't make any sense.Alex Converse2010-06-281-3/+0
* Make ff_psy_preprocess_end() act like av_freep().Alex Converse2010-06-281-0/+3
* aacenc: Don't lowpass the input unless specifically requested.Alex Converse2010-04-021-5/+2
* Use cutoff frequency to adjust bandwidth in the generic psymodel preprocess.Alex Converse2009-07-141-1/+3
* cosmetics: Remove unnecessary {} around if/for blocks;Diego Biurrun2009-07-081-4/+2
* cosmetics: prettyprinting, K&R style, break overly long linesDiego Biurrun2009-07-081-2/+2
* Cosmetics: Pretty print the AAC encoder.Alex Converse2009-07-081-11/+11
* Merge the AAC encoder from SoC svn. It is still considered experimental.Alex Converse2009-07-081-0/+130