Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Sun, 14 Feb 2010 18:38:02 +0000 | reimar | Use memset to initialize huge arrays. |
Sun, 14 Feb 2010 18:32:31 +0000 | reimar | Remove pointless explicit member initialization to 0 when the struct |
Sun, 14 Feb 2010 18:30:32 +0000 | reimar | Use calloc instead of malloc+memset |
Sun, 14 Feb 2010 15:39:52 +0000 | reimar | Add support for decoding 4:2:2 and 4:4:4 Theora files. |
Sun, 14 Feb 2010 15:17:24 +0000 | reimar | Make len unsigned. More correct anyway and avoids sign extension to 64 bit |
Sun, 14 Feb 2010 15:09:21 +0000 | reimar | Simplify and slightly speed up avi_stream_id function. |