Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Sun, 14 Feb 2010 11:09:58 +0000 | diego | Mark uninit() as static; it is only used within the file. |
Sun, 14 Feb 2010 11:09:24 +0000 | reimar | Remove useless casts. |
Sun, 14 Feb 2010 11:06:04 +0000 | reimar | Remove useless code, QUERY_FORMAT already ensures the requested format is supported. |
Sun, 14 Feb 2010 11:04:14 +0000 | reimar | Make vd_functions_t describing codecs const. |
Sun, 14 Feb 2010 11:02:05 +0000 | diego | Rename exit_reason_t enum to exit_reason and do not typedef it. |
Sun, 14 Feb 2010 10:58:01 +0000 | reimar | Make vd_info_t const for pointer in vd_functions, avoids some warnings about |
Sun, 14 Feb 2010 10:53:20 +0000 | diego | Fix exit_player() usage throughout the codebase. |
Sun, 14 Feb 2010 09:19:30 +0000 | reimar | Remove excessive () |