log

age author description
2006-08-26 michael 10l found by valgrind libavcodec
2006-08-26 michael remove duplicated parser, people who pass random gibblets of the bitstream into the decoder will have to pass it through a AVParser like for all other codecs too libavcodec
2006-08-26 michael 2nd try of skip_bits_long() for the ALT reader libavcodec
2006-08-26 michael make A32 reader align its ptr during init no matter what missaligned mess is given to it libavcodec
2006-08-26 michael 3rd try :) libavcodec
2006-08-26 michael 2nd try for a skip_bits_long() for the A32 reader libavcodec
2006-08-26 michael move align_get_bits() to .h to avoid conflicts between different bitstream readers in different codecs libavcodec
2006-08-26 michael prevent bitstream reader to be overriden libavcodec
2006-08-25 michael avoid branch libavcodec
2006-08-25 michael move variable declarations so that their scope is smaller libavcodec
2006-08-25 michael move the +400 out of the innermost loop libavcodec
2006-08-25 michael avoid reading exponent twice libavcodec
2006-08-25 michael reduce size of vlc table, thats slightly faster here libavcodec
2006-08-25 michael try to avoid l3_unscale() by using a table libavcodec
2006-08-25 michael replace l3_unscale(1, exponents[pos]) by LUT libavcodec