summaryrefslogtreecommitdiffstats
path: root/libavcodec/aacenc.c
Commit message (Expand)AuthorAgeFilesLines
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-061-1/+1
* Revert unintended portion of last commit. (Setting the default coder toAlex Converse2009-07-221-1/+1
* Be sure to increment our position in the coefficient array when skipping a zeroAlex Converse2009-07-221-1/+1
* Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems.Alex Converse2009-07-091-1/+1
* Reindent after last commitAlex Converse2009-07-081-41/+41
* Prevent AAC frame size overflows.Alex Converse2009-07-081-4/+10
* Refactor windowing and early psy from bitstream writing parts of the AAC enco...Alex Converse2009-07-081-5/+16
* Turn on AAC rate control.Alex Converse2009-07-081-0/+1
* cosmetics: Remove unnecessary {} around if/for blocks;Diego Biurrun2009-07-081-17/+13
* cosmetics: prettyprinting, K&R style, break overly long linesDiego Biurrun2009-07-081-26/+40
* Cosmetics: Pretty print the AAC encoder.Alex Converse2009-07-081-72/+72
* Merge the AAC encoder from SoC svn. It is still considered experimental.Alex Converse2009-07-081-77/+325
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-161-2/+2
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Add (additional) const to many global tables.Reimar Döffinger2008-10-021-3/+3
* okayed chunks of AAC encoderKostya Shishkov2008-08-241-8/+22
* Do not pass unnecessary arguments to AAC encoder functionsKostya Shishkov2008-08-231-11/+11
* Add okayed parts for AAC encoderKostya Shishkov2008-08-181-4/+14
* More okayed chunks of AAC encoderKostya Shishkov2008-08-171-2/+30
* Synchronize AAC encoder with renamings in aac.hKostya Shishkov2008-08-161-8/+8
* Add approved chunks to AAC encoderKostya Shishkov2008-08-161-2/+58
* Remove not OKed parts from AAC encoderKostya Shishkov2008-08-141-56/+0
* Okayed parts of AAC encoderKostya Shishkov2008-08-141-0/+313
OpenPOWER on IntegriCloud