summaryrefslogtreecommitdiffstats
path: root/video
Commit message (Expand)AuthorAgeFilesLines
* vd_lavc: slightly better logging about why hwdec is not usedwm42018-03-081-5/+9
* hwdec_drmprime_drm: Fix a DRM buffer memory leakageLongChair2018-03-051-2/+3
* cocoa-cb: fix a segfault without videoAkemi2018-03-041-10/+7
* cocoa-cb: fix wrong aspect ratio on live resize after reconfig resizeAkemi2018-03-041-1/+1
* cocoa-cb: change handling of window aspect ratio changesAkemi2018-03-043-34/+16
* context_drm_egl: Allow fallback EGLConfig formatsAnton Kindestam2018-03-041-17/+49
* cocoa-cb: use new libmpv API instead of opengl-cbAkemi2018-03-043-14/+14
* cocoa-cb: remove debug remnant (stray print)Akemi2018-03-041-1/+0
* vo_gpu: don't segfault in libmpv_gl's destroy()Niklas Haas2018-03-041-1/+2
* vo_gpu: error out if there were rendering errors when taking screenshotwm42018-03-031-1/+5
* vo_gpu: fix taking screenshots of rotated videoswm42018-03-031-0/+3
* vd_lavc: fix inverted conditionwm42018-03-031-1/+1
* mp_image: replace rude function with less rude FFmpeg upstream functionwm42018-03-031-2/+4
* mp_image: make ref error handling slightly readablewm42018-03-031-10/+9
* mp_image: pass through unknown AVFrame side datawm42018-03-032-1/+42
* mp_image: fix subtle side data memory leakswm42018-03-031-2/+2
* cocoa-cb: fix building with SDK 10.12 and earlierAkemi2018-03-011-1/+1
* client API: deprecate opengl-cb API and introduce a replacement APIwm42018-02-287-245/+595
* vo_gpu: remove a dead declarationwm42018-02-281-1/+0
* cocoa-cb: make fullscreen resize animation duration configurableAkemi2018-02-281-2/+11
* cocoa-cb: fix stretched gl surface on window aspect ratio changeAkemi2018-02-282-2/+48
* cocoa-cb: change border and borderless window stylingAkemi2018-02-283-17/+120
* drm_common: Improve VT switching signal handling somewhatAnton Kindestam2018-02-261-1/+15
* vo_drm: Fix pageflip errors on VT switchAnton Kindestam2018-02-261-2/+5
* context_drm_egl: Repair VT switchingAnton Kindestam2018-02-261-2/+27
* context_drm_egl: Introduce 30bpp supportAnton Kindestam2018-02-263-29/+89
* egl_helpers: mpegl_cb can now signal an error conditionAnton Kindestam2018-02-262-1/+8
* cocoa-cb: fix wrong fullscreen window sizeAkemi2018-02-252-11/+21
* cocoa-cb: fix wrong drawing size on resizeAkemi2018-02-251-17/+12
* vo_gpu: fix mobius tone mapping when sig_peak <= 1.0Niklas Haas2018-02-251-0/+2
* vo_gpu: don't tone-map for pure gamut reductionsNiklas Haas2018-02-251-3/+0
* drm_vo: pixel aspect from --monitoraspectMarco Migliori2018-02-211-1/+7
* vf_vapoursynth: fix freezewm42018-02-201-5/+7
* vo_gpu: introduce --target-peakNiklas Haas2018-02-203-7/+16
* vo_gpu: correctly parametrize the HLG OOTF by the display peakNiklas Haas2018-02-201-20/+31
* vo_gpu: simplify and correct color scale handlingNiklas Haas2018-02-203-33/+40
* vo_mediacodec_embed: fix forgotten VO_CAP_NOREDRAW→VO_CAP_NORETAINJan Ekström2018-02-201-1/+1
* cocoa-cb: fix hwdec when drawing off-screenAkemi2018-02-171-0/+1
* video: rename VO_CAP_NOREDRAW to VO_CAP_NORETAINAman Gupta2018-02-172-4/+4
* vo_gpu: hwdec_drmprime_drm: cosmetic simplificationwm42018-02-161-6/+3
* cocoa-cb: fix drawing on macOS 10.11Akemi2018-02-161-3/+19
* vo_gpu: remove old window screenshot glue code and GL implementationwm42018-02-134-42/+0
* vo: make opengl-cb first in the autoprobing orderwm42018-02-132-4/+5
* Fix recent FFmpeg deprecationswm42018-02-131-2/+3
* vf_vavpp: select best quality deinterlacing algorithm by defaultwm42018-02-131-5/+22
* video: make --deinterlace and HW deinterlace filters always deinterlacewm42018-02-133-3/+3
* vo_gpu: d3d11: implement tex_download()James Ross-Gowan2018-02-135-102/+57
* vo_gpu: use a variable for the RA_CAP_FRAGCOORD flagJames Ross-Gowan2018-02-131-4/+3
* vo_gpu: check for HDR peak detection in dumb mode tooJames Ross-Gowan2018-02-131-7/+8
* cocoa-cb: initial implementation via opengl-cb APIAkemi2018-02-127-20/+1492
* osx: always deactivate the early opengl flush on macOSAkemi2018-02-121-2/+6
* vo_drm: support --monitorpixelaspectMarco Migliori2018-02-111-0/+2
* vo_drm: reset last input image on reconfigMarco Migliori2018-02-111-0/+3
* vo_drm: make the osd as large as the screenMarco Migliori2018-02-111-18/+18
* vo_gpu: make screenshots use the GL rendererwm42018-02-1114-25/+193
* vo_gpu: add internal ability to skip osd/subs for renderingwm42018-02-115-18/+40
* vo_gpu: use blit() only if target ra_tex supports itwm42018-02-111-2/+3
* vo_gpu: add memory barrier on the HDR peak detectionNiklas Haas2018-02-111-0/+1
* vo_gpu: correctly infer HDR peak detection supportNiklas Haas2018-02-111-1/+4
* vo_gpu: refactor HDR peak detection algorithmNiklas Haas2018-02-113-16/+41
* wayland_common: fix idle_inhibitor protocol segfaultRostislav Pehlivanov2018-02-091-0/+1
* drmprime interop : Add frames triple bufferingLongChair2018-02-071-3/+8
* vd_lavc: fix stall with some uses of --hwdec=copywm42018-02-051-3/+6
* vo_gpu: port HDR tone mapping algorithm from libplaceboNiklas Haas2018-02-053-70/+107
* vo_gpu: add RA_CAP for gl_NumWorkGroupsNiklas Haas2018-02-053-1/+3
* vo_gpu: vulkan: correctly enable textureGatherOffsetNiklas Haas2018-02-052-2/+3
* vo_gpu: vulkan: don't issue queries for unused timersNiklas Haas2018-02-051-5/+13
* vo_gpu: vulkan: try enabling required featuresNiklas Haas2018-02-052-0/+10
* vo_gpu: vulkan: add missing buffer barrier fieldsNiklas Haas2018-02-051-0/+2
* vd_lavc: fix recently broken hardware decode fallbackwm42018-02-041-7/+16
* vf_vapoursynth: always keep input frame array filledwm42018-02-031-1/+3
* vf_vapoursynth: fix lockingwm42018-02-031-1/+2
* vf_vapoursynth: fix obscure/impossible leakwm42018-02-031-0/+1
* vf_vapoursynth: fix output colorspace flags and other attributeswm42018-02-031-0/+2
* vf_vapoursynth: fix potential deadlock on init failurewm42018-02-031-1/+1
* vf_vapoursynth: initialize start timestamp properlywm42018-02-031-1/+1
* video: make decoder wrapper a filterwm42018-01-304-776/+125
* mp_image: preserve AVFrame closed captions datawm42018-01-302-0/+8
* mp_image: factor buffer referencingwm42018-01-301-17/+15
* video: rewrite filtering glue codewm42018-01-3021-2616/+1078
* vo_gpu: check for RA_CAP_FRAGCOORD in dumb mode tooJames Ross-Gowan2018-01-301-13/+14
* video: fix crash with vdpau when reinitializing renderingwm42018-01-271-3/+3
* hwdec: detach d3d and d3d9 hwaccel from anglemyfreeer2018-01-251-1/+3
* video: minor simplificationwm42018-01-251-1/+1
* video: warn user against FFmpeg's lieswm42018-01-221-9/+6
* video: change some remaining vo_opengl mentions to vo_gpuAkemi2018-01-207-8/+8
* osx: code cleanups and cosmetic fixesAkemi2018-01-202-2/+2
* ta: introduce talloc_dup() and use it in some placeswm42018-01-181-2/+2
* sws_utils: don't force callers to provide option structwm42018-01-186-7/+12
* vo: log reconfig callswm42018-01-181-0/+2
* mp_image_pool: add helper functions for FFmpeg hw frames poolswm42018-01-182-0/+81
* mp_image: fix some metadata loss with conversion from/to AVFramewm42018-01-181-2/+14
* video: make IMGFMT_IS_HWACCEL() return 0 or 1wm42018-01-181-1/+1
* video: add utility function to pick conversion image format from a listwm42018-01-182-0/+10
* video: avoid some unnecessary vf.h includeswm42018-01-184-5/+0
* vo_gpu: skip DR for unsupported image formatswm42018-01-181-0/+3
* vo_gpu: fix broken 10 bit via integer textures playbackwm42018-01-171-3/+3
* vo_gpu: rpi: defer gl_ctx_resize until after gl_ctx_initNiklas Haas2018-01-151-1/+3
* video: change some mp_image_pool semanticswm42018-01-136-14/+16
* video, audio: don't actively wait for demuxer inputwm42018-01-091-0/+2
* vo_gpu: hwdec_dxva2dxgi: initial implementationJames Ross-Gowan2018-01-063-0/+470
* vo_gpu: d3d11: check for NULL backbuffer in start_frameJames Ross-Gowan2018-01-041-2/+6
* vo_gpu: d3d11: don't use a bgra8 swapchainJames Ross-Gowan2018-01-041-19/+8
* vo_gpu/context_android: replace both options with android-surface-sizesfan52018-01-021-4/+3
* video, audio: always read all frames before getting next packetwm42018-01-012-2/+24
* vo_gpu/android: fallback to EGL_WIDTH/HEIGHTAman Gupta2018-01-011-3/+15
* vo_gpu: d3d11: avoid copying staging buffers to cbuffersJames Ross-Gowan2018-01-011-48/+15
* demux_mkv: add hack to pass along x264 version to decoderwm42017-12-281-0/+13
* vd_lavc: add an option to explicitly workaround x264 4:4:4 bugwm42017-12-281-0/+5
* vd_lavc: fix crash with RPI hwdecwm42017-12-281-1/+2
* player: add internal `vo-resize` commandsfan52017-12-272-0/+7
* vo_gpu/context: Let embedding application handle surface resizessfan52017-12-271-10/+20
* vo_gpu: EGL: provide SwapInterval to generic codewm42017-12-271-0/+10
* vf_vdpaupp: fix error handling and software input modewm42017-12-271-5/+9
* options: drop some previously deprecated optionswm42017-12-251-4/+0
* vo_gpu: vulkan: fix segfault due to index mismatchNiklas Haas2017-12-251-5/+8
* vo_gpu: vulkan: fix some image barrier odditiesNiklas Haas2017-12-251-10/+5
* vo_gpu: vulkan: omit needless #defineNiklas Haas2017-12-251-5/+0
* vo_gpu: vulkan: fix sharing mode on malloc'd buffersNiklas Haas2017-12-251-1/+0
* vo_gpu: vulkan: fix dummyPass creationNiklas Haas2017-12-251-1/+1
* vo_gpu: vulkan: fix the rgb565a1 names -> rgb5a1Niklas Haas2017-12-251-2/+2
* vo_gpu: vulkan: allow disabling async tf/compNiklas Haas2017-12-253-4/+21
* vo_gpu: vulkan: refine queue family selection algorithmNiklas Haas2017-12-251-2/+7
* vo_gpu: vulkan: prefer vkCmdCopyImage over vkCmdBlitImageNiklas Haas2017-12-251-8/+31
* vo_gpu: attempt re-using the FBO format for p->output_texNiklas Haas2017-12-254-1/+13
* vo_gpu: vulkan: properly depend on the swapchain acquire semaphoreNiklas Haas2017-12-253-15/+25
* vo_gpu: vulkan: use correct access flag for presentNiklas Haas2017-12-251-2/+3
* vo_gpu: vulkan: make the swapchain more robustNiklas Haas2017-12-251-23/+50
* vo_gpu: aggressively prefer async computeNiklas Haas2017-12-253-1/+12
* vo_gpu: vulkan: support split command poolsNiklas Haas2017-12-256-163/+281
* vo_gpu: invalidate fbotex before drawingNiklas Haas2017-12-254-10/+11
* vo_gpu: allow invalidating FBO in renderpass_runNiklas Haas2017-12-253-5/+22
* vo_gpu: vulkan: properly track image dependenciesNiklas Haas2017-12-252-40/+121
* vo_gpu: vulkan: add a vk_signal abstractionNiklas Haas2017-12-253-0/+144
* vo_gpu: vulkan: refactor command submissionNiklas Haas2017-12-255-72/+90
* vo_gpu: vulkan: reorganize vk_cmd slightlyNiklas Haas2017-12-255-57/+58
* vo_gpu: vulkan: refactor vk_cmdpoolNiklas Haas2017-12-255-194/+182
* Restore Libav supportwm42017-12-211-0/+2
* hwdec: remove unused fieldswm42017-12-213-9/+0
* vo_mediacodec_embed: implement hwcontextAman Gupta2017-12-201-0/+30
* vo_gpu: win: remove exclusive-fullscreen detection hackJames Ross-Gowan2017-12-203-129/+0
* w32_common: refactor and improve window state handlingpavelxdd2017-12-191-131/+151
* w32_common: use RECT for storing screen and window size & positionpavelxdd2017-12-191-100/+71
* vo_gpu: hwdec_drmprime_drm: don't crash for non-GL contextswm42017-12-171-0/+3
* msg: reinterpret a bunch of message levelsNiklas Haas2017-12-156-42/+25
* vd_lavc: rename --hwdec=rpi to --hwdec=mmalwm42017-12-151-4/+0
* vd_lavc: use libavcodec metadata for hardware decoder wrapperswm42017-12-151-25/+8
* csputils: Add support for Display P3 primariesVittorio Giovara2017-12-142-2/+5
* csputils: Fix DCI P3 primaries white pointVittorio Giovara2017-12-141-1/+2
* vf_buffer: remove this filterwm42017-12-122-87/+0
* w32_common: update outdated comment about wakeup eventspavelxdd2017-12-111-2/+1
* vf_convert: default to limited range when converting RGB to YUVwm42017-12-111-0/+5
* vo_gpu: hwdec_drmprime_drm: silence error on failed autoprobingwm42017-12-111-1/+1
* hwdec: document a forgotten parameterwm42017-12-111-0/+1
* video: remove code duplication by calling a hwdec loader helperwm42017-12-111-2/+1
* video: properly initialize and set hwdec_interopwm42017-12-111-0/+2
* vd_lavc: always load VO interops with non-copy hw decoderswm42017-12-111-0/+4
* vo: fix a compiler warning by properly printing a 64bit integerJan Ekström2017-12-111-1/+1
* vd_lavc: add rkmpp to the hwdec_wrappers array.LongChair2017-12-101-0/+1
* vo_gpu: d3d11: check for timestamp query supportJames Ross-Gowan2017-12-091-0/+9
* w32_common: improve the window message state machinepavelxdd2017-12-071-1/+13
* w32_common: skip window snapping if Windows handled itpavelxdd2017-12-071-2/+12
* vo: add support for externally driven renderloop and make wayland use itRostislav Pehlivanov2017-12-054-4/+70
* vo_gpu: d3d11_helpers: use better formatting for PCI IDsJames Ross-Gowan2017-12-041-4/+6
* Fix various typos in log messagesNicolas F2017-12-032-2/+2
* video: probe format of primary plane in drm/egl contextAnton Kindestam2017-12-031-3/+59
* hwdec: whitespace cleanup in hwdec_drmprime_drm.cAnton Kindestam2017-12-031-2/+2
* video: fix use of possibly-NULL pointer in drm_egl_initAnton Kindestam2017-12-031-1/+2
* video: fix double free in drm_atomic_create_contextAnton Kindestam2017-12-031-1/+2
* build: remove POSIX/sysv shared memory testwm42017-12-022-48/+17
* vd_lavc: don't request native pixfmt with -copy and METHOD_INTERNALwm42017-12-021-0/+1
* video: remove some more hwdec legacy stuffwm42017-12-0210-93/+50
* vd_lavc, vdpau, vaapi: restore emulated API avoidancewm42017-12-025-3/+48
* hwdec: don't require setting legacy hwdec fieldswm42017-12-027-30/+18
* vd_lavc: simpler way to check for opque hw framewm42017-12-021-3/+1
* vd_lavc: sort -copy hwdec modes to end of listwm42017-12-021</