summaryrefslogtreecommitdiffstats
path: root/libavcodec/psymodel.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove pointless av_cold attributes in header filesDiego Biurrun2013-02-231-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 Caldwell2012-01-231-6/+3
| | | | Signed-off-by: Alex Converse <alex.converse@gmail.com>
* aacenc: Request normalized float samples instead of converting s16 samples ↵Nathan Caldwell2012-01-231-4/+3
| | | | | | to float. Signed-off-by: Alex Converse <alex.converse@gmail.com>
* psymodel: Remove the single channel analysis functionNathan Caldwell2011-06-291-11/+1
|
* psymodel: Add channels and channel groups to the psymodel.Nathan Caldwell2011-06-291-7/+46
|
* psymodel: Remove wrapper functions.Nathan Caldwell2011-05-081-27/+22
| | | | Instead use the function pointers directly.
* psymodel: extend API to include PE and bit allocation.Nathan Caldwell2011-04-051-0/+9
| | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* psymodel: Const correct FFPsyWindowInfo.Alex Converse2010-08-301-2/+2
| | | | Originally committed as revision 24999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Pretty print the AAC encoder.Alex Converse2009-07-081-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 Converse2009-07-081-0/+158
Originally committed as revision 19375 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud