aboutsummaryrefslogtreecommitdiffhomepage
path: root/mpvcore
Commit message (Expand)AuthorAge
* 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
* input: deal with spurious X11 LeaveNotify eventsGravatar wm42013-09-01
* input: print more debug infos, raise loglevelGravatar wm42013-09-01
* input: stay in current input section if mouse button is downGravatar wm42013-09-01
* input: add some more X11 multimedia/internet keysGravatar wm42013-09-01
* keycodes: cosmetics: align indentationGravatar wm42013-09-01
* input: comment all default bindings in input.confGravatar wm42013-09-01
* input: lock for accessing struct input_ctxGravatar Stefano Pigozzi2013-09-01
* video: add unscaled mode with --video-unscaledGravatar wm42013-09-01
* input: fix --no-input-default-bindingsGravatar wm42013-08-29
* demux_playlist: port ini reference playlist parserGravatar wm42013-08-28
* core: add a playlist demuxerGravatar wm42013-08-26
* audio: make internal audio format 0 an invalid formatGravatar wm42013-08-26
* video: handle video output levels with mp_image_paramsGravatar wm42013-08-24
* video/out: don't require VOs to handle screenshot aspect speciallyGravatar wm42013-08-24
* Some more mp_msg conversionsGravatar wm42013-08-23