Mercurial > libavcodec.hg
log
age | author | description |
---|---|---|
Sat, 07 Sep 2002 10:57:51 +0000 | michaelni | fixing overflow in 16->8 bit conversion, patch by (Nikolai Zhubr <s001 at hotbox dot ru>) libavcodec |
Sat, 07 Sep 2002 00:16:30 +0000 | michaelni | optimizing mpeg4_encode_block(), generates allso slightly shorter bitstream as some codes can be represented as esc1 and esc2 and esc2 is shorter for a few of them libavcodec |
Fri, 06 Sep 2002 22:30:16 +0000 | michaelni | support decoding of the last mpeg "packet" even if no startcode is immedeatly afterwards (fixes bugs with mpeg in avi) libavcodec |
Thu, 05 Sep 2002 13:23:11 +0000 | michaelni | fixing rv10 encoding (ffmpeg can at least decode its own rv10 files now) libavcodec |