summaryrefslogtreecommitdiffstats
path: root/libavcodec/aacenc.c
Commit message (Expand)AuthorAgeFilesLines
...
* aacenc: replace VLA with fixed sizeMåns Rullgård2010-07-061-2/+4
* aacenc: Start the lookahead pointer 1/4 of the way into the first short window.Alex Converse2010-06-281-1/+1
* aacenc: Properly pad extradata.Alex Converse2010-06-281-1/+1
* aactab: Tablegenify ff_aac_pow2sf_tab.Alex Converse2010-06-231-4/+2
* Cleanup apply_window_and_mdct().Alex Converse2010-06-051-10/+5
* Mark AAC encoder as experimental.Alex Converse2010-05-271-1/+1
* aacenc: Select the TLS (two-loop search) as the default scalefactor coder.Alex Converse2010-05-141-1/+1
* aacenc: Fix psy logic.Alex Converse2010-05-141-1/+1
* Set cur_channel in the AAC encoder context where needed.Alex Converse2010-05-111-0/+2
* Error out when too many bits per frame are requested.Alex Converse2010-05-061-0/+4
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* aacenc: Error when an unsupported profile is requestedAlex Converse2010-04-021-0/+4
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger2010-01-091-2/+2
* 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