aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/command.c
Commit message (Expand)AuthorAge
* command: replace ROUND() with lrint()Gravatar wm42015-12-26
* command: change heuristic for files with 1 chapterGravatar wm42015-12-25
* command: fix eof-reached property change notification in corner casesGravatar wm42015-12-24
* input: add key name to script-binding command responseGravatar wm42015-12-23
* vf_yadif: change defaultsGravatar wm42015-12-21
* video: switch from using display aspect to sample aspectGravatar wm42015-12-19
* command, vo: add estimated-display-fps propertyGravatar wm42015-11-25
* command: export some per-video-frame informationGravatar wm42015-11-22
* player: remove OSD subtitle render pathGravatar wm42015-11-17
* player: use demuxer ts offset to simplify timeline ts handlingGravatar wm42015-11-16
* player: handle rebasing start time differentlyGravatar wm42015-11-16
* command: add vsync-ratio propertyGravatar wm42015-11-13
* player: refactor display-sync frame duration calculationsGravatar wm42015-11-13
* command: rename vo-missed-frame-count propertyGravatar wm42015-11-13
* command: make display-fps property writableGravatar wm42015-11-09
* command: add mistimed-frame-count propertyGravatar wm42015-10-30
* command: make bitrate properties work correctly for external tracksGravatar wm42015-10-23
* command: do not return 0 for bitrates if unknownGravatar wm42015-10-23
* command: make time properties unavailable if timestamp is unknownGravatar wm42015-10-16
* player: fix inverted conditionGravatar wm42015-10-13
* player: make stop command actually stopGravatar wm42015-10-06
* video: remove user-controllable PTS sorting (--pts-association-mode)Gravatar wm42015-10-06
* video: replace vf_format outputlevels option with global optionGravatar wm42015-09-29
* af_lavfi: implement af-metadata propertyGravatar wm42015-09-11
* command: make "add <property> 0" not change the valueGravatar wm42015-09-10
* command: make the playback-time property writableGravatar wm42015-08-21
* demux: remove redundant demux_chapter.name fieldGravatar wm42015-08-12
* 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
* lua: implement input_enable_section/input_disable_section via commandsGravatar 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
* command: make auto-deinterlacing output at field rateGravatar wm42015-08-04
* player: remove higher-level remains of DVD/BD menu supportGravatar wm42015-08-03
* command: let track properties return option value in idle modeGravatar wm42015-07-29
* command: add property indicating per-file optionsGravatar wm42015-07-23
* video: always re-probe auto deint filter on filter reconfigGravatar wm42015-07-21
* command: add track-list/N/audio-channels propertyGravatar deuiore2015-07-18
* player: parse and expose m3u playlist titlesGravatar wm42015-07-10
* player: refactor chapter seek codeGravatar wm42015-07-10
* player: never overwrite stop_play fieldGravatar wm42015-07-08
* command: allow changing deinterlace property any timeGravatar wm42015-07-08
* command: make deinterlace property use interlaced-only yadif modeGravatar wm42015-07-07
* player: simplify reload logicGravatar wm42015-07-02
* x11: Handle external fullscreen togglesGravatar Eduardo Sánchez Muñoz2015-06-28
* demux: export forced flagGravatar wm42015-06-27
* audio: output human-readable channel layouts tooGravatar wm42015-06-25