Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | msg: move special declarations to msg_control.h | wm4 | 2014-01-16 | 1 | -0/+1 |
| | | | | | While almost everything uses msg.h, the moved definitions are rarely needed by anything. | ||||
* | msg: remove global state | wm4 | 2013-12-21 | 1 | -4/+9 |
| | |||||
* | playlist_parser: mp_msg conversion | wm4 | 2013-12-21 | 1 | -2/+1 |
| | |||||
* | options: some more mp_msg conversions | wm4 | 2013-12-21 | 1 | -17/+11 |
| | |||||
* | msg: change hack to silence command line pre-parse error messages | wm4 | 2013-12-20 | 1 | -5/+2 |
| | | | | mp_msg_levels[] will go away. | ||||
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -3/+3 |
| | |||||
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 1 | -0/+294 |
Since m_option.h and options.h are extremely often included, a lot of files have to be changed. Moving path.c/h to options/ is a bit questionable, but since this is mainly about access to config files (which are also handled in options/), it's probably ok. |