0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00
mpv/player
wm4 3dd12104d9 build: add option to build a library
This library will export the client API functions.

Note that this doesn't allow compiling the command line player to link
against this library yet. The reason is that there's lots of weird stuff
required to setup the execution environment (mostly Windows and OSX
specifics), as well as things which are out of scope of the client API
and every application has to do on its own. However, since the mpv
command line player basically reuses functions from the mpv core to
implement these things, it's not very easy to separate the command
line player form the mpv core.
2014-02-10 21:25:22 +01:00
..
lua lua: add a timer API 2014-02-10 21:07:23 +01:00
timeline stream: mp_msg conversions 2013-12-21 21:43:16 +01:00
audio.c player: fix an assert when reinitializing audio in some cases 2014-02-09 18:59:44 +01:00
client.c Add a client API 2014-02-10 21:01:35 +01:00
client.h Add a client API 2014-02-10 21:01:35 +01:00
command.c lua: port to client API 2014-02-10 21:03:59 +01:00
command.h lua: port to client API 2014-02-10 21:03:59 +01:00
configfiles.c player: load encoding-profiles.conf before the main config 2014-01-01 19:25:52 +01:00
core.h build: add option to build a library 2014-02-10 21:25:22 +01:00
dvdnav.c sub: uglify OSD code path with locking 2014-01-18 01:27:43 +01:00
loadfile.c lua: port to client API 2014-02-10 21:03:59 +01:00
lua.c lua: port to client API 2014-02-10 21:03:59 +01:00
lua.h lua: port to client API 2014-02-10 21:03:59 +01:00
main_fn.c build: add option to build a library 2014-02-10 21:25:22 +01:00
main.c build: add option to build a library 2014-02-10 21:25:22 +01:00
misc.c player: redo terminal OSD and status line handling 2014-01-13 20:08:13 +01:00
osd.c options: add --no-terminal switch 2014-02-10 00:14:52 +01:00
playloop.c lua: port to client API 2014-02-10 21:03:59 +01:00
screenshot.c sub: uglify OSD code path with locking 2014-01-18 01:27:43 +01:00
screenshot.h Move mpvcore/player/ to player/ 2013-12-17 00:53:22 +01:00
sub.c sub: uglify OSD code path with locking 2014-01-18 01:27:43 +01:00
video.c player: handle seek delays differently 2014-02-07 22:29:50 +01:00