aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/command.c
Commit message (Expand)AuthorAge
* command: fix property notification for cache-buffering-stateGravatar wm42016-03-02
* command: add encoder-list propertyGravatar wm42016-03-01
* command: export canonical ffmpeg version identifierGravatar wm42016-02-29
* command: export list of all decodersGravatar wm42016-02-29
* command: export more information under track-listGravatar wm42016-02-29
* player: remove unused MPContext.stream fieldGravatar wm42016-02-23
* player: remove old timeline/ordered chapters supportGravatar wm42016-02-15
* player: force refresh seek when changing audio filtersGravatar wm42016-02-09
* input: ignore --input-cursor for events injected by input commandsGravatar wm42016-02-04
* sub: implement "sub-seek 0"Gravatar wm42016-02-04
* command: fix track cycling logicGravatar wm42016-02-03
* command: show original aspect in video-aspect property tooGravatar wm42016-02-02
* player: refactor: reduce some dependencies on current_trackGravatar wm42016-02-01
* vd_lavc: allow switching between hw/sw decoding any timeGravatar wm42016-01-29
* command: always allow setting volume/mute propertiesGravatar wm42016-01-26
* command: add af-command commandGravatar wm42016-01-22
* command: add vf-command commandGravatar wm42016-01-22
* player: refactor: eliminate MPContext.d_audioGravatar wm42016-01-22
* audio: refactor: work towards unentangling audio decoding and filteringGravatar wm42016-01-22
* command: fix NULL pointer deref in "video-codec" propertyGravatar wm42016-01-18
* player: refactor: eliminate MPContext.d_videoGravatar wm42016-01-17
* player: refactor: eliminate MPContext.d_subGravatar wm42016-01-17
* command: modify OSD message when forcing original video aspect ratioGravatar wm42016-01-16
* video: refactor: disentangle decoding/filtering some moreGravatar wm42016-01-16
* osd: make osd-width/height properties watchableGravatar wm42016-01-15
* video: fix interactively changing aspect ratioGravatar wm42016-01-14
* player: prefer "service_name" as media title.Gravatar Oliver Freyermuth2016-01-14
* player: implement SWITCH for dvb-channel-name property, add binding.Gravatar Oliver Freyermuth2016-01-14
* player: remove unused last_dvb_step member.Gravatar Oliver Freyermuth2016-01-14
* player, stream_dvb: implement dvb-channel-name property.Gravatar Oliver Freyermuth2016-01-14
* video: decouple filtering/decoding slightly moreGravatar wm42016-01-14
* video: refactor: handle video format fixups closer to decoderGravatar wm42016-01-14
* demux: merge sh_video/sh_audio/sh_subGravatar wm42016-01-12
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* 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