summaryrefslogtreecommitdiffstats
path: root/DOCS
Commit message (Expand)AuthorAgeFilesLines
* command: add an ab_loop commandwm42014-11-182-2/+7
* vo_direct3d: fix texture-memory sub-option, extend itwm42014-11-181-11/+22
* command: implement A-B loopswm42014-11-182-0/+9
* command: adjust previous commitwm42014-11-171-6/+7
* command: playlist property: return if an entry is currently playingwm42014-11-171-0/+8
* input.conf: Don't make ENTER exit the playerChrisK22014-11-151-1/+1
* man: document osc seekbarstyle optionahoka2014-11-151-0/+4
* demux_mkv: adjust subtitle preroll again (2)wm42014-11-151-0/+19
* vo_opengl: allow setting different filters for downscalingwm42014-11-141-1/+6
* command: export some option metadatawm42014-11-131-1/+24
* command: rename "option-flags" property to "option-info"wm42014-11-131-3/+3
* command: export mpv configure arguments as propertywm42014-11-131-0/+4
* manpage: adjust --hwdec docswm42014-11-121-6/+8
* client API: deprecate some eventswm42014-11-082-22/+12
* command: export the flag whether an option was set on commandlinewm42014-11-071-0/+12
* audio: add --audio-client-name optionwm42014-11-071-0/+5
* command: add display-names propertyKevin Mitchell2014-11-071-0/+4
* command: add window-minimized property (X11 only)wm42014-11-021-0/+3
* command: expose mpv version as propertywm42014-11-021-0/+4
* player: add --chapters-file optionwm42014-11-021-0/+4
* manpage: update --playlist commentswm42014-11-022-9/+10
* ipc: make it possible to receive log messageswm42014-11-011-0/+10
* ipc: add a command to retrieve API versionwm42014-11-011-0/+4
* manpage: ipc: fix command name for observe_propertywm42014-11-011-1/+1
* player: update meaning of drop_frame_cntwm42014-11-011-3/+4
* player: change framedrop display in the status linewm42014-10-311-8/+9
* options: accept --audio-channels=autowm42014-10-301-2/+3
* client API: qthelper: add set_option_variant()wm42014-10-301-0/+1
* player: add an option to abort playback on partial init failureswm42014-10-282-0/+8
* client API: better error reportingwm42014-10-281-0/+2
* client API: add an enum for mpv_event_end_file.reasonwm42014-10-281-0/+1
* manpage: clarify loadfile append-play modewm42014-10-281-1/+3
* libmpv: cocoa: add basic menuStefano Pigozzi2014-10-271-10/+7
* command: add audio-device propertywm42014-10-271-0/+13
* audio: add command/function to reload audio outputwm42014-10-271-1/+1
* manpage: options: various fixesAlessandro Ghedini2014-10-261-9/+9
* dxva2: use optimized memcpyJames Ross-Gowan2014-10-261-1/+1
* Drop libquvi supportwm42014-10-254-39/+5
* video: initial dxva2 supportwm42014-10-251-0/+1
* manpage: use the proper environment variable for CSIDL_APPDATAwm42014-10-251-4/+8
* command: add vo-configured propertywm42014-10-241-0/+5
* osd: slightly change default styleMartin Herkt2014-10-231-3/+3
* command: add a "cached" mode to sub_addwm42014-10-231-0/+7
* manpage: ipc: comment about invalid UTF-8wm42014-10-231-0/+12
* win32: change config path prioritieswm42014-10-231-0/+29
* reflect recent coreaudio changes in the manualStefano Pigozzi2014-10-231-11/+4
* command: make reverse cycle_values match up with forward onewm42014-10-211-1/+1
* command: add cursor-autohide propertywm42014-10-211-0/+4
* command: add playback-abort propertywm42014-10-211-0/+5
* command: add video-rotate propertywm42014-10-211-0/+3
* player: add stream selection by ffmpeg indexwm42014-10-211-0/+9
* command: add field-dominance propertyKevin Mitchell2014-10-211-0/+3
* lua: add convenience function for hookswm42014-10-211-0/+26
* command: extend sub_add commandwm42014-10-211-1/+17
* manpage: fix a typoBen Boeckel2014-10-201-1/+1
* manpage: ipc: mention unavailability on Windowswm42014-10-191-1/+3
* manpage: ipc: mention the socat toolwm42014-10-191-1/+2
* ipc: skip empty and commented lineswm42014-10-191-1/+5
* ipc: accept both JSON and "old" commandswm42014-10-192-1/+11
* audio: quote devices in --audio-device=helpwm42014-10-191-1/+3
* lua: expose JSON parserwm42014-10-191-0/+14
* lua: add an utility function for starting processeswm42014-10-191-0/+42
* manpage: ipc: explain security implicationswm42014-10-171-0/+8
* DOCS/client_api_examples: qtexample: don't require Qt 5.xwm42014-10-171-0/+7
* manpage: add JSON IPC documentationAlessandro Ghedini2014-10-174-2/+147
* cocoa: allow mouse events to bubble up with no-input-cursorStefano Pigozzi2014-10-171-0/+1
* options: don't load per-file config files by defaultwm42014-10-171-1/+1
* sub: adjustments to --ass-style-override optionwm42014-10-171-0/+1
* DOCS/client_api_examples: qtexample: set a magic Qt flagwm42014-10-161-0/+1
* DOCS/client_api_examples: qtexample: embedding works on Cocoawm42014-10-161-2/+1
* manpage: fix reference to a defunct optionshdown2014-10-161-2/+2
* command: allow setting per-file options at runtimewm42014-10-151-0/+10
* stream_lavf: expose concat://wm42014-10-141-0/+4
* DOCS/client_api_examples: qtexample: remove debugging codewm42014-10-141-2/+1
* DOCS/client_api_examples: qtexample: stuffwm42014-10-133-7/+31
* client API: add qthelper.hppwm42014-10-131-0/+1
* DOCS/edl-mpv: minor clarificationwm42014-10-121-1/+1
* vf_vapoursynth: add standalone Lua scriptingwm42014-10-121-0/+25
* libmpv/cocoa: allow clients to use mpv event systemStefano Pigozzi2014-10-121-11/+26
* lua: add command_native() functionwm42014-10-111-0/+9
* client API: add mpv_command_node[_async]wm42014-10-111-0/+1
* command: make audio device list available to the client APIwm42014-10-101-0/+21
* Revert "player: --save-position-on-quit should always work"wm42014-10-101-3/+4
* libmpv/cocoa: don't start the event monitorStefano Pigozzi2014-10-091-0/+5
* libmpv/cocoa: make global events work and get rid of is_cplayerStefano Pigozzi2014-10-092-4/+9
* manpage: fix --audio-pitch-correction descriptionAlessandro Ghedini2014-10-091-4/+4
* audio: add device selection & listing with --audio-devicewm42014-10-091-0/+17
* manpage: improve --wid descriptionwm42014-10-091-8/+19
* client API: rename --input-x11-keyboard to --input-vo-keyboardwm42014-10-093-4/+9
* cocoa: allow to embed into an arbitrary NSViewStefano Pigozzi2014-10-081-1/+1
* client API: introduce numeric log levelswm42014-10-081-0/+1
* DOCS/client_api_examples: qtexample: add a log windowwm42014-10-082-0/+29
* msg, client API: buffer partial lineswm42014-10-081-0/+1
* command: add cache-buffering-state propertywm42014-10-071-0/+4
* client API: clarify pause/unpause events, modify core-idle propertywm42014-10-072-0/+6
* DOCS/client_api_examples: qtexample: set the localeJames Ross-Gowan2014-10-071-0/+6
* player: --save-position-on-quit should always workwm42014-10-061-4/+3
* cocoa: remove --fs-missioncontrolStefano Pigozzi2014-10-051-7/+0
* cocoa: fix some pointer casts to be 32bit safeStefano Pigozzi2014-10-051-1/+1
* cocoa/libmpv: allow to embed mpv GL view in another windowStefano Pigozzi2014-10-051-2/+42
* examples/cocoa: never instance NSApplication with newStefano Pigozzi2014-10-051-1/+1
* examples/cocoa: set activation policy to mimic nib applicationsStefano Pigozzi2014-10-051-0/+8
* manpage: changes: random corrections and additionswm42014-10-041-13/+19
* manpage: changes: move internal changes section to the endwm42014-10-041-22/+22
* options: add --no-keepaspect-windowwm42014-10-041-0/+7
* manpage: refactor MPlayer -> mpv changes sectionAlessandro Ghedini2014-10-041-90/+137
* x11: stupid workaround for XMonadwm42014-10-041-4/+14
* manpage: improve consistency with new ~/.config/mpv defaultKevin Mitchell2014-10-044-27/+32
* man: replaced : with , in broken --lua-opts osc exampleStephen Caraher2014-10-031-1/+1
* command: allow passing memory addresses to overlay_addwm42014-10-031-0/+10
* manpage: remove non-existing ratio-pos propertywm42014-10-021-3/+0
* manpage: redocument audio delay key bindingswm42014-10-021-0/+3
* audio: enable pitch correction by default when playing fastwm42014-10-021-0/+8
* man: fix to->too typoKevin Mitchell2014-09-301-1/+1
* audio: remove --audiodropwm42014-09-301-5/+0
* lua: add mpv/lua directories to the lua pathOtto Modinos2014-09-281-3/+8
* DOCS/client_api_examples: qtexample: remove broken resizingwm42014-09-281-8/+6
* client API, X11: change default keyboard input handling againwm42014-09-284-0/+28
* audio: decouple demux and audio decoder/filter sample formatswm42014-09-241-0/+1
* player: change --keep-open semanticswm42014-09-241-1/+8
* audio: drop swapped-endian audio formatswm42014-09-231-3/+2
* player: allow passing number of loops to --loop-filewm42014-09-221-5/+9
* options: remove --volstepwm42014-09-211-4/+0
* manpage: clarify vf_pp docswm42014-09-211-8/+14
* vo_vdpau: better integration with the generic framedrop codewm42014-09-201-3/+2
* manpage: document terminal status line componentswm42014-09-201-0/+45
* player: allow overriding OSD message for all OSD levelswm42014-09-181-0/+24
* command: allow using ASS tags on OSD messageswm42014-09-181-2/+19
* command: add osd-sym-cc propertywm42014-09-181-0/+5
* options: change --volstep to 2wm42014-09-161-1/+1
* manpage: fix typo in input.rstAleksey Andreev2014-09-151-1/+1
* input.conf: map ESC to exiting fullscreenwm42014-09-151-1/+4
* DOCS/client_api_examples: qtexample: resize to video sizewm42014-09-151-0/+21
* manpage: clarify description of dwidth/dheightwm42014-09-151-2/+6
* input: use libwaio for pipe input on Windowswm42014-09-141-0/+9
* input: "quit_watch_later" and "stop" are abort commandswm42014-09-131-2/+8
* manpage: document shift+pgup/pgdwn bindingswm42014-09-131-0/+4
* lua: synchronously wait until scripts are loadedwm42014-09-061-0/+9
* vo_corevideo: remove this VOStefano Pigozzi2014-09-062-8/+1
* win32: add tmpfile() replacementJames Ross-Gowan2014-09-051-3/+2
* manpage: fix sub_add descriptionwm42014-09-051-1/+1
* audio: make buffer size configurablewm42014-09-051-0/+14
* player: add --media-title optionwm42014-09-021-0/+5
* player: add --osd-playing-msg optionwm42014-09-021-0/+7
* player: simplistic HLS bitrate selectionwm42014-09-011-2/+11
* command: remove broken quvi-format propertywm42014-09-012-10/+0
* man: fix a whole bunch of typosMartin Herkt2014-09-0111-130/+130
* player: always load playlistswm42014-08-311-14/+6
* x11: when using --wid, inherit event flags from parent windowwm42014-08-311-0/+1
* lua: expose mp_getcwd through mp.utilsOtto Modinos2014-08-311-0/+4
* manpage: be more explicit about "estimated-..." propertieswm42014-08-311-2/+7
* video: initial Matroska 3D supportwm42014-08-301-0/+16
* cache_file: add a mode that creates a temporary filewm42014-08-301-15/+36
* player: reduce default demuxer cachewm42014-08-301-1/+1
* manpage: document that --cache-file doesn't work with ordered chapterswm42014-08-301-0/+2
* manpage: fix minor grammar issuewm42014-08-291-1/+1
* command: export demuxer cache info propertieswm42014-08-281-0/+9
* player: redo how stream caching and pausing on low cache workswm42014-08-271-14/+9
* vo_opengl: add parameter to gaussian filterBin Jin2014-08-261-1/+9
* vo_opengl: add radius options for filtersBin Jin2014-08-261-5/+16
* vo_opengl: add cparam1 and cparam2 optionsBin Jin2014-08-261-0/+7
* manpage: mention that mp.commandv doesn't expand propertiesOtto Modinos2014-08-251-0/+4
* options: compatibility hack for --slave-brokenwm42014-08-251-0/+2
* ao_dsound: raise default buffer size to 200ms, make it configurablewm42014-08-221-0/+3
* manpage: remove duplicated contentBin Jin2014-08-221-29/+0
* options.rst: fix warningAlexander Preisinger2014-08-201-1/+1
* command: add estimated-frame-count & estimated-frame-number propertiesAndrey Morozov2014-08-191-0/+7
* manpage: fix opengl-hq defaultswm42014-08-181-1/+1
* DOCS/tech-overview.txt: some updateswm42014-08-181-17/+35
* video: enable framedropping by defaultwm42014-08-171-4/+4
* demux: enable thread by defaultwm42014-08-161-1/+3
* demux: add option to control the readahead buffer by a duration valuewm42014-08-161-3/+13
* video: add --display-fps switch to control framedrop FPSwm42014-08-161-0/+7
*