comparison mpeg4audio.h @ 11401:e340262ba532 libavcodec

Add an HE-AAC v1 decoder. A large portion of this code was orignally authored by Robert Swain. The rest was written by me. Full history is available at: svn://svn.ffmpeg.org/soc/aac-sbr http://github.com/aconverse/ffmpeg-heaac/tree/sbr_pub
author alexc
date Mon, 08 Mar 2010 04:33:02 +0000
parents 18ff6110a6b0
children 480a999ce2c4
comparison
equal deleted inserted replaced
11400:c166792100a0 11401:e340262ba532
55 // Support? Name 55 // Support? Name
56 AOT_AAC_MAIN, ///< Y Main 56 AOT_AAC_MAIN, ///< Y Main
57 AOT_AAC_LC, ///< Y Low Complexity 57 AOT_AAC_LC, ///< Y Low Complexity
58 AOT_AAC_SSR, ///< N (code in SoC repo) Scalable Sample Rate 58 AOT_AAC_SSR, ///< N (code in SoC repo) Scalable Sample Rate
59 AOT_AAC_LTP, ///< N (code in SoC repo) Long Term Prediction 59 AOT_AAC_LTP, ///< N (code in SoC repo) Long Term Prediction
60 AOT_SBR, ///< N (in progress) Spectral Band Replication 60 AOT_SBR, ///< Y Spectral Band Replication
61 AOT_AAC_SCALABLE, ///< N Scalable 61 AOT_AAC_SCALABLE, ///< N Scalable
62 AOT_TWINVQ, ///< N Twin Vector Quantizer 62 AOT_TWINVQ, ///< N Twin Vector Quantizer
63 AOT_CELP, ///< N Code Excited Linear Prediction 63 AOT_CELP, ///< N Code Excited Linear Prediction
64 AOT_HVXC, ///< N Harmonic Vector eXcitation Coding 64 AOT_HVXC, ///< N Harmonic Vector eXcitation Coding
65 AOT_TTSI = 12, ///< N Text-To-Speech Interface 65 AOT_TTSI = 12, ///< N Text-To-Speech Interface