Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | msg: rename mp_msg_log -> mp_msg | wm4 | 2013-12-21 | 1 | -5/+5 |
| | | | | Same for companion functions. | ||||
* | codecs: avoid having to print error message | wm4 | 2013-12-21 | 1 | -3/+2 |
| | | | | | | | | | The mp_select_decoders() function doesn't have a log context (and I don't want to give it one), so get rid of the mp_msg error message by enhancing the semantics such that the syntax error is replaced by a new feature. Now doing "--ad=something" will enable all decoders in the "something" module, same as "--ad=something:*". Pretty useless, but gets rid of the annoyance. | ||||
* | codecs: mp_msg conversion | wm4 | 2013-12-21 | 1 | -6/+6 |
| | |||||
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -0/+147 |