aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* lua: add timer:is_enabled() functionGravatar Julian2016-05-14
* ytdl_hook: Just check if protocol is rtmpGravatar Ricardo Constantino2016-05-14
* video: add --hwdec=auto-copy modeGravatar wm42016-05-11
* player: restore usual seeking behaviorGravatar wm42016-05-09
* video: refactor how VO exports hwdec device handlesGravatar wm42016-05-09
* win32: make taskbar progress indication optionalGravatar maniak13492016-05-08
* command: use NBSP for spacing after current marker for OSD listsGravatar wm42016-05-04
* command: change some hwdec propertiesGravatar wm42016-05-04
* command: slightly nicer OSD list formattingGravatar wm42016-05-03
* osd: make osd_ass_0/1 definesGravatar wm42016-05-03
* command: don't seek immediately when setting a-b loop when pausedGravatar wm42016-04-28
* player: strictly wait until done when backsteppingGravatar wm42016-04-27
* lavfi: shut up false positive compiler warningsGravatar wm42016-04-26
* player: fix memleak when using video-frame-infoGravatar trUSTssc2016-04-24
* player: always show the first frame in DS modeGravatar wm42016-04-24
* player: assume video forwards timestamps jumps only with some formatsGravatar wm42016-04-24
* player: force VO reconfig when unselecting video trackGravatar wm42016-04-23
* player: cleaner determination of current playback PTSGravatar wm42016-04-23
* player: eagerly redraw OSD when seeking with coverartGravatar wm42016-04-23
* player: fix OSD bar chapter marksGravatar wm42016-04-22
* command: if only ab-loop-b is set, loop from start of fileGravatar wm42016-04-21
* player: force wakeup on playback restartGravatar wm42016-04-20
* player: really start audio only once video is readyGravatar wm42016-04-20
* player: reduce some timer callsGravatar wm42016-04-20
* player: minor simplification to buffering property updatesGravatar wm42016-04-20
* player: simplify an aspect of buffering determinationGravatar wm42016-04-19
* player: loop on end of file if ab-loop-b is unsetGravatar wm42016-04-18
* command: log property set callsGravatar wm42016-04-15
* command: allow setting panscan etc. properties if no video is activeGravatar wm42016-04-15
* client API: improve mpv_set_property() handling of MPV_FORMAT_NODEGravatar wm42016-04-15
* player: fix use-after-free with --screenshot-directoryGravatar wm42016-04-14
* command: add keepaspect propertyGravatar wm42016-04-08
* player: hide cache in status line by default againGravatar wm42016-03-30
* cache: use a single STREAM_CTRL for various cache infoGravatar wm42016-03-29
* command: add video-stereo-mode propertyGravatar wm42016-03-28
* player: fix breakage when combining 3D and rotate auto-filtersGravatar wm42016-03-28
* player: remove auto-inserted filters before adding them againGravatar wm42016-03-28
* player: fix --stream-dump exit codeGravatar wm42016-03-26
* player: add wv to list of external audio file extensionsGravatar Martin Herkt2016-03-26
* lua: don't require key for mp.add_key_binding()Gravatar wm42016-03-26
* ipc: add Windows implementation with named pipesGravatar James Ross-Gowan2016-03-23
* command: change "cache-speed" OSD formattingGravatar wm42016-03-22
* command: add cache-speed propertyGravatar wm42016-03-20
* lua: don't suspend core by default during script executionGravatar wm42016-03-18
* command: dump tracklist if sub-add is run with the "cached" flagGravatar wm42016-03-14
* player: add missing audio reconfig eventsGravatar wm42016-03-13
* ytdl_hook: handle optional format_noteGravatar ▟ ▖▟ ▖2016-03-10
* demux: replace demux_pause/demux_unpause with demux_run_on_threadGravatar wm42016-03-09
* command: change stream-pos semanticsGravatar wm42016-03-09
* osd: cleanup: make OSDTYPE_ constants private to OSD codeGravatar wm42016-03-08