summaryrefslogtreecommitdiff
path: root/libavcodec/aaccoder.c
Commit message (Expand)AuthorAge
* libavcodec: Make use of av_clip functionsPeter Meerwald2015-02-21
* aacenc: Fix target bitrate for twoloop quantiser searchClaudio Freire2013-05-14
* avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun2012-10-01
* aacenc: Fix issues with huge values of bit_rate.Reimar Döffinger2012-04-17
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* aacenc: Move Q^3/4 calculation to it's own tableNathan Caldwell2012-01-23
* aacenc: cosmetics, replace 'rd' with 'bits' in codebook_trellis_rate to make ...Nathan Caldwell2012-01-23
* Add libavutil/mathematics.h #includes for INFINITYMans Rullgard2011-11-22
* psymodel: Add channels and channel groups to the psymodel.Nathan Caldwell2011-06-29
* aacenc: Fix codebook trellising for zeroed bands.Alex Converse2011-06-27
* Remove unused variablesMans Rullgard2011-06-02
* aac: workaround for compilation on cygwinReinhard Tartler2011-05-11
* Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets insteadAlex Converse2011-04-27
* aac: add headers needed for log2f()Michael Niedermayer2011-04-26
* aacenc: reduce the number of loop index variablesYoung Han Lee2011-04-04
* aacenc: indentationYoung Han Lee2011-03-24
* aacenc: fix the side calculation in search_for_msYoung Han Lee2011-03-24
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* aacenc: cosmetics, indentation, and comment clarificationNathan Caldwell2011-03-16
* aaccoder: Change FFMAX for allzero flag to OR bit operationYoung Han Lee2011-03-16
* aacenc: TLS: Save maximum values for each swb in a table.Alex Converse2010-07-24
* 10l: Remove some commented out code that slipped in.Alex Converse2010-07-24
* aacenc: TLS: Try to preserve some energy in each non-zero band.Alex Converse2010-07-24
* aacenc: Prevent premature termination of the two loop search.Alex Converse2010-07-24
* aacenc: Favor log2f() and sqrtf() over log2() and sqrt().Alex Converse2010-07-24
* aacenc: Factorize some scalefactor utilities.Alex Converse2010-07-23
* aacenc: Convert if () abort() to assert().Alex Converse2010-07-19
* Cosmetics: WhitespaceAlex Converse2010-07-19
* 10l: Add a missing const.Alex Converse2010-07-16
* aacenc: Template quantize_and_encode_band_cost().Alex Converse2010-07-16
* aacenc: Fill in the estimated codebook for the final computed scalefactor in ...Alex Converse2010-06-28
* aacenc: Remove an unnecessary division from the TLS.Alex Converse2010-05-28
* Cosmetics: whitespaceAlex Converse2010-05-28
* aacenc: Remove unnecessary variables and scopes in the TLS.Alex Converse2010-05-28
* Fix declaration after statementAlex Converse2010-05-25
* aacenc: Split find_max_val() from find_min_book() to eliminate duplicate sear...Alex Converse2010-05-25
* Remove useless costly inf checks from the trellis scalefactor search.Alex Converse2010-05-25
* aacenc: Trellis over scalefactors using an estimated codebook rather than eve...Alex Converse2010-05-25
* aacenc: Only trellis over a column of 61 scalefactors (reduced from 256).Alex Converse2010-05-25
* aacenc: Factor out find_min_book so it can be used by multiple coefficient co...Alex Converse2010-05-25
* fmaxf -> FFMAX to fix pre-C99 systemsAlex Converse2010-05-14
* aacenc: Add a rate only trellis for codebook selection for the TLS.Alex Converse2010-05-14
* aacenc: Use exact values when quantizing, not fuzzy values.Alex Converse2010-05-14
* aacenc: Use an estimated codebook for the TLS (two loop search).Alex Converse2010-05-14
* 10l: store the result of clipping added in r23035Alex Converse2010-05-06
* Make the faac inspired quantizer search make sense for a slightly narrower de...Alex Converse2010-05-06
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* aacenc: Merge quantize_band_cost() with quantize_and_encode_band().Alex Converse2010-03-24
* aacenc: Use preprocessor constants for trellis states and stages.Alex Converse2009-09-21
* aacenc: Split paths in the scalefactor selection trellis into a 2-D array.Alex Converse2009-09-21