summaryrefslogtreecommitdiffstats
path: root/DOCS
Commit message (Expand)AuthorAgeFilesLines
* m_property: add a way to switch on property values in property expansionwm42013-09-201-3/+15
* Merge branch 'volume_restore'wm42013-09-203-1/+14
|\
| * manpage: af_volnorm was renamedwm42013-09-202-1/+2
| * mixer: restore volume with playback resumewm42013-09-201-0/+12
* | Revert "osxbundle: fonts.conf: only look for fonts in ~/.mpv/fonts"Stefano Pigozzi2013-09-191-7/+0
* | vo_opengl: blend alpha components by defaultwm42013-09-191-7/+14
|/
* osxbundle: fonts.conf: only look for fonts in ~/.mpv/fontsStefano Pigozzi2013-09-181-0/+7
* manpage: remove bogus space in example usagewm42013-09-151-1/+1
* manpage: remove version and date fieldswm42013-09-151-2/+0
* screenshot: change %w format to be more like %twm42013-09-151-14/+13
* screenshot: make it possible to format playback time in various wayswm42013-09-151-0/+23
* mplayer: don't run heartbeat command while pausedwm42013-09-151-2/+4
* core: add --deinterlace option, restore it with resume functionalitywm42013-09-132-1/+16
* quvi: restore playback position when switching formatswm42013-09-101-3/+4
* manpage: various improvementswm42013-09-106-106/+87
* Add PDF manual targetMartin Herkt2013-09-092-6/+25
* DOCS/crosscompile-mingw.txt: UpdateMartin Herkt2013-09-081-17/+9
* Manpage: Fix formatting (mostly for PDF output)Martin Herkt2013-09-084-13/+19
* demux: retrieve per-chapter metadatawm42013-09-081-0/+1
* mplayer: add --cursor-autohide-fs-only optionwm42013-09-081-0/+5
* options: remove --(no-)mouseinput optionwm42013-09-081-4/+1
* options: fix --volume option range, add some explanations to manpagewm42013-09-071-0/+6
* mplayer: make --save-position-on-quit save only on quitwm42013-09-041-2/+4
* video: add unscaled mode with --video-unscaledwm42013-09-011-0/+12
* core: add a playlist demuxerwm42013-08-261-0/+16
* wayland: shm based software renderingAlexander Preisinger2013-08-251-0/+10
* video: add vda decode support (with hwaccel) and direct renderingStefano Pigozzi2013-08-222-1/+3
* options: replace --edition=-1 with --edition=autowm42013-08-211-2/+2
* mplayer: start track IDs from 1 rather than 0wm42013-08-211-1/+1
* manpage: fix (again) incorrect ao_alsa exampleCheng Sun2013-08-201-1/+1
* video: make it possible to scale/pan the video by arbitrary amountswm42013-08-192-0/+38
* options: remove --panscanrange optionwm42013-08-191-8/+0
* changes: add some things for completenesswm42013-08-191-3/+31
* vo_vdpau: add RGB supportwm42013-08-181-0/+4
* command: more intuitive chapter seek behaviorPhilip Sequeira2013-08-172-1/+10
* vo_vdpau: use color close to black as default colorkey (instead of green)wm42013-08-171-3/+3
* vo_vdpau: allow setting colorkeywm42013-08-171-0/+6
* manpage: fix incorrect ao_alsa example, extend changes.rstwm42013-08-152-2/+7
* sub: make --subcp=enca the default.wm42013-08-151-5/+14
* sub: allow specifying a fallback codepage if input is not UTF-8wm42013-08-151-2/+8
* changes.rst: document some OSX and windows changesStefano Pigozzi2013-08-131-0/+5
* manpage: actually document --hwdec=autowm42013-08-121-0/+7
* video: add vaapi decode and output supportwm42013-08-122-1/+35
* changes.rst: add precise scrolling supportAlexander Preisinger2013-08-071-0/+2
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-6/+6
* changes.rst: mention wayland supportAlexander Preisinger2013-08-051-0/+1
* demux_lavf: make avio buffer configurablewm42013-08-041-0/+6
* command: make vf and af commands more verbosewm42013-08-031-0/+5
* command: add vf/af propertieswm42013-08-031-0/+2
* stream: redo URL parsing, replace m_struct usage with m_configwm42013-08-021-1/+1
* manpage: clean up environment variables sectionwm42013-08-021-54/+32
* manpage: document exit codeswm42013-08-021-0/+18
* manpage: move screenshot section above option listwm42013-08-021-17/+17
* crosscompile-mingw.txt: it's "MinGW" not "MingGW"wm42013-07-301-3/+3
* crosscompile-mingw.txt: mingw-w64 now has modern OpenGL headers in trunkwm42013-07-301-1/+1
* options: simplify --correct-pts handlingwm42013-07-261-7/+6
* command: add pseudo-property that allows you to read global optionswm42013-07-261-0/+1
* af_lavfi: switch to new option APIwm42013-07-221-2/+6
* af_lavrresample: switch to new option APIwm42013-07-221-4/+5
* audio/filter: use new option APIwm42013-07-222-14/+10
* DOCS/man/en/ao.rst: Update wasapi:device=<id> documentationDiogo Franco (Kovensky)2013-07-221-1/+6
* ao_wasapi0: Rename to ao_wasapiDiogo Franco (Kovensky)2013-07-221-1/+1
* DOCS/man/en/ao.rst: Document ao_wasapi0Diogo Franco (Kovensky)2013-07-221-0/+15
* vo_opengl: some option changeswm42013-07-221-29/+12
* options: move --colorkey option to vo_xvwm42013-07-222-9/+7
* ao_jack: use new option APIwm42013-07-221-1/+1
* options: remove --mixer and --mixer-channel, turn them into alsa/oss suboptswm42013-07-213-19/+14
* ao_alsa: use new option API (changes syntax)wm42013-07-211-3/+10
* manpage: fix typowm42013-07-211-1/+1
* input.rst: update examplewm42013-07-211-1/+1
* vf_scale: use new swscale wrapperwm42013-07-181-6/+0
* sd_ass: scale blur by original video size if requestedwm42013-07-151-1/+10
* sd_add: add terrible hack for (xy-)vsfilter compatibilitywm42013-07-151-0/+25
* demux_lavf: add terrible hack to make DVD playback just workwm42013-07-141-0/+10
* Merge branch 'remove_old_demuxers'wm42013-07-143-49/+38
|\
| * tech-overview.txt: minor changes and additionswm42013-07-141-27/+38
| * demux: rewrite probing and demuxer initializationwm42013-07-121-6/+0
| * options: remove --ignore-startwm42013-07-081-5/+0
| * Merge branch 'master' into remove_old_demuxerswm42013-07-089-2121/+2265
| |\
| * | Remove old demuxerswm42013-07-072-11/+0
* | | options: add --cache-default optionwm42013-07-101-1/+6
| |/ |/|
* | command: add screenshot_to_file commandwm42013-07-081-0/+13
* | input: allow binding multiple commands to a keywm42013-07-081-1/+10
* | manpage: proofread and fix formattingMartin Herkt2013-07-089-2124/+2246
|/
* Remove some leftovers from network removalwm42013-07-072-3/+3
* manpage: fix section headingsMartin Herkt2013-07-073-26/+27
* Remove internal network supportwm42013-07-071-28/+0
* ao_jack: allow more control about channel layoutswm42013-07-071-0/+15
* command: add some playlist manipulation commandswm42013-07-021-0/+11
* command: add commands to enable/disable input sectionswm42013-06-291-0/+15
* manpage: document input sectionswm42013-06-291-1/+21
* command: make raw percent-pos property return fractionswm42013-06-291-0/+1
* command: add properties for playlist positionwm42013-06-291-1/+3
* vo_opengl: handle chroma locationwm42013-06-281-0/+4
* core: add libquvi 0.9 supportwm42013-06-282-1/+15
* options: rename --mkv-subtitle-preroll, --dtshdwm42013-06-281-30/+35
* options: rename --rawvideo to --demuxer-rawvideo, same with --rawaudiowm42013-06-282-34/+39
* options: rename -lavdopts to -vd-lavc, -lavfdopts to -demuxer-lavfwm42013-06-282-101/+94
* options: remove -lavdopts debug suboptionwm42013-06-281-26/+1
* DOCS: update tech-overview.txt to reflect some subtitle related changeswm42013-06-251-13/+19
* options: add -sub-speed optionwm42013-06-251-0/+12
* sub: libguess support for -subcpwm42013-06-251-0/+9
* sub: add subtitle charset conversionwm42013-06-251-3/+5
* sub: add demux_libass wrapper, drop old hackswm42013-06-252-10/+2
* sub: do some timing postprocessing on preloaded subswm42013-06-231-9/+6
* configure: make check for stream cache verbosewm42013-06-161-2/+3
* Merge branch 'cache_new'wm42013-06-161-6/+15
|\
| * cache: use threads instead of fork()wm42013-06-161-6/+15
* | audio/out: remove ao->outburst/buffersize fieldswm42013-06-161-4/+0
* | mplayer: update window title if its properties changeJohn Hawthorn2013-06-161-0/+3
* | image_writer: Add PNG filter option (default "mixed")Martin Herkt2013-06-152-0/+9
* | x11: enable screensaver when paused, rename/change --stop-xscreensaverwm42013-06-142-6/+9
* | options: remove --stereowm42013-06-131-7/+0
* | manpage: adjust y4m output examplewm42013-06-131-1/+1
* | Option -omaxfps: limit fps when encodingRudolf Polzer2013-06-091-0/+5
|/
* manpage: improve documentation of property expansionwm42013-06-082-45/+90
* command: replace some show_ commands with propertieswm42013-06-072-9/+9
* core: reset pause state by default when going to next filewm42013-06-071-0/+3
* docs: update tech-overview.txtwm42013-06-051-9/+19
* osx: improve Media Keys supportStefano Pigozzi2013-06-041-0/+3
* ao_jack: add (no-)connect suboptionreimar2013-06-041-0/+4
* Merge branch 'sub_mess'wm42013-06-041-7/+8
|\
| * sub: use libass even if -no-ass is usedwm42013-06-031-6/+4
| * options: add --no-sub-visibility for symmetrywm42013-05-301-1/+4
* | osx: add Apple Remote supportStefano Pigozzi2013-06-031-0/+3
|/
* options: remove some questionable -lavdopts suboptionswm42013-05-291-43/+4
* manpage: fix typowm42013-05-271-1/+1
* options: add allow-mimetype suboption for demux_lavfwm42013-05-271-0/+6
* manpage: fix typowm42013-05-261-2/+2
* manpage: mark some filters as deprecated in favor of libavfilterwm42013-05-261-0/+29
* gl_video: improve ditheringwm42013-05-261-0/+18
* gl_video: add scaler-resizes-only sub-optionwm42013-05-261-0/+8
* vf_lavfi: allow setting avoptswm42013-05-261-1/+9
* af_lavfi: add libavfilter bridgewm42013-05-231-0/+10
* m_option, vf: add label supportwm42013-05-231-0/+5
* input: do property expansion for all input command string argumentswm42013-05-181-2/+6
* core: allow changing filter filters at runtimewm42013-05-181-0/+31
* manpage: document af_* commandswm42013-05-181-2/+16
* options: add -V as alias for --versionwm42013-05-151-1/+1
* options: add --versionwm42013-05-151-0/+3
* add osd-scale commandPaul B Mahol2013-05-142-0/+4
* core: re-add -dumpstream as --stream-dumpwm42013-05-122-0/+6
* core: add --stream-capturewm42013-05-122-0/+10
* Merge branch 'audio_changes'wm42013-05-123-65/+81
|\
| * manpage: update --channelswm42013-05-121-11/+10
| * audio/filters: add af_forcewm42013-05-121-0/+33
| * options: add option to prevent decoder audio downmixingwm42013-04-132-8/+20
| * manpage: update af_lavrresample entrywm42013-04-131-6/+6
| * af_lavrresample: add no-detach suboptionwm42013-04-131-0/+5
| * options: remove --af-advwm42013-04-132-39/+3
| * audio: remove float processing optionwm42013-04-131-1/+4
* | man: fix spelling errorStefano Pigozzi2013-05-121-1/+1
* | cocoa_common: add native OSX fullscreen supportStefano Pigozzi2013-05-121-0/+7
* | command: add time-remaining propertywm42013-05-101-0/+1
* | core: add playback resume feature (manual/opt-in)wm42013-05-053-0/+21
* | manpage: fix option descriptionwm42013-05-051-1/+1
* | video: add --hwdec-codecs option to whitelist codecs for hw decodingwm42013-05-041-0/+12
* | stream_bluray: remove the broken -bluray-chapter optionreimar2013-04-271-5/+0
* | manpage: fix references to --slavewm42013-04-261-2/+2
* | options: allow using [ ] for quoting in sub-optionswm42013-04-261-6/+13
* | manpage: remove broken examplewm42013-04-241-3/+0
* | manpage: document --native-keyrepeatwm42013-04-241-0/+6
* | core: add backstep supportwm42013-04-241-0/+11
* | manpage: remove references to --no-sliceswm42013-04-231-7/+1
* | m_option: allow quoted positional parameters for -vfwm42013-04-231-1/+2
* | vf_lavfi: add libavfilter bridgewm42013-04-211-0/+31
* | manpage: clarify --cache behaviorwm42013-04-201-0/+6
* | Fix typo for opengl dither-depth defaultEllis Berner2013-04-181-1/+1
* | sub: add --osd-blur and --sub-text-blur optionswm42013-04-131-0/+3
|/
* core: remove dead --vsync leftoverswm42013-04-121-1/+0
* core: add --reset-on-next-file optionwm42013