aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/command.c
Commit message (Expand)AuthorAge
* 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
* command: if only ab-loop-b is set, loop from start of fileGravatar wm42016-04-21
* player: simplify an aspect of buffering determinationGravatar wm42016-04-19
* player: loop on end of file if ab-loop-b is unsetGravatar wm42016-04-18
* command: log property set callsGravatar wm42016-04-15
* command: allow setting panscan etc. properties if no video is activeGravatar wm42016-04-15
* command: add keepaspect propertyGravatar wm42016-04-08
* cache: use a single STREAM_CTRL for various cache infoGravatar wm42016-03-29
* command: add video-stereo-mode propertyGravatar wm42016-03-28
* command: change "cache-speed" OSD formattingGravatar wm42016-03-22
* command: add cache-speed propertyGravatar wm42016-03-20
* command: dump tracklist if sub-add is run with the "cached" flagGravatar wm42016-03-14
* demux: replace demux_pause/demux_unpause with demux_run_on_threadGravatar wm42016-03-09
* command: change stream-pos semanticsGravatar wm42016-03-09
* osd: cleanup: make OSDTYPE_ constants private to OSD codeGravatar wm42016-03-08
* 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