Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-21aacenc: Use preprocessor constants for trellis states and stages.Alex Converse
Originally committed as revision 19948 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-21aacenc: Split paths in the scalefactor selection trellis into a 2-D array.Alex Converse
Originally committed as revision 19947 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-21aacenc: Replace cbrt() with cbrtf() when the result is destined for floatAlex Converse
storage. Originally committed as revision 19946 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-21aacenc: Multiple distortion by lambda after it's summed and not each individualAlex Converse
term before. Originally committed as revision 19945 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-21Cosmetics: Reindent after r19943.Alex Converse
Originally committed as revision 19944 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-21aacenc: Don't make unnecessary compares to the escape value in tight loops.Alex Converse
Originally committed as revision 19943 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-08-27Re-add search_for_ms to the coefficients encoders to silence warningsAlex Converse
Originally committed as revision 19733 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-22Be sure to increment our position in the coefficient array when skipping a zeroAlex Converse
band in the twoloop scalefactor search. Originally committed as revision 19480 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-21Remove an unused field from the BandCodingPath struct.Alex Converse
Originally committed as revision 19473 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-21Actually use all the codebooks we are iterating over in the two-loop ↵Alex Converse
scalefactor search. Originally committed as revision 19472 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-20Fix an integer overflow in the AAC encoder.Alex Converse
Originally committed as revision 19470 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-17Replace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a 33% speedup.Alex Converse
Originally committed as revision 19459 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-17Dead code removal in the AAC encoder.Alex Converse
Originally committed as revision 19457 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-17When calculating AAC quantized band cost, don't leave garbage in the bit countAlex Converse
for the 0 codebook. Originally committed as revision 19444 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-09Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems.Alex Converse
Originally committed as revision 19391 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-09Turn on AAC rate control.Alex Converse
Originally committed as revision 19379 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-09cosmetics: Remove unnecessary {} around if/for blocks;Diego Biurrun
move statements after if/for to the next line. Originally committed as revision 19378 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-09cosmetics: prettyprinting, K&R style, break overly long linesDiego Biurrun
Originally committed as revision 19377 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-09Cosmetics: Pretty print the AAC encoder.Alex Converse
Originally committed as revision 19376 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-09Merge the AAC encoder from SoC svn. It is still considered experimental.Alex Converse
Originally committed as revision 19375 to svn://svn.ffmpeg.org/ffmpeg/trunk