summaryrefslogtreecommitdiffstats
path: root/libavcodec/psymodel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud