| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | aacenc: Remove an unused variable from adjust_frame_information(). | Alex Converse | 2010-08-31 | 1 | -2/+1 |
* | aacenc: Don't set s->cur_channel before apply_window_and_mdct(). | Alex Converse | 2010-08-31 | 1 | -1/+0 |
* | aacenc: Write tag.elem_id early. | Alex Converse | 2010-08-30 | 1 | -2/+2 |
* | aacenc: Only apply M/S if common_window is set. | Alex Converse | 2010-08-30 | 1 | -1/+1 |
* | aacenc: Adjust array offsets for the current channel before calling ff_psy_su... | Nathan Caldwell | 2010-07-19 | 1 | -7/+8 |
* | aacenc: Refactor apply_window_and_mdct() so it no longer takes an offset chan... | Nathan Caldwell | 2010-07-19 | 1 | -15/+16 |
* | Cosmetics: whitespace | Alex Converse | 2010-07-07 | 1 | -1/+2 |
* | aacenc: Enforce LFE bitstream restrictions. | Alex Converse | 2010-07-07 | 1 | -5/+8 |
* | aacenc: replace VLA with fixed size | Måns Rullgård | 2010-07-06 | 1 | -2/+4 |
* | aacenc: Start the lookahead pointer 1/4 of the way into the first short window. | Alex Converse | 2010-06-28 | 1 | -1/+1 |
* | aacenc: Properly pad extradata. | Alex Converse | 2010-06-28 | 1 | -1/+1 |
* | aactab: Tablegenify ff_aac_pow2sf_tab. | Alex Converse | 2010-06-23 | 1 | -4/+2 |
* | Cleanup apply_window_and_mdct(). | Alex Converse | 2010-06-05 | 1 | -10/+5 |
* | Mark AAC encoder as experimental. | Alex Converse | 2010-05-27 | 1 | -1/+1 |
* | aacenc: Select the TLS (two-loop search) as the default scalefactor coder. | Alex Converse | 2010-05-14 | 1 | -1/+1 |
* | aacenc: Fix psy logic. | Alex Converse | 2010-05-14 | 1 | -1/+1 |
* | Set cur_channel in the AAC encoder context where needed. | Alex Converse | 2010-05-11 | 1 | -0/+2 |
* | Error out when too many bits per frame are requested. | Alex Converse | 2010-05-06 | 1 | -0/+4 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | aacenc: Error when an unsupported profile is requested | Alex Converse | 2010-04-02 | 1 | -0/+4 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Add support for hard-coded MDCT-related ff_sine_windows tables. | Reimar Döffinger | 2010-01-09 | 1 | -2/+2 |
* | Make sample_fmts and channel_layouts compound literals const to reduce size of | Reimar Döffinger | 2009-09-06 | 1 | -1/+1 |
* | Revert unintended portion of last commit. (Setting the default coder to | Alex Converse | 2009-07-22 | 1 | -1/+1 |
* | Be sure to increment our position in the coefficient array when skipping a zero | Alex Converse | 2009-07-22 | 1 | -1/+1 |
* | Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems. | Alex Converse | 2009-07-09 | 1 | -1/+1 |
* | Reindent after last commit | Alex Converse | 2009-07-08 | 1 | -41/+41 |
* | Prevent AAC frame size overflows. | Alex Converse | 2009-07-08 | 1 | -4/+10 |
* | Refactor windowing and early psy from bitstream writing parts of the AAC enco... | Alex Converse | 2009-07-08 | 1 | -5/+16 |
* | Turn on AAC rate control. | Alex Converse | 2009-07-08 | 1 | -0/+1 |
* | cosmetics: Remove unnecessary {} around if/for blocks; | Diego Biurrun | 2009-07-08 | 1 | -17/+13 |
* | cosmetics: prettyprinting, K&R style, break overly long lines | Diego Biurrun | 2009-07-08 | 1 | -26/+40 |
* | Cosmetics: Pretty print the AAC encoder. | Alex Converse | 2009-07-08 | 1 | -72/+72 |
* | Merge the AAC encoder from SoC svn. It is still considered experimental. | Alex Converse | 2009-07-08 | 1 | -77/+325 |
* | Support for getting (i)MDCT output multiplied by a constant scaling factor. | Siarhei Siamashka | 2009-05-16 | 1 | -2/+2 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Add (additional) const to many global tables. | Reimar Döffinger | 2008-10-02 | 1 | -3/+3 |
* | okayed chunks of AAC encoder | Kostya Shishkov | 2008-08-24 | 1 | -8/+22 |
* | Do not pass unnecessary arguments to AAC encoder functions | Kostya Shishkov | 2008-08-23 | 1 | -11/+11 |
* | Add okayed parts for AAC encoder | Kostya Shishkov | 2008-08-18 | 1 | -4/+14 |
* | More okayed chunks of AAC encoder | Kostya Shishkov | 2008-08-17 | 1 | -2/+30 |
* | Synchronize AAC encoder with renamings in aac.h | Kostya Shishkov | 2008-08-16 | 1 | -8/+8 |
* | Add approved chunks to AAC encoder | Kostya Shishkov | 2008-08-16 | 1 | -2/+58 |
* | Remove not OKed parts from AAC encoder | Kostya Shishkov | 2008-08-14 | 1 | -56/+0 |
* | Okayed parts of AAC encoder | Kostya Shishkov | 2008-08-14 | 1 | -0/+313 |