aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* audio: don't sleep when finishing audio resyncGravatar wm42015-08-23
* player: add --playlist-pos optionGravatar wm42015-08-22
* command: make the playback-time property writableGravatar wm42015-08-21
* player: return better guess for playback time during seeksGravatar wm42015-08-21
* player: deliver IDLE event after uninitializing stateGravatar wm42015-08-20
* video: don't decode 2 frames ahead with display-syncGravatar wm42015-08-19
* stream: provide a stream_get_size() convenience functionGravatar wm42015-08-18
* player: actually close files on playback endGravatar wm42015-08-15
* player: use OSD formattin for DS on the terminal status lineGravatar wm42015-08-12
* demux: remove redundant demux_chapter.name fieldGravatar wm42015-08-12
* osc: avoid annoying verbose mode log spamGravatar wm42015-08-10
* player: add display sync modeGravatar wm42015-08-10
* player: separate controls for user and video controlled speedGravatar wm42015-08-10
* player: redo estimated-vf-fps calculationGravatar wm42015-08-10
* command: improve A-B loop OSD messagesGravatar wm42015-08-10
* player: raise maximum idle timeGravatar wm42015-08-07
* lua: implement input_enable_section/input_disable_section via commandsGravatar wm42015-08-06
* lua: make mp.input_define_section use the define-section commandGravatar wm42015-08-06
* command: add a command for defining input bindingsGravatar wm42015-08-06
* command: always make video-aspect property accessibleGravatar wm42015-08-04
* command: fix video-aspect property update notificationGravatar wm42015-08-04
* osc: completely disable if no VO window existsGravatar wm42015-08-04
* command: make auto-deinterlacing output at field rateGravatar wm42015-08-04
* player: use demux_open_url() to open main filesGravatar wm42015-08-04
* player: remove higher-level remains of DVD/BD menu supportGravatar wm42015-08-03
* video: unbreak EOF with video-only files that have timestamp resetsGravatar wm42015-08-03
* audio: fix --end handling (again)Gravatar wm42015-08-03
* audio: remove questionable speed change adjustmentGravatar wm42015-08-01
* video: move frame duration code to a separate functionGravatar wm42015-08-01
* ytdl: get start_timeGravatar Ricardo Constantino2015-07-29
* ytdl: print command in debug modeGravatar Ricardo Constantino2015-07-29
* command: let track properties return option value in idle modeGravatar wm42015-07-29
* video: move up vo_frame setupGravatar wm42015-07-28
* video: always decode at least 2 frames in advanceGravatar wm42015-07-26
* audio: remove an unused parameterGravatar wm42015-07-24
* audio: fix EOF state with --keep-openGravatar wm42015-07-24
* command: add property indicating per-file optionsGravatar wm42015-07-23
* video: always re-probe auto deint filter on filter reconfigGravatar wm42015-07-21
* vo: minor simplification for queue size handlingGravatar wm42015-07-20
* command: add track-list/N/audio-channels propertyGravatar deuiore2015-07-18
* player: show larger cache sizes in MB on status lineGravatar wm42015-07-14
* player: add missing \n to a messageGravatar wm42015-07-13
* sub: call ass_set_fonts() only onceGravatar wm42015-07-13
* player: extend --hls-bitrate optionGravatar wm42015-07-13
* player: put --term-playing-msg in a separate log categoryGravatar wm42015-07-13
* player: parse and expose m3u playlist titlesGravatar wm42015-07-10
* video: don't force video refresh if video is restartingGravatar wm42015-07-10
* player: refactor chapter seek codeGravatar wm42015-07-10
* client API: fix mpv_get_property_async() string caseGravatar wm42015-07-10
* player: never overwrite stop_play fieldGravatar wm42015-07-08