| Commit message (Expand) | Author | Age | Files | Lines |
* | vo_opengl: unify user_shaders constants | Niklas Haas | 2017-06-28 | 2 | -13/+10 |
* | vo_opengl: tone map using only luminance information | Niklas Haas | 2017-06-27 | 1 | -33/+24 |
* | mp_image: infer correct HLG sig_peak | Niklas Haas | 2017-06-27 | 1 | -4/+9 |
* | vo_opengl: silence -Wmaybe-uninitialized false positive | Niklas Haas | 2017-06-24 | 1 | -3/+3 |
* | osx: change license header on some more cocoa files | wm4 | 2017-06-24 | 7 | -49/+49 |
* | osx: change license of OSX and cocoa files to LGPL | wm4 | 2017-06-24 | 2 | -15/+15 |
* | w32_common, w32_keyboard: change license to LGPL | wm4 | 2017-06-24 | 2 | -14/+14 |
* | vo_opengl: bump up SHADER_MAX_HOOKS | Niklas Haas | 2017-06-24 | 1 | -1/+1 |
* | context_dxinterop: lock rendertarget after present when swapping buffers | quilloss | 2017-06-18 | 1 | -7/+6 |
* | vo_drm: nake drm mode help output also output refresh rate | Anton Kindestam | 2017-06-18 | 1 | -3/+9 |
* | vo_opengl: implement sony s-log2 trc | Niklas Haas | 2017-06-18 | 3 | -1/+21 |
* | vo_opengl: implement sony s-log1 trc | Niklas Haas | 2017-06-18 | 3 | -0/+17 |
* | csputils: implement sony s-gamut | Niklas Haas | 2017-06-18 | 2 | -0/+10 |
* | vo_opengl: tone map in linear XYZ instead of RGB | Niklas Haas | 2017-06-18 | 3 | -6/+33 |
* | vf_format: also reset gamma-related attributes when changing gamma | Niklas Haas | 2017-06-18 | 1 | -1/+9 |
* | vo_opengl: implement support for OOTFs and non-display referred content | Niklas Haas | 2017-06-18 | 7 | -8/+124 |
* | csputils: rename HDR curves | Niklas Haas | 2017-06-18 | 4 | -36/+32 |
* | vd: use ST.2086 / HDR10 MaxCLL in addition to mastering metadata | Niklas Haas | 2017-06-18 | 3 | -18/+36 |
* | video: refactor HDR implementation | Niklas Haas | 2017-06-18 | 8 | -109/+82 |
* | dec_video: change license to LGPL (almost) | wm4 | 2017-06-18 | 2 | -1/+19 |
* | image_writer, vo_image: change license to LGPL | wm4 | 2017-06-18 | 3 | -24/+21 |
* | video/fmt-conversion, img_format: change license to LGPL | wm4 | 2017-06-18 | 4 | -28/+28 |
* | img_format: drop unused aliases | wm4 | 2017-06-18 | 2 | -9/+0 |
* | Drop/move img_fourcc.h | wm4 | 2017-06-18 | 3 | -53/+13 |
* | img_format: minor simplification | wm4 | 2017-06-18 | 2 | -4/+2 |
* | vf_dlopen: remove this filter | wm4 | 2017-06-18 | 3 | -447/+0 |
* | img_format: drop legacy name mappings | wm4 | 2017-06-18 | 1 | -18/+1 |
* | win_state: change license to LGPL | wm4 | 2017-06-17 | 1 | -7/+7 |
* | aspect: change license to LGPL | wm4 | 2017-06-17 | 2 | -14/+14 |
* | vo_opengl: fall back to ordered dither instead of blowing up | wm4 | 2017-06-17 | 1 | -4/+9 |
* | mp_image: change license to LGPL (almost) | wm4 | 2017-06-16 | 2 | -6/+5 |
* | vd, vd_lavc: change license to LGPL (almost) | wm4 | 2017-06-15 | 2 | -8/+18 |
* | encode_lavc: move from GPL 2+ to LGPL 2.1+. | Rudolf Polzer | 2017-06-13 | 1 | -7/+7 |
* | vo_opengl: change default tone mapping algorithm | Niklas Haas | 2017-06-10 | 1 | -1/+1 |
* | vo_opengl: add new HDR tone mapping algorithm | Niklas Haas | 2017-06-09 | 3 | -0/+17 |
* | mp_image: refuse to convert frames of unknown format to AVFrame | wm4 | 2017-06-08 | 1 | -0/+2 |
* | d3d: add support for new libavcodec hwaccel API | wm4 | 2017-06-08 | 11 | -13/+391 |
* | vo_drm: fallback to vo_wait_default if VT switcher is not available | rslovers | 2017-06-08 | 1 | -0/+2 |
* | vo_opengl: hwdec_cuda: Support separate decode and display devices | Philip Langdale | 2017-06-03 | 2 | -12/+47 |
* | af, vf: improvements to libavfilter bridge | wm4 | 2017-05-31 | 2 | -1/+8 |
* | video/out/wayland/buffer.c: Add missing free() | Raúl Peñacoba | 2017-05-26 | 1 | -1/+4 |
* | videotoolbox: support new libavcodec API | wm4 | 2017-05-24 | 4 | -0/+88 |
* | vd_lavc: check for missing device_ctx ref | wm4 | 2017-05-24 | 1 | -0/+5 |
* | hwdec: fix 2 comments | wm4 | 2017-05-24 | 1 | -2/+1 |
* | demux_raw: drop "mp-rawvideo" use | wm4 | 2017-05-20 | 1 | -5/+0 |
* | cocoa: properly unhide Dock when quitting during System fs animation | Akemi | 2017-05-19 | 2 | -0/+64 |
* | vdpau: crappy hack to allow initializing hw decoding after preemption | wm4 | 2017-05-19 | 3 | -0/+21 |
* | context_angle: fix fallback to D3D9 device | James Ross-Gowan | 2017-05-16 | 1 | -30/+56 |
* | w32_common: drop TLS usage | James Ross-Gowan | 2017-05-16 | 1 | -20/+21 |
* | csputils: code clarity | Niklas Haas | 2017-05-13 | 1 | -5/+5 |
* | w32_common: use the proper keycodes for XBUTTON1/2 | James Ross-Gowan | 2017-05-12 | 1 | -2/+2 |
* | w32_common: generate MP_AXIS_* keycodes for scrolling | James Ross-Gowan | 2017-05-12 | 1 | -8/+18 |
* | vo_opengl: drop TLS usage | wm4 | 2017-05-11 | 6 | -38/+32 |
* | vf.c, vf.h: change license to LGPL | wm4 | 2017-05-11 | 2 | -14/+20 |
* | vo.c, vo.h, vo_null.c: change license to LGPL | wm4 | 2017-05-10 | 3 | -24/+21 |
* | cuda: add new way to set cuda context on cuvid codecs | wm4 | 2017-05-05 | 3 | -3/+27 |
* | d3d: fix build with Libav | wm4 | 2017-05-04 | 2 | -0/+2 |
* | d3d11: change mp_image plane pointer semantics | wm4 | 2017-05-04 | 5 | -16/+16 |
* | vd_lavc: fix build with FFmpeg 3.2 | wm4 | 2017-05-04 | 1 | -1/+6 |
* | vd_lavc: add support for decoders which use AVCodecContext.hw_device_ctx | wm4 | 2017-05-03 | 2 | -7/+18 |
* | vo_opengl: another attempt at removing the overlay correctly | wm4 | 2017-05-02 | 1 | -4/+12 |
* | vdpau, vaapi: unref libavutil device ref | wm4 | 2017-04-29 | 2 | -0/+4 |
* | vo_opengl: make sure overlays are removed on gl_video_config() | wm4 | 2017-04-29 | 1 | -1/+4 |
* | vo_opengl: context_drm_egl: remove unnecessary include | wm4 | 2017-04-26 | 1 | -1/+0 |
* | video: drop vaapi/vdpau hw decoding support with FFmpeg 3.2 | wm4 | 2017-04-23 | 4 | -644/+37 |
* | build: make various x11 protocol extension libs mandatory | wm4 | 2017-04-21 | 3 | -65/+31 |
* | vo_opengl: fix crash by coping temporal_dither_period for dumb mode too | wm4 | 2017-04-21 | 1 | -0/+1 |
* | cocoa: fix retrieval of unfs window size while animating | Akemi | 2017-04-17 | 1 | -1/+2 |
* | vo_opengl: move X11 backends before Wayland | wm4 | 2017-04-16 | 1 | -3/+3 |
* | vo_opengl: minor cosmetics | wm4 | 2017-04-14 | 3 | -11/+13 |
* | vo_opengl: add option for caching shaders on disk | wm4 | 2017-04-08 | 6 | -12/+142 |
* | vo_opengl: fix a confused comment | wm4 | 2017-04-08 | 1 | -1/+1 |
* | vo_opengl: remove two unused symbols | wm4 | 2017-04-08 | 2 | -2/+0 |
* | vo_opengl: add our own copy of OpenGL headers | wm4 | 2017-04-07 | 7 | -170/+781 |
* | vd_lavc: fix return value in receive_frame() | wm4 | 2017-04-07 | 1 | -1/+1 |
* | vo_opengl: add a generic EGL function loader function | wm4 | 2017-04-06 | 8 | -42/+40 |
* | vo_opengl: fix windows build if GLES3 is detected | wm4 | 2017-04-06 | 1 | -0/+4 |
* | vo_opengl: header_fixes.h: merge IOS GLES block | wm4 | 2017-04-06 | 1 | -18/+3 |
* | build: replace android-gl check with a standard GLES3 check | wm4 | 2017-04-06 | 2 | -2/+2 |
* | vf_lavfi, af_lavfi: remove unused/deprecated include | wm4 | 2017-04-05 | 1 | -1/+0 |
* | vf: fix another broken case of conversion filter auto-insertion | wm4 | 2017-04-05 | 1 | -0/+37 |
* | w32_common: refactor mouse button handling | James Ross-Gowan | 2017-04-04 | 1 | -39/+47 |
* | vo_opengl: use 16 bit textures with angle | wm4 | 2017-04-03 | 2 | -2/+5 |
* | video: support positional arguments for automatic lavfi option bridge | wm4 | 2017-04-03 | 1 | -1/+1 |
* | video: add automatic libavfilter bridge to option parsing | wm4 | 2017-04-02 | 2 | -15/+106 |
* | video: deprecate almost all video filters | wm4 | 2017-04-02 | 18 | -1/+53 |
* | image_writer: make it work with libavcodec's jpg encoder | wm4 | 2017-04-02 | 1 | -5/+38 |
* | w32_common: fix undefined behaviour when toggling fullscreen | James Ross-Gowan | 2017-04-02 | 1 | -222/+214 |
* | cocoa: fix retrieval of unfs window size | Akemi | 2017-03-26 | 1 | -3/+11 |
* | cocoa: fix first responder when borderless window is used | Akemi | 2017-03-26 | 1 | -0/+7 |
* | osx: fix key input in certain circumstances | Akemi | 2017-03-26 | 3 | -19/+0 |
* | vo_opengl: angle: add --angle-flip to set the present model | James Ross-Gowan | 2017-03-26 | 1 | -2/+28 |
* | command: add better runtime filter toggling method | wm4 | 2017-03-25 | 1 | -0/+3 |
* | droptarget: fix style and refactor | James Ross-Gowan | 2017-03-26 | 1 | -123/+106 |
* | w32_common: move the IDropTarget impl to a separate file | James Ross-Gowan | 2017-03-26 | 3 | -201/+269 |
* | vo_opengl: replace uniform variable image_size with input_size | igv | 2017-03-25 | 1 | -2/+5 |
* | vo_opengl: add tex_offset uniform variable to user shaders | igv | 2017-03-25 | 1 | -0/+5 |
* | vo_opengl: make size of a cropped source image available to user shaders | igv | 2017-03-25 | 1 | -0/+6 |
* | vo_x11: fix an unused variable warning | wm4 | 2017-03-24 | 1 | -1/+0 |
* | vo_x11: reduce flickering on playlist navigation | rr- | 2017-03-24 | 1 | -2/+7 |
* | video: fix a typo in a comment | wm4 | 2017-03-23 | 1 | -1/+1 |
* | vd_lavc: fix potential build failure with vaapi | wm4 | 2017-03-23 | 1 | -1/+1 |
* | vdpau: support new vdpau libavcodec decode API | wm4 | 2017-03-23 | 3 | -3/+73 |
* | vo_opengl: add a backend start_frame callback for context_vdpau | wm4 | 2017-03-20 | 4 | -40/+52 |
* | vo_opengl: read framebuffer depth from actual FBO used for rendering | wm4 | 2017-03-20 | 8 | -21/+25 |
* | vo_opengl: move some init_gl code to utility functions | wm4 | 2017-03-20 | 3 | -50/+61 |
* | vo_opengl: add a --opengl-es=force2 option | wm4 | 2017-03-20 | 3 | -3/+9 |
* | vo_opengl: properly respect dither option if dumb mode is used | wm4 | 2017-03-20 | 1 | -1/+6 |
* | vo_opengl: context_vdpau: resize output surfaces lazily | wm4 | 2017-03-19 | 1 | -80/+82 |
* | vo_opengl: context_vdpau: minor fixes | wm4 | 2017-03-19 | 2 | -20/+38 |
* | vo_opengl: fix some undefined behavior | wm4 | 2017-03-18 | 1 | -1/+1 |
* | vo_opengl: add experimental vdpauglx backend | wm4 | 2017-03-18 | 2 | -0/+379 |
* | vo_opengl: add log field to MGLContext | wm4 | 2017-03-18 | 2 | -0/+2 |
* | screenshot: change details of --screenshot-format handling | wm4 | 2017-03-18 | 2 | -46/+45 |
* | image_writer: remove useless formats | wm4 | 2017-03-18 | 1 | -4/+0 |
* | wayland_common: organize and correctly map mouse buttons | Rostislav Pehlivanov | 2017-03-17 | 1 | -4/+8 |
* | vdpau: warn on HEVC due to completely broken nVidia drivers | wm4 | 2017-03-14 | 1 | -4/+7 |
* | cocoa: set background of the title bar from black to white | Akemi | 2017-03-09 | 2 | -1/+3 |
* | cocoa: fix autofit options on HiDPI resolutions without HiDPI scaling | Akemi | 2017-03-09 | 1 | -33/+15 |
* | vd_lavc: disable videotoolbox hack with newer ffmpeg versions | wm4 | 2017-03-07 | 1 | -2/+5 |
* | options: add M_OPT_FILE to some more file options | Philip Sequeira | 2017-03-06 | 4 | -5/+5 |
* | filter_kernels: Keep f.radius in terms of dest/filter coords. | Nicholas J. Kain | 2017-03-06 | 4 | -12/+20 |
* | filter_kernels: Apply blur/taper before culling radius. | Nicholas J. Kain | 2017-03-06 | 1 | -3/+3 |
* | hw_videotoolbox: allow using native decoder output format | wm4 | 2017-03-02 | 1 | -2/+8 |
* | vd_lavc: log pixel format requested from decoder | wm4 | 2017-03-01 | 1 | -8/+18 |
* | vf_vavpp: fix first-field mode | wm4 | 2017-02-28 | 1 | -3/+3 |
* | vf_vavpp: add advanced deint bug compatibility for Intel vaapi drivers | wm4 | 2017-02-28 | 1 | -4/+20 |
* | vf_vavpp: minor fixes | wm4 | 2017-02-28 | 1 | -2/+4 |
* | cocoa: improve calculation of new window position on a different screen | Akemi | 2017-02-28 | 1 | -13/+44 |
* | cocoa: only move window into screen bounds when changing screens | Akemi | 2017-02-27 | 1 | -3/+9 |
* | cocoa: fix segfault in certain circumstances | Akemi | 2017-02-27 | 3 | -3/+9 |
* | cocoa: add option to force dedicated GPU | Akemi | 2017-02-27 | 1 | -15/+32 |
* | osx: drop support for OS X 10.7 and earlier | Akemi | 2017-02-27 | 1 | -2/+0 |
* | vo_opengl: hwdec_d3d11egl: make it work with some ANGLE DLL versions | wm4 | 2017-02-27 | 1 | -1/+7 |
* | decode: fix extra surface count | wm4 | 2017-02-27 | 4 | -5/+4 |
* | vf_vavpp: always limit forward/backward surfaces to requested number | wm4 | 2017-02-27 | 1 | -3/+7 |
* | vf_vavpp: remove apparently broken change-detection | wm4 | 2017-02-27 | 1 | -2/+0 |
* | vo_opengl: use misc/ctype.h instead of <ctype.h> | wm4 | 2017-02-25 | 1 | -2/+2 |
* | cocoa: fix dragging out of focus window | Akemi | 2017-02-21 | 2 | -6/+21 |
* | vo: fix subtleties in the redrawing logic | wm4 | 2017-02-21 | 3 | -10/+12 |
* | player: reduce blocking on VO when switching pause | wm4 | 2017-02-21 | 1 | -1/+8 |
* | img_format: stop setting some fields to dummy values for hwaccel formats | wm4 | 2017-02-21 | 1 | -6/+7 |
* | mp_image: for hwaccel, use underlying fmt in mp_image_params_guess_csp() | wm4 | 2017-02-21 | 1 | -1/+2 |
* | cocoa: only report mouse movements when window is not being dragged | Akemi | 2017-02-20 | 3 | -1/+19 |
* | cocoa: make window draggable on init | Akemi | 2017-02-20 | 1 | -0/+2 |
* | vo_tct: check ioctl result | rr- | 2017-02-20 | 1 | -6/+6 |
* | image_writer: check a return value | wm4 | 2017-02-20 | 1 | -1/+3 |
* | dec_video, dec_audio: remove redundant NULL-checks | wm4 | 2017-02-20 | 1 | -2/+1 |
* | lavfi: use mp_image to store the filter pad format | wm4 | 2017-02-20 | 2 | -0/+12 |
* | Fix two typos | wm4 | 2017-02-20 | 2 | -2/+2 |
* | vd_lavc: increase verbosity if requested hwaccel is not compiled | wm4 | 2017-02-20 | 1 | -1/+2 |
* | vd_lavc, vaapi: move hw device creation to generic code | wm4 | 2017-02-20 | 8 | -160/+104 |
* | vo_opengl: remove dxva2 dummy hwdec backend | wm4 | 2017-02-20 | 2 | -69/+0 |
* | cocoa: fix cursor hiding at the top of the screen in fullscreen | Akemi | 2017-02-19 | 1 | -0/+12 |
* | cocoa: fix cursor hiding in the Dock area of the screen | Akemi | 2017-02-19 | 1 | -1/+1 |
* | cocoa: simplify the cursor hiding code | Akemi | 2017-02-19 | 1 | -35/+15 |
* | cocoa: fix scroll wheel input with Shift modifier | Akemi | 2017-02-19 | 1 | -1/+2 |
* | vo_opengl: implement videotoolbox hwdec on iOS | Aman Gupta | 2017-02-17 | 2 | -1/+215 |
* | vo_opengl: don't crash on unsupported formats | wm4 | 2017-02-17 | 1 | -1/+2 |
* | vo_opengl: hwdec_vaegl: use new format setup function | wm4 | 2017-02-17 | 3 | -14/+28 |
* | vo_opengl: hwdec_osx: use new format setup function | wm4 | 2017-02-17 | 3 | -88/+21 |
* | vo_opengl: hwdec_cuda: use new format setup function | wm4 | 2017-02-17 | 1 | -34/+8 |
* | vo_opengl: move texture mapping of pixel formats to helper function | wm4 | 2017-02-17 | 3 | -128/+163 |
* | vo_opengl: handle GL_LUMINANCE_ALPHA and integer textures differently | wm4 | 2017-02-17 | 5 | -31/+38 |
* | videotoolbox: fix RGB format | wm4 | 2017-02-17 | 2 | -2/+2 |
* | videotoolbox: remove weird format-negotiation between VO and decoder | wm4 | 2017-02-17 | 3 | -38/+12 |
* | videotoolbox: add reverse format mapping function | wm4 | 2017-02-17 | 2 | -5/+21 |
* | videotoolbox: factor some duplicated code | wm4 | 2017-02-17 | 4 | -84/+79 |
* | cocoa: refactor mouse events and cursor visibility | Akemi | 2017-02-16 | 4 | -39/+41 |
* | vd_lavc: fix inverted error check | wm4 | |