]> git.sesse.net Git - ffmpeg/history - libavcodec/cook.c
Correct typo.
[ffmpeg] / libavcodec / cook.c
2007-02-18 Benjamin LarssonClairyfication of the gain tool struct.
2007-02-18 Benjamin LarssonDon't use byte swaps and use the more portable way
2007-01-29 Benjamin LarssonCheck that js_vlc_bits from the extradata is in a valid...
2007-01-29 Benjamin LarssonGet rid of the COOKextradata struct. And use valid...
2007-01-29 Benjamin LarssonKill a warning and don't use modulus.
2007-01-29 Benjamin Larssondecode_subpacket cleanup by Ian Braithwaite ian braithw...
2007-01-28 Benjamin LarssonSort out the diffrent cook versions.
2007-01-28 Benjamin LarssonCook stereo (MONO_COOK2) bugfix, by Ian Braithwaite.
2007-01-27 Benjamin LarssonGet rid of one warning.
2006-12-14 Benjamin Larssonav_log(NULL,... -> av_log(avctx,.. where appropriate.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-08-24 Aurelien Jacobscook shouldn't try to enforce the bitstream reader...
2006-05-13 Michael Niedermayersanity checks, some might have been exploitable ...
2006-02-10 Alexander StrasserDon't use pow/powf functions where we just need integer...
2006-02-06 Benjamin LarssonFix broken cosmetics commit and add a check for valid...
2006-02-06 Benjamin LarssonSmall cosmetics and better variable names.
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2006-01-07 Benjamin LarssonIncorrect check removed.
2006-01-06 Benjamin LarssonDual mono stereo strems sound ok now, added sanity...
2006-01-04 Benjamin LarssonFix an out of array access and some minor cleanup of...
2005-12-11 Benjamin LarssonThis patch adds some support for non-joint stereo strea...
2005-12-09 Benjamin LarssonCook compatibe decoder, patch by Benjamin Larsson