]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/cook.c
Remove unused vars, patch by Ramiro Polla.
[frescor/ffmpeg.git] / libavcodec / cook.c
2007-04-18 bananRemove unused vars, patch by Ramiro Polla.
2007-04-18 bananCosmetics, patch by Ramiro Polla.
2007-04-12 bananAs usual Real actually took something existing and...
2007-03-20 bananSmall simplifications to subband coefficient handling...
2007-03-15 banansubband_coef_noise -> subband_coef_sign
2007-03-13 bananCombine the window and overlap loops,
2007-03-11 bananReplace custom modified discrete cosine transform with...
2007-03-08 bananSimplify gain block handling.
2007-03-08 bananDon't output the first two frames, since they don't...
2007-02-25 reimarAdd av_ prefix to clip functions
2007-02-18 bananClairyfication of the gain tool struct.
2007-02-18 bananDon't use byte swaps and use the more portable way
2007-01-29 bananCheck that js_vlc_bits from the extradata is in a valid...
2007-01-29 bananGet rid of the COOKextradata struct. And use valid...
2007-01-29 bananKill a warning and don't use modulus.
2007-01-29 banandecode_subpacket cleanup by Ian Braithwaite ian braithw...
2007-01-28 bananSort out the diffrent cook versions.
2007-01-28 bananCook stereo (MONO_COOK2) bugfix, by Ian Braithwaite.
2007-01-27 bananGet rid of one warning.
2006-12-14 bananav_log(NULL,... -> av_log(avctx,.. where appropriate.
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-08-24 aurelcook shouldn't try to enforce the bitstream reader...
2006-05-13 michaelsanity checks, some might have been exploitable ...
2006-02-10 alDon't use pow/powf functions where we just need integer...
2006-02-06 bananFix broken cosmetics commit and add a check for valid...
2006-02-06 bananSmall cosmetics and better variable names.
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2006-01-07 bananIncorrect check removed.
2006-01-06 rtognimpDual mono stereo strems sound ok now, added sanity...
2006-01-04 diegoFix an out of array access and some minor cleanup of...
2005-12-11 rtognimpThis patch adds some support for non-joint stereo strea...
2005-12-09 rtognimpCook compatibe decoder, patch by Benjamin Larsson