Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Thu, 01 Nov 2012 22:27:27 +0000 | reimar | Fix typo causing memset to not properly initialize the struct. |
Thu, 01 Nov 2012 22:23:07 +0000 | reimar | Avoid potential overflow in shift. |
Thu, 01 Nov 2012 22:22:04 +0000 | reimar | Add cast to ensure shift will not overflow. |
Thu, 01 Nov 2012 22:18:33 +0000 | reimar | Use AV_RB32 to avoid sign extension issues and validate offset before using it. |
Thu, 01 Nov 2012 22:13:14 +0000 | reimar | Do not needlessly use "long" types. |
Thu, 01 Nov 2012 22:00:48 +0000 | reimar | Remove pointless unused variable. |