summaryrefslogtreecommitdiff
path: root/libavcodec/aacenc.c
Commit message (Collapse)AuthorAge
* Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger2010-01-09
| | | | Originally committed as revision 21108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-06
| | | | | | .data section. Originally committed as revision 19787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert unintended portion of last commit. (Setting the default coder toAlex Converse2009-07-22
| | | | | | twoloop.) Originally committed as revision 19481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Be sure to increment our position in the coefficient array when skipping a zeroAlex Converse2009-07-22
| | | | | | band in the twoloop scalefactor search. Originally committed as revision 19480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems.Alex Converse2009-07-09
| | | | Originally committed as revision 19391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after last commitAlex Converse2009-07-08
| | | | Originally committed as revision 19382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prevent AAC frame size overflows.Alex Converse2009-07-08
| | | | Originally committed as revision 19381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Refactor windowing and early psy from bitstream writing parts of the AAC ↵Alex Converse2009-07-08
| | | | | | encoder. Originally committed as revision 19380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Turn on AAC rate control.Alex Converse2009-07-08
| | | | Originally committed as revision 19379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove unnecessary {} around if/for blocks;Diego Biurrun2009-07-08
| | | | | | 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 linesDiego Biurrun2009-07-08
| | | | Originally committed as revision 19377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Pretty print the AAC encoder.Alex Converse2009-07-08
| | | | 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-08
| | | | Originally committed as revision 19375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-16
| | | | | | | | Scaling (i)MDCT output has no runtime overhead and can be used to improve performance of audio codecs. All the changes are only needed in 'ff_mdct_init' function and slow down initialization a bit. Originally committed as revision 18855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
| | | | Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add (additional) const to many global tables.Reimar Döffinger2008-10-02
| | | | Originally committed as revision 15515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* okayed chunks of AAC encoderKostya Shishkov2008-08-24
| | | | Originally committed as revision 14939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not pass unnecessary arguments to AAC encoder functionsKostya Shishkov2008-08-23
| | | | Originally committed as revision 14920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add okayed parts for AAC encoderKostya Shishkov2008-08-18
| | | | Originally committed as revision 14821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More okayed chunks of AAC encoderKostya Shishkov2008-08-17
| | | | Originally committed as revision 14799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Synchronize AAC encoder with renamings in aac.hKostya Shishkov2008-08-16
| | | | Originally committed as revision 14786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add approved chunks to AAC encoderKostya Shishkov2008-08-16
| | | | Originally committed as revision 14785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove not OKed parts from AAC encoderKostya Shishkov2008-08-14
| | | | Originally committed as revision 14762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Okayed parts of AAC encoderKostya Shishkov2008-08-14
Originally committed as revision 14752 to svn://svn.ffmpeg.org/ffmpeg/trunk