summaryrefslogtreecommitdiff
path: root/libavcodec/aacenc.c
Commit message (Expand)AuthorAge
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* aacenc: Error when an unsupported profile is requestedAlex Converse2010-04-02
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger2010-01-09
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-06
* Revert unintended portion of last commit. (Setting the default coder toAlex Converse2009-07-22
* Be sure to increment our position in the coefficient array when skipping a zeroAlex Converse2009-07-22
* Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems.Alex Converse2009-07-09
* Reindent after last commitAlex Converse2009-07-08
* Prevent AAC frame size overflows.Alex Converse2009-07-08
* Refactor windowing and early psy from bitstream writing parts of the AAC enco...Alex Converse2009-07-08
* Turn on AAC rate control.Alex Converse2009-07-08
* cosmetics: Remove unnecessary {} around if/for blocks;Diego Biurrun2009-07-08
* cosmetics: prettyprinting, K&R style, break overly long linesDiego Biurrun2009-07-08
* Cosmetics: Pretty print the AAC encoder.Alex Converse2009-07-08
* Merge the AAC encoder from SoC svn. It is still considered experimental.Alex Converse2009-07-08
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-16
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Add (additional) const to many global tables.Reimar Döffinger2008-10-02
* okayed chunks of AAC encoderKostya Shishkov2008-08-24
* Do not pass unnecessary arguments to AAC encoder functionsKostya Shishkov2008-08-23
* Add okayed parts for AAC encoderKostya Shishkov2008-08-18
* More okayed chunks of AAC encoderKostya Shishkov2008-08-17
* Synchronize AAC encoder with renamings in aac.hKostya Shishkov2008-08-16
* Add approved chunks to AAC encoderKostya Shishkov2008-08-16
* Remove not OKed parts from AAC encoderKostya Shishkov2008-08-14
* Okayed parts of AAC encoderKostya Shishkov2008-08-14