summaryrefslogtreecommitdiffstats
path: root/video
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl: change default tone mapping algorithmNiklas Haas2017-06-101-1/+1
* vo_opengl: add new HDR tone mapping algorithmNiklas Haas2017-06-093-0/+17
* mp_image: refuse to convert frames of unknown format to AVFramewm42017-06-081-0/+2
* d3d: add support for new libavcodec hwaccel APIwm42017-06-0811-13/+391
* vo_drm: fallback to vo_wait_default if VT switcher is not availablerslovers2017-06-081-0/+2
* vo_opengl: hwdec_cuda: Support separate decode and display devicesPhilip Langdale2017-06-032-12/+47
* af, vf: improvements to libavfilter bridgewm42017-05-312-1/+8
* video/out/wayland/buffer.c: Add missing free()Raúl Peñacoba2017-05-261-1/+4
* videotoolbox: support new libavcodec APIwm42017-05-244-0/+88
* vd_lavc: check for missing device_ctx refwm42017-05-241-0/+5
* hwdec: fix 2 commentswm42017-05-241-2/+1
* demux_raw: drop "mp-rawvideo" usewm42017-05-201-5/+0
* cocoa: properly unhide Dock when quitting during System fs animationAkemi2017-05-192-0/+64
* vdpau: crappy hack to allow initializing hw decoding after preemptionwm42017-05-193-0/+21
* context_angle: fix fallback to D3D9 deviceJames Ross-Gowan2017-05-161-30/+56
* w32_common: drop TLS usageJames Ross-Gowan2017-05-161-20/+21
* csputils: code clarityNiklas Haas2017-05-131-5/+5
* w32_common: use the proper keycodes for XBUTTON1/2James Ross-Gowan2017-05-121-2/+2
* w32_common: generate MP_AXIS_* keycodes for scrollingJames Ross-Gowan2017-05-121-8/+18
* vo_opengl: drop TLS usagewm42017-05-116-38/+32
* vf.c, vf.h: change license to LGPLwm42017-05-112-14/+20
* vo.c, vo.h, vo_null.c: change license to LGPLwm42017-05-103-24/+21
* cuda: add new way to set cuda context on cuvid codecswm42017-05-053-3/+27
* d3d: fix build with Libavwm42017-05-042-0/+2
* d3d11: change mp_image plane pointer semanticswm42017-05-045-16/+16
* vd_lavc: fix build with FFmpeg 3.2wm42017-05-041-1/+6
* vd_lavc: add support for decoders which use AVCodecContext.hw_device_ctxwm42017-05-032-7/+18
* vo_opengl: another attempt at removing the overlay correctlywm42017-05-021-4/+12
* vdpau, vaapi: unref libavutil device refwm42017-04-292-0/+4
* vo_opengl: make sure overlays are removed on gl_video_config()wm42017-04-291-1/+4
* vo_opengl: context_drm_egl: remove unnecessary includewm42017-04-261-1/+0
* video: drop vaapi/vdpau hw decoding support with FFmpeg 3.2wm42017-04-234-644/+37
* build: make various x11 protocol extension libs mandatorywm42017-04-213-65/+31
* vo_opengl: fix crash by coping temporal_dither_period for dumb mode toowm42017-04-211-0/+1
* cocoa: fix retrieval of unfs window size while animatingAkemi2017-04-171-1/+2
* vo_opengl: move X11 backends before Waylandwm42017-04-161-3/+3
* vo_opengl: minor cosmeticswm42017-04-143-11/+13
* vo_opengl: add option for caching shaders on diskwm42017-04-086-12/+142
* vo_opengl: fix a confused commentwm42017-04-081-1/+1
* vo_opengl: remove two unused symbolswm42017-04-082-2/+0
* vo_opengl: add our own copy of OpenGL headerswm42017-04-077-170/+781
* vd_lavc: fix return value in receive_frame()wm42017-04-071-1/+1
* vo_opengl: add a generic EGL function loader functionwm42017-04-068-42/+40
* vo_opengl: fix windows build if GLES3 is detectedwm42017-04-061-0/+4
* vo_opengl: header_fixes.h: merge IOS GLES blockwm42017-04-061-18/+3
* build: replace android-gl check with a standard GLES3 checkwm42017-04-062-2/+2
* vf_lavfi, af_lavfi: remove unused/deprecated includewm42017-04-051-1/+0
* vf: fix another broken case of conversion filter auto-insertionwm42017-04-051-0/+37
* w32_common: refactor mouse button handlingJames Ross-Gowan2017-04-041-39/+47
* vo_opengl: use 16 bit textures with anglewm42017-04-032-2/+5
* video: support positional arguments for automatic lavfi option bridgewm42017-04-031-1/+1
* video: add automatic libavfilter bridge to option parsingwm42017-04-022-15/+106
* video: deprecate almost all video filterswm42017-04-0218-1/+53
* image_writer: make it work with libavcodec's jpg encoderwm42017-04-021-5/+38
* w32_common: fix undefined behaviour when toggling fullscreenJames Ross-Gowan2017-04-021-222/+214
* cocoa: fix retrieval of unfs window sizeAkemi2017-03-261-3/+11
* cocoa: fix first responder when borderless window is usedAkemi2017-03-261-0/+7
* osx: fix key input in certain circumstancesAkemi2017-03-263-19/+0
* vo_opengl: angle: add --angle-flip to set the present modelJames Ross-Gowan2017-03-261-2/+28
* command: add better runtime filter toggling methodwm42017-03-251-0/+3
* droptarget: fix style and refactorJames Ross-Gowan2017-03-261-123/+106
* w32_common: move the IDropTarget impl to a separate fileJames Ross-Gowan2017-03-263-201/+269
* vo_opengl: replace uniform variable image_size with input_sizeigv2017-03-251-2/+5
* vo_opengl: add tex_offset uniform variable to user shadersigv2017-03-251-0/+5
* vo_opengl: make size of a cropped source image available to user shadersigv2017-03-251-0/+6
* vo_x11: fix an unused variable warningwm42017-03-241-1/+0
* vo_x11: reduce flickering on playlist navigationrr-2017-03-241-2/+7
* video: fix a typo in a commentwm42017-03-231-1/+1
* vd_lavc: fix potential build failure with vaapiwm42017-03-231-1/+1
* vdpau: support new vdpau libavcodec decode APIwm42017-03-233-3/+73
* vo_opengl: add a backend start_frame callback for context_vdpauwm42017-03-204-40/+52
* vo_opengl: read framebuffer depth from actual FBO used for renderingwm42017-03-208-21/+25
* vo_opengl: move some init_gl code to utility functionswm42017-03-203-50/+61
* vo_opengl: add a --opengl-es=force2 optionwm42017-03-203-3/+9
* vo_opengl: properly respect dither option if dumb mode is usedwm42017-03-201-1/+6
* vo_opengl: context_vdpau: resize output surfaces lazilywm42017-03-191-80/+82
* vo_opengl: context_vdpau: minor fixeswm42017-03-192-20/+38
* vo_opengl: fix some undefined behaviorwm42017-03-181-1/+1
* vo_opengl: add experimental vdpauglx backendwm42017-03-182-0/+379
* vo_opengl: add log field to MGLContextwm42017-03-182-0/+2
* screenshot: change details of --screenshot-format handlingwm42017-03-182-46/+45
* image_writer: remove useless formatswm42017-03-181-4/+0
* wayland_common: organize and correctly map mouse buttonsRostislav Pehlivanov2017-03-171-4/+8
* vdpau: warn on HEVC due to completely broken nVidia driverswm42017-03-141-4/+7
* cocoa: set background of the title bar from black to whiteAkemi2017-03-092-1/+3
* cocoa: fix autofit options on HiDPI resolutions without HiDPI scalingAkemi2017-03-091-33/+15
* vd_lavc: disable videotoolbox hack with newer ffmpeg versionswm42017-03-071-2/+5
* options: add M_OPT_FILE to some more file optionsPhilip Sequeira2017-03-064-5/+5
* filter_kernels: Keep f.radius in terms of dest/filter coords.Nicholas J. Kain2017-03-064-12/+20
* filter_kernels: Apply blur/taper before culling radius.Nicholas J. Kain2017-03-061-3/+3
* hw_videotoolbox: allow using native decoder output formatwm42017-03-021-2/+8
* vd_lavc: log pixel format requested from decoderwm42017-03-011-8/+18
* vf_vavpp: fix first-field modewm42017-02-281-3/+3
* vf_vavpp: add advanced deint bug compatibility for Intel vaapi driverswm42017-02-281-4/+20
* vf_vavpp: minor fixeswm42017-02-281-2/+4
* cocoa: improve calculation of new window position on a different screenAkemi2017-02-281-13/+44
* cocoa: only move window into screen bounds when changing screensAkemi2017-02-271-3/+9
* cocoa: fix segfault in certain circumstancesAkemi2017-02-273-3/+9
* cocoa: add option to force dedicated GPUAkemi2017-02-271-15/+32
* osx: drop support for OS X 10.7 and earlierAkemi2017-02-271-2/+0
* vo_opengl: hwdec_d3d11egl: make it work with some ANGLE DLL versionswm42017-02-271-1/+7
* decode: fix extra surface countwm42017-02-274-5/+4
* vf_vavpp: always limit forward/backward surfaces to requested numberwm42017-02-271-3/+7
* vf_vavpp: remove apparently broken change-detectionwm42017-02-271-2/+0
* vo_opengl: use misc/ctype.h instead of <ctype.h>wm42017-02-251-2/+2
* cocoa: fix dragging out of focus windowAkemi2017-02-212-6/+21
* vo: fix subtleties in the redrawing logicwm42017-02-213-10/+12
* player: reduce blocking on VO when switching pausewm42017-02-211-1/+8
* img_format: stop setting some fields to dummy values for hwaccel formatswm42017-02-211-6/+7
* mp_image: for hwaccel, use underlying fmt in mp_image_params_guess_csp()wm42017-02-211-1/+2
* cocoa: only report mouse movements when window is not being draggedAkemi2017-02-203-1/+19
* cocoa: make window draggable on initAkemi2017-02-201-0/+2
* vo_tct: check ioctl resultrr-2017-02-201-6/+6
* image_writer: check a return valuewm42017-02-201-1/+3
* dec_video, dec_audio: remove redundant NULL-checkswm42017-02-201-2/+1
* lavfi: use mp_image to store the filter pad formatwm42017-02-202-0/+12
* Fix two typoswm42017-02-202-2/+2
* vd_lavc: increase verbosity if requested hwaccel is not compiledwm42017-02-201-1/+2
* vd_lavc, vaapi: move hw device creation to generic codewm42017-02-208-160/+104
* vo_opengl: remove dxva2 dummy hwdec backendwm42017-02-202-69/+0
* cocoa: fix cursor hiding at the top of the screen in fullscreenAkemi2017-02-191-0/+12
* cocoa: fix cursor hiding in the Dock area of the screenAkemi2017-02-191-1/+1
* cocoa: simplify the cursor hiding codeAkemi2017-02-191-35/+15
* cocoa: fix scroll wheel input with Shift modifierAkemi2017-02-191-1/+2
* vo_opengl: implement videotoolbox hwdec on iOSAman Gupta2017-02-172-1/+215
* vo_opengl: don't crash on unsupported formatswm42017-02-171-1/+2
* vo_opengl: hwdec_vaegl: use new format setup functionwm42017-02-173-14/+28
* vo_opengl: hwdec_osx: use new format setup functionwm42017-02-173-88/+21
* vo_opengl: hwdec_cuda: use new format setup functionwm42017-02-171-34/+8
* vo_opengl: move texture mapping of pixel formats to helper functionwm42017-02-173-128/+163
* vo_opengl: handle GL_LUMINANCE_ALPHA and integer textures differentlywm42017-02-175-31/+38
* videotoolbox: fix RGB formatwm42017-02-172-2/+2
* videotoolbox: remove weird format-negotiation between VO and decoderwm42017-02-173-38/+12
* videotoolbox: add reverse format mapping functionwm42017-02-172-5/+21
* videotoolbox: factor some duplicated codewm42017-02-174-84/+79
* cocoa: refactor mouse events and cursor visibilityAkemi2017-02-164-39/+41
* vd_lavc: fix inverted error checkwm42017-02-161-1/+1
* vd_lavc: move most vaapi hwaccel setup code to generic codewm42017-02-163-48/+95
* vd_lavc: remove some leftover vaapi locking infrastructurewm42017-02-162-23/+0
* vo_opengl: hwdec_vaegl: fix potentially undefined memory accesswm42017-02-141-2/+2
* cocoa: fix black edges on live resizeAkemi2017-02-131-20/+34
* cocoa: add --ontop-level option for modifying ontop window levelAkemi2017-02-131-6/+13
* mp_image: use AVFrame.opaque_ref to pass through mpv-only fieldswm42017-02-131-0/+20
* win32: update the fullscreen state on restoringpavelxdd2017-02-121-1/+22
* vo_opengl: angle: log the device/surface implementationJames Ross-Gowan2017-02-121-13/+27
* mp_image_tool: guard hw downloading against allocation failureswm42017-02-071-1/+1
* player: add experimental stream recording featurewm42017-02-072-5/+16
* vo_opengl: egl_helpers: fix for non-WindowsJames Ross-Gowan2017-02-081-1/+1
* vo_opengl: angle: rewrite with custom swap chainJames Ross-Gowan2017-02-074-232/+653
* cocoa: fix color profile retrievalAkemi2017-02-021-0/+1
* cocoa: fix dropping of files and URLsAkemi2017-02-021-14/+5
* cocoa: optimise screen event handlingAkemi2017-02-022-9/+20
* cocoa: fix displaylink refresh rate retrievalAkemi2017-02-021-23/+29
* hw_dxva2: create a IDirect3D9Ex devicewm42017-02-021-18/+27
* cocoa: fix unwanted behavior with window level other than the defaultAkemi2017-01-291-2/+4
* vo_opengl: dxinterop: use the new SAFE_RELEASE macroJames Ross-Gowan2017-01-301-15/+8
* vaapi: improve a commentwm42017-01-281-1/+7
* vaapi: remove central lock around vaapi API callswm42017-01-287-85/+2
* win32: snap to screen edgespavelxdd2017-01-271-0/+146
* vd_lavc: allocate 8 ref frames for VP9wm42017-01-261-2/+6
* vo_opengl: egl_helpers: fix variable namewm42017-01-261-3/+3
* vf_lavfi: don't crash with VOs without hardware decoding supportwm42017-01-251-5/+7
* ad_lavc, vd_lavc: move mpv->lavc decoder parameter setup to common codewm42017-01-251-19/+4
* build: replace some FFmpeg API checks with version checkswm42017-01-243-4/+4
* options: refacactor how --opengl-dwmflush is declaredwm42017-01-203-12/+10
* options: refactor how --opengl-dcomposition is declaredwm42017-01-204-8/+23
* x11: pseudo HiDPI scalingwm42017-01-194-5/+38
* cocoa: don't constrain window frame for fullscreenAkemi2017-01-191-3/+4
* cocoa: don't init displaylink on reconfigAkemi2017-01-191-1/+1
* cocoa: move updateBorder method to the protocolAkemi2017-01-192-5/+6
* cocoa: properly recover from toggleFullscreen failAkemi2017-01-191-8/+20
* cocoa: fix window size in certain circumstancesAkemi2017-01-191-8/+2
* vo: log timings around flipping/waitingwm42017-01-181-3/+6
* vaapi: fix va_surface_get_uncropped_size() for libavutil surfaceswm42017-01-181-3/+9
* vo_opengl, vo_opengl_cb: better hwdec interop backend selectionwm42017-01-174-16/+76
* vo_opengl_cb: cleanup messy option synchronizationwm42017-01-171-24/+16
* vdpau: reject decoding of non-4:2:0wm42017-01-171