summaryrefslogtreecommitdiffstats
path: root/mpvcore/mplayer.c
Commit message (Expand)AuthorAgeFilesLines
* mplayer: escape strings if needed when writing watch_later configwm42013-10-141-2/+19
* mplayer: print ffmpeg library versions along with mpv version infowm42013-10-141-2/+4
* mplayer, vo_image: simplify OSD redrawing, fix vo_image crashwm42013-10-131-6/+1
* mplayer: print a warning if libass is not compiledwm42013-10-131-0/+3
* options: --loop=N means playback N times, not N+1 timesPhilip Sequeira2013-10-121-2/+2
* mplayer: don't resume playlist if --no-resume-playback is usedwm42013-10-061-0/+2
* command: add commands for displaying overlayswm42013-10-051-0/+2
* mplayer: fix some issues with playlist_prev commandwm42013-10-051-1/+9
* mplayer: fix cleanup if VO initialization failswm42013-10-051-0/+1
* mplayer: don't keep previous video frame with --force-windowwm42013-10-041-15/+14
* mplayer: osd bar depends on VO, not video decodingwm42013-10-021-1/+1
* mplayer: make VO interaction work in --idle modewm42013-10-021-19/+34
* mplayer: change default window size for --force-windowwm42013-10-021-1/+1
* command: subtitle support depends on VO, not video decodingwm42013-10-021-2/+2
* core: add --force-windowwm42013-10-021-14/+77
* core: don't require "refresh" seek for --keep-openwm42013-10-021-7/+1
* mplayer: fix looping of very short fileswm42013-09-291-6/+14
* Add initial Lua scripting supportwm42013-09-261-0/+38
* mplayer: attempt to make playback resume work with DVD/BDwm42013-09-221-7/+20
* Merge branch 'volume_restore'wm42013-09-201-41/+9
|\
| * mixer: make struct opaquewm42013-09-201-3/+3
| * mixer: restore volume with playback resumewm42013-09-201-2/+1
| * mixer: refactor, fix some aspects of --volume handlingwm42013-09-191-35/+7
| * mixer: minor refactoringwm42013-09-191-7/+4
* | mplayer: rename a somewhat misnamed functionwm42013-09-191-2/+2
|/
* Config path functions can return NULLwm42013-09-181-3/+5
* mplayer: read subtitle packets as soon as possiblewm42013-09-161-8/+5
* mplayer: attempt to skip playlist entries which can't be playedwm42013-09-151-2/+31
* mplayer: don't run heartbeat command while pausedwm42013-09-151-1/+1
* mplayer: m_option: fix clang -Wformat compiler warningStefano Pigozzi2013-09-141-1/+1
* mplayer: print a message when writing watch_later config for resumewm42013-09-131-0/+2
* mplayer: change "Playing" message printed before playback startwm42013-09-131-1/+1
* core: restore user-set video and audio filters with resume functionalitywm42013-09-131-0/+2
* core: add --deinterlace option, restore it with resume functionalitywm42013-09-131-0/+27
* input: convert to new msg APIStefano Pigozzi2013-09-101-1/+1
* mplayer: remove duplicated mouse autohide checkStefano Pigozzi2013-09-101-2/+0
* mplayer: print libquvi results in verbose modewm42013-09-101-0/+31
* quvi: restore playback position when switching formatswm42013-09-101-1/+2
* mplayer: mentioned --list-options in --help outputwm42013-09-101-1/+3
* mplayer: cosmetics: split some code off of run_playloop()wm42013-09-081-117/+159
* mplayer: add --cursor-autohide-fs-only optionwm42013-09-081-18/+23
* options: cosmetics: move cursor_autohide_delay definitionwm42013-09-081-4/+4
* mplayer: don't auto-load explicitly loaded subtitle fileswm42013-09-071-1/+7
* mplayer: remove unused mp_add_subtitles() parameterwm42013-09-071-3/+3
* command: make options writeable in idle modewm42013-09-071-0/+4
* mplayer: try to resume playback only if a resume file actually existswm42013-09-051-1/+1
* mplayer: print informative message when resuming playbackwm42013-09-041-0/+2
* mplayer: make --save-position-on-quit save only on quitwm42013-09-041-2/+1
* mplayer: always write playback resume info, even at start/end of filewm42013-09-041-3/+3
* mplayer: allow resuming from playlistwm42013-09-041-1/+21
* path: add a common mp_is_url() functionwm42013-09-041-6/+3
* mplayer: handle --reset-on-next-file=""wm42013-09-041-4/+6
* mplayer: don't let playback resume force options that are file localwm42013-09-041-11/+11
* mplayer: fix race condition on uninit with CocoaStefano Pigozzi2013-09-011-0/+4
* core: add a playlist demuxerwm42013-08-261-13/+32
* video: handle video output levels with mp_image_paramswm42013-08-241-4/+3
* video/out: don't require VOs to handle screenshot aspect speciallywm42013-08-241-0/+1
* demux: remove unused audio_delay parameter from demux_seek()wm42013-08-221-6/+4
* mplayer: replace "D:" in status line with "Late:"wm42013-08-211-1/+1
* mplayer: start track IDs from 1 rather than 0wm42013-08-211-1/+1
* mplayer: reshuffle on every loop if --loop and --shuffle are usedwm42013-08-191-0/+4
* mplayer: don't make restored options from quit_watch_later per-file localwm42013-08-171-6/+8
* command: allow seek to "chapter -1"Philip Sequeira2013-08-171-2/+7
* core: make sure hw decoding works when playing multiple fileswm42013-08-111-5/+5
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-21/+21
* core: move contents to mpvcore (1/2)Stefano Pigozzi2013-08-061-0/+4747