Mercurial > libavcodec.hg
graph
-
Make av_class a pointer to a const AVClass. Addresses one warning in libavcodec2008-03-06, by takis
-
Detect and prevent reading over the end of counts_*. We pass the error libavcodec2008-03-04, by michael
-
use scale factor instead of sum for downmix level adjustment. avoids division libavcodec2008-03-01, by jbr
-
pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo downmixing. libavcodec2008-03-01, by jbr
-
Use 24-bit fixed-point transform coefficients until just before MDCT. This libavcodec2008-03-01, by jbr
-
Use cltd instead of cdq asm mnemonic, ICC and gcc support both, but libavcodec2008-02-28, by reimar
-
Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself), libavcodec2008-02-26, by michael