log qdm2.c @ 8495:3e0b4e4b7074 libavcodec

age author description
2008-07-31 pross Modify all codecs to report their supported input and output sample format(s). libavcodec
2008-07-19 banan Prevent the qdm2 code from overreading/overflowing. Fixes Coverity ID 112 run 2 libavcodec
2008-07-19 banan Fix for possible null pointer dereferencing, closes Coverity report 68 run 2. libavcodec
2008-07-18 michael minor simplification of qdm2_decode_fft_packets() libavcodec
2008-06-24 stefang mark read-only data as const libavcodec
2008-06-12 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
2008-05-26 diego consistency cosmetics: indices --> indexes libavcodec
2008-04-27 diego Add long names to AVCodec declarations. libavcodec
2008-02-13 diego typo fix: inited --> initialized libavcodec
2008-02-01 michael const libavcodec
2008-01-06 diego Rename two structures, identifiers starting with _[A-Z] are reserved. libavcodec
2007-07-05 diego license header consistency cosmetics libavcodec
2007-05-15 reimar Use DECLARE_ALIGNED to ease porting libavcodec
2007-01-19 alex rename BE/LE_8/16/32 to AV_RL/B_8/16/32 libavcodec
2006-10-07 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
2006-06-02 banan Fixed a possible bug, checked against the assembly. libavcodec
2006-05-29 rtogni 10000l don't reuse outer loop index in inner loops libavcodec
2006-03-02 michael fix infinite loop libavcodec
2006-01-30 mru add static keyword to some functions libavcodec
2006-01-14 diego Fix a bunch of spelling/grammar mistakes in doxygen comments and output. libavcodec
2006-01-12 diego Update licensing information: The FSF changed postal address. libavcodec
2005-12-17 diego COSMETICS: Remove all trailing whitespace. libavcodec
2005-12-06 rtognimp Support for samples with fft_order = 7 libavcodec
2005-12-06 rtognimp Remove duplicated fft init libavcodec
2005-10-19 rtognimp init_get_bits() requires size in bits, not bytes libavcodec
2005-10-18 rtognimp QDM2 compatible decoder libavcodec