git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
avidec: avoid infinite loop due to negative ast->sample_size
[ffmpeg.git]
/
libavcodec
/
aaccoder.c
2015-04-18
James Almer
aaccoder: use put_sbits()
blob
|
commitdiff
2015-04-15
Rostislav Pehlivanov
aaccoder: Implement Perceptual Noise Substitution for AAC
blob
|
commitdiff
|
diff to current
2015-03-03
Claudio Freire
AAC: Fix M/S stereo encoding
blob
|
commitdiff
|
diff to current
2015-02-21
Michael Niedermayer
Merge commit '9abc80f1ed673141326341e26a05c3e1f78576d0'
blob
|
commitdiff
|
diff to current
2015-02-20
Peter Meerwald
libavcodec: Make use of av_clip functions
blob
|
commitdiff
|
diff to current
2014-08-29
Reimar Döffinger
Add missing "const" all over the place.
blob
|
commitdiff
|
diff to current
2014-07-16
Timothy Gu
aaccoder: remove unused assignment
blob
|
commitdiff
|
diff to current
2013-09-12
Timothy Gu
aacenc: add AAC_CODER_(FAAC|ANMR|etc.) macros
blob
|
commitdiff
|
diff to current
2013-05-14
Claudio Freire
aacenc: Fix target bitrate for twoloop quantiser search
blob
|
commitdiff
|
diff to current
2013-05-05
Claudio Freire
AAC encoder: Fix rate control on twoloop.
blob
|
commitdiff
|
diff to current
2012-10-01
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-10-01
Diego Biurrun
avcodec: Drop some silly commented-out av_log() invocations
blob
|
commitdiff
|
diff to current
2012-09-04
Michael Niedermayer
aaccoder: switch to av_assert
blob
|
commitdiff
|
diff to current
2012-06-06
Michael Niedermayer
search_for_quantizers_faac: fix curband
blob
|
commitdiff
|
diff to current
2012-04-17
Reimar Döffinger
aacenc: Fix issues with huge values of bit_rate.
blob
|
commitdiff
|
diff to current
2012-04-07
Reimar Döffinger
aacenc: Fix issues with huge values of bit_rate.
blob
|
commitdiff
|
diff to current
2012-03-29
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-03-28
Diego Biurrun
Replace memset(0) by zero initializations.
blob
|
commitdiff
|
diff to current
2012-01-24
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-01-23
Nathan Caldwell
aacenc: Move Q^3/4 calculation to it's own table
blob
|
commitdiff
|
diff to current
2012-01-23
Nathan Caldwell
aacenc: cosmetics, replace 'rd' with 'bits' in codebook...
blob
|
commitdiff
|
diff to current
2011-11-27
Michael Niedermayer
aacenc: add AAC_CODER_NB
blob
|
commitdiff
|
diff to current
2011-11-23
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2011-11-22
Mans Rullgard
Add libavutil/mathematics.h #includes for INFINITY
blob
|
commitdiff
|
diff to current
2011-06-30
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2011-06-29
Nathan Caldwell
psymodel: Add channels and channel groups to the psymodel.
blob
|
commitdiff
|
diff to current
2011-06-29
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2011-06-28
Alex Converse
aacenc: Fix codebook trellising for zeroed bands.
blob
|
commitdiff
|
diff to current
2011-06-03
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2011-06-02
Mans Rullgard
Remove unused variables
blob
|
commitdiff
|
diff to current
2011-05-12
Michael Niedermayer
Merge remote branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2011-05-11
Reinhard Tartler
aac: workaround for compilation on cygwin
blob
|
commitdiff
|
diff to current
2011-04-28
Michael Niedermayer
Merge remote branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2011-04-27
Alex Converse
Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_...
blob
|
commitdiff
|
diff to current
2011-04-27
Michael Niedermayer
Merge remote branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2011-04-26
Michael Niedermayer
aac: add headers needed for log2f()
blob
|
commitdiff
|
diff to current
2011-04-23
Michael Niedermayer
aac: add math.h needed for log2f()
blob
|
commitdiff
|
diff to current
2011-04-05
Michael Niedermayer
Merge remote branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2011-04-04
Young Han Lee
aacenc: reduce the number of loop index variables
blob
|
commitdiff
|
diff to current
2011-03-26
Michael Niedermayer
Merge remote-tracking branch 'newdev/master'
blob
|
commitdiff
|
diff to current
2011-03-25
Young Han Lee
aacenc: indentation
blob
|
commitdiff
|
diff to current
2011-03-25
Young Han Lee
aacenc: fix the side calculation in search_for_ms
blob
|
commitdiff
|
diff to current
2011-03-19
Mans Rullgard
Replace FFmpeg with Libav in licence headers
blob
|
commitdiff
|
diff to current
2011-03-17
Nathan Caldwell
aacenc: cosmetics, indentation, and comment clarification
blob
|
commitdiff
|
diff to current
2011-03-17
Young Han Lee
aaccoder: Change FFMAX for allzero flag to OR bit operation
blob
|
commitdiff
|
diff to current
2010-07-24
Alex Converse
aacenc: TLS: Save maximum values for each swb in a...
blob
|
commitdiff
|
diff to current
2010-07-24
Alex Converse
10l: Remove some commented out code that slipped in.
blob
|
commitdiff
|
diff to current
2010-07-24
Alex Converse
aacenc: TLS: Try to preserve some energy in each non...
blob
|
commitdiff
|
diff to current
2010-07-24
Alex Converse
aacenc: Prevent premature termination of the two loop...
blob
|
commitdiff
|
diff to current
2010-07-24
Alex Converse
aacenc: Favor log2f() and sqrtf() over log2() and sqrt().
blob
|
commitdiff
|
diff to current
2010-07-23
Alex Converse
aacenc: Factorize some scalefactor utilities.
blob
|
commitdiff
|
diff to current
2010-07-19
Alex Converse
aacenc: Convert if () abort() to assert().
blob
|
commitdiff
|
diff to current
2010-07-19
Alex Converse
Cosmetics: Whitespace
blob
|
commitdiff
|
diff to current
2010-07-16
Alex Converse
10l: Add a missing const.
blob
|
commitdiff
|
diff to current
2010-07-16
Alex Converse
aacenc: Template quantize_and_encode_band_cost().
blob
|
commitdiff
|
diff to current
2010-06-28
Alex Converse
aacenc: Fill in the estimated codebook for the final...
blob
|
commitdiff
|
diff to current
2010-05-28
Alex Converse
aacenc: Remove an unnecessary division from the TLS.
blob
|
commitdiff
|
diff to current
2010-05-28
Alex Converse
Cosmetics: whitespace
blob
|
commitdiff
|
diff to current
2010-05-28
Alex Converse
aacenc: Remove unnecessary variables and scopes in...
blob
|
commitdiff
|
diff to current
2010-05-25
Alex Converse
Fix declaration after statement
blob
|
commitdiff
|
diff to current
2010-05-25
Alex Converse
aacenc: Split find_max_val() from find_min_book() to...
blob
|
commitdiff
|
diff to current
2010-05-25
Alex Converse
Remove useless costly inf checks from the trellis scale...
blob
|
commitdiff
|
diff to current
2010-05-25
Alex Converse
aacenc: Trellis over scalefactors using an estimated...
blob
|
commitdiff
|
diff to current
2010-05-25
Alex Converse
aacenc: Only trellis over a column of 61 scalefactors...
blob
|
commitdiff
|
diff to current
2010-05-25
Alex Converse
aacenc: Factor out find_min_book so it can be used...
blob
|
commitdiff
|
diff to current
2010-05-14
Alex Converse
fmaxf -> FFMAX to fix pre-C99 systems
blob
|
commitdiff
|
diff to current
2010-05-14
Alex Converse
aacenc: Add a rate only trellis for codebook selection...
blob
|
commitdiff
|
diff to current
2010-05-14
Alex Converse
aacenc: Use exact values when quantizing, not fuzzy...
blob
|
commitdiff
|
diff to current
2010-05-14
Alex Converse
aacenc: Use an estimated codebook for the TLS (two...
blob
|
commitdiff
|
diff to current
2010-05-06
Alex Converse
10l: store the result of clipping added in r23035
blob
|
commitdiff
|
diff to current
2010-05-06
Alex Converse
Make the faac inspired quantizer search make sense...
blob
|
commitdiff
|
diff to current
2010-04-20
Diego Biurrun
Remove explicit filename from Doxygen @file commands.
blob
|
commitdiff
|
diff to current
2010-03-24
Alex Converse
aacenc: Merge quantize_band_cost() with quantize_and_en...
blob
|
commitdiff
|
diff to current
2009-09-21
Alex Converse
aacenc: Use preprocessor constants for trellis states...
blob
|
commitdiff
|
diff to current
2009-09-21
Alex Converse
aacenc: Split paths in the scalefactor selection trelli...
blob
|
commitdiff
|
diff to current
2009-09-21
Alex Converse
aacenc: Replace cbrt() with cbrtf() when the result...
blob
|
commitdiff
|
diff to current
2009-09-21
Alex Converse
aacenc: Multiple distortion by lambda after it's summed...
blob
|
commitdiff
|
diff to current
2009-09-21
Alex Converse
Cosmetics: Reindent after r19943.
blob
|
commitdiff
|
diff to current
2009-09-21
Alex Converse
aacenc: Don't make unnecessary compares to the escape...
blob
|
commitdiff
|
diff to current
2009-08-27
Alex Converse
Re-add search_for_ms to the coefficients encoders to...
blob
|
commitdiff
|
diff to current
2009-07-22
Alex Converse
Be sure to increment our position in the coefficient...
blob
|
commitdiff
|
diff to current
2009-07-20
Alex Converse
Remove an unused field from the BandCodingPath struct.
blob
|
commitdiff
|
diff to current
2009-07-20
Alex Converse
Actually use all the codebooks we are iterating over...
blob
|
commitdiff
|
diff to current
2009-07-20
Alex Converse
Fix an integer overflow in the AAC encoder.
blob
|
commitdiff
|
diff to current
2009-07-17
Alex Converse
Replace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a...
blob
|
commitdiff
|
diff to current
2009-07-17
Alex Converse
Dead code removal in the AAC encoder.
blob
|
commitdiff
|
diff to current
2009-07-16
Alex Converse
When calculating AAC quantized band cost, don't leave...
blob
|
commitdiff
|
diff to current
2009-07-09
Alex Converse
Change fminf/fmaxf to FFMIN/FFMAX to fix the build...
blob
|
commitdiff
|
diff to current
2009-07-08
Alex Converse
Turn on AAC rate control.
blob
|
commitdiff
|
diff to current
2009-07-08
Diego Biurrun
cosmetics: Remove unnecessary {} around if/for blocks;
blob
|
commitdiff
|
diff to current
2009-07-08
Diego Biurrun
cosmetics: prettyprinting, K&R style, break overly...
blob
|
commitdiff
|
diff to current
2009-07-08
Alex Converse
Cosmetics: Pretty print the AAC encoder.
blob
|
commitdiff
|
diff to current
2009-07-08
Alex Converse
Merge the AAC encoder from SoC svn. It is still conside...
blob
|
commitdiff
|
diff to current