summaryrefslogtreecommitdiffstats
path: root/DOCS
Commit message (Expand)AuthorAgeFilesLines
* 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
* audio: add a mode to insert silence on severe A/V desyncwm42014-08-151-0/+5
* vo_opengl: optional support for using GLX_SGI_video_syncwm42014-08-151-0/+7
* vo_opengl: if glfinish is used, also call it after swapppingwm42014-08-151-1/+3
* video: add VO framedropping modewm42014-08-152-10/+39
* sub: add option to workaround broken mkv fileswm42014-08-141-0/+7
* af_lavcac3enc: lower minimum channel number to 3wm42014-08-121-1/+1
* docs: cocoa example uses wakeup callback APIFRAU KOUJIRO2014-08-121-22/+54
* docs: simple cocoa API usage exampleFRAU KOUJIRO2014-08-121-0/+85
* af_lavcac3enc: change default bitrate to 640wm42014-08-121-1/+3
* video: move display and timing to a separate threadwm42014-08-121-7/+0
* DOCS: mark the recent release in client-api-changes.rstwm42014-08-122-0/+3
* input.conf: make explanatory text more readablewm42014-08-111-0/+1
* manpage: update keybindingswm42014-08-111-1/+1
* Move status-line.luawm42014-08-111-69/+0
* video: remove "hard" framedrop modewm42014-08-091-4/+8
* manpage: update key bindingswm42014-08-081-36/+6
* manpage: add sections and order by usageAlexander Preisinger2014-08-081-1677/+1810
* command: add a "seeking" propertywm42014-08-081-0/+6
* client API: qtexample: don't pass deallocated strings to mpvwm42014-08-071-1/+2
* client API: add and use the MPV_MAKE_VERSION macrowm42014-08-051-0/+1
* player: some further playloop cleanupswm42014-08-032-6/+9
* manpage: be more explicit where input.conf is locatedwm42014-08-022-1/+6
* manpage: explain how to replace --slave-brokenwm42014-08-021-0/+10
* command: add a property that returns a list of all propertieswm42014-08-021-0/+2
* manpage: remove duplicated misplaced description of a commandwm42014-08-021-2/+0
* Remove the last remains of slave modewm42014-08-012-32/+10
* command: add cache-idle propertywm42014-07-311-2/+6
* video/filter: add vf_bufferwm42014-07-301-0/+6
* ao_alsa: disable use of non-interleaved formats by defaultwm42014-07-301-0/+4
* stream_lavf: allow setting AVOptions with --stream-lavf-owm42014-07-301-0/+7
* manpage: lua: document timer timeout and oneshot fieldswm42014-07-291-0/+14
* ao_pulse: allow disabling timing bug workaroundswm42014-07-261-0/+6
* manpage: eliminate the word "movie"wm42014-07-264-29/+29
* manpage: fix a typowm42014-07-241-1/+1
* command: add append-play loadfile modewm42014-07-231-0/+2
* sub: add detection via BOMwm42014-07-221-0/+3
* manpage: correct the --mf optionswm42014-07-211-6/+6
* manpage: fix wording for --aidwm42014-07-201-2/+3
* manpage: fix documented default for --demuxer-threadwm42014-07-171-1/+1
* demux: add a demuxer threadwm42014-07-161-0/+18
* DOCS/release-policy: mention the release version in the RELEASE_NOTES templateAlessandro Ghedini2014-07-131-1/+13
* DOCS/tech-overview: minor updateswm42014-07-091-12/+12
* Remove stream_pts stuffwm42014-07-062-5/+1
* DOCS/client-api-changes: try to fix rst formatting againwm42014-07-061-3/+4
* DOCS, client API: add mpv release versionswm42014-07-051-0/+3
* DOCS/client_api_examples: add a Qt examplewm42014-07-043-0/+177
* DOCS: add a file listing API changes for the client APIwm42014-07-032-0/+36
* manpage: reflect new coreaudio changesStefano Pigozzi2014-07-021-1/+13
* command: change cache perentage to float, add cache-free and cache-usedAndrey Morozov2014-07-021-1/+7
* options: add --list-protocols optionAlessandro Ghedini2014-06-301-0/+3
* options: support setting start time relative to start PTSTsukasa OMOTO2014-06-291-3/+6
* player: make the time display relative to start PTSTsukasa OMOTO2014-06-291-0/+3
* manpage: update config file locationswm42014-06-283-12/+25
* DOCS: add document describing the release policy and procedureAlessandro Ghedini2014-06-251-0/+57
* manpage: update changed defaults from previous commitwm42014-06-231-2/+2
* video: Include better heuristics for guessing primariesNiklas Haas2014-06-221-2/+11
* video: Refactor rendering intent for DCP XYZ and :srgbNiklas Haas2014-06-221-0/+4
* video: Support BT.2020 constant luminance systemNiklas Haas2014-06-221-1/+2
* options: Expose --colormatrix-primaries to the userNiklas Haas2014-06-222-0/+24
* video: Add support for non-BT.709 primariesNiklas Haas2014-06-221-1/+7
* video: Add BT.2020-NCL colorspace and transfer functionNiklas Haas2014-06-222-2/+3
* stream: add a file cachewm42014-06-221-0/+25
* DOCS: remove en/ sub-directorywm42014-06-2011-0/+0
* manpage: explicitly document protocolswm42014-06-201-12/+79
* manpage: remove some trailing whitespacewm42014-06-201-1/+1
* manpage: remove bogus significant whitespacewm42014-06-181-1/+1
* options: allow adding multiple files with --audio-filewm42014-06-181-2/+3
* DOCS/contribute.md: move instructions for sending patches to the topwm42014-06-171-50/+56
* DOCS: remove coding-style.md to contribute.mdwm42014-06-171-0/+0
* sub: add --sub-scale-with-window optionwm42014-06-141-0/+8
* options: turn --idx, --forceidx into --index