aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/command.c
Commit message (Expand)AuthorAge
* osd: slightly simplify update logicGravatar wm42016-09-15
* player: Improve OSD formatting of sub-speed optionGravatar Vladimir Panteleev2016-09-13
* player: Apply new sub-speed values during playbackGravatar Vladimir Panteleev2016-09-13
* command: don't log "ignore" command with -v verbosityGravatar wm42016-09-11
* command: do not call mp_switch_track() before proper initializationGravatar wm42016-09-10
* vo: don't access global options unsynchronizedGravatar wm42016-09-08
* command: try selecting the next track if track switching failsGravatar wm42016-09-03
* command: remove vo-cmdlineGravatar wm42016-09-02
* vo_opengl: deprecate sub-options, add them as global optionsGravatar wm42016-09-02
* command: deprecate "cache" property, replace with "cache-percent"Gravatar wm42016-09-02
* command: fix or document some property/option consistency issuesGravatar wm42016-09-01
* command: remove 2 deprecated propertiesGravatar wm42016-09-01
* command: rename/deprecate some conflicting property namesGravatar wm42016-09-01
* command: add options to property listGravatar wm42016-09-01
* vo: change messy handling of fullscreen and other flagsGravatar wm42016-08-30
* options: make mp_vo_opts options an actual sub-option groupGravatar wm42016-08-30
* command: cosmetics: fix some minor whitespace mistakesGravatar wm42016-08-30
* command: export profile list as a propertyGravatar wm42016-08-28
* command: add property for current subtitle textGravatar wm42016-08-27
* player: don't directly access demuxer->streamGravatar wm42016-08-26
* command: prevent O(n^2) behaviour for playlist propertyGravatar James Ross-Gowan2016-08-20
* player: make looping slightly more seamlessGravatar wm42016-08-18
* player: allow passing flags to queue_seek()Gravatar wm42016-08-15
* command: add replaygain information properties to track-listGravatar wm42016-08-13
* command: add a property that returns filename without extensionGravatar wm42016-08-11
* audio: refactor mixer code and delete mixer.cGravatar wm42016-07-17
* Use - as command-name separator everywhereGravatar Timotej Lazar2016-07-14
* command: add properties for HDR metadataGravatar Niklas Haas2016-07-13
* audio: show an osd bar when changing ao-volumeGravatar Uros Vampl2016-07-10
* audio: drop --softvol=no and --softvol=autoGravatar wm42016-07-09
* command: don't delay progress updates to next video frameGravatar wm42016-07-08
* player: rewrite deinterlace filter auto-insertionGravatar wm42016-07-05
* mp_image: split colorimetry metadata into its own structGravatar Niklas Haas2016-07-03
* command: pack sub image data in overlay-add commandGravatar wm42016-07-01
* command: improve playlist* properties change notificationsGravatar wm42016-06-20
* player: do not update OSD all the time when pausedGravatar wm42016-06-11
* vo_opengl: refactor performance data propertiesGravatar Niklas Haas2016-06-08
* vo_opengl: expose performance timers as propertiesGravatar Niklas Haas2016-06-07
* video: remove d3d11 video processor use from OpenGL interopGravatar wm42016-05-29
* vf_d3d11vpp: add a D3D11 video processor filterGravatar wm42016-05-28
* command: add playlist-pos-1 propertyGravatar wm42016-05-26
* video: add --hwdec=auto-copy modeGravatar wm42016-05-11
* video: refactor how VO exports hwdec device handlesGravatar wm42016-05-09
* win32: make taskbar progress indication optionalGravatar maniak13492016-05-08
* command: use NBSP for spacing after current marker for OSD listsGravatar wm42016-05-04
* command: change some hwdec propertiesGravatar wm42016-05-04
* command: slightly nicer OSD list formattingGravatar wm42016-05-03
* osd: make osd_ass_0/1 definesGravatar wm42016-05-03
* command: don't seek immediately when setting a-b loop when pausedGravatar wm42016-04-28
* player: fix memleak when using video-frame-infoGravatar trUSTssc2016-04-24