Thu, 27 Aug 2009 17:46:13 +0000 |
alexc |
Re-add search_for_ms to the coefficients encoders to silence warnings
libavcodec
|
Wed, 22 Jul 2009 03:53:30 +0000 |
alexc |
Be sure to increment our position in the coefficient array when skipping a zero
libavcodec
|
Mon, 20 Jul 2009 21:52:03 +0000 |
alexc |
Remove an unused field from the BandCodingPath struct.
libavcodec
|
Mon, 20 Jul 2009 20:32:27 +0000 |
alexc |
Actually use all the codebooks we are iterating over in the two-loop scalefactor search.
libavcodec
|
Mon, 20 Jul 2009 18:27:17 +0000 |
alexc |
Fix an integer overflow in the AAC encoder.
libavcodec
|
Fri, 17 Jul 2009 14:21:49 +0000 |
alexc |
Replace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a 33% speedup.
libavcodec
|
Fri, 17 Jul 2009 14:06:53 +0000 |
alexc |
Dead code removal in the AAC encoder.
libavcodec
|
Thu, 16 Jul 2009 22:20:17 +0000 |
alexc |
When calculating AAC quantized band cost, don't leave garbage in the bit count
libavcodec
|
Thu, 09 Jul 2009 17:22:59 +0000 |
alexc |
Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems.
libavcodec
|
Wed, 08 Jul 2009 23:04:22 +0000 |
alexc |
Turn on AAC rate control.
libavcodec
|
Wed, 08 Jul 2009 21:36:33 +0000 |
diego |
cosmetics: Remove unnecessary {} around if/for blocks;
libavcodec
|
Wed, 08 Jul 2009 21:16:06 +0000 |
diego |
cosmetics: prettyprinting, K&R style, break overly long lines
libavcodec
|
Wed, 08 Jul 2009 20:36:45 +0000 |
alexc |
Cosmetics: Pretty print the AAC encoder.
libavcodec
|
Wed, 08 Jul 2009 20:01:31 +0000 |
alexc |
Merge the AAC encoder from SoC svn. It is still considered experimental.
libavcodec
|