aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* command: make "add <property> 0" not change the valueGravatar wm42015-09-10
* osd: delay libass initialization as far as possibleGravatar wm42015-09-07
* options: fix --no-configGravatar wm42015-09-05
* player: log error code on playback exitGravatar wm42015-09-03
* screenshot: avoid confusing template error message with no fileGravatar Kevin Mitchell2015-09-02
* osc: reinit on playlist changesGravatar Kevin Mitchell2015-08-29
* player: slightly better error reporting when opening file failsGravatar wm42015-08-28
* client API: improve an error messageGravatar wm42015-08-28
* osc: exit tick immediately if disabled.Gravatar torque2015-08-28
* ytdl: catch bogous extractor infoGravatar ChrisK22015-08-27
* video: disable interpolation during framesteppingGravatar wm42015-08-25
* 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