aboutsummaryrefslogtreecommitdiffhomepage
path: root/mpvcore
Commit message (Expand)AuthorAge
* osc: fix borked optionsGravatar ChrisK22013-10-15
* osc docs: Add documentation for OSC and rename some optionsGravatar ChrisK22013-10-15
* osc: reset mouse position when leaving windowGravatar ChrisK22013-10-15
* osc: Don't create a config if none exists.Gravatar ChrisK22013-10-15
* osc: use "info" instead of "warn" for config file creation messageGravatar wm42013-10-14
* parser-cfg: allow putting options with leading "--"Gravatar wm42013-10-14
* parser-cfg: use bstr everywhere after parsing stageGravatar wm42013-10-14
* options: enable OSC by defaultGravatar wm42013-10-14
* mplayer: escape strings if needed when writing watch_later configGravatar wm42013-10-14
* parser-cfg: parse % escapesGravatar wm42013-10-14
* mplayer: print ffmpeg library versions along with mpv version infoGravatar wm42013-10-14
* osc: raise minmousemove default setting to 3 and disable input mouse area whe...Gravatar ChrisK22013-10-14
* mplayer, vo_image: simplify OSD redrawing, fix vo_image crashGravatar wm42013-10-13
* mplayer: print a warning if libass is not compiledGravatar wm42013-10-13
* osc: fix mouse hidingGravatar ChrisK22013-10-13
* osc: Once again new Show/Hide handlingGravatar ChrisK22013-10-13
* talloc: change talloc destructor signatureGravatar wm42013-10-13
* command: preferably show "add"/"cycle"/"set" command errors on OSDGravatar wm42013-10-12
* command: don't allow changing volume if no audio initializedGravatar wm42013-10-12
* playlist: check for NULL on caller siteGravatar wm42013-10-12
* options: --loop=N means playback N times, not N+1 timesGravatar Philip Sequeira2013-10-12
* libquvi9: work around insane interaction between libquvi and libkdecoreGravatar wm42013-10-12
* mpvcore/playlist.c: Avoid NULL reference in playlist_add_base_path()Gravatar Mohammad Alsaleh2013-10-11
* mp_ring: fix mp_ring_read_cb() when read wraps aroundGravatar William Light2013-10-08
* command: sub_seek: avoid getting stuckGravatar wm42013-10-07
* osc: Okay, don't multiply the cache valueGravatar ChrisK22013-10-07
* osc: Display cache fill statusGravatar ChrisK22013-10-07
* osc: Add another scale option for forced windows.Gravatar ChrisK22013-10-06
* mplayer: don't resume playlist if --no-resume-playback is usedGravatar wm42013-10-06
* command: add commands for displaying overlaysGravatar wm42013-10-05
* command: add properties for retrieving OSD dimensionsGravatar wm42013-10-05
* mplayer: fix some issues with playlist_prev commandGravatar wm42013-10-05
* mplayer: fix cleanup if VO initialization failsGravatar wm42013-10-05
* mplayer: don't keep previous video frame with --force-windowGravatar wm42013-10-04
* command: add sub_seek input commandGravatar wm42013-10-02
* input: remove strange offset from commands enumGravatar wm42013-10-02
* command: don't let "avsync" property print NOPTS valueGravatar wm42013-10-02
* mplayer: osd bar depends on VO, not video decodingGravatar wm42013-10-02
* mplayer: make VO interaction work in --idle modeGravatar wm42013-10-02
* mplayer: change default window size for --force-windowGravatar wm42013-10-02
* command: subtitle support depends on VO, not video decodingGravatar wm42013-10-02
* core: add --force-windowGravatar wm42013-10-02
* core: don't require "refresh" seek for --keep-openGravatar wm42013-10-02
* mplayer: fix looping of very short filesGravatar wm42013-09-29
* osc: add options to show OSC only when FS/windowedGravatar ChrisK22013-09-27
* network: add options to control TLS verificationGravatar wm42013-09-27
* input: translate mouse position to OSD space earlyGravatar wm42013-09-27
* input: handle MOUSE_LEAVE speciallyGravatar wm42013-09-27
* input: more mp_msg conversionGravatar wm42013-09-27
* osc: Prevent OSD style options from messing with the OSC stylesGravatar ChrisK22013-09-26