Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+3 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
| | |||||
* | aacenc: Deinterleave input samples before processing. | Nathan Caldwell | 2012-01-23 | 1 | -10/+6 |
| | | | | Signed-off-by: Alex Converse <alex.converse@gmail.com> | ||||
* | aacenc: Request normalized float samples instead of converting s16 samples ↵ | Nathan Caldwell | 2012-01-23 | 1 | -4/+3 |
| | | | | | | to float. Signed-off-by: Alex Converse <alex.converse@gmail.com> | ||||
* | psymodel: Add channels and channel groups to the psymodel. | Nathan Caldwell | 2011-06-29 | 1 | -5/+31 |
| | |||||
* | psymodel: Remove wrapper functions. | Nathan Caldwell | 2011-05-08 | 1 | -13/+0 |
| | | | | Instead use the function pointers directly. | ||||
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | cosmetics: vertical alignment and line wrap | Justin Ruggles | 2011-01-20 | 1 | -2/+3 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Add memory allocation failure checks to ff_iir_filter_init_coeffs(). | Justin Ruggles | 2011-01-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | psymodel: Const correct FFPsyWindowInfo. | Alex Converse | 2010-08-30 | 1 | -1/+1 |
| | | | | Originally committed as revision 24999 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Fix a leak in the AAC encoder | Martin Storsjö | 2010-07-10 | 1 | -0/+1 |
| | | | | Originally committed as revision 24159 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | 10l: Revert r23867. It didn't make any sense. | Alex Converse | 2010-06-28 | 1 | -3/+0 |
| | | | | Originally committed as revision 23868 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Make ff_psy_preprocess_end() act like av_freep(). | Alex Converse | 2010-06-28 | 1 | -0/+3 |
| | | | | Originally committed as revision 23867 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | aacenc: Don't lowpass the input unless specifically requested. | Alex Converse | 2010-04-02 | 1 | -5/+2 |
| | | | | | | The heuristic for estimating a good cutoff is busted. Originally committed as revision 22779 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Use cutoff frequency to adjust bandwidth in the generic psymodel preprocess. | Alex Converse | 2009-07-14 | 1 | -1/+3 |
| | | | | Originally committed as revision 19429 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | cosmetics: Remove unnecessary {} around if/for blocks; | Diego Biurrun | 2009-07-08 | 1 | -4/+2 |
| | | | | | | move statements after if/for to the next line. Originally committed as revision 19378 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | cosmetics: prettyprinting, K&R style, break overly long lines | Diego Biurrun | 2009-07-08 | 1 | -2/+2 |
| | | | | Originally committed as revision 19377 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Cosmetics: Pretty print the AAC encoder. | Alex Converse | 2009-07-08 | 1 | -11/+11 |
| | | | | Originally committed as revision 19376 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Merge the AAC encoder from SoC svn. It is still considered experimental. | Alex Converse | 2009-07-08 | 1 | -0/+130 |
Originally committed as revision 19375 to svn://svn.ffmpeg.org/ffmpeg/trunk |