Mercurial > libavcodec.hg
log
age | author | description |
---|---|---|
Sun, 25 Mar 2007 16:29:11 +0000 | bcoudurier | pass correct buffer size to lzw decode init libavcodec |
Sun, 25 Mar 2007 15:43:46 +0000 | michael | move eob_reached logic into ff_lzw_decode_tail() which simplifies the code, avoids some checks in the innermost loop and also gets rid of the controversal break while hopefully retaining the last byte in a valid bytestream, invalid bytestreams still can have very significant overread libavcodec |
Sun, 25 Mar 2007 15:09:16 +0000 | michael | simplify libavcodec |
Sun, 25 Mar 2007 14:02:54 +0000 | michael | factorize libavcodec |
Sun, 25 Mar 2007 13:41:14 +0000 | michael | simplify libavcodec |
Sun, 25 Mar 2007 06:00:06 +0000 | kostya | 1000l to myself - get correct quantization for blocks 1 and 2 libavcodec |
Sun, 25 Mar 2007 01:09:26 +0000 | aurel | use generic xiph header spliting func to split theora headers libavcodec |
Sun, 25 Mar 2007 01:06:45 +0000 | aurel | extract vorbis header spliting code into a reusable function libavcodec |