aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* audio: remove --audiodropGravatar wm42014-09-30
* lua: add mpv/lua directories to the lua pathGravatar Otto Modinos2014-09-28
* client API, X11: change default keyboard input handling againGravatar wm42014-09-28
* video: change automatic rotation and 3D filter insertionGravatar wm42014-09-27
* input: separate creation and loading of configGravatar wm42014-09-27
* build: add -Wno-format-zero-lengthGravatar wm42014-09-26
* player: do not wrongly clear OSD bar stops, reindentGravatar wm42014-09-25
* player: simplify OSD message handling codeGravatar wm42014-09-25
* player: move code to make playloop smallerGravatar wm42014-09-25
* player: rate-limit OSD text updateGravatar wm42014-09-25
* player: fix OSD redraw heuristic with audio-only modeGravatar wm42014-09-25
* sub: approximate subtitle display in no-video modeGravatar wm42014-09-25
* osc: update cache displayGravatar ChrisK22014-09-25
* player: change --keep-open semanticsGravatar wm42014-09-24
* player: show correct playback time with --keep-open --no-videoGravatar wm42014-09-24
* player: --loop-file takes precedence before --keep-openGravatar wm42014-09-24
* audio: cleanup spdif format definitionsGravatar wm42014-09-23
* player: allow passing number of loops to --loop-fileGravatar wm42014-09-22
* command: no space before "%" in volume default OSD messageGravatar wm42014-09-22
* video: filter new frames at a better time (2)Gravatar wm42014-09-22
* osd: fix --term-osd=noGravatar wm42014-09-22
* command: improve "osd" commandGravatar wm42014-09-22
* command: use show_property_osd() sub_stepGravatar wm42014-09-22
* command: when changing a property, always show it on OSDGravatar wm42014-09-21
* command: simplify OSD property display codeGravatar wm42014-09-21
* command: allow changing some OSD-related options even with no VOGravatar wm42014-09-21
* command: remove unneeded ifdefsGravatar wm42014-09-21
* command: always show OSD message when changing volume etc.Gravatar wm42014-09-21
* options: remove --volstepGravatar wm42014-09-21
* player: rename "Late:" field to "SD:"Gravatar wm42014-09-20
* video: actually count decoder-dropped framesGravatar wm42014-09-20
* video: improve decoder-based framedropping modeGravatar wm42014-09-20
* player: make code more obviousGravatar wm42014-09-20
* player: use backwards flag for seeking external tracksGravatar wm42014-09-20
* player: reset last_av_difference if not applicableGravatar wm42014-09-20
* video: separate calling decoder/filterGravatar wm42014-09-18
* video: check whether there are enough frames after filteringGravatar wm42014-09-18
* video: filter new frames at a better timeGravatar wm42014-09-18
* player: allow overriding OSD message for all OSD levelsGravatar wm42014-09-18
* command: allow using ASS tags on OSD messagesGravatar wm42014-09-18
* command: add osd-sym-cc propertyGravatar wm42014-09-18
* player: don't let multiline filenames set options on resumeGravatar wm42014-09-16
* options.lua: call msg.debug after resolving 'identifier'Gravatar Otto Modinos2014-09-16
* command: avoid a double -> int castGravatar Ben Boeckel2014-09-16
* sanitizer: avoid divide-by-zero instancesGravatar Ben Boeckel2014-09-14
* player: shorten skip heuristic for playlist_prev to 1 secondGravatar wm42014-09-14
* client API: use playback abort mechanismGravatar wm42014-09-13
* stream: redo playback abort handlingGravatar wm42014-09-13
* player: fix idle mode event handlingGravatar wm42014-09-13
* input: remove central select() callGravatar wm42014-09-10