mpv/player
wm4 e033f3c8bc command: redo ancient TV/DVB/PVR commands
Convert all these commands to properties. (Except tv_last_channel, not
sure what to do with this.) Also, internally, don't access stream
details directly, but dispatch commands with stream ctrls.

Many of the new properties are a bit strange, because they're write-
only. Also remove some OSD output these commands produced, because I
couldn't be bothered to port these.

In general, this makes everything much cleaner, and will also make it
easier to e.g. move the demuxer to its own thread.

Don't bother updating input.conf, but changes.rst documents how old
commands map to the new ones.

Mostly untested, due to lack of hardware.
2014-06-11 00:34:41 +02:00
..
lua client API: change mpv_wait_event() timeout semantics 2014-06-07 15:57:47 +02:00
timeline tl_mpv_edl: correct misspelling on line 233 2014-05-22 20:59:31 +02:00
audio.c audio: add a "weak" gapless mode, and make it default 2014-06-09 01:20:53 +02:00
client.c client API: disable LIRC input by default 2014-06-09 01:20:55 +02:00
client.h player: reorganize how lua scripts are loaded 2014-05-13 02:39:37 +02:00
command.c command: redo ancient TV/DVB/PVR commands 2014-06-11 00:34:41 +02:00
command.h client API: report success status when running commands 2014-06-01 03:41:46 +02:00
configfiles.c player: write file name to the watch later config file 2014-06-01 19:55:45 +02:00
core.h audio: add a "weak" gapless mode, and make it default 2014-06-09 01:20:53 +02:00
discnav.c stream: kill start_pos, remove --sb option 2014-05-24 16:17:50 +02:00
loadfile.c command: redo ancient TV/DVB/PVR commands 2014-06-11 00:34:41 +02:00
lua.c lua: slightly nicer diagnostics output 2014-05-27 00:02:34 +02:00
main.c command: redo ancient TV/DVB/PVR commands 2014-06-11 00:34:41 +02:00
main_fn.c build: add option to build a library 2014-02-10 21:25:22 +01:00
misc.c stream: don't use end_pos 2014-05-24 16:17:51 +02:00
osd.c player: show "neutral" position markers for OSD bars 2014-06-08 23:52:58 +02:00
playloop.c player: hide some messages in verbose mode 2014-06-09 01:21:13 +02:00
screenshot.c video: remove redundant mp_image display_w/_h members 2014-04-29 13:31:59 +02:00
screenshot.h
scripting.c client API: rename mpv_destroy() to mpv_detach_destroy() 2014-06-07 20:25:48 +02:00
sub.c video: handle colorspace and aspect overrides separately 2014-05-02 01:09:55 +02:00
video.c video: fix display of cover art with vo_vdpau 2014-05-22 13:50:10 +02:00