wm4
9292f537d6
player: add infrastructure to select multiple tracks at once
...
Of course this does not allow decoding multiple tracks at once; it just
adds some minor infrastructure, which could be used to achieve this.
2013-12-24 17:46:08 +01:00
wm4
b796f2bb76
player: redo demuxer stream selection
...
Use struct track to decide what stream to select.
Add a "selected" field and use that in some places instead of
checking mpctx->current_track.
2013-12-24 17:44:34 +01:00
wm4
1974c9b49d
audio: mp_msg conversions
2013-12-21 20:50:12 +01:00
wm4
0112143fda
Split mpvcore/ into common/, misc/, bstr/
2013-12-17 02:39:45 +01:00
wm4
eb15151705
Move options/config related files from mpvcore/ to options/
...
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.
2013-12-17 02:07:57 +01:00
wm4
56eafe3344
Rename mp_core.h to core.h
...
Get rid of the mp_ prefix.
2013-12-17 01:08:53 +01:00
wm4
e449111429
Move mpvcore/player/ to player/
2013-12-17 00:53:22 +01:00