aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/command.c
Commit message (Expand)AuthorAge
* 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
* command: export stereo 3D tagsGravatar wm42015-06-23
* command: do not exit playback if the B point of A-B loop is past EOFGravatar wm42015-06-16
* command: add keypress, keydown, and keyup commands.Gravatar torque2015-06-11
* command: fix audio-out-detected-device propertyGravatar wm42015-06-09
* command: remove unnecessary event IDsGravatar wm42015-06-09
* command: make property event mask matching more restrictiveGravatar wm42015-06-09
* player: print track list when switching tracksGravatar wm42015-06-03
* player: print a message along with track listGravatar wm42015-06-03
* player: don't print stream list when adding external tracks during loadGravatar wm42015-06-03
* command: remove deprecated get_property commandGravatar wm42015-05-27
* command: better choice when to allow playback-related commandsGravatar wm42015-05-26
* command: fix track property when no file is loadedGravatar wm42015-05-26
* player: fix crashes when adding external tracks before loading main fileGravatar wm42015-05-26
* command: change the hwdec propertiesGravatar wm42015-05-25
* video: do not use MP_NOPTS_VALUE for A/V differenceGravatar wm42015-05-24