summaryrefslogtreecommitdiffstats
path: root/video
Commit message (Expand)AuthorAgeFilesLines
* 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
* dxva2: check for failure of mp_image_new_custom_refKevin Mitchell2016-02-161-5/+8
* dxva2: another attempt at using mp_image poolKevin Mitchell2016-02-163-81/+46
* mp_image_pool: add mp_image_pool_addKevin Mitchell2016-02-162-4/+11
* dxva2: fix license on some newly added files to lgpl v2.1+Kevin Mitchell2016-02-162-14/+14
* Rewrite ordered chapters and timeline stuffwm42016-02-152-7/+67
* audio/video: expose codec info as separate fieldwm42016-02-153-8/+8
* video: remove pointless parameter indirectionwm42016-02-152-3/+5
* vo_opengl_cb: unbreak destroying+recreating GL contextwm42016-02-151-2/+2
* dxva2: support HEVC Main 10wm42016-02-151-8/+35
* dxva2: use mp_image pool for d3d surfacesKevin Mitchell2016-02-143-131/+221
* dxva2: remove unused structure membersKevin Mitchell2016-02-141-5/+1
* dxva2: streamline number of surface calculationKevin Mitchell2016-02-141-9/+2
* mp_image: force display size to at least 1x1wm42016-02-121-2/+2
* vo_opengl: unconfuse Coveritywm42016-02-121-1/+1
* video: approximate AVI timestamps via DTS handlingwm42016-02-114-54/+12
* Enable building the opengl-cb video renderer on AndroidJan Ekström2016-02-102-0/+26
* player: fix crash if no video decoder can be initializedwm42016-02-101-0/+2
* vo_opengl_cb: do also not block when drawing nothingwm42016-02-091-1/+1
* image_writer: take care of prediction_method deprecationwm42016-02-091-1/+3
* vo_opengl: vdpau: call glVDPAUFiniNV only if initializedwm42016-02-081-6/+8
* wayland: set fs mode on every configureAlexander Preisinger2016-02-071-5/+6
* video/decode/dxva2.c: GUID_NULL conflictskwkam2016-02-061-1/+1
* vd_lavc: fix use after free in some hwdecsKevin Mitchell2016-02-061-8/+3
* build: make libavfilter mandatorywm42016-02-051-2/+0
* vo_rpi: add geometry handlingUros Vampl2016-02-051-10/+59
* vd_lavc: avoid calling flush on an unopened AVCodecContextwm42016-02-051-6/+9
* video: remove AVI timestamps for dropped frameswm42016-02-041-1/+5
* vd_lavc: remove redundant best_csp fieldwm42016-02-032-15/+3
* vd_lavc: force microsecond timestamps on RPIwm42016-02-032-3/+9
* w32_common: switch to UniformResourceLocatorWwm42016-02-021-3/+5
* audio/video: merge decoder return valueswm42016-02-012-23/+18
* vo_opengl: hwdec: use IDs for API, and log which backend is usedwm42016-02-017-17/+30
* x11: stop waiting for MapNotify when WM_STATE changesTracerneo2016-01-311-1/+3
* vd_lavc: release surfaces before destroying decoderwm42016-01-301-4/+3
* vd_lavc: allow switching between hw/sw decoding any timewm42016-01-292-21/+34
* vd_lavc: simplify an aspect of hwdec fallbackwm42016-01-292-10/+5
* video: fix broken-PTS fallback determinationwm42016-01-291-11/+6
* rpi: add VC-1 supportwm42016-01-281-0/+1
* mp_image: copy dts as part of mp_image attributes toowm42016-01-281-0/+1
* rpi: add mpeg-4 decoding supportwm42016-01-271-0/+1
* vo_opengl: do chroma merging in integer conversion stagewm42016-01-271-3/+13
* vo_opengl: add precision qualifier to usampler2D on ANGLEwm42016-01-271-1/+1
* vo_opengl: replace tscale-interpolates-only with interpolation-thresholdwm42016-01-272-9/+12
* vo_opengl: support 10 bit support with ANGLEwm42016-01-263-10/+120
* vo_opengl: actually reset use_normalized_range fieldwm42016-01-261-3/+3
* vo_opengl: default to rgba16f FBOs on ANGLEwm42016-01-261-2/+5
* vaapi: lower number of allocated surfaces againwm42016-01-261-1/+1
* vo_opengl: add tscale-interpolates-only sub-optionwm42016-01-252-1/+8
* vo_opengl: default scaler-resizes-only sub-option to yeswm42016-01-251-0/+2
* vd_lavc: delay images before reading them backwm42016-01-254-9/+52
* video: cleanup pts/dts passing between decoder componentswm42016-01-254-11/+18
* vo_opengl: rename custom shader entrypoint from sample to sample_pixelwm42016-01-251-3/+19
* vo_opengl: vdpau: better handling of preemption recoverywm42016-01-251-1/+1
* vdpau: force driver to report preemption earlywm42016-01-253-3/+21
* video: remove some useless old RGB formatswm42016-01-256-62/+1
* af_lavfi, vf_lavfi: fix compilation on Libavwm42016-01-221-0/+1
* vo_opengl: vaapi: don't expect EGL exts. to be in common ext. stringwm42016-01-221-2/+6
* command: add vf-command commandwm42016-01-223-0/+22
* player: fix some oversights in video refactoringwm42016-01-221-5/+0
* vo_opengl: vaapi: reorganize platform entrypoints as tablewm42016-01-211-15/+20
* x11: get *current* XRandR screen configurationNils Schneider2016-01-201-1/+1
* vo_opengl: add KMS/DRM VAAPI hardware decoding interopwm42016-01-202-0/+21
* Change 3 more files to LGPLwm42016-01-202-14/+14
* vaapi: fix compilation on older FFmpeg/Libavwm42016-01-201-1/+1
* filter_kernels.h: adjust the licensewm42016-01-191-11/+5
* Change GPL/LGPL dual-licensed files to LGPLwm42016-01-1933-392/+231
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-1919-133/+133
* vo_drm: fix CRTC usagerr-2016-01-181-1/+1
* vd_lavc: feed A53_CC side data packets into the demuxer for eia_608 decodingAman Gupta2016-01-181-0/+11
* image_writer: fix writing flipped images as jpgwm42016-01-171-1/+1
* video: refactor: disentangle decoding/filtering some morewm42016-01-162-17/+112
* cocoa: get fps only from dislaylinkStefano Pigozzi2016-01-141-8/+9
* cocoa: add an observer for screenmode changeStefano Pigozzi2016-01-141-0/+26
* video: fix interactively changing aspect ratiowm42016-01-142-0/+6
* video: decouple filtering/decoding slightly morewm42016-01-142-6/+0
* video: refactor: shuffle code aroundwm42016-01-142-76/+1
* video: refactor: handle video format fixups closer to decoderwm42016-01-144-85/+74
* demux: merge sh_video/sh_audio/sh_subwm42016-01-122-20/+21
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-1121-21/+21
* vaapi: replace VA_STR_FOURCCwm42016-01-114-7/+4
* dxva2: log more debug infoswm42016-01-111-11/+41
* Fix build on older libavcodec versionswm42016-01-081-0/+2
* img_format: fix padding calculation with P010wm42016-01-081-1/+1
* vd_lavc: log codec profile when attempting hardware decodingwm42016-01-081-0/+4
* img_format: fix compilation on older libavutil releaseswm42016-01-071-1/+1
* vo_opengl: generic semi-planar supportwm42016-01-071-9/+10
* img_format: add a generic flag for semi-planar formatswm42016-01-072-4/+30
* img_format: take care of pixfmts that declare paddingwm42016-01-071-2/+9
* filter_kernels: improve the gaussian functionNiklas Haas2016-01-071-2/+2
* filter_kernels: relicense under BSDwm42016-01-071-11/+5
* vo_opengl: hwdec_vdpau: relicense under LGPLwm42016-01-071-7/+7
* vo_opengl: video.h: fix licensewm42016-01-071-7/+8
* vo_opengl: hwdec_vaegl: change license to LGPL 2.1wm42016-01-071-9/+7
* filter_kernels: replace AGG-based codewm42016-01-061-71/+69
* vo_rpi: handle rotationwm42016-01-051-1/+14
* vo_rpi: work around firmware oddness leading to incorrect video rectwm42016-01-051-2/+4
* vo_opengl: fix operation on GLES 2.0wm42016-01-041-2/+2
* vo_opengl: reset nnedi3 weights properlyBin Jin2016-01-031-0/+1
* x11: silence xdg-screensaver failure messagewm42016-01-031-2/+2
* wayland: fix typo in error messageAlessandro Ghedini2015-12-271-1/+1
* vo_rpi: fix previous commitwm42015-12-261-1/+1
* vo_rpi: fix compilationwm42015-12-262-6/+2
* filter_kernels: use more precise parameters for robidoux filterswm42015-12-261-4/+10
* vo_opengl: fix gray playbackwm42015-12-261-4/+3
* vo_opengl: flip image if backend uses flipped renderingwm42015-12-251-0/+2
* sub: find GBRP format automatically when rendering to RGBwm42015-12-243-11/+6
* vo_opengl: fix operation on GLSL versions earlier than 1.30wm42015-12-241-1/+1
* sub: better alpha blending when rendering to alpha surfaceswm42015-12-242-0/+2
* vo_opengl: fall back to gcc thread local storagewm42015-12-231-1/+7
* vo_opengl: blend transparent video against tiles by defaultwm42015-12-221-4/+9
* vf_yadif: change defaultswm42015-12-211-0/+4
* vo_opengl: x11: fix alpha windowswm42015-12-201-2/+3
* vaapi: add VP9 profile entiresBtbN2015-12-201-0/+7
* vf_vapoursynth: fix everythingwm42015-12-201-17/+13
* video: switch from using display aspect to sample aspectwm42015-12-1925-166/+109
* vf: remove old config() callbackwm42015-12-199-96/+88
* vf: flush before reconfigwm42015-12-192-10/+1
* vo_opengl: disable pbo by defaults for opengl-hqwm42015-12-191-1/+0
* vo_opengl: handle alpha with odd bit widths toowm42015-12-191-4/+8
* vo_opengl: cocoa: output premultiplied alphawm42015-12-193-0/+4
* vo_opengl: prefix per-backend source files with context_wm42015-12-1911-1/+1
* vo_opengl: split backend code from common.c to context.cwm42015-12-1914-275/+343
* vo_opengl: x11egl: retrieve framebuffer depthwm42015-12-193-0/+47
* vo_opengl: refactor how framebuffer depth is passed from backendswm42015-12-197-30/+22
* vo_opengl: cocoa: implement alpha window supportwm42015-12-192-2/+11
* vo_opengl: fix "win" backend namewm42015-12-191-1/+1
* csputils: update MP_STEREO3D_COUNTPaul B Mahol2015-12-191-1/+1
* csputils: let mpv recognise frame sequenced 3D matroska videosPaul B Mahol2015-12-181-0/+2
* vf_stereo3d: add alternating modesPaul B Mahol2015-12-181-0/+4
* vo_opengl: dxinterop: prevent crash after lost deviceJames Ross-Gowan2015-12-141-0/+13
* vo_opengl: dxinterop: prevent crash with 0-size windowJames Ross-Gowan2015-12-141-2/+3
* vo_opengl: enable brightness/contrast controls for RGBwm42015-12-122-9/+14
* vo_opengl: add dxinterop backendJames Ross-Gowan2015-12-114-1/+677
* vo_opengl: remove one more XYZ special-casewm42015-12-091-7/+2
* vo_opengl: fix precision loss of fruit dithering matrixBin Jin2015-12-091-2/+9
* csputils: rename "yuv2rgb" functionswm42015-12-095-9/+9
* csputils, vo_opengl: remove XYZ special case in color matrix retrievalwm42015-12-093-14/+8
* csputils: remove obscure int_bits matrix scalingwm42015-12-092-21/+10
* vo_opengl: fix shader compilation regressionwm42015-12-082-4/+5
* vo_opengl: enable colormatrix even for RGB inputwm42015-12-071-15/+13
* vo_opengl: fix issues with some obscure pixel formatswm42015-12-075-11/+39
* vo_opengl: decrease default lookup texture size to 64Bin Jin2015-12-071-2/+2
* vo_opengl: make LOOKUP_TEXTURE_SIZE configurableBin Jin2015-12-072-4/+5
* vo_opengl: Fix minor LUT sampling errorBin Jin2015-12-073-11/+22
* filter_kernels: add warnings for potential LUT sampling errorBin Jin2015-12-071-0/+6
* cocoa: fix recent regressionwm42015-12-071-4/+6
* win32: add option to set VO MMCSS profilewm42015-12-061-1/+5
* vo: get rid of v