aboutsummaryrefslogtreecommitdiffhomepage
path: root/mpvcore
Commit message (Expand)AuthorAge
* mplayer: print a message when writing watch_later config for resumeGravatar wm42013-09-13
* mplayer: change "Playing" message printed before playback startGravatar wm42013-09-13
* core: restore user-set video and audio filters with resume functionalityGravatar wm42013-09-13
* core: add --deinterlace option, restore it with resume functionalityGravatar wm42013-09-13
* macosx: always active bundle path lookup if cocoa is activeGravatar Stefano Pigozzi2013-09-12
* mpvcore/path: Fix non-MinGW buildsGravatar Martin Herkt2013-09-12
* mpvcore/path: Fix config path handling on WindowsGravatar Martin Herkt2013-09-12
* input: fix accidental NULL pointer dereferenceGravatar wm42013-09-11
* input: convert to new msg APIGravatar Stefano Pigozzi2013-09-10
* mplayer: remove duplicated mouse autohide checkGravatar Stefano Pigozzi2013-09-10
* mplayer: print libquvi results in verbose modeGravatar wm42013-09-10
* quvi: restore playback position when switching formatsGravatar wm42013-09-10
* quvi: coerce libquvi 0.4 support into allowing format switchingGravatar wm42013-09-10
* command: make title property unavailable if there's no supportGravatar wm42013-09-10
* mplayer: mentioned --list-options in --help outputGravatar wm42013-09-10
* demux: retrieve per-chapter metadataGravatar wm42013-09-08
* demux: refactor tag handlingGravatar wm42013-09-08
* core: remove a minor memory leakGravatar wm42013-09-08
* mplayer: cosmetics: split some code off of run_playloop()Gravatar wm42013-09-08
* mplayer: add --cursor-autohide-fs-only optionGravatar wm42013-09-08
* options: remove --(no-)mouseinput optionGravatar wm42013-09-08
* options: cosmetics: move cursor_autohide_delay definitionGravatar wm42013-09-08
* input: rearrange codeGravatar wm42013-09-08
* input: don't deliver mouse events if mouse area is not setGravatar wm42013-09-08
* input: merge consecutive mouse move eventsGravatar wm42013-09-08
* input: split queue_add() functionGravatar wm42013-09-08
* input: redo what input events can be droppedGravatar wm42013-09-08
* input: remove separation between key and control queueGravatar wm42013-09-08
* mplayer: don't auto-load explicitly loaded subtitle filesGravatar wm42013-09-07
* mp_core: fix a commentGravatar wm42013-09-07
* mplayer: remove unused mp_add_subtitles() parameterGravatar wm42013-09-07
* command: make options writeable in idle modeGravatar wm42013-09-07
* command: remove some unneeded codeGravatar wm42013-09-07
* options: fix --volume option range, add some explanations to manpageGravatar wm42013-09-07
* input: don't print warning if certain internal keys are not boundGravatar wm42013-09-06
* mplayer: try to resume playback only if a resume file actually existsGravatar wm42013-09-05
* mpvcore/input: Fix build without pthreadsGravatar Martin Herkt2013-09-05
* mplayer: print informative message when resuming playbackGravatar wm42013-09-04
* mplayer: make --save-position-on-quit save only on quitGravatar wm42013-09-04
* mplayer: always write playback resume info, even at start/end of fileGravatar wm42013-09-04
* path: better check for mp_is_url()Gravatar wm42013-09-04
* mplayer: allow resuming from playlistGravatar wm42013-09-04
* command: unescape URLs for ${filename} and ${media-title}Gravatar wm42013-09-04
* path: add a common mp_is_url() functionGravatar wm42013-09-04
* mplayer: handle --reset-on-next-file=""Gravatar wm42013-09-04
* mplayer: don't let playback resume force options that are file localGravatar wm42013-09-04
* mplayer: fix race condition on uninit with CocoaGravatar Stefano Pigozzi2013-09-01
* input: unlock playloop thread during selectGravatar Stefano Pigozzi2013-09-01
* osx: use MP_KEY_* instead of MK_* for media keysGravatar Stefano Pigozzi2013-09-01
* input: allow window dragging even if mouse is in a mouse areaGravatar wm42013-09-01