Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
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. |
Sun, 14 Feb 2010 14:54:48 +0000 | diego | Declare vf_menu_pause_update in libmenu/menu.h. |
Sun, 14 Feb 2010 14:49:44 +0000 | diego | Directly mark structs as WINE_PACKED where all members are marked as packed. |