Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | av_log: mp_msg conversion | wm4 | 2013-12-21 |
| | | | | | | | | This is pretty nasty, because FFmpeg/Libav is yet another library with a global message callback. We do something with mutexes trying to get it done, but of course we can't actually solve this problem. If more than one library in a process use FFmpeg/Libav, only one of them will get log messages. | ||
* | m_option, m_config: mp_msg conversions | wm4 | 2013-12-21 |
| | | | | | | | | Always pass around mp_log contexts in the option parser code. This of course affects all users of this API as well. In stream.c, pass a mp_null_log, because we can't do it properly yet. This will be fixed later. | ||
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 |