| Commit message (Expand) | Author | Age | Files | Lines |
* | tmpmulticheck | Stefano Pigozzi | 2017-12-04 | 1 | -214/+2 |
* | tmp | Stefano Pigozzi | 2017-10-15 | 5 | -223/+273 |
* | manpage: correct some comments about ordered chapters | wm4 | 2017-10-11 | 1 | -6/+5 |
* | wayland_common: require wl_output v2 and send MP_INPUT_RELEASE_ALL on uninit | Rostislav Pehlivanov | 2017-10-11 | 1 | -8/+13 |
* | vo_gpu: shaderc: include debug info when --gpu-debug is set | James Ross-Gowan | 2017-10-11 | 1 | -0/+2 |
* | audio: clarify GPL-only parts | wm4 | 2017-10-10 | 1 | -1/+2 |
* | demux_mkv: remove remaining GPL code | wm4 | 2017-10-10 | 2 | -9/+1 |
* | build: make LGPL mode final (via --enable-gpl) | wm4 | 2017-10-10 | 2 | -37/+28 |
* | Add checks for HAVE_GPL to various GPL-only source files | wm4 | 2017-10-10 | 31 | -0/+148 |
* | wayland_common: adjust default cursor size and scale its buffer | Rostislav Pehlivanov | 2017-10-10 | 1 | -2/+3 |
* | vo: fix reference to mediacodec_embed | Aman Gupta | 2017-10-09 | 1 | -2/+2 |
* | vo_gpu: android: fix gpu context | Aman Gupta | 2017-10-09 | 2 | -0/+5 |
* | vo_opengl: hwdec_vaegl: Use vaExportSurfaceHandle() if present | Mark Thompson | 2017-10-09 | 1 | -0/+80 |
* | vaapi: Use libva2 message callbacks | Mark Thompson | 2017-10-09 | 1 | -3/+29 |
* | stats: add documentation | Julian | 2017-10-09 | 3 | -1/+165 |
* | lua: integrate stats.lua script | Julian | 2017-10-09 | 7 | -2/+14 |
* | stats: change the way toggling/oneshot works internally | Julian | 2017-10-09 | 1 | -106/+109 |
* | stats: stop coloring timing values | Julian | 2017-10-09 | 1 | -26/+8 |
* | stats: add current and total chapter number | Julian | 2017-10-09 | 1 | -1/+8 |
* | stats: add audio and video filters | Jan Janssen | 2017-10-09 | 1 | -0/+55 |
* | stats: reorganize the framedrop counters | Niklas Haas | 2017-10-09 | 1 | -4/+5 |
* | stats: revert DR indicator as it's unnecessary | Julian | 2017-10-09 | 1 | -2/+1 |
* | stats: reduce default font size to 8 | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: visually indicate direct rendering | Julian | 2017-10-09 | 1 | -1/+2 |
* | stats: change font weight of % sign as well | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: fix indentation/newline of frame timing page | Julian | 2017-10-09 | 1 | -11/+11 |
* | stats: show % of a pass on frame timing page | Julian | 2017-10-09 | 1 | -9/+23 |
* | stats: always print perfdata total | Julian | 2017-10-09 | 1 | -7/+4 |
* | stats: make add_header() append at current position | Julian | 2017-10-09 | 1 | -7/+7 |
* | stats: print perfdata total by default | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: mark dummy as such | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: correctly re-eval ASS tag usage | Julian | 2017-10-09 | 1 | -11/+17 |
* | stats: make page keybinding repeatable | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: remove table in table | Julian | 2017-10-09 | 1 | -14/+6 |
* | stats: resilience against accidential timer removal | Julian | 2017-10-09 | 1 | -9/+12 |
* | stats: allow keybindings for specific page | Julian | 2017-10-09 | 1 | -12/+21 |
* | stats: support for multiple "pages" of stats | Julian | 2017-10-09 | 1 | -26/+124 |
* | stats: remove check for lua timer function | Julian | 2017-10-09 | 1 | -8/+0 |
* | stats: rescale graphs to make the average align with the center, if possible | Niklas Haas | 2017-10-09 | 1 | -4/+11 |
* | stats: add support for `vo-passes`, which replaces `vo-performance` | Niklas Haas | 2017-10-09 | 1 | -68/+60 |
* | stats: update HDR peak for upstream changes | Niklas Haas | 2017-10-09 | 1 | -2/+2 |
* | stats: add support for deprecated properties | Julian | 2017-10-09 | 1 | -11/+21 |
* | stats: comment to remind me about deprecated properties | Julian | 2017-10-09 | 1 | -0/+1 |
* | stats: add new versions of decoder and VO dropped frame counts | Ricardo Constantino | 2017-10-09 | 1 | -1/+5 |
* | stats: put vsync ratio and jitter on the same line | Julian | 2017-10-09 | 1 | -15/+10 |
* | stats: declare function as local | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: use container-fps together with fps (as fallback) | Julian | 2017-10-09 | 1 | -1/+3 |
* | stats: rename option timing_total to print_perfdata_total | Julian | 2017-10-09 | 1 | -2/+2 |
* | stats: add vsync-ratio and vsync-jitter | Julian | 2017-10-09 | 1 | -69/+138 |
* | stats: add some documentation for generate_graph() | Julian | 2017-10-09 | 1 | -1/+10 |
* | stats: access less variables outside function's state | Julian | 2017-10-09 | 1 | -12/+10 |
* | stats: add new container-fps that deprecates fps | Ricardo Constantino (:RiCON) | 2017-10-09 | 1 | -1/+2 |
* | stats: remove hwdec-active property | Ricardo Constantino (:RiCON) | 2017-10-09 | 1 | -7/+2 |
* | stats: fix bug introduced in earlier commit | Julian | 2017-10-09 | 1 | -5/+4 |
* | stats: fix comment typo | Julian | 2017-10-09 | 1 | -7/+7 |
* | stats: disable coloring peak performance data | Julian | 2017-10-09 | 1 | -1/+2 |
* | stats: change coloring of performance data | Julian | 2017-10-09 | 1 | -7/+8 |
* | stats: save ASS sequences locally | Julian | 2017-10-09 | 1 | -3/+10 |
* | stats: only print graphs when ASS tags are good | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: clearify a few descriptions/labels | Julian | 2017-10-09 | 1 | -3/+3 |
* | stats: don't show video/audio-speed-correction when 0 | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: add HDR signal peak information | Niklas Haas | 2017-10-09 | 1 | -5/+15 |
* | stats: add sum of timing values | Julian | 2017-10-09 | 1 | -7/+13 |
* | stats: put colormatrix, primaries and gamma together | Julian | 2017-10-09 | 1 | -3/+4 |
* | stats: change highlighting of performance data | Julian | 2017-10-09 | 1 | -4/+11 |
* | stats: declare functions as local | Julian | 2017-10-09 | 1 | -197/+200 |
* | stats: align graphs | Julian | 2017-10-09 | 1 | -44/+63 |
* | stats: change the way the output is built | Julian | 2017-10-09 | 1 | -85/+65 |
* | stats: rewrite parts of performance data | Julian | 2017-10-09 | 1 | -64/+110 |
* | stats: add performance data | Julian | 2017-10-09 | 1 | -9/+103 |
* | stats: update stats when file changes | Julian | 2017-10-09 | 1 | -1/+7 |
* | stats: small spelling correction | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: use redraw_delay for timer period | Julian | 2017-10-09 | 1 | -2/+2 |
* | stats: always print title if different from filename | Ricardo Constantino (:RiCON) | 2017-10-09 | 1 | -1/+3 |
* | stats: make a warning more visible | Julian | 2017-10-09 | 1 | -1/+3 |
* | stats: rename some functions | Julian | 2017-10-09 | 1 | -6/+6 |
* | stats: add toggling of stats | Julian | 2017-10-09 | 1 | -4/+29 |
* | stats: add hwdec-current | Ricardo Constantino (:RiCON) | 2017-10-09 | 1 | -1/+6 |
* | stats: add cache-speed | Ricardo Constantino (:RiCON) | 2017-10-09 | 1 | -2/+3 |
* | stats: decrease default font size | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: add video-params/gamma property | Niklas Haas | 2017-10-09 | 1 | -0/+1 |
* | stats: update frame drop diagnostics | Kevin Mitchell | 2017-10-09 | 1 | -1/+2 |
* | stats: add display fps | Kevin Mitchell | 2017-10-09 | 1 | -0/+7 |
* | stats: rename some variables for consistency | Julian | 2017-10-09 | 1 | -9/+9 |
* | stats: add support for video-sync=display | Niklas Haas | 2017-10-09 | 1 | -0/+5 |
* | stats: fix line wrapping | Julian | 2017-10-09 | 1 | -2/+2 |
* | stats: remove dead link from comment | Julian | 2017-10-09 | 1 | -1/+0 |
* | stats: print bold text in terminals | Rostislav Pehlivanov | 2017-10-09 | 1 | -4/+16 |
* | stats: minor simplification | Julian | 2017-10-09 | 1 | -4/+8 |
* | stats: remove countless hardcoded strings | Julian | 2017-10-09 | 1 | -30/+33 |
* | stats: document append_property return value | Julian | 2017-10-09 | 1 | -2/+3 |
* | stats: fix oversight | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: unify redundant functions | Julian | 2017-10-09 | 1 | -53/+58 |
* | stats: proper usage of imported module | Julian | 2017-10-09 | 1 | -13/+13 |
* | stats: add debug option | Julian | 2017-10-09 | 1 | -0/+7 |
* | stats: reflect latest changes to mpv | Julian | 2017-10-09 | 1 | -2/+2 |
* | stats: don't add superfluous EOL characters | Julian | 2017-10-09 | 1 | -9/+12 |
* | stats: make non-ASS styling configurable | Julian | 2017-10-09 | 1 | -44/+56 |
* | stats: make the OSD usable in audio-only mode | Rostislav Pehlivanov | 2017-10-09 | 1 | -4/+32 |
* | stats: avoid clashing with similar named scripts | Julian | 2017-10-09 | 1 | -1/+1 |
* | stats: initial commit | Julian | 2017-10-09 | 1 | -0/+189 |
* | dvb: SYS_DVBC_ANNEX_B is now supported if ATSC is activated. | Oliver Freyermuth | 2017-10-09 | 1 | -0/+2 |
* | dvb: Skip channel if ATSC device does not support cable / terr. | Oliver Freyermuth | 2017-10-09 | 1 | -1/+3 |
* | dvb: Implement parsing of modulation for VDR-style channels config. | Oliver Freyermuth | 2017-10-09 | 1 | -0/+50 |
* | dvb: Fixes for ATSC tuning. | Oliver Freyermuth | 2017-10-09 | 2 | -2/+19 |
* | stream_dvb: Multiply frequency and sample rate by 1000 for VDR. | Oliver Freyermuth | 2017-10-09 | 1 | -4/+3 |
* | dvb_tune: Pull out DVBv5 raw tuning part, add verbosity. | Oliver Freyermuth | 2017-10-09 | 1 | -23/+24 |
* | dvb: Explicitly clear via DVBv5 before reverting to DVBv3. | Oliver Freyermuth | 2017-10-09 | 1 | -2/+12 |
* | dvb: Use more elaborate tuning for DVBv5 tuning. | Oliver Freyermuth | 2017-10-09 | 1 | -23/+111 |
* | vo_gpu: simplify opengl alias | wm4 | 2017-10-09 | 2 | -31/+2 |
* | vo_gpu: remove duplicated options | wm4 | 2017-10-09 | 1 | -1/+0 |
* | vo_opengl: context_drm_egl: Don't create a new framebuffer for every frame | Mark Thompson | 2017-10-09 | 1 | -22/+27 |
* | vo_gpu: add android opengl backend | Aman Gupta | 2017-10-09 | 5 | -3/+164 |
* | vo: add mediacodec_embed output driver | Aman Gupta | 2017-10-09 | 4 | -0/+102 |
* | hwdec: add mediacodec hardware decoder for IMGFMT_MEDIACODEC frames | Aman Gupta | 2017-10-09 | 7 | -0/+60 |
* | vo: add VO_CAP_NOREDRAW for upcoming vo_mediacodec_embed | Aman Gupta | 2017-10-09 | 2 | -1/+8 |
* | hwdec: rename mediacodec to mediacodec-copy | Aman Gupta | 2017-10-09 | 7 | -12/+32 |
* | README.md: explicitly link contribute.md | wm4 | 2017-10-09 | 1 | -5/+8 |
* | command: drop "audio-out-detected-device" property | wm4 | 2017-10-09 | 7 | -35/+3 |
* | img_format: AV_PIX_FMT_PAL8 is RGB | wm4 | 2017-10-09 | 1 | -2/+5 |
* | wayland_common: implement output tracking, cleanups and bugfixes | Rostislav Pehlivanov | 2017-10-09 | 4 | -215/+246 |
* | osx: add right MacPorts paths to our bundle $PATH | Akemi | 2017-10-07 | 1 | -2/+3 |
* | wayland_common: allow vo_wayland_uninit(NULL) | Niklas Haas | 2017-10-07 | 1 | -0/+2 |
* | Revert "wayland_common: add support for embedding" | Rostislav Pehlivanov | 2017-10-05 | 3 | -10/+0 |
* | wayland_common: respect close events | Rostislav Pehlivanov | 2017-10-05 | 1 | -3/+9 |
* | wayland_common: add support for embedding | Rostislav Pehlivanov | 2017-10-05 | 3 | -0/+9 |
* | wayland_common: reset the LIVE_RESIZING flag when resizing ends | Rostislav Pehlivanov | 2017-10-05 | 1 | -10/+14 |
* | build: switch preliminary LGPL mode from v3 to v2.1 | wm4 | 2017-10-05 | 5 | -43/+8 |
* | DOCS/interface-changes.rst: mention --log-file behavior change | wm4 | 2017-10-05 | 1 | -0/+1 |
* | msg: make --msg-level affect --log-file too | wm4 | 2017-10-04 | 2 | -3/+6 |
* | player: change a minor code fragment to LGPL | wm4 | 2017-10-04 | 1 | -5/+0 |
* | wayland_common: don't hardcode protocol names during registry | Rostislav Pehlivanov | 2017-10-04 | 1 | -8/+8 |
* | README: drop support for Windows Vista | Martin Herkt | 2017-10-04 | 1 | -1/+1 |
* | wayland_common: rewrite from scratch | Rostislav Pehlivanov | 2017-10-03 | 11 | -1058/+1281 |
* | vo_wayland: remove | Rostislav Pehlivanov | 2017-10-03 | 7 | -1062/+0 |
* | demux_mkv: replace deprecated av_copy_packet_side_data() | wm4 | 2017-10-03 | 1 | -4/+2 |
* | osx: add some common paths to our $PATH when started from bundle | Akemi | 2017-10-03 | 1 | -0/+8 |
* | osx: fix bundle on macOS High Sierra (10.13) | Akemi | 2017-10-03 | 6 | -20/+29 |
* | vo_gpu: gl: implement proper extension string search | wm4 | 2017-10-02 | 3 | -10/+23 |
* | DOCS/compile-windows.md: update for changes to mpv and MSYS2 | James Ross-Gowan | 2017-10-02 | 1 | -21/+19 |
* | Man page: fix typo | Kranky K. Krackpot | 2017-10-01 | 1 | -2/+2 |
* | vo_gpu: enable 3DLUTs in dumb mode | Niklas Haas | 2017-09-30 | 1 | -1/+3 |
* | vf_vavpp: restrict allowed sw upload formats to nv12/yuv420p | wm4 | 2017-09-30 | 1 | -20/+3 |
* | vaapi: replace error macro implementation | wm4 | 2017-09-30 | 2 | -12/+3 |
* | Copyright: remove deleted file from list | wm4 | 2017-09-30 | 1 | -1/+0 |
* | video: fix green shit | wm4 | 2017-09-30 | 1 | -1/+1 |
* | manpage: update --blend-subtitles affected options | Leo Izen | 2017-09-29 | 1 | -1/+1 |
* | vaapi: change license to LGPL | wm4 | 2017-09-29 | 6 | -20/+19 |
* | vaapi: move legacy code to vo_vaapi.c | wm4 | 2017-09-29 | 3 | -440/+310 |
* | vf_vavpp: use error checking macro | wm4 | 2017-09-29 | 1 | -19/+11 |
* | vf_vavpp: use libavutil hw frames API for frame pool and upload | wm4 | 2017-09-29 | 5 | -49/+119 |
* | vaapi: use newer libavutil vaapi pixfmt name | wm4 | 2017-09-29 | 1 | -1/+1 |
* | vaapi: minor changes | wm4 | 2017-09-29 | 1 | -7/+7 |
* | vo_gpu: vulkan: reword comment | Niklas Haas | 2017-09-29 | 1 | -3/+4 |
* | vo_gpu: force layout std430 for PCs | Niklas Haas | 2017-09-29 | 2 | -4/+2 |
* | vo_gpu: fix --opengl-gamma redirect | Niklas Haas | 2017-09-28 | 1 | -1/+1 |
* | vo_gpu: set the correct number of vertex attribs | Niklas Haas | 2017-09-28 | 1 | -2/+2 |
* | vo_gpu: vulkan: add support for Windows | James Ross-Gowan | 2017-09-28 | 4 | -0/+113 |
* | vo_gpu: make the vertex attribs dynamic | Niklas Haas | 2017-09-28 | 7 | -104/+102 |
* | vo_gpu: kill some static arrays | Niklas Haas | 2017-09-28 | 2 | -83/+69 |
* | manpage: remove aphasemeter examples | wm4 | 2017-09-27 | 1 | -6/+1 |
* | audio: fix channel conversion with NA channels | wm4 | 2017-09-27 | 1 | -1/+1 |
* | vo_gpu: vulkan: indent queue family enumeration | Niklas Haas | 2017-09-27 | 1 | -1/+1 |
* | vo_gpu: vulkan: normalize use of *Flags and *FlagBits | Niklas Haas | 2017-09-27 | 6 | -33/+31 |
* | vo_gpu: vulkan: optimize redundant pipeline barriers | Niklas Haas | 2017-09-26 | 1 | -5/+15 |
* | vd_lavc: cuda requires setting hw_device_ctx | wm4 | 2017-09-26 | 2 | -1/+4 |
* | manpage: some --hwdec corrections | wm4 | 2017-09-26 | 1 | -5/+2 |
* | video: remove old videotoolbox support | wm4 | 2017-09-26 | 8 | -293/+2 |
* | wscript: remove redundant check | wm4 | 2017-09-26 | 1 | -6/+0 |
* | video: drop old D3D11/DXVA2 support | wm4 | 2017-09-26 | 14 | -1656/+11 |
* | video: drop old cuda/cuvid hwaccel | wm4 | 2017-09-26 | 4 | -123/+1 |
* | manpage: document --gpu-api=vulkan | Niklas Haas | 2017-09-26 | 1 | -0/+2 |
* | vo_gpu: fix memleak in spirv.c | Niklas Haas | 2017-09-26 | 1 | -1/+1 |
* | vo_gpu: explicitly label storage image formats | Niklas Haas | 2017-09-26 | 1 | -1/+22 |
* | vo_gpu: attempt to avoid UBOs for dynamic variables | Niklas Haas | 2017-09-26 | 4 | -2/+32 |
* | vo_gpu: vulkan: add support for push constants | Niklas Haas | 2017-09-26 | 3 | -25/+112 |
* | vo_gpu: vulkan: add support for wayland | Rostislav Pehlivanov | 2017-09-26 | 8 | -10/+170 |
* | vo_gpu: vulkan: generalize SPIR-V compiler | Niklas Haas | 2017-09-26 | 16 | -94/+571 |
* | vo_gpu: vulkan: initial implementation | Niklas Haas | 2017-09-26 | 20 | -16/+3773 |
* | vo_opengl_cb: fix deprecated option usage | Niklas Haas | 2017-09-26 | 1 | -1/+1 |
* | vo_gpu: fix possible segfault on shader miscompile | Niklas Haas | 2017-09-23 | 1 | -5/+6 |
* | osc: fix rare stack overflow when changing visibility mode | Avi Halachmi (:avih) | 2017-09-23 | 1 | -1/+6 |
* | js: fix broken mp.set_property_number, mp.set_property_native | Avi Halachmi (:avih) | 2017-09-23 | 1 | -2/+2 |
* | vo_gpu: angle: fix misleading struct name | James Ross-Gowan | 2017-09-23 | 1 | -2/+2 |
* | vo_gpu: handle texture initialization errors gracefully | Niklas Haas | 2017-09-23 | 3 | -19/+27 |
* | vo_gpu: reduce the --alpha=blend-tiles checkerboard intensity | Niklas Haas | 2017-09-22 | 1 | -1/+1 |
* | vo_gpu: simplify compute shader coordinate calculation | Niklas Haas | 2017-09-22 | 1 | -5/+2 |
* | vo_gpu: simplify structs / names | Niklas Haas | 2017-09-22 | 12 | -377/+331 |
* | vo_gpu: kill off FBOTEX_FUZZY | Niklas Haas | 2017-09-22 | 3 | -35/+18 |
* | Revert "cocoa: re-enable double buffering" | James Ross-Gowan | 2017-09-22 | 2 | -3/+3 |
* | vo_gpu: override ra_swapchain_fns for the d3d11 surface | James Ross-Gowan | 2017-09-22 | 1 | -89/+112 |
* | vo_gpu: opengl: fix possible screenshot window crash | Niklas Haas | 2017-09-22 | 1 | -1/+1 |
* | vo_opengl_cb: fix segfault on uninit | Niklas Haas | 2017-09-22 | 1 | -1/+3 |
* | m_config: better variable name | wm4 | 2017-09-22 | 1 | -5/+5 |
* | options: properly handle deprecated options with CLI actions | wm4 | 2017-09-22 | 2 | -9/+24 |
* | android: posix_spawn(p) replacement | sfan5 | 2017-09-22 | 6 | -3/+156 |
* | build: fix build for waf 2.0 | orbea | 2017-09-22 | 1 | -1/+1 |
* | vo_gpu: fix autoprobing message | wm4 | 2017-09-22 | 1 | -2/+4 |
* | build: make vo_gpu + infrastructure non-optional | wm4 | 2017-09-22 | 4 | -27/+14 |
* | vd_lavc: revert accidental vaapi changes revert | wm4 | 2017-09-22 | 1 | -7/+5 |
* | vo_opengl_cb: hwdec_ios: fix build | Aman Gupta | 2017-09-22 | 1 | -3/+5 |
* | vo_gpu: fix vo=opengl legacy alias | Niklas Haas | 2017-09-21 | 1 | -2/+4 |
* | vo_gpu: fix memleak in ra_gl_ctx | Niklas Haas | 2017-09-21 | 1 | -2/+5 |
* | vo_gpu: drop the RA_CAP_NESTED_ARRAY req from EWA compute | Niklas Haas | 2017-09-21 | 2 | -26/+24 |
* | wayland: allow vo_wayland_uninit(NULL) | Niklas Haas | 2017-09-21 | 1 | -0/+3 |
* | vo_gpu: fix possible segfault in shader_cache.c | Niklas Haas | 2017-09-21 | 1 | -1/+3 |
* | vo_gpu: fix gamma scale | Niklas Haas | 2017-09-21 | 2 | -14/+14 |
* | vo_gpu: fix comment on ra_buf_type | Niklas Haas | 2017-09-21 | 1 | -2/+2 |
* | vo_gpu: describe the plane merging pass | Niklas Haas | 2017-09-21 | 1 | -1/+1 |
* | cocoa: re-enable double buffering | James Ross-Gowan | 2017-09-21 | 2 | -2/+3 |
* | vo_gpu: convert windows/osx hwdecs/contexts to new API | James Ross-Gowan | 2017-09-21 | 11 | -359/+407 |
* | vo_opengl: refactor into vo_gpu | Niklas Haas | 2017-09-21 | 63 | -1949/+2247 |
* | audio: fix resampling | wm4 | 2017-09-21 | 1 | -0/+5 |
* | build: add preliminary LGPL mode | wm4 | 2017-09-21 | 19 | -389/+183 |
* | audio: make libaf derived code optional | wm4 | 2017-09-21 | 12 | -108/+273 |
* | audio: move libswresample wrapper out of audio filter code | wm4 | 2017-09-21 | 10 | -461/+774 |
* | audio_buffer: remove dependency on mp_audio | wm4 | 2017-09-21 | 4 | -147/+141 |
* | mp_image: don't guess colorspace params in mp_image_copy_attributes() | wm4 | 2017-09-19 | 1 | -8/+12 |
* | mp_image: always copy pixel aspect ratio | wm4 | 2017-09-19 | 1 | -4/+2 |
* | mp_image: always copy color attributes on hw download | wm4 | 2017-09-19 | 1 | -9/+2 |
* | build: remove some dead code | wm4 | 2017-09-19 | 1 | -7/+0 |
* | Revert "vd_lavc: change auto-probe order to prefer cuda over vdpau-copy" | wm4 | 2017-09-19 | 1 | -7/+5 |
* | options: remove --heartbeat-cmd and --heartbeat--interval | wm4 | 2017-09-18 | 6 | -68/+4 |
* | RELEASE_NOTES: remove old releases | wm4 | 2017-09-18 | 1 | -2745/+0 |
* | build: use unified dependency expressions instead of weird fields | wm4 | 2017-09-18 | 3 | -132/+323 |
* | osdep/io: add android related bullshit | Jan Ekström | 2017-09-18 | 1 | -0/+27 |
* | build: remove duplicate android option after 72a8120da | Ilya Tumaykin | 2017-09-17 | 1 | -4/+0 |
* | vo_opengl: make the ra_renderpass names consistent | Niklas Haas | 2017-09-13 | 3 | -3/+3 |
* | vo_opengl: use GLX_MESA_swap_control where available | Niklas Haas | 2017-09-13 | 1 | -0/+9 |
* | Update VERSION | Martin Herkt | 2017-09-13 | 1 | -1/+1 |
* | Release 0.27.0v0.27.0 | Martin Herkt | 2017-09-13 | 3 | -2/+103 |
* | vo_opengl: always initialize uniforms on first use | Niklas Haas | 2017-09-12 | 1 | -1/+3 |
* | vo_opengl: generalize UBO packing/handling | Niklas Haas | 2017-09-12 | 6 | -70/+122 |
* | vo: avoid putting large voctrl_performance_data on stack | Niklas Haas | 2017-09-11 | 3 | -12/+19 |
* | vo_opengl: refactor timer_pool_measure (again) | Niklas Haas | 2017-09-11 | 2 | -5/+7 |
* | vo_opengl: fix out-of-bounds access in timer_pool_measure | Niklas Haas | 2017-09-11 | 1 | -1/+2 |
* | vo_opengl: fix out-of-bounds read in update_uniform | Niklas Haas | 2017-09-11 | 1 | -2/+1 |
* | vo_opengl: refactor/fix mp_pass_perf code | Niklas Haas | 2017-09-11 | 4 | -27/+19 |
* | vo_opengl: add a gamut warning feature | Niklas Haas | 2017-09-10 | 5 | -4/+24 |
* | man: correct default for --audio-file-auto | Martin Herkt | 2017-09-10 | 1 | -4/+3 |
* | osx: fix media keys input when other Apps steal the priority | Akemi | 2017-09-07 | 3 | -0/+27 |
* | vo_opengl: add support for vulkan GLSL dialect | Niklas Haas | 2017-09-04 | 4 | -12/+31 |
* | vo_opengl: use rgba16 for 3DLUTs instead of rgb16 | Niklas Haas | 2017-09-04 | 2 | -6/+6 |
* | vo_opengl: refactor scaler LUT weight packing/loading | Niklas Haas | 2017-09-04 | 4 | -36/+24 |
* | vo_opengl: scale deband-grain to the signal range | Niklas Haas | 2017-09-03 | 3 | -4/+8 |
* | filter_kernels: correct spline64 kernel | James Ross-Gowan | 2017-09-03 | 1 | -4/+4 |
* | ytdl_hook: resolve relative paths when joining segment urls | Ricardo Constantino | 2017-09-03 | 1 | -1/+21 |
* | audio: fix format change regression | wm4 | 2017-09-03 | 1 | -3/+3 |
* | input: fix error in MP_KEY_IS_WHEEL | James Ross-Gowan | 2017-09-03 | 1 | -1/+1 |
* | input: merge mouse wheel and axis keycodes | James Ross-Gowan | 2017-09-03 | 16 | -117/+102 |
* | cocoa: fix button numbering for back/forward | James Ross-Gowan | 2017-09-03 | 1 | -4/+7 |
* | input: use mnemonic names for mouse buttons | James Ross-Gowan | 2017-09-03 | 13 | -171/+172 |
* | stream_lavf: use avio_read_partial() | wm4 | 2017-09-01 | 1 | -0/+4 |
* | vo_opengl: fix overlay mode (again) | wm4 | 2017-08-30 | 1 | -7/+8 |
* | vd_lavc: change auto-probe order to prefer cuda over vdpau-copy | wm4 | 2017-08-30 | 1 | -5/+7 |
* | DOCS/contribute.md: coding style exception | wm4 | 2017-08-30 | 1 | -0/+2 |
* | vo_opengl: don't discard buffered video on redundant resize calls | wm4 | 2017-08-29 | 3 | -1/+8 |
* | vo_opengl: don't assume imgfmt=0 is valid | wm4 | 2017-08-29 | 1 | -1/+1 |
* | vo_opengl: fix the renderpass target format at creation time | Niklas Haas | 2017-08-27 | 3 | -4/+19 |
* | vo_opengl: fix misleading comment in ra.h | Niklas Haas | 2017-08-27 | 1 | -6/+6 |
* | vo_opengl: use UBOs where supported/required | Niklas Haas | 2017-08-27 | 4 | -14/+167 |
* | vo_opengl: add support for UBOs | Niklas Haas | 2017-08-27 | 5 | -11/+33 |
* | vo_opengl: clarify RA_CAP_DIRECT_UPLOAD | Niklas Haas | 2017-08-27 | 1 | -1/+2 |
* | vo_opengl: refactor shader_cache binding | Niklas Haas | 2017-08-27 | 3 | -22/+40 |
* | vo_opengl: be explicit about IMG_RW | Niklas Haas | 2017-08-27 | 3 | -8/+13 |
* | vo_opengl: use size_t offset for vertex offsets | Niklas Haas | 2017-08-27 | 2 | -1/+2 |
* | osx: fix build on macOS 10.11 and earlier | Akemi | 2017-08-26 | 2 | -2/+8 |
* | mp_image: include config.h directly | James Ross-Gowan | 2017-08-26 | 2 | -1/+1 |
* | video: increase --monitorpixelaspect range | James Ross-Gowan | 2017-08-26 | 1 | -1/+1 |
* | vo_opengl: allow selection of true 32 bit float if float16 unavailable | wm4 | 2017-08-24 | 1 | -13/+9 |
* | vd_lavc: work around some more idiotic FFmpeg nonsense | wm4 | 2017-08-24 | 1 | -0/+4 |
* | command: restore OSD marker for video equalizer properties | wm4 | 2017-08-23 | 2 | -12/+8 |
* | vd_lavc: fix mid-stream hwdec fallback | wm4 | 2017-08-23 | 1 | -0/+3 |
* | audio: fix spdif mode | wm4 | 2017-08-23 | 1 | -2/+2 |
* | DOCS/interface-changes.rst: don't suggest @deinterlace label | wm4 | 2017-08-23 | 1 | -2/+2 |
* | video: change --deinterlace behavior | wm4 | 2017-08-22 | 12 | -135/+34 |
* | manpage: video equalizer properties now behave differently | wm4 | 2017-08-22 | 1 | -4/+0 |
* | manpage: remove removed "osd" command | wm4 | 2017-08-22 | 1 | -4/+0 |
* | vo_direct3d: fix build | wm4 | 2017-08-22 | 1 | -5/+0 |
* | video: redo video equalizer option handling | wm4 | 2017-08-22 | 23 | -569/+83 |
* | vf_eq: remove this filter | wm4 | 2017-08-22 | 6 | -478/+1 |
* | options: add a thread-safe way to notify option updates | wm4 | 2017-08-22 | 10 | -23/+223 |
* | build: pick a main-fn source file only if cplayer is built | wm4 | 2017-08-22 | 1 | -5/+6 |
* | vo_opengl: refactor tex_upload to ra_buf_pool | Niklas Haas | 2017-08-22 | 7 | -84/+124 |
* | TOOLS/lua/autodeint: update to lavfi-bridge | Ricardo Constantino | 2017-08-21 | 2 | -28/+38 |
* | win32: fix massive memory corruption (take 2) | wm4 | 2017-08-21 | 1 | -3/+4 |
* | win32: fix massive memory corruption | wm4 | 2017-08-21 | 1 | -2/+6 |
* | ao_rsound: allow setting the host | wm4 | 2017-08-21 | 2 | -1/+5 |
* | x11: fix that window could be resized when using embedding | wm4 | 2017-08-21 | 1 | -2/+5 |
* | video: add metadata handling for spherical video | wm4 | 2017-08-21 | 11 | -4/+152 |
* | Revert "x11: drop xscrnsaver use" | Martin Herkt | 2017-08-20 | 3 | -1/+18 |
* | Revert "x11: use xdg-screensaver suspend/resume" | Martin Herkt | 2017-08-20 | 2 | -65/+40 |
* | context_angle: remove unused variable | James Ross-Gowan | 2017-08-20 | 1 | -2/+0 |
* | context_angle: replace hard-coded array size | James Ross-Gowan | 2017-08-19 | 1 | -1/+1 |
* | osx: remove the standard "Show Tab Bar" menu item | Akemi | 2017-08-18 | 1 | -0/+3 |
* | osx: code cleanups and cosmetic fixes | Akemi | 2017-08-18 | 5 | -18/+12 |
* | osx: refactor menu bar creation | Akemi | 2017-08-18 | 4 | -81/+686 |
* | osx: move menu bar creation into its own file | Akemi | 2017-08-18 | 7 | -142/+212 |
* | audio: fix uninitialized data access | wm4 | 2017-08-18 | 1 | -0/+1 |
* | vo_opengl: allow texture uploads to fail | Niklas Haas | 2017-08-18 | 3 | -9/+8 |
* | options: correct two remaining instances of singular `file-path` options | Frédéric Brière | 2017-08-18 | 1 | -2/+2 |
* | vo_opengl: clarify the ra_fns.debug_marker | Niklas Haas | 2017-08-18 | 1 | -1/+2 |
* | vo_opengl: refactor RA texture and buffer updates | Niklas Haas | 2017-08-18 | 11 | -189/+221 |
* | vo_opengl: make blitting an explicit capability | Niklas Haas | 2017-08-18 | 3 | -6/+10 |
* | vo_opengl: make ra_fns.timer_create optional | Niklas Haas | 2017-08-18 | 2 | -1/+4 |
* | TOOLS/autocrop.lua: fix cropdetect black limit for 10-bit videos | Ricardo Constantino | 2017-08-17 | 1 | -3/+4 |
* | stream: add an assert() to an obscure seek case | wm4 | 2017-08-17 | 1 | -0/+1 |
* | demux_lavf: use partial read for AVIOContext.read_packet | wm4 | 2017-08-17 | 1 | -1/+1 |
* | manpage: update --lavfi-complex description | wm4 | 2017-08-17 | 1 | -4/+7 |
* | vo_opengl: remove redundant #defines in unsharp_hook | Niklas Haas | 2017-08-17 | 1 | -3/+0 |
* | audio: fix build on Libav | wm4 | 2017-08-16 | 1 | -0/+1 |
* | audio: introduce a new type to hold audio frames | wm4 | 2017-08-16 | 20 | -140/+706 |
* | vo_opengl: extract non-ANGLE specific D3D11 code | James Ross-Gowan | 2017-08-17 | 4 | -232/+490 |
* | img_format: #if -> #ifdef | wm4 | 2017-08-16 | 1 | -1/+1 |
* | TOOLS/autoload.lua: implement natural sorting | Ricardo Constantino | 2017-08-16 | 1 | -9/+32 |
* | x11: use xdg-screensaver suspend/resume | wm4 | 2017-08-15 | 2 | -40/+65 |
* | vo_rpi: fix operation | wm4 | 2017-08-15 | 4 | -5/+17 |
* | vo_opengl: fix incorrect glBindFramebuffer() call | wm4 | 2017-08-15 | 1 | -1/+1 |
* | vo_opengl: fix dangling pointers when VAOs are not available | wm4 | 2017-08-15 | 2 | -4/+4 |
* | Revert "build: rpi: rely on pkgconfig for compiler flags" | wm4 | 2017-08-15 | 2 | -23/+22 |
* | img_format: better exclusion of bayer formats | wm4 | 2017-08-15 | 1 | -0/+5 |
* | vo_opengl: support float pixel formats | wm4 | 2017-08-15 | 3 | -7/+67 |
* | options: change --loop semantics | wm4 | 2017-08-14 | 3 | -7/+7 |
* | vo_opengl: remove DR image layouting code to renderer | wm4 | 2017-08-14 | 3 | -26/+31 |
* | player: make refresh seeks slightly more robust | wm4 | 2017-08-14 | 6 | -33/+40 |
* | player: do not destroy VO immediately if there is no video track | wm4 | 2017-08-14 | 1 | -1/+0 |
* | vo_opengl: hwdec_vdpau: use correct source texture size | wm4 | 2017-08-14 | 1 | -42/+45 |
* | player: add --track-auto-selection option | wm4 | 2017-08-12 | 5 | -2/+19 |
* | player: fix another audio resync issue | wm4 | 2017-08-12 | 1 | -1/+1 |
* | player: make --lavfi-complex changeable at runtime | wm4 | 2017-08-12 | 11 | -99/+188 |
* | af_lavrresample: don't call swr_set_compensation() unless necessary | wm4 | 2017-08-12 | 1 | -5/+9 |
* | vo_opengl: hwdec_ios: fix build | wm4 | 2017-08-11 | 1 | -1/+1 |
* | player: fix --lavfi-complex freeze | wm4 | 2017-08-11 | 4 | -9/+13 |
* | vo_opengl: remove some dead code | wm4 | 2017-08-11 | 2 | -187/+0 |
* | vo_opengl: handle probing GL texture formats better | wm4 | 2017-08-11 | 4 | -36/+46 |
* | vo_opengl: remove another unneeded GL include | wm4 | 2017-08-11 | 2 | -1/+7 |
* | rpi: fix build | wm4 | 2017-08-11 | 6 | -59/+63 |
* | vo_opengl: move strictly private ra_gl structs to .c file | wm4 | 2017-08-11 | 2 | -35/+35 |
* | man/mpv: document bd:// expected titles and title list | Ricardo Constantino | 2017-08-11 | 1 | -0/+5 |
* | vo_opengl: remove some indirect GL header inclusions from core renderer | wm4 | 2017-08-10 | 6 | -7/+4 |
* | vo_opengl: separate hwdec context and mapping, port it to use ra | wm4 | 2017-08-10 | 21 | -1139/+1429 |
* | vo_opengl: hwdec_cuda: fix filtering mode | wm4 | 2017-08-09 | 1 | -1/+1 |
* | vo_opengl: shrink the hwdec overlay API | wm4 | 2017-08-09 | 3 | -25/+20 |
* | vd_lavc: fix device leak with copy-mode hwaccels | wm4 | 2017-08-09 | 2 | -2/+4 |
* | vo_opengl: add a hack for Apple's broken iOS hwdec stuff | wm4 | 2017-08-08 | 2 | -1/+11 |
* | vo_opengl: go back to using GL_TIME_ELAPSED | Niklas Haas | 2017-08-08 | 2 | -16/+26 |
* | Revert "mp_image_pool: disallow adding read only frames" | wm4 | 2017-08-08 | 1 | -6/+2 |
* | options: fix --include | wm4 | 2017-08-08 | 1 | -0/+2 |
* | demux_mkv: avoid an error message in a corner case | wm4 | 2017-08-08 | 1 | -0/+1 |
* | build: use main-fn-cocoa.c on OSX | wm4 | 2017-08-08 | 1 | -1/+1 |
* | player: fix confusion in audio resync code | wm4 | 2017-08-08 | 1 | -2/+6 |
* | player: fix --end with large values | wm4 | 2017-08-08 | 1 | -2/+5 |
* | vo_opengl: don't call glGetProgramBinary if GL_PROGRAM_BINARY_LENGTH==0 | wm4 | 2017-08-08 | 1 | -2/+4 |
* | x11: drop xscrnsaver use | wm4 | 2017-08-08 | 3 | -18/+1 |
* | build: fix dependencies for Cygwin environment | feixm1 | 2017-08-08 | 2 | -3/+3 |
* | vo_opengl: cosmetics to comments | wm4 | 2017-08-08 | 1 | -5/+3 |
* | player: readd smi subtitle extension | wm4 | 2017-08-08 | 1 | -1/+1 |
* | ao_wasapi: remove old comment | Kevin Mitchell | 2017-08-07 | 1 | -1/+1 |
* | ao_wasapi: reorganize wasapi.h | Kevin Mitchell | 2017-08-07 | 2 | -12/+8 |
* | ao_wasapi: deduplicate wasapi sample format selection | Kevin Mitchell | 2017-08-07 | 1 | -49/+40 |
* | ao_wasapi: clean up find_formats logic | Kevin Mitchell | 2017-08-07 | 1 | -75/+45 |
* | ao_wasapi: return bool instead of HRESULT from thread_init | Kevin Mitchell | 2017-08-07 | 3 | -38/+48 |
* | vo_opengl: call ra_free() in the correct context | wm4 | 2017-08-07 | 2 | -1/+1 |
* | vf_vapoursynth: fix inverted sign and restore 10 bit support | wm4 | 2017-08-07 | 1 | -1/+1 |
* | client API: more opengl_cb clarifications | wm4 | 2017-08-07 | 2 | -5/+8 |
* | vo_opengl: add another ra_format field to exclude insane formats | wm4 | 2017-08-07 | 3 | -2/+6 |
* | vo_opengl: further GL API use separation | wm4 | 2017-08-07 | 15 | -122/+172 |
* | vo_opengl: fix minor memory leak | wm4 | 2017-08-07 | 1 | -1/+4 |
* | vo_opengl: nuke ra_gl->first_run | Niklas Haas | 2017-08-07 | 2 | -7/+12 |
* | vo_opengl: better formatting for enum RA_CAP | Niklas Haas | 2017-08-07 | 1 | -7/+7 |
* | vo_opengl: also support RA_VARTYPE_INT vertex attribs | Niklas Haas | 2017-08-07 | 1 | -0/+3 |
* | vo_opengl: simplify mirroring and fix it if glBlitFramebuffer is used | wm4 | 2017-08-07 | 7 | -65/+76 |
* | travis: install missing x11 deps | Ricardo Constantino | 2017-08-07 | 1 | -1/+1 |
* | travis: print config.log on failure like appveyor | Ricardo Constantino | 2017-08-07 | 1 | -0/+1 |
* | vo_opengl: drop pointless fbotex_init() function | wm4 | 2017-08-07 | 3 | -13/+2 |
* | vo_opengl: generalize ra_buf to support other buffer objects | Niklas Haas | 2017-08-07 | 7 | -111/+182 |
* | acompressor.lua: Convert to use mp.options and lavfi filter bridge | Jan Janssen | 2017-08-07 | 1 | -79/+108 |
* | cocoa: add an option to disable the native macOS fullscreen | Akemi | 2017-08-06 | 6 | -10/+46 |
* | ytdl_hook: support fragments with relative paths | Ricardo Constantino | 2017-08-06 | 1 | -5/+16 |
* | vo_opengl: only mark frames as fresh if they contain a new image | Niklas Haas | 2017-08-06 | 1 | -1/+1 |
* | vo_opengl: drop ra_gl.h from shader_cache.c | Niklas Haas | 2017-08-06 | 6 | -25/+23 |
* | vo_opengl: measure pass_draw_osd as a whole | Niklas Haas | 2017-08-06 | 1 | -1/+8 |
* | vo_opengl: move timers to struct ra | Niklas Haas | 2017-08-06 | 9 | -168/+247 |
* | wscript: fix build of videotoolbox hwaccel for iOS | Aman Gupta | 2017-08-05 | 1 | -2/+2 |
* | vo_opengl: ra_gl: make getting GL ptr slightly less tedious | wm4 | 2017-08-05 | 1 | -35/+20 |
* | vo_opengl: move GL state resetting to vo_opengl_cb | wm4 | 2017-08-05 | 4 | -23/+16 |
* | vo_opengl: move shader handling to ra | wm4 | 2017-08-05 | 11 | -617/+1016 |
* | vo_opengl: organize ra PBO flag slightly differently | wm4 | 2017-08-05 | 5 | -19/+8 |
* | vo_opengl: make OSD code use ra for textures | wm4 | 2017-08-05 | 5 | -44/+78 |
* | vo_opengl: restore OSX "old" hwdec | wm4 | 2017-08-05 | 1 | -1/+1 |
* | vo_opengl: split utils.c/h | wm4 | 2017-08-05 | 13 | -1602/+1647 |
* | vo_opengl: always use GL_TRIANGLES for all primitives | wm4 | 2017-08-05 | 1 | -2/+5 |
* | vo_opengl: pass ra objects during rendering instead of GL objects | wm4 | 2017-08-05 | 4 | -144/+274 |
* | vo_opengl: make fbotex helper use ra | wm4 | 2017-08-05 | 9 | -135/+161 |
* | vo_opengl: drop unused custom texture filter for FBO helper | wm4 | 2017-08-05 | 2 | -19/+2 |
* | {demux_mf,osdep/io}: disable glob usage when it is not available | Jan Ekström | 2017-08-05 | 2 | -1/+3 |
* | build: re-add and re-structurize the glob() checks | Jan Ekström | 2017-08-05 | 1 | -0/+10 |
* | build: move Android environment check to main dependencies | Jan Ekström | 2017-08-05 | 1 | -4/+4 |
* | w32_common: handle media keys | James Ross-Gowan | 2017-08-05 | 8 | -3/+58 |
* | vo_opengl: always print when getting embedded ICC profile data | Rostislav Pehlivanov | 2017-08-04 | 1 | -1/+2 |
* | TOOLS/lua/status-line: improve and update | Rostislav Pehlivanov | 2017-08-04 | 1 | -6/+27 |
* | bstr: short-circuit bstr_equals on pointer equality | Niklas Haas | 2017-08-03 | 1 | -1/+4 |
* | vo_opengl: support embedded ICC profiles | Niklas Haas | 2017-08-03 | 4 | -13/+76 |
* | vd_lavc: decode embedded ICC profiles | Niklas Haas | 2017-08-03 | 4 | -0/+28 |
* | vo_opengl: use GL_CLIENT_STORAGE_BIT for DR | Niklas Haas | 2017-08-03 | 1 | -1/+1 |
* | vo_opengl: remove unused ra_mapped_buffer.preferred_align field | wm4 | 2017-08-03 | 2 | -2/+0 |
* | vo_opengl: don't hardcode texmap0 for polar compute | Niklas Haas | 2017-08-03 | 1 | -1/+3 |
* | vo_opengl: don't precompute texcoord in global scope | Niklas Haas | 2017-08-03 | 1 | -1/+1 |
* | vo_opengl: make compute shaders more flexible | Niklas Haas | 2017-08-03 | 6 | -39/+69 |
* | vo_opengl: add legend for texture format debug dump | wm4 | 2017-08-03 | 1 | -0/+4 |
* | vo_opengl: give special Apple name a more appropriate name | wm4 | 2017-08-03 | 1 | -1/+1 |
* | vo_opengl: simplify/fix user shader textures | wm4 | 2017-08-03 | 4 | -79/+62 |
* | travis: drop libav-stable support | wm4 | 2017-08-03 | 2 | -7/+0 |
* | vo_opengl: fix constexprs on ANGLE | Niklas Haas | 2017-08-03 | 1 | -6/+6 |
* | vo_opengl: fix HLG OOTF inverse | Niklas Haas | 2017-08-03 | 1 | -1/+1 |
* | vo_opengl: generalize HDR tone mapping to gamut mapping | Niklas Haas | 2017-08-03 | 5 | -24/+33 |
* | vo_opengl: implement HLG OOTF inverse | Niklas Haas | 2017-08-03 | 1 | -8/+3 |
* | options: --priority can be LGPL | wm4 | 2017-08-03 | 3 | -4/+2 |
* | osx: load the proper profiles and configs in the bundle | Akemi | 2017-07-31 | 1 | -2/+11 |
* | osx: fix bundle for paths that need escaping | Akemi | 2017-07-31 | 1 | -1/+2 |
* | cocoa: fix the support of multiple renderers (GPU switch) | Alex Notes | 2017-07-31 | 1 | -6/+15 |
* | cocoa: remove usage of FFABS and the dependency on libavutil/common.h | Akemi | 2017-07-31 | 1 | -4/+2 |
* | cocoa: distinguish between horizontal and vertical scroll | Akemi | 2017-07-31 | 1 | -2/+12 |
* | vo_opengl: manage user shader textures with ra | wm4 | 2017-07-30 | 3 | -51/+28 |
* | vo_opengl: fix dither texture filter | wm4 | 2017-07-30 | 1 | -1/+0 |
* | vo_opengl: manage ICC LUT texture via ra | wm4 | 2017-07-29 | 1 | -28/+25 |
* | vo_opengl: manage scaler LUT textures via ra | wm4 | 2017-07-29 | 4 | -41/+23 |
* | vo_opengl: manage dither texture via ra | wm4 | 2017-07-29 | 6 | -34/+66 |
* | vo_opengl: do not use GL format conversion on texture upload | wm4 | 2017-07-29 | 1 | -16/+16 |
* | vo_opengl: use ra_* for format negotiation too | wm4 | 2017-07-29 | 3 | -29/+22 |
* | options: fix --external-file alias typo | Martin Herkt | 2017-07-29 | 1 | -1/+1 |
* | subprocess-win: fix swprintf usage | James Ross-Gowan | 2017-07-29 | 1 | -1/+2 |
* | appveyor: use a clean %PATH% | James Ross-Gowan | 2017-07-28 | 1 | -0/+2 |
* | subprocess-win: don't leak pipe handle on error | James Ross-Gowan | 2017-07-28 | 1 | -1/+3 |
* | vo_opengl: support loading custom user textures | Niklas Haas | 2017-07-27 | 7 | -117/+418 |
* | vo_opengl: slightly refactor user_shaders code | Niklas Haas | 2017-07-27 | 3 | -73/+53 |
* | vo_opengl: tone map on the maximum signal component | Niklas Haas | 2017-07-27 | 1 | -19/+25 |
* | vo_opengl: fix mpgl_caps bit check | Niklas Haas | 2017-07-27 | 1 | -1/+1 |
* | vo_opengl: start work on rendering API abstraction | wm4 | 2017-07-26 | 8 | -175/+838 |
* | vo_opengl: describe the texture uploading mode | Niklas Haas | 2017-07-26 | 1 | -1/+2 |
* | vo_opengl: check against shmem limits | Niklas Haas | 2017-07-26 | 6 | -26/+54 |
* | vo_opengl: fix image uniforms for older OpenGL | James Ross-Gowan | 2017-07-26 | 1 | -0/+2 |
* | vo_opengl: cosmetic change | Niklas Haas | 2017-07-25 | 1 | -8/+6 |
* | subprocess-win: remove VLA usage | James Ross-Gowan | 2017-07-26 | 1 | -2/+4 |
* | vo_opengl: add PRINTF_ATTRIBUTE to gl_sc_ssbo | Niklas Haas | 2017-07-25 | 1 | -1/+1 |
* | vo_opengl: kill off FBOTEX_COMPUTE again | Niklas Haas | 2017-07-25 | 3 | -26/+16 |
* | vo_opengl: fix incoherent SSBO usage | Niklas Haas | 2017-07-25 | 1 | -0/+1 |
* | vo_opengl: cosmetic fix | Niklas Haas | 2017-07-25 | 1 | -2/+2 |
* | vo_opengl: fix incoherent texture usage | Niklas Haas | 2017-07-25 | 2 | -0/+5 |
* | vo_opengl: adjust the rules for linearization | Niklas Haas | 2017-07-24 | 2 | -22/+45 |
* | vo_opengl: enable compute shader for mesa | Bin Jin | 2017-07-25 | 5 | -4/+26 |
* | manpage: expand --hwdec warnings | Niklas Haas | 2017-07-24 | 1 | -17/+36 |
* | vo_opengl: support user compute shaders | Niklas Haas | 2017-07-24 | 4 | -0/+23 |
* | vo_opengl: implement compute shader based EWA kernel | Niklas Haas | 2017-07-24 | 3 | -7/+81 |
* | vo_opengl: support HDR peak detection | Niklas Haas | 2017-07-24 | 10 | -22/+201 |
* | vo_opengl: support compute shaders | Niklas Haas | 2017-07-24 | 7 | -100/+317 |
* | vo_opengl: cut down on FBOTEX_FUZZY abuse | Niklas Haas | 2017-07-24 | 1 | -4/+2 |
* | build: warn against VLA | wm4 | 2017-07-24 | 1 | -1/+2 |
* | common, vo_opengl: add/use helper for formatted strings on the stack | wm4 | 2017-07-24 | 4 | -10/+22 |
* | vo_opengl: check format on some printf-like calls | wm4 | 2017-07-24 | 2 | -3/+5 |
* | vo_opengl: add direct rendering support | wm4 | 2017-07-24 | 14 | -4/+448 |
* | mp_image: expose some image allocation code as helpers, refactor | wm4 | 2017-07-23 | 2 | -20/+129 |
* | mp_image_pool: disallow adding read only frames | wm4 | 2017-07-23 | 1 | -2/+6 |
* | vo_opengl: osd: remove stale declaration | wm4 | 2017-07-23 | 1 | -1/+0 |
* | vo_opengl: add printf format checking to pass_describe() | wm4 | 2017-07-22 | 1 | -0/+1 |
* | vo_opengl: make VAO helper private, remove old VAO mechanism | wm4 | 2017-07-22 | 2 | -44/+17 |
* | vo_opengl: osd: use new VAO mechanism | wm4 | 2017-07-22 | 3 | -49/+43 |
* | vo_opengl: add mechanism to create/cache VAO on the fly | wm4 | 2017-07-22 | 3 | -19/+64 |
* | vo_opengl: osd: refactor and simplify | wm4 | 2017-07-22 | 5 | -43/+34 |
* | options: drop --video-aspect-method=hybrid | wm4 | 2017-07-21 | 5 | -34/+6 |
* | client API: drop some compatibility handling | wm4 | 2017-07-21 | 2 | -13/+5 |
* | input: drop deprecated "osd" command | wm4 | 2017-07-21 | 4 | -26/+1 |
* | options: kill --field-dominance | wm4 | 2017-07-21 | 7 | -31/+4 |
* | demux_lavf: don't free AVFormatContext.key field | wm4 | 2017-07-21 | 1 | -2/+0 |
* | ao_oss: fix a dumb calculation | wm4 | 2017-07-21 | 1 | -2/+3 |
* | manpage: fix minor spelling mistake in mpv.rst | James Cowgill | 2017-07-19 | 1 | -1/+1 |
* | travis: trigger website rebuild on VERSION changes too | Ricardo Constantino | 2017-07-19 | 1 | -1/+1 |
* | Update VERSION | Martin Herkt | 2017-07-18 | 1 | -1/+1 |
* | Release 0.26.0v0.26.0 | Martin Herkt | 2017-07-18 | 2 | -1/+144 |
* | csputils: fix mp_colorspace_equal missing field | Niklas Haas | 2017-07-18 | 1 | -0/+1 |
* | manpage: upcase JavaScript for section title case consistency. | torque | 2017-07-17 | 1 | -1/+1 |
* | vo_opengl: avoid constant divisions | Niklas Haas | 2017-07-17 | 2 | -40/+42 |
* | demux_disc: fix bluray subtitle language retrieval | wm4 | 2017-07-16 | 1 | -4/+4 |
* | vo_opengl: style | Niklas Haas | 2017-07-16 | 1 | -1/+1 |
* | vo_opengl: use MP_ALIGN_UP instead of FFALIGN | Niklas Haas | 2017-07-16 | 1 | -1/+1 |
* | vo_opengl: use glBufferSubData instead of glMapBufferRange | Niklas Haas | 2017-07-16 | 4 | -27/+10 |
* | ytdl_hook: add a header to support geo-bypass | Jagannathan Tiruvallur Eachambadi | 2017-07-16 | 1 | -1/+1 |
* | osd_libass: avoid libass warnings if scripts set ASS text early | wm4 | 2017-07-16 | 2 | -19/+30 |
* | Replace remaining avcodec_close() calls | wm4 | 2017-07-16 | 6 | -27/+7 |
* | vo_opengl: update BufferData usage hints | Niklas Haas | 2017-07-15 | 1 | -2/+11 |
* | vo_opengl: coalesce intra-plane PBOs | Niklas Haas | 2017-07-15 | 2 | -14/+17 |
* | img_format: fix a comment | wm4 | 2017-07-15 | 1 | -3/+2 |
* | vo_opengl: generalize --scale-clamp etc. | Niklas Haas | 2017-07-12 | 6 | -11/+18 |
* | vo_opengl: remove redundant gl_video_setup_hooks call | Niklas Haas | 2017-07-12 | 1 | -1/+0 |
* | player: change default section when loading encoding-profiles.conf | wm4 | 2017-07-12 | 2 | -5/+9 |
* | Revert "player: always load encoding-profiles.conf" | wm4 | 2017-07-12 | 1 | -3/+3 |
* | 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 | 2 | -8/+10 |
* | ytdl_hook: add option to exclude URLs from being parsed | Ricardo Constantino | 2017-07-11 | 2 | -4/+50 |
* | ytdl_hook: add times for ytdl and hook running on debug-level | Ricardo Constantino | 2017-07-11 | 1 | -0/+3 |