summaryrefslogtreecommitdiffstats
path: root/video
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl: slightly better FBO format checkwm42016-05-121-9/+17
* vo_opengl: disable scalers on ES2wm42016-05-121-4/+6
* vo_opengl: add detection for the ES texture_rg extensionwm42016-05-121-0/+6
* vo_opengl: reorganize texture format handlingwm42016-05-129-311/+443
* vo_opengl: correctly disable interpolation if tscale can't be usedwm42016-05-121-0/+2
* vo_opengl: angle: dump translated shaderswm42016-05-124-0/+25
* vo_opengl: don't use dumb-mode with 10 bit integer texture hackwm42016-05-111-2/+3
* vo_opengl: fix NULL deref on certain init failureswm42016-05-111-2/+4
* video: add --hwdec=auto-copy modewm42016-05-117-5/+19
* vo_opengl: d3d11egl: support full range YUVwm42016-05-111-3/+3
* vo_opengl: d3d11egl: don't require EGL_EXT_device_querywm42016-05-111-23/+46
* build: merge d3d11va and dxva2 hwaccel checkswm42016-05-113-7/+3
* vo_opengl: angle: dynamically load ANGLEwm42016-05-115-0/+132
* vo_opengl: fix passing along swizzle from hwdec interopwm42016-05-102-0/+4
* vo_opengl: d3d11egl: native NV12 sampling supportwm42016-05-104-20/+251
* vo_opengl: add an angle-es2 backendwm42016-05-102-1/+25
* vo_opengl: cosmetics: rename variableswm42016-05-101-17/+16
* vo_opengl: refactor how hwdec interop exports textureswm42016-05-1011-184/+274
* x11: tell GNOME to use dark window decorationsMantas Mikulėnas2016-05-091-0/+1
* video: refactor how VO exports hwdec device handleswm42016-05-0934-258/+334
* vo_direct3d: remove passing device to decoderwm42016-05-091-18/+0
* wayland: use the advertised size in fullscreenEmmanuel Gil Peyrot2016-05-081-7/+0
* win32: make taskbar progress indication optionalmaniak13492016-05-082-1/+2
* x11: slightly safer X11 error handler behaviorwm42016-05-081-1/+4
* x11: add --x11-bypass-compositor=alwayswm42016-05-061-0/+1
* vo_opengl: angle: avoid fullscreen FBO copy for flippingwm42016-05-051-1/+23
* vo_opengl: angle: call eglTerminate()wm42016-05-051-0/+2
* vo_opengl: EGL: fix hwdec probingwm42016-05-053-1/+7
* command: change some hwdec propertieswm42016-05-043-1/+4
* lcms: don't warn/error on 3dlut cache missesNiklas Haas2016-05-041-1/+1
* lcms: improve black point handling (especially BT.1886)Niklas Haas2016-05-042-12/+43
* d3d: DXVA2_ModeMPEG2_VLD supports all profileswm42016-05-031-2/+1
* vo_opengl: vdpau: fix certain cases of preemption recovery failureswm42016-05-034-2/+9
* x11: extend --x11-bypass-compositor with fs-only optionwm42016-05-021-6/+22
* win32: replace libuuid.a usage with initguid.hJames Ross-Gowan2016-05-014-1/+5
* os x: handle multiple dropped files on the windowNyx0uf2016-04-301-2/+7
* w32_common: respect --fit-border on size checkmaniak13492016-04-301-4/+20
* w32_common: fix size calculations for window resizemaniak13492016-04-301-3/+3
* d3d11va: fix invalid deref on decoder init failureKevin Mitchell2016-04-291-1/+1
* d3d11va, dxva2: return the format struct directlywm42016-04-294-16/+13
* d3d11va, dxva2: simplify decoder selectionwm42016-04-294-67/+58
* video: add IMGFMT_P010 aliaswm42016-04-293-2/+8
* vo_opengl: fix build with GLES3 headerswm42016-04-271-0/+2
* vo_opengl: support GL_EXT_texture_norm16 on GLESwm42016-04-273-6/+12
* vo_opengl: always use sized internal formatswm42016-04-271-8/+8
* vo_opengl: d3d11egl: minor simplificationwm42016-04-271-5/+1
* vo_opengl: d3d11egl: print warning on unsupported colorspaceswm42016-04-271-0/+11
* d3d11va: store texture/subindex in IMGFMT_D3D11VA plane pointerswm42016-04-274-140/+72
* vd_lavc: adjust D3D11VA autoprobe orderwm42016-04-271-1/+3
* vo_opengl: D3D11VA + ANGLE interopwm42016-04-279-2/+468
* hwdec: remove numbers from enumwm42016-04-271-10/+10
* vo_opengl: print error if opengl hwdec interop failswm42016-04-271-0/+2
* vd_lavc: hack against videotoolbox crash on failurewm42016-04-261-1/+3
* vo_rpi: rename mutex/cond variableswm42016-04-261-17/+17
* vo_rpi: wait for vsync with a timeoutwm42016-04-261-2/+6
* vo_rpi: attempt to survive display mode changeswm42016-04-261-38/+90
* vp_rpi: fix indentationwm42016-04-261-10/+8
* vd_lavc: simplify some unneeded ifdefferywm42016-04-251-8/+2
* vd_lavc: make image_format hwdec field optionalwm42016-04-251-26/+24
* vd_lavc: simplify RPI and Mediacodec wrapperswm42016-04-253-141/+12
* vd_lavc: make all hwdec callbacks optionalwm42016-04-251-2/+2
* vd_lavc: set AVCodecContext.time_base to forced time basewm42016-04-251-0/+3
* vd_lavc: better hwdec wrapper decoder selectionwm42016-04-252-1/+66
* vd_lavc: allow process_image() to return NULLwm42016-04-251-1/+1
* mp_image: allow passing NULL to mp_image_new_custom_ref()wm42016-04-255-9/+7
* vd_lavc: fix hwdec fallback if hwdec pre-initialization failswm42016-04-221-7/+7
* vo_opengl: always reset some GL state when leaving rendererwm42016-04-221-5/+6
* d3dva: move Intel_H264_NoFGT_ClearVideo to lower priorityKevin Mitchell2016-04-181-1/+1
* dxva2: fix missing newline in error messageKevin Mitchell2016-04-181-1/+1
* d3dva: include selected decoder and format in verbose outputKevin Mitchell2016-04-172-0/+7
* vo_opengl: fix an outdated commentwm42016-04-161-3/+1
* vo_lavc: fix build on Libavwm42016-04-151-2/+1
* mp_image: make mp_image_copy_fields_* privatewm42016-04-152-8/+4
* vo_lavc: unsupport deprecated AVFMT_RAWPICTUREwm42016-04-151-23/+12
* vo_lavc: send refcounted AVFrame to encoderwm42016-04-151-4/+4
* mp_image: add mp_image_to_av_frame()wm42016-04-152-6/+10
* mp_image: simplify mp_image_steal_data()wm42016-04-151-17/+7
* mp_image: pass through AVHWFramesContextwm42016-04-152-4/+22
* lcms: include math.hwm42016-04-151-0/+1
* vo_opengl: rpi: don't include x11 header filewm42016-04-151-1/+0
* vo_opengl: simplify and improve up scale=oversampleNiklas Haas2016-04-121-21/+5
* vf_vavpp: reindentwm42016-04-111-8/+6
* vaapi: determine surface format in decoder, not in rendererwm42016-04-115-47/+71
* encode_lavc: Migrate to codecpar API.Rudolf Polzer2016-04-111-31/+35
* aspect: rework --video-unscaledNiklas Haas2016-04-101-22/+12
* aspect: remove useless debug messageswm42016-04-101-10/+2
* vo_opengl: improve rotation handling (again)wm42016-04-082-44/+47
* vo_opengl: log if glGetString(GL_VERSION) returns NULLwm42016-04-081-1/+3
* d3d: fix Windows buildwm42016-04-071-2/+2
* vo_opengl: videotoolbox: use kCVPixelBufferLock_ReadOnly for screenshotswm42016-04-071-7/+8
* videotoolbox: change how videotoolbox format is managedwm42016-04-074-6/+36
* mp_image: introduce a hw_subfmt fieldwm42016-04-072-0/+8
* vd_lavc: let hardware decoder request delaying frames explicitlywm42016-04-075-4/+9
* vd_lavc: fix codec vs. decoder confusionwm42016-04-0710-31/+32
* vo: don't reset vsync statistics on seeks etc.wm42016-04-061-9/+14
* vo_opengl: fix build breakagewm42016-04-061-1/+1
* vo_opengl: minor simplificationwm42016-04-051-3/+2
* vo_opengl: fix nnedi + rectangle textureswm42016-04-053-4/+4
* aspect: make video-zoom logarithmicNiklas Haas2016-04-031-1/+2
* gl_lcms: choose BT.1886 gamma per-channelNiklas Haas2016-04-011-24/+35
* vo_opengl: generate 3DLUT against source and use full BT.1886Niklas Haas2016-04-017-76/+162
* demux_lavf, ad_lavc, ad_spdif, vd_lavc: handle FFmpeg codecpar API changewm42016-03-311-2/+1
* dxva2: abort on mp_image_new_custom_ref failureKevin Mitchell2016-03-301-3/+1
* dxva2: stop using pointer obfuscator LPDIRECT3DSURFACE9Kevin Mitchell2016-03-302-6/+6
* dxva2: rewrite to use shared code with d3d11vaKevin Mitchell2016-03-301-494/+350
* vd_lavc: add d3d11va hwdecKevin Mitchell2016-03-309-3/+917
* vo_opengl: draw transparency checkerboard after upscalingNiklas Haas2016-03-291-4/+10
* vo_opengl: always premultiply alphawm42016-03-294-5/+1
* vo_opengl: fix rotation directionwm42016-03-291-1/+1
* vo_opengl: slightly compress gl_set_debug_logger()wm42016-03-281-7/+2
* vo_opengl: reduce temporary variables in gl_transform_trans()wm42016-03-281-5/+5
* vo_opengl: fix rotationwm42016-03-282-48/+52
* vo_opengl: fix row-major vs. column-major confusionwm42016-03-282-4/+7
* vo_opengl: don't upload potentially uninitialized memory to GL bufferwm42016-03-281-1/+1
* vo_openg: fix debanding + rectangle-textureswm42016-03-271-1/+1
* Add a mediacodec decoder hwdec wrapperJan Ekström2016-03-253-0/+73
* vd_lavc: mediacodec also needs special timebase loveJan Ekström2016-03-251-1/+1
* vo_opengl: minor coding style adjustmentwm42016-03-241-3/+4
* vo_opengl: utils: some more minor shader string building optimizationwm42016-03-241-23/+35
* ad_lavc, vd_lavc: support new Libav decoding APIwm42016-03-241-3/+18
* vd_lavc: slightly improve codec_timebase hackwm42016-03-241-4/+3
* vo_opengl: utils: slightly optimize shader string buildingwm42016-03-231-22/+21
* vo_opengl_cb: fix NULL derefwm42016-03-231-1/+2
* vo_opengl: fix blend-subtitles=video in some caseswm42016-03-221-0/+1
* vo_opengl, osd: allow osc.lua to react faster on resizeswm42016-03-213-10/+25
* vo_opengl: GLX: try to create 3.3 core profile contextwm42016-03-193-6/+26
* Revert "wayland: set fs mode on every configure"Emmanuel Gil Peyrot2016-03-191-6/+5
* csputils: add DCI-P3 colorspaceNiklas Haas2016-03-192-0/+10
* vd_lavc: don't get into an endless loop if decoding failswm42016-03-181-0/+2
* vo_opengl: dxva2egl: ignore alpha component in the mapped videowm42016-03-171-3/+1
* vo_opengl: fix operation without GL_ARB_texture_rgwm42016-03-171-4/+11
* dxva2: prevent outputting native surfaces with HWDEC_DXVA2_COPY (again)wm42016-03-171-1/+2
* vo_opengl: fix sharpen filterwm42016-03-163-4/+5
* vo_opengl: only open one OpenGL/DX interop handle when using dxva2Kevin Mitchell2016-03-152-18/+23
* x11, input: move mime type drag&drop negotiation to common codewm42016-03-151-2/+52
* x11: move vo->input_ctx accesses to x11->input_ctxwm42016-03-152-19/+21
* dec_video: always redisplay cover art after a seekwm42016-03-111-3/+1
* dec_video: reduce scope of variablewm42016-03-111-3/+3
* vo_opengl: add dxva2 interop to angle backendKevin Mitchell2016-03-102-0/+350
* vo_opengl: use the same type for cached and current uniform valueswm42016-03-101-12/+11
* vo_opengl: cache the values of the uniform variablesigv2016-03-101-20/+31
* vo_opengl: cache the locations of the uniform variablesigv2016-03-091-6/+13
* vo_opengl: decrease default superxbr-edge-strengthNiklas Haas2016-03-071-1/+1
* vo_opengl: improve superxbr algorithmNiklas Haas2016-03-071-12/+11
* vo_opengl: refactor superxbr algorithmNiklas Haas2016-03-073-133/+150
* video: fix coverart decodingwm42016-03-071-2/+4
* vo_xv, vo_x11: warn that these VOs should not be usedwm42016-03-062-0/+5
* vo_opengl: refactor plane-skipping optimizationsNiklas Haas2016-03-051-16/+26
* vo_opengl: rename prescale to prescale-lumaNiklas Haas2016-03-052-13/+14
* vo_opengl: add macros for scaler unitsNiklas Haas2016-03-052-34/+42
* vo_opengl: refactor pass_read_video and texture bindingNiklas Haas2016-03-059-379/+490
* vo_opengl: wayland: don't destroy NULL wl_egl_windowwm42016-03-031-1/+2
* av_common: explicitly exclude _vdpau deccoders from enumerationwm42016-03-021-11/+0
* video: fix hr-seekwm42016-02-281-1/+3
* vo_opengl: remove redundant codeigv2016-02-281-2/+2
* vo_opengl: set uniform variable "pixel_size" for internal shadersigv2016-02-265-28/+28
* vo_opengl: dxinterop: fix compatibility issue with Vistaigv2016-02-261-1/+2
* vo_opengl, vo_rpi: unbreak a few thingswm42016-02-243-4/+4
* vo_opengl: declare vec4 color inside fragment shader stubNiklas Haas2016-02-233-43/+27
* vo_opengl: set uniform variable "pixel_size"igv2016-02-221-0/+2
* vo_opengl: set the correct size of the input imageigv2016-02-221-2/+2
* vo_x11: add 16bpp supportGusar3212016-02-221-0/+1
* vd_lavc: simplify hwdec pixfmt checkwm42016-02-201-1/+1
* dxva2: fix autoprobingwm42016-02-191-1/+6
* video: allow the decoder to consume packets partiallywm42016-02-192-2/+9
* video: move packet timestamp fudgingwm42016-02-191-9/+8
* video: move unreliable-packet-PTS checkwm42016-02-191-5/+8
* dxva2: fix shared surface typeJames Ross-Gowan2016-02-191-22/+22
* vo_opengl: use correct gl_target variablewm42016-02-181-2/+2
* vo_opengl: don't use normalized coords for debanding rectangle textureswm42016-02-181-1/+2
* vo_opengl: pass the correct target to deband functionswm42016-02-181-4/+4
* wscript: remove dxva2-dxinterop configure testKevin Mitchell2016-02-171-2/+2
* vo_opengl: dxinterop: add dxva2 passthroughKevin Mitchell2016-02-173-0/+229
* dxva2: add interop (non-copyback) hwdec_typeKevin Mitchell2016-02-173-4/+19
* vo_opengl: dxinterop: improve error messagesKevin Mitchell2016-02-171-21/+37
* dxva2: avoid using AV_PIX_FMT_P010 directlywm42016-02-171-3/+4
* dxva2: use mp_HESULT_to_str on FAILED(hr)Kevin Mitchell2016-02-161-11/+20
* dxva2: use mp_image_pool_get_no_alloc for decoder imagesKevin Mitchell2016-02-161-1/+2