Mercurial > libavcodec.hg
log
age | author | description |
---|---|---|
Sun, 31 May 2009 10:28:40 +0000 | reimar | Document padding requirements of mszh_decomp srcptr buffer libavcodec |
Sun, 31 May 2009 10:26:58 +0000 | reimar | Use srcptr_end variable to avoid having to update both srcptr and srclen. libavcodec |
Sun, 31 May 2009 10:23:38 +0000 | reimar | Change buffer size checks to avoid the undefined overflow case. libavcodec |
Sun, 31 May 2009 10:16:28 +0000 | reimar | Simply use memcpy instead of AV_RN32/AV_WN32 combination. libavcodec |
Sun, 31 May 2009 10:14:27 +0000 | reimar | Fix decoding of multithread-encoded lcl files on big-endian. libavcodec |
Sun, 31 May 2009 10:05:21 +0000 | reimar | Remove another useless () libavcodec |
Sun, 31 May 2009 10:01:26 +0000 | reimar | Correct calculation of compressed input length. libavcodec |