aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* Update license headersGravatar Marcin Kurczewski2015-04-13
* main-fn-win: fix handle validity check for XPGravatar James Ross-Gowan2015-04-11
* win32: use pseudo-gui profile when started without stdioGravatar James Ross-Gowan2015-04-11
* win32: only attach to the console from mpv.comGravatar James Ross-Gowan2015-04-11
* win32: use a platform-specific unicode entry-pointGravatar James Ross-Gowan2015-04-11
* player: use config parser for setting up pseudo-gui profileGravatar wm42015-04-10
* player: change pseudo-gui settingsGravatar wm42015-04-10
* player: do not accidentally init terminalGravatar wm42015-04-10
* ytdl: set additional properties for rtmp streamsGravatar Sebastian Mayr2015-04-09
* ytdl_hook.lua: Disable video when vid option is "no"Gravatar robin2015-04-09
* vo_opengl_cb: deprecate mpv_opengl_cb_render()Gravatar wm42015-04-09
* vo_opengl_cb: add a function to report vsync timeGravatar wm42015-04-09
* audio: change a detail about filter insertionGravatar wm42015-04-07
* audio: avoid one more redundant audio filter reinitGravatar wm42015-04-07
* screenshot: use GPU readback only for hardware decoded imagesGravatar wm42015-04-07
* command: new subproperty for video-params: gammaGravatar Niklas Haas2015-04-04
* video: cleanup stereo mode parsingGravatar wm42015-04-02
* player: add --idle --keep-open to pseudo-gui profileGravatar wm42015-04-02
* player: add "pseudo-gui" profileGravatar wm42015-04-02
* lua: reject Lua 5.3Gravatar wm42015-04-01
* command: remove unused functionGravatar wm42015-04-01
* video: move colorspace overrides to vf_format, simplifyGravatar wm42015-03-31
* build: make posix_spawn() mandatoryGravatar wm42015-03-30
* video: fix seek-to-last-frameGravatar wm42015-03-26
* player: relax assertion on mp_set_playlist_entryGravatar Niklas Haas2015-03-26
* video: make frame skipping code slightly more readableGravatar wm42015-03-25
* video: refactor aspects of queue and EOF handlingGravatar wm42015-03-25
* lua: replace getcwd() implementationGravatar wm42015-03-24
* command: add property returning current working directoryGravatar wm42015-03-24
* audio: increase maximum amount of audio skipped for seekingGravatar wm42015-03-24
* client API: remove dead assignmentGravatar wm42015-03-23
* video: use less technical language for PTS warningGravatar wm42015-03-23
* encode: make --audio-channels=auto workGravatar wm42015-03-23
* video: fix update of vo-configured propertyGravatar wm42015-03-23
* vo_opengl_cb: don't render OSD while VO is not createdGravatar wm42015-03-23
* command: use mp_set_playlist_entryGravatar Sai Ke WANG2015-03-22
* player: fix seekability testGravatar wm42015-03-20
* player: warn against non-monotonic video PTS only onceGravatar wm42015-03-18
* player: refuse to write resume file with unseekable filesGravatar wm42015-03-18
* osd: simplify an aspect of change detection handlingGravatar wm42015-03-18
* command: don't drop audio buffers when switching filtersGravatar wm42015-03-16
* command: make "media-title" observableGravatar wm42015-03-15
* command: fix display-fps property (again)Gravatar wm42015-03-13
* command: display-fps is the display FPS as assumed by the VOGravatar wm42015-03-12
* player: dump list of satisfied deps instead of config.h with -vGravatar wm42015-03-11
* command: allow changing some VO options even if VO wasn't created yetGravatar wm42015-03-11
* player: fix crash when taking screenshots in idle modeGravatar wm42015-03-11
* audio: cut audio with spdif too on playback restartGravatar wm42015-03-10
* command: add display-fps propertyGravatar wm42015-03-10
* player: restore --dump-statsGravatar wm42015-03-10