summaryrefslogtreecommitdiffstats
path: root/common/codecs.c
Commit message (Collapse)AuthorAgeFilesLines
* msg: rename mp_msg_log -> mp_msgwm42013-12-211-5/+5
| | | | Same for companion functions.
* codecs: avoid having to print error messagewm42013-12-211-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 conversionwm42013-12-211-6/+6
|
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-0/+147