| Commit message (Expand) | Author | Age | Files | Lines |
* | options: change --loop semantics | wm4 | 2017-08-14 | 2 | -5/+6 |
* | player: add --track-auto-selection option | wm4 | 2017-08-12 | 2 | -0/+14 |
* | player: make --lavfi-complex changeable at runtime | wm4 | 2017-08-12 | 1 | -0/+3 |
* | man/mpv: document bd:// expected titles and title list | Ricardo Constantino | 2017-08-11 | 1 | -0/+5 |
* | vo_opengl: further GL API use separation | wm4 | 2017-08-07 | 1 | -0/+5 |
* | cocoa: add an option to disable the native macOS fullscreen | Akemi | 2017-08-06 | 1 | -0/+4 |
* | vo_opengl: make fbotex helper use ra | wm4 | 2017-08-05 | 1 | -0/+3 |
* | w32_common: handle media keys | James Ross-Gowan | 2017-08-05 | 1 | -1/+1 |
* | vo_opengl: support embedded ICC profiles | Niklas Haas | 2017-08-03 | 1 | -0/+6 |
* | vo_opengl: make compute shaders more flexible | Niklas Haas | 2017-08-03 | 1 | -7/+17 |
* | vo_opengl: simplify/fix user shader textures | wm4 | 2017-08-03 | 1 | -10/+12 |
* | vo_opengl: generalize HDR tone mapping to gamut mapping | Niklas Haas | 2017-08-03 | 2 | -7/+10 |
* | vo_opengl: support loading custom user textures | Niklas Haas | 2017-07-27 | 1 | -13/+48 |
* | vo_opengl: adjust the rules for linearization | Niklas Haas | 2017-07-24 | 1 | -2/+4 |
* | manpage: expand --hwdec warnings | Niklas Haas | 2017-07-24 | 1 | -17/+36 |
* | vo_opengl: support user compute shaders | Niklas Haas | 2017-07-24 | 1 | -0/+11 |
* | vo_opengl: support HDR peak detection | Niklas Haas | 2017-07-24 | 1 | -0/+8 |
* | vo_opengl: add direct rendering support | wm4 | 2017-07-24 | 1 | -0/+17 |
* | options: drop --video-aspect-method=hybrid | wm4 | 2017-07-21 | 2 | -4/+2 |
* | client API: drop some compatibility handling | wm4 | 2017-07-21 | 1 | -0/+3 |
* | input: drop deprecated "osd" command | wm4 | 2017-07-21 | 1 | -0/+1 |
* | options: kill --field-dominance | wm4 | 2017-07-21 | 4 | -14/+4 |
* | manpage: fix minor spelling mistake in mpv.rst | James Cowgill | 2017-07-19 | 1 | -1/+1 |
* | manpage: upcase JavaScript for section title case consistency. | torque | 2017-07-17 | 1 | -1/+1 |
* | vo_opengl: use glBufferSubData instead of glMapBufferRange | Niklas Haas | 2017-07-16 | 1 | -3/+0 |
* | vo_opengl: generalize --scale-clamp etc. | Niklas Haas | 2017-07-12 | 2 | -6/+13 |
* | player: change default section when loading encoding-profiles.conf | wm4 | 2017-07-12 | 1 | -2/+6 |
* | man/options: fix a few broken options' examples | Ricardo Constantino | 2017-07-12 | 1 | -16/+14 |
* | ytdl_hook: actually load the script-opts | Ricardo Constantino | 2017-07-11 | 1 | -3/+3 |
* | ytdl_hook: add option to exclude URLs from being parsed | Ricardo Constantino | 2017-07-11 | 1 | -0/+20 |
* | manpage: add a description for --scale | Niklas Haas | 2017-07-09 | 1 | -0/+1 |
* | vo_opengl: support tone-mapping-param for `clip` | Niklas Haas | 2017-07-07 | 1 | -0/+3 |
* | vo_opengl: rework --opengl-dumb-mode | Niklas Haas | 2017-07-07 | 2 | -4/+6 |
* | demux_lavf: remove --demuxer-lavf-cryptokey option | wm4 | 2017-07-06 | 2 | -4/+2 |
* | js: utils.getenv(): fix crash on undefined var | Avi Halachmi (:avih) | 2017-07-06 | 1 | -1/+2 |
* | vo_opengl: also expose NAME_mul for user shaders | Niklas Haas | 2017-07-06 | 1 | -0/+8 |
* | vo_opengl: add --tone-mapping-desaturate | Niklas Haas | 2017-07-06 | 1 | -0/+10 |
* | vo_opengl: use textureGatherOffset for polar filters | Niklas Haas | 2017-07-05 | 1 | -1/+1 |
* | filter_kernels: add radius cutoff functionality | Niklas Haas | 2017-07-03 | 1 | -0/+8 |
* | m_option: deprecate multiple items for -add etc. | wm4 | 2017-07-02 | 1 | -0/+2 |
* | options: change everything again | wm4 | 2017-07-02 | 3 | -29/+35 |
* | vo_opengl: refactor vo performance subsystem | Niklas Haas | 2017-07-01 | 3 | -24/+51 |
* | options: change path list options, and document list options | wm4 | 2017-06-30 | 3 | -8/+63 |
* | ao_coreaudio: insane hack for passing through AC3 as float PCM | wm4 | 2017-06-30 | 1 | -0/+9 |
* | video: change --video-aspect-method default value again | wm4 | 2017-06-29 | 1 | -6/+9 |
* | DOCS/tech-overview.txt: updates | wm4 | 2017-06-29 | 1 | -50/+26 |
* | manpage: fix unfinished sentence | wm4 | 2017-06-29 | 1 | -1/+2 |
* | input.conf: drop TV/DVB bindings | wm4 | 2017-06-27 | 1 | -7/+2 |
* | client API: drop old "no-" option emulation | wm4 | 2017-06-26 | 2 | -0/+4 |
* | manpage: fix --angle-swapchain-length requirements | James Ross-Gowan | 2017-06-26 | 1 | -1/+1 |
* | options: suggest a replacement for --field-dominance | wm4 | 2017-06-25 | 1 | -1/+1 |
* | DOCS/contribute.md: add rules for push access, that nobody will read... | wm4 | 2017-06-24 | 1 | -0/+29 |
* | DOCS/contribute.md: some updates | wm4 | 2017-06-24 | 1 | -11/+16 |
* | options: remove weird --really-quiet special behavior | wm4 | 2017-06-23 | 1 | -0/+1 |
* | options: disable --field-dominance for WIP LGPL mode, also deprecate | wm4 | 2017-06-23 | 1 | -0/+1 |
* | player: deprecate "osd" command | wm4 | 2017-06-23 | 1 | -0/+1 |
* | manpage: Remove documentation to use 'I' to show filename on the OSD | Leo Izen | 2017-06-21 | 1 | -3/+0 |
* | man/options: correct --{sub,osd}-font examples | Ricardo Constantino | 2017-06-21 | 1 | -2/+2 |
* | vo_opengl: implement sony s-log2 trc | Niklas Haas | 2017-06-18 | 2 | -0/+3 |
* | vo_opengl: implement sony s-log1 trc | Niklas Haas | 2017-06-18 | 2 | -0/+3 |
* | csputils: implement sony s-gamut | Niklas Haas | 2017-06-18 | 1 | -0/+2 |
* | vo_opengl: implement support for OOTFs and non-display referred content | Niklas Haas | 2017-06-18 | 2 | -0/+18 |
* | csputils: rename HDR curves | Niklas Haas | 2017-06-18 | 3 | -6/+7 |
* | video: refactor HDR implementation | Niklas Haas | 2017-06-18 | 4 | -18/+12 |
* | dec_video: change license to LGPL (almost) | wm4 | 2017-06-18 | 2 | -2/+5 |
* | image_writer, vo_image: change license to LGPL | wm4 | 2017-06-18 | 1 | -8/+0 |
* | vf_dlopen: remove this filter | wm4 | 2017-06-18 | 1 | -23/+0 |
* | stream_file: option to close fd after use -> fdclose:// | sfan5 | 2017-06-16 | 1 | -0/+5 |
* | command: add all options to property->option bridge | wm4 | 2017-06-15 | 1 | -0/+8 |
* | js: add javascript scripting support using MuJS | Avi Halachmi (:avih) | 2017-06-14 | 2 | -0/+338 |
* | DOCS/contribute.md: commit message body should be line-broken too | wm4 | 2017-06-13 | 1 | -2/+3 |
* | manpage: Update 'u' keyboard shortcut docs to say 'sub-ass-override' | Leo Izen | 2017-06-13 | 1 | -1/+1 |
* | vo_opengl: add new HDR tone mapping algorithm | Niklas Haas | 2017-06-09 | 1 | -4/+24 |
* | options: slight cleanup of --sub-ass-style-override | Niklas Haas | 2017-06-07 | 2 | -18/+23 |
* | options: change --sub-fix-timing default | wm4 | 2017-06-06 | 1 | -4/+4 |
* | vo_opengl: hwdec_cuda: Support separate decode and display devices | Philip Langdale | 2017-06-03 | 1 | -0/+10 |
* | af, vf: improvements to libavfilter bridge | wm4 | 2017-05-31 | 2 | -3/+12 |
* | man/options: further document --chapters-file accepted files | Ricardo Constantino | 2017-05-22 | 1 | -0/+4 |
* | demux_raw: drop "mp-rawvideo" use | wm4 | 2017-05-20 | 1 | -0/+1 |
* | manpage: document tricky issue with IPC observe_property command | wm4 | 2017-05-16 | 1 | -0/+8 |
* | manpage: better description for --external-file | wm4 | 2017-05-16 | 1 | -3/+8 |
* | man: document fonts.conf, subfont.ttf, and fonts subdir | Zhuoyun Wei | 2017-05-02 | 1 | -0/+17 |
* | audio: merge --replaygain-track and --replaygain-album into one option | wm4 | 2017-04-27 | 1 | -6/+3 |
* | audio: move replaygain control to top-level options | wm4 | 2017-04-26 | 3 | -0/+25 |
* | DOCS/interface-changes.rst: fix typo | wm4 | 2017-04-26 | 1 | -1/+1 |
* | wscript_build: install shared libmpv to BINDIR for Win32 | Ricardo Constantino | 2017-04-24 | 1 | -3/+0 |
* | options: remove remaining deprecated audio device selection options | wm4 | 2017-04-23 | 2 | -50/+6 |
* | Release 0.25.0v0.25.0 | Martin Herkt | 2017-04-23 | 1 | -7/+10 |
* | client API: add MPV_ENABLE_DEPRECATED symbol | wm4 | 2017-04-20 | 1 | -0/+3 |
* | options: change --audio-file-auto default to not to load any files | wm4 | 2017-04-20 | 1 | -0/+3 |
* | osc: add user_opts.boxmaxchars for box layout title limit | Avi Halachmi (:avih) | 2017-04-19 | 1 | -0/+8 |
* | man/osc: document volume and fullscreen buttons | Ricardo Constantino | 2017-04-19 | 1 | -6/+17 |
* | manpage: replace gendered pronouns | Nicolas F | 2017-04-19 | 1 | -2/+2 |
* | demux: estimate total packet size, deprecate packet number limits | wm4 | 2017-04-14 | 2 | -6/+13 |
* | player: add --keep-open-pause=no option | Dan Oscarsson | 2017-04-14 | 2 | -0/+9 |
* | command, manpage: some leftover mentions of renamed --loop option | wm4 | 2017-04-11 | 1 | -4/+4 |
* | manpage: group --loop options together | wm4 | 2017-04-10 | 1 | -16/+16 |
* | options: deprecate --loop | wm4 | 2017-04-10 | 2 | -2/+9 |
* | vo_opengl: add option for caching shaders on disk | wm4 | 2017-04-08 | 1 | -0/+12 |
* | DOCS/interface-changes.rst: document --vf/--af deprecations | wm4 | 2017-04-04 | 1 | -0/+10 |
* | video: support positional arguments for automatic lavfi option bridge | wm4 | 2017-04-03 | 1 | -5/+5 |
* | video: add automatic libavfilter bridge to option parsing | wm4 | 2017-04-02 | 1 | -0/+7 |
* | video: deprecate almost all video filters | wm4 | 2017-04-02 | 1 | -0/+4 |
* | manpage, client API: add some clarifications when commands use OSD | wm4 | 2017-04-01 | 1 | -3/+7 |
* | manpage: finish cut off sentence | wm4 | 2017-04-01 | 1 | -1/+2 |
* | player: make screenshot commands honor the async flag | wm4 | 2017-04-01 | 1 | -0/+9 |
* | input: add "async" flag | wm4 | 2017-04-01 | 1 | -0/+6 |
* | external_files: enable autoloading with URLs | Ricardo Constantino | 2017-04-01 | 1 | -0/+2 |
* | osc: escape ASS and strip newlines on title | Ricardo Constantino | 2017-03-27 | 1 | -0/+1 |
* | osc: make title configurable and use property expansion on it | Ricardo Constantino | 2017-03-27 | 1 | -1/+7 |
* | Revert "osc: make the title toggleable between media-title and filename" | Ricardo Constantino | 2017-03-27 | 1 | -8/+2 |
* | osx: fix key input in certain circumstances | Akemi | 2017-03-26 | 2 | -5/+1 |
* | command: add expand-text command to property-expand a string | Avi Halachmi (:avih) | 2017-03-26 | 1 | -0/+5 |
* | osc: make the title toggleable between media-title and filename | Ricardo Constantino | 2017-03-26 | 1 | -2/+8 |
* | command: change and simplify filter toggle syntax | wm4 | 2017-03-26 | 2 | -3/+8 |
* | vo_opengl: angle: add --angle-flip to set the present model | James Ross-Gowan | 2017-03-26 | 1 | -2/+15 |
* | m_option: consistent af/vf filter entry "enabled" flag default value | wm4 | 2017-03-25 | 1 | -0/+1 |
* | command: add better runtime filter toggling method | wm4 | 2017-03-25 | 3 | -24/+48 |
* | manpage: minor addition for --video-sync | wm4 | 2017-03-25 | 1 | -0/+4 |
* | sub: add SDH subtitle filter | Dan Oscarsson | 2017-03-25 | 2 | -0/+19 |
* | command: add demux-start-time property | Matthias Hunstock | 2017-03-25 | 1 | -0/+3 |
* | vo_opengl: replace uniform variable image_size with input_size | igv | 2017-03-25 | 2 | -2/+4 |
* | vo_opengl: add tex_offset uniform variable to user shaders | igv | 2017-03-25 | 1 | -0/+2 |
* | vo_opengl: make size of a cropped source image available to user shaders | igv | 2017-03-25 | 1 | -3/+5 |
* | af_drc: remove | Jan Janssen | 2017-03-25 | 3 | -24/+2 |
* | manpage: add empty line between protocol header/description | wm4 | 2017-03-25 | 1 | -0/+19 |
* | manpage: explain more about outstanding dvdnav bugs | Frederick Eaton | 2017-03-25 | 1 | -5/+11 |
* | command: add a property to signal whether networking is used | wm4 | 2017-03-24 | 1 | -0/+8 |
* | manpage: fix a typo | wm4 | 2017-03-20 | 1 | -1/+1 |
* | vo_opengl: add a --opengl-es=force2 option | wm4 | 2017-03-20 | 1 | -0/+2 |
* | vo_opengl: add experimental vdpauglx backend | wm4 | 2017-03-18 | 1 | -0/+5 |
* | screenshot: change details of --screenshot-format handling | wm4 | 2017-03-18 | 2 | -1/+2 |
* | image_writer: remove useless formats | wm4 | 2017-03-18 | 3 | -12/+2 |
* | manpage: slightly improve screenshot-raw description | wm4 | 2017-03-18 | 1 | -3/+4 |
* | manpage: minor clarification to screenshot command argument handling | wm4 | 2017-03-15 | 1 | -2/+6 |
* | manpage: adjust description of libva deinterlacer ref direction mess | wm4 | 2017-03-07 | 1 | -5/+7 |
* | hw_videotoolbox: allow using native decoder output format | wm4 | 2017-03-02 | 1 | -0/+2 |
* | vf_vavpp: add advanced deint bug compatibility for Intel vaapi drivers | wm4 | 2017-02-28 | 1 | -0/+7 |
* | cocoa: add option to force dedicated GPU | Akemi | 2017-02-27 | 1 | -0/+6 |
* | demux_lavf: skip avformat_find_stream_info() for some formats | wm4 | 2017-02-23 | 1 | -0/+9 |
* | vo_opengl: remove dxva2 dummy hwdec backend | wm4 | 2017-02-20 | 1 | -0/+3 |
* | manpage: discourage vo_vaapi further | wm4 | 2017-02-17 | 1 | -3/+2 |
* | vo_opengl: implement videotoolbox hwdec on iOS | Aman Gupta | 2017-02-17 | 1 | -2/+3 |
* | vo_opengl: hwdec_osx: use new format setup function | wm4 | 2017-02-17 | 1 | -2/+2 |
* | manpage: remove stale --volume-restore-data entry | wm4 | 2017-02-17 | 1 | -12/+0 |
* | DOCS/waf-buildsystem.rst: fix typo | Pedro Pombeiro | 2017-02-15 | 1 | -1/+1 |
* | cocoa: add --ontop-level option for modifying ontop window level | Akemi | 2017-02-13 | 1 | -0/+8 |
* | DOCS/contribute.md: adjust coding style for if/else bracing | wm4 | 2017-02-11 | 1 | -6/+4 |
* | DOCS/mplayer-changes.rst: fix syntax | wm4 | 2017-02-10 | 1 | -1/+4 |
* | manpage: fix incorrect option name for --record-file | wm4 | 2017-02-08 | 2 | -2/+2 |
* | player: add experimental stream recording feature | wm4 | 2017-02-07 | 2 | -0/+24 |
* | vo_opengl: angle: rewrite with custom swap chain | James Ross-Gowan | 2017-02-07 | 1 | -7/+61 |
* | manpage: Reorganise discussion of cuda hwdec to be less confusing | Philip Langdale | 2017-02-06 | 1 | -12/+8 |
* | DOCS/edl-mpv.rst: fix typo | wm4 | 2017-02-05 | 1 | -1/+1 |
* | ytdl_hook, edl: implement pseudo-DASH support | wm4 | 2017-02-04 | 1 | -3/+40 |
* | manpage: state that hwdec d3d11va requires Windows 8+ | S2F0amEgS2xvdmVy | 2017-02-03 | 1 | -2/+2 |
* | player: different way to auto-enable the demuxer cache | wm4 | 2017-02-02 | 1 | -0/+2 |
* | sub: add justify of subtitles | Dan Oscarsson | 2017-02-01 | 2 | -0/+14 |
* | win32: snap to screen edges | pavelxdd | 2017-01-27 | 1 | -0/+3 |
* | stream_lavf: add support for data URIs | Ricardo Constantino | 2017-01-25 | 1 | -0/+4 |
* | manpage: add "A/V sync" to make it findable with Ctrl+f | octos | 2017-01-25 | 1 | -1/+1 |
* | sub: add option to force using video resolution for image subtitles | wm4 | 2017-01-23 | 1 | -0/+7 |
* | player: remove --stream-capture option/property | wm4 | 2017-01-21 | 3 | -19/+5 |
* | command: rename framedrop properties | wm4 | 2017-01-20 | 2 | -2/+10 |
* | x11: pseudo HiDPI scaling | wm4 | 2017-01-19 | 1 | -1/+1 |
* | options: drop deprecated --sub-codepage syntax | wm4 | 2017-01-19 | 2 | -2/+4 |