log xan.c @ 10134:1d71688b4549 libavcodec

age author description
Sat, 05 Sep 2009 19:14:44 +0000 reimar Slightly simplify detection of end of compressed data in xan_unpack libavcodec
Wed, 22 Jul 2009 23:37:53 +0000 mru Remove useless #include <unistd.h> from many files libavcodec
Sat, 18 Apr 2009 17:26:00 +0000 reimar Avoid code duplication in xan_unpack for the final memcpy. libavcodec
Fri, 17 Apr 2009 20:05:27 +0000 reimar Use sign_extend function instead of reimplementing it. libavcodec
Fri, 17 Apr 2009 20:01:45 +0000 reimar Remove a useless "& 0xF" libavcodec
Fri, 17 Apr 2009 19:56:50 +0000 reimar Use / and % operators instead of reimplementing them with a loop. libavcodec
Fri, 17 Apr 2009 19:49:55 +0000 reimar Change buffer check to avoid an unlikely pointer arithmetic overflow. libavcodec