index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
aaccoder.c
Age
Commit message (
Expand
)
Author
2012-01-23
aacenc: Move Q^3/4 calculation to it's own table
Nathan Caldwell
2012-01-23
aacenc: cosmetics, replace 'rd' with 'bits' in codebook_trellis_rate to make ...
Nathan Caldwell
2011-11-22
Add libavutil/mathematics.h #includes for INFINITY
Mans Rullgard
2011-06-29
psymodel: Add channels and channel groups to the psymodel.
Nathan Caldwell
2011-06-27
aacenc: Fix codebook trellising for zeroed bands.
Alex Converse
2011-06-02
Remove unused variables
Mans Rullgard
2011-05-11
aac: workaround for compilation on cygwin
Reinhard Tartler
2011-04-27
Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets instead
Alex Converse
2011-04-26
aac: add headers needed for log2f()
Michael Niedermayer
2011-04-04
aacenc: reduce the number of loop index variables
Young Han Lee
2011-03-24
aacenc: indentation
Young Han Lee
2011-03-24
aacenc: fix the side calculation in search_for_ms
Young Han Lee
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-16
aacenc: cosmetics, indentation, and comment clarification
Nathan Caldwell
2011-03-16
aaccoder: Change FFMAX for allzero flag to OR bit operation
Young Han Lee
2010-07-24
aacenc: TLS: Save maximum values for each swb in a table.
Alex Converse
2010-07-24
10l: Remove some commented out code that slipped in.
Alex Converse
2010-07-24
aacenc: TLS: Try to preserve some energy in each non-zero band.
Alex Converse
2010-07-24
aacenc: Prevent premature termination of the two loop search.
Alex Converse
2010-07-24
aacenc: Favor log2f() and sqrtf() over log2() and sqrt().
Alex Converse
2010-07-23
aacenc: Factorize some scalefactor utilities.
Alex Converse
2010-07-19
aacenc: Convert if () abort() to assert().
Alex Converse
2010-07-19
Cosmetics: Whitespace
Alex Converse
2010-07-16
10l: Add a missing const.
Alex Converse
2010-07-16
aacenc: Template quantize_and_encode_band_cost().
Alex Converse
2010-06-28
aacenc: Fill in the estimated codebook for the final computed scalefactor in ...
Alex Converse
2010-05-28
aacenc: Remove an unnecessary division from the TLS.
Alex Converse
2010-05-28
Cosmetics: whitespace
Alex Converse
2010-05-28
aacenc: Remove unnecessary variables and scopes in the TLS.
Alex Converse
2010-05-25
Fix declaration after statement
Alex Converse
2010-05-25
aacenc: Split find_max_val() from find_min_book() to eliminate duplicate sear...
Alex Converse
2010-05-25
Remove useless costly inf checks from the trellis scalefactor search.
Alex Converse
2010-05-25
aacenc: Trellis over scalefactors using an estimated codebook rather than eve...
Alex Converse
2010-05-25
aacenc: Only trellis over a column of 61 scalefactors (reduced from 256).
Alex Converse
2010-05-25
aacenc: Factor out find_min_book so it can be used by multiple coefficient co...
Alex Converse
2010-05-14
fmaxf -> FFMAX to fix pre-C99 systems
Alex Converse
2010-05-14
aacenc: Add a rate only trellis for codebook selection for the TLS.
Alex Converse
2010-05-14
aacenc: Use exact values when quantizing, not fuzzy values.
Alex Converse
2010-05-14
aacenc: Use an estimated codebook for the TLS (two loop search).
Alex Converse
2010-05-06
10l: store the result of clipping added in r23035
Alex Converse
2010-05-06
Make the faac inspired quantizer search make sense for a slightly narrower de...
Alex Converse
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-24
aacenc: Merge quantize_band_cost() with quantize_and_encode_band().
Alex Converse
2009-09-21
aacenc: Use preprocessor constants for trellis states and stages.
Alex Converse
2009-09-21
aacenc: Split paths in the scalefactor selection trellis into a 2-D array.
Alex Converse
2009-09-21
aacenc: Replace cbrt() with cbrtf() when the result is destined for float
Alex Converse
2009-09-21
aacenc: Multiple distortion by lambda after it's summed and not each individual
Alex Converse
2009-09-21
Cosmetics: Reindent after r19943.
Alex Converse
2009-09-21
aacenc: Don't make unnecessary compares to the escape value in tight loops.
Alex Converse
2009-08-27
Re-add search_for_ms to the coefficients encoders to silence warnings
Alex Converse
[next]