Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove pointless av_cold attributes in header files | Diego Biurrun | 2013-02-23 | 1 | -6/+6 |
| | | | | | | The init functions marked as av_cold have to be executed in any case, so there is no gain from trying to mark paths leading to such functions as unlikely. | ||||
* | aacenc: Deinterleave input samples before processing. | Nathan Caldwell | 2012-01-23 | 1 | -6/+3 |
| | | | | 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: Remove the single channel analysis function | Nathan Caldwell | 2011-06-29 | 1 | -11/+1 |
| | |||||
* | psymodel: Add channels and channel groups to the psymodel. | Nathan Caldwell | 2011-06-29 | 1 | -7/+46 |
| | |||||
* | psymodel: Remove wrapper functions. | Nathan Caldwell | 2011-05-08 | 1 | -27/+22 |
| | | | | Instead use the function pointers directly. | ||||
* | psymodel: extend API to include PE and bit allocation. | Nathan Caldwell | 2011-04-05 | 1 | -0/+9 |
| | | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net> | ||||
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | psymodel: Const correct FFPsyWindowInfo. | Alex Converse | 2010-08-30 | 1 | -2/+2 |
| | | | | Originally committed as revision 24999 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Cosmetics: Pretty print the AAC encoder. | Alex Converse | 2009-07-08 | 1 | -7/+7 |
| | | | | 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/+158 |
Originally committed as revision 19375 to svn://svn.ffmpeg.org/ffmpeg/trunk |