index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
video
Commit message (
Expand
)
Author
Age
Files
Lines
*
vo_gpu: hwdec_dxva2dxgi: initial implementation
James Ross-Gowan
2018-01-06
3
-0
/
+470
*
vo_gpu: d3d11: check for NULL backbuffer in start_frame
James Ross-Gowan
2018-01-04
1
-2
/
+6
*
vo_gpu: d3d11: don't use a bgra8 swapchain
James Ross-Gowan
2018-01-04
1
-19
/
+8
*
vo_gpu/context_android: replace both options with android-surface-size
sfan5
2018-01-02
1
-4
/
+3
*
video, audio: always read all frames before getting next packet
wm4
2018-01-01
2
-2
/
+24
*
vo_gpu/android: fallback to EGL_WIDTH/HEIGHT
Aman Gupta
2018-01-01
1
-3
/
+15
*
vo_gpu: d3d11: avoid copying staging buffers to cbuffers
James Ross-Gowan
2018-01-01
1
-48
/
+15
*
demux_mkv: add hack to pass along x264 version to decoder
wm4
2017-12-28
1
-0
/
+13
*
vd_lavc: add an option to explicitly workaround x264 4:4:4 bug
wm4
2017-12-28
1
-0
/
+5
*
vd_lavc: fix crash with RPI hwdec
wm4
2017-12-28
1
-1
/
+2
*
player: add internal `vo-resize` command
sfan5
2017-12-27
2
-0
/
+7
*
vo_gpu/context: Let embedding application handle surface resizes
sfan5
2017-12-27
1
-10
/
+20
*
vo_gpu: EGL: provide SwapInterval to generic code
wm4
2017-12-27
1
-0
/
+10
*
vf_vdpaupp: fix error handling and software input mode
wm4
2017-12-27
1
-5
/
+9
*
options: drop some previously deprecated options
wm4
2017-12-25
1
-4
/
+0
*
vo_gpu: vulkan: fix segfault due to index mismatch
Niklas Haas
2017-12-25
1
-5
/
+8
*
vo_gpu: vulkan: fix some image barrier oddities
Niklas Haas
2017-12-25
1
-10
/
+5
*
vo_gpu: vulkan: omit needless #define
Niklas Haas
2017-12-25
1
-5
/
+0
*
vo_gpu: vulkan: fix sharing mode on malloc'd buffers
Niklas Haas
2017-12-25
1
-1
/
+0
*
vo_gpu: vulkan: fix dummyPass creation
Niklas Haas
2017-12-25
1
-1
/
+1
*
vo_gpu: vulkan: fix the rgb565a1 names -> rgb5a1
Niklas Haas
2017-12-25
1
-2
/
+2
*
vo_gpu: vulkan: allow disabling async tf/comp
Niklas Haas
2017-12-25
3
-4
/
+21
*
vo_gpu: vulkan: refine queue family selection algorithm
Niklas Haas
2017-12-25
1
-2
/
+7
*
vo_gpu: vulkan: prefer vkCmdCopyImage over vkCmdBlitImage
Niklas Haas
2017-12-25
1
-8
/
+31
*
vo_gpu: attempt re-using the FBO format for p->output_tex
Niklas Haas
2017-12-25
4
-1
/
+13
*
vo_gpu: vulkan: properly depend on the swapchain acquire semaphore
Niklas Haas
2017-12-25
3
-15
/
+25
*
vo_gpu: vulkan: use correct access flag for present
Niklas Haas
2017-12-25
1
-2
/
+3
*
vo_gpu: vulkan: make the swapchain more robust
Niklas Haas
2017-12-25
1
-23
/
+50
*
vo_gpu: aggressively prefer async compute
Niklas Haas
2017-12-25
3
-1
/
+12
*
vo_gpu: vulkan: support split command pools
Niklas Haas
2017-12-25
6
-163
/
+281
*
vo_gpu: invalidate fbotex before drawing
Niklas Haas
2017-12-25
4
-10
/
+11
*
vo_gpu: allow invalidating FBO in renderpass_run
Niklas Haas
2017-12-25
3
-5
/
+22
*
vo_gpu: vulkan: properly track image dependencies
Niklas Haas
2017-12-25
2
-40
/
+121
*
vo_gpu: vulkan: add a vk_signal abstraction
Niklas Haas
2017-12-25
3
-0
/
+144
*
vo_gpu: vulkan: refactor command submission
Niklas Haas
2017-12-25
5
-72
/
+90
*
vo_gpu: vulkan: reorganize vk_cmd slightly
Niklas Haas
2017-12-25
5
-57
/
+58
*
vo_gpu: vulkan: refactor vk_cmdpool
Niklas Haas
2017-12-25
5
-194
/
+182
*
Restore Libav support
wm4
2017-12-21
1
-0
/
+2
*
hwdec: remove unused fields
wm4
2017-12-21
3
-9
/
+0
*
vo_mediacodec_embed: implement hwcontext
Aman Gupta
2017-12-20
1
-0
/
+30
*
vo_gpu: win: remove exclusive-fullscreen detection hack
James Ross-Gowan
2017-12-20
3
-129
/
+0
*
w32_common: refactor and improve window state handling
pavelxdd
2017-12-19
1
-131
/
+151
*
w32_common: use RECT for storing screen and window size & position
pavelxdd
2017-12-19
1
-100
/
+71
*
vo_gpu: hwdec_drmprime_drm: don't crash for non-GL contexts
wm4
2017-12-17
1
-0
/
+3
*
msg: reinterpret a bunch of message levels
Niklas Haas
2017-12-15
6
-42
/
+25
*
vd_lavc: rename --hwdec=rpi to --hwdec=mmal
wm4
2017-12-15
1
-4
/
+0
*
vd_lavc: use libavcodec metadata for hardware decoder wrappers
wm4
2017-12-15
1
-25
/
+8
*
csputils: Add support for Display P3 primaries
Vittorio Giovara
2017-12-14
2
-2
/
+5
*
csputils: Fix DCI P3 primaries white point
Vittorio Giovara
2017-12-14
1
-1
/
+2
*
vf_buffer: remove this filter
wm4
2017-12-12
2
-87
/
+0
*
w32_common: update outdated comment about wakeup events
pavelxdd
2017-12-11
1
-2
/
+1
*
vf_convert: default to limited range when converting RGB to YUV
wm4
2017-12-11
1
-0
/
+5
*
vo_gpu: hwdec_drmprime_drm: silence error on failed autoprobing
wm4
2017-12-11
1
-1
/
+1
*
hwdec: document a forgotten parameter
wm4
2017-12-11
1
-0
/
+1
*
video: remove code duplication by calling a hwdec loader helper
wm4
2017-12-11
1
-2
/
+1
*
video: properly initialize and set hwdec_interop
wm4
2017-12-11
1
-0
/
+2
*
vd_lavc: always load VO interops with non-copy hw decoders
wm4
2017-12-11
1
-0
/
+4
*
vo: fix a compiler warning by properly printing a 64bit integer
Jan Ekström
2017-12-11
1
-1
/
+1
*
vd_lavc: add rkmpp to the hwdec_wrappers array.
LongChair
2017-12-10
1
-0
/
+1
*
vo_gpu: d3d11: check for timestamp query support
James Ross-Gowan
2017-12-09
1
-0
/
+9
*
w32_common: improve the window message state machine
pavelxdd
2017-12-07
1
-1
/
+13
*
w32_common: skip window snapping if Windows handled it
pavelxdd
2017-12-07
1
-2
/
+12
*
vo: add support for externally driven renderloop and make wayland use it
Rostislav Pehlivanov
2017-12-05
4
-4
/
+70
*
vo_gpu: d3d11_helpers: use better formatting for PCI IDs
James Ross-Gowan
2017-12-04
1
-4
/
+6
*
Fix various typos in log messages
Nicolas F
2017-12-03
2
-2
/
+2
*
video: probe format of primary plane in drm/egl context
Anton Kindestam
2017-12-03
1
-3
/
+59
*
hwdec: whitespace cleanup in hwdec_drmprime_drm.c
Anton Kindestam
2017-12-03
1
-2
/
+2
*
video: fix use of possibly-NULL pointer in drm_egl_init
Anton Kindestam
2017-12-03
1
-1
/
+2
*
video: fix double free in drm_atomic_create_context
Anton Kindestam
2017-12-03
1
-1
/
+2
*
build: remove POSIX/sysv shared memory test
wm4
2017-12-02
2
-48
/
+17
*
vd_lavc: don't request native pixfmt with -copy and METHOD_INTERNAL
wm4
2017-12-02
1
-0
/
+1
*
video: remove some more hwdec legacy stuff
wm4
2017-12-02
10
-93
/
+50
*
vd_lavc, vdpau, vaapi: restore emulated API avoidance
wm4
2017-12-02
5
-3
/
+48
*
hwdec: don't require setting legacy hwdec fields
wm4
2017-12-02
7
-30
/
+18
*
vd_lavc: simpler way to check for opque hw frame
wm4
2017-12-02
1
-3
/
+1
*
vd_lavc: sort -copy hwdec modes to end of list
wm4
2017-12-02
1
-6
/
+12
*
vd_lavc: allow forcing single implementations with --hwdec
wm4
2017-12-02
1
-2
/
+3
*
vd_lavc: slightly simplify
wm4
2017-12-02
1
-34
/
+28
*
vd_lavc: coding style
wm4
2017-12-02
1
-1
/
+1
*
hwdec: remove unused HWDEC_* constants
wm4
2017-12-01
1
-19
/
+1
*
vd_lavc: fix dumb nonsense
wm4
2017-12-01
1
-1
/
+4
*
vd_lavc, mp_image: remove weird mpv specific palette constant
wm4
2017-12-01
3
-9
/
+3
*
vd_lavc: merge redundant header
wm4
2017-12-01
2
-94
/
+77
*
vd_lavc: rewrite how --hwdec is handled
wm4
2017-12-01
4
-483
/
+354
*
vd_lavc: drop mediacodec direct rendering support temporarily
wm4
2017-12-01
2
-69
/
+8
*
video: move d3d.c out of decode sub directory
wm4
2017-12-01
7
-5
/
+5
*
vd_lavc: delete hw_d3d11va.c/hw_dxva2.c and merge leftovers
wm4
2017-12-01
5
-117
/
+39
*
hw_dxva2: move dxva2 code to d3d.c
wm4
2017-12-01
2
-117
/
+126
*
video: refactor hw device creation for hwdec copy modes
wm4
2017-12-01
11
-203
/
+207
*
video: fix memory leaks with hwdec copy modes
wm4
2017-12-01
1
-2
/
+2
*
vd_lavc: move entrypoint for hwframes_refine
wm4
2017-12-01
7
-11
/
+9
*
vd_lavc: remove process_image callback
wm4
2017-12-01
2
-9
/
+3
*
d3d11: move code for d3d11eglrgb hack
wm4
2017-12-01
2
-10
/
+3
*
vo_gpu: hwdec: remove redundant fields
wm4
2017-12-01
13
-18
/
+3
*
vo_gpu: make it possible to load multiple hwdec interop drivers
wm4
2017-12-01
9
-143
/
+158
*
vo_opengl: hwdec_vaegl: Reenable vaExportSurfaceHandle()
Mark Thompson
2017-11-30
1
-3
/
+3
*
vd_lavc: prefer nvdec over vdpau with --hwdec=auto
wm4
2017-11-30
2
-14
/
+16
*
vo_gpu: remove hwdec_vaglx interop
wm4
2017-11-30
2
-235
/
+0
*
vf: remove a stray HAVE_GPL
wm4
2017-11-30
1
-3
/
+0
*
vf_lavfi: remove old internal wrapper API stuff
wm4
2017-11-29
2
-117
/
+0
*
vf_sub, vf_format: change license to LGPL
wm4
2017-11-29
2
-24
/
+15
*
vf: remove most GPL video filters
wm4
2017-11-29
13
-1500
/
+0
*
vf: add vf_convert as interim replacement for vf_scale
wm4
2017-11-29
2
-2
/
+132
*
vo_gpu: d3d11: don't use runtime version for UAV slot count
James Ross-Gowan
2017-11-19
1
-1
/
+1
*
vo_gpu: d3d11_helpers: don't try BGRA_SUPPORT
James Ross-Gowan
2017-11-19
1
-20
/
+4
*
vo_gpu: d3d11: mark the bgra8 format as unordered
James Ross-Gowan
2017-11-19
1
-1
/
+1
*
w32_common: move imm32.dll function to w32->api struct
pavelxdd
2017-11-15
1
-15
/
+12
*
vo_gpu/context_android: Process surface resizes correctly
sfan5
2017-11-14
1
-10
/
+11
*
vo_gpu: ra_gl: remove stride hack
wm4
2017-11-12
1
-4
/
+1
*
vo_gpu: d3d11: remove flipped texture upload hack
James Ross-Gowan
2017-11-12
1
-8
/
+0
*
cocoa: always return the target NSRect when in fullscreen
Akemi
2017-11-11
1
-1
/
+4
*
vo_gpu: never pass flipped images to ra or ra backends
wm4
2017-11-10
1
-2
/
+7
*
vo_gpu: hwdec_d3d11va: allow zero-copy video decoding
James Ross-Gowan
2017-11-07
3
-62
/
+159
*
vo_gpu: d3d11: enhance cache invalidation
James Ross-Gowan
2017-11-07
1
-4
/
+70
*
vo_gpu: d3d11: log shader compilation times
James Ross-Gowan
2017-11-07
1
-0
/
+26
*
vo_gpu: move d3d11_screenshot to shared code
James Ross-Gowan
2017-11-07
4
-80
/
+100
*
vo_gpu: d3d11: add RA caps for ra_d3d11
James Ross-Gowan
2017-11-07
7
-6
/
+35
*
vo_gpu: d3d11: initial implementation
James Ross-Gowan
2017-11-07
9
-5
/
+2739
*
vo_gpu: export the GLSL format qualifier for ra_format
James Ross-Gowan
2017-11-07
5
-14
/
+77
*
vo_gpu: add namespace query mechanism
James Ross-Gowan
2017-11-07
4
-10
/
+21
*
vo_lavc: remove messy delayed subtitle rendering logic
wm4
2017-11-07
1
-10
/
+8
*
img_format: remove some guards against old ffmpeg API
wm4
2017-11-06
1
-5
/
+2
*
vo_gpu: don't re-render hwdec frames when repeating frames
wm4
2017-11-03
1
-19
/
+11
*
vo_gpu: ra_gl: fix minimum GLSL version to 120
wm4
2017-11-03
1
-1
/
+1
*
vo_gpu: fix mobius tone mapping compatibility to GLSL 120
wm4
2017-11-03
1
-1
/
+1
*
vo_gpu: ra_gl: fix crash trying to use glBindBufferBase on GL 2.1
wm4
2017-11-03
1
-2
/
+7
*
vd_lavc: restore --hwdec-image-format and d3d11 opaque mode
wm4
2017-11-02
2
-1
/
+6
*
vo_gpu: potentially fix icc-profile-auto updating
wm4
2017-11-01
1
-1
/
+1
*
vd_lavc: clean out more hwdec legacy code
wm4
2017-10-31
3
-39
/
+5
*
vd_lavc: remove more dead legacy code
wm4
2017-10-31
4
-108
/
+2
*
videotoolbox: use generic code for dummy hwdevice init
wm4
2017-10-31
2
-75
/
+19
*
vd_lavc: remove dead legacy code
wm4
2017-10-31
2
-22
/
+0
*
d3d: remove some legacy code
wm4
2017-10-31
1
-42
/
+0
*
vd_lavc: makre sure required headers are included early enough
wm4
2017-10-31
2
-1
/
+1
*
vd_lavc: move display mastering data stuff to mp_image
wm4
2017-10-30
4
-42
/
+22
*
Bump libav* API use
wm4
2017-10-30
2
-163
/
+8
*
vo_gpu: remove a redundant ifdef
wm4
2017-10-30
1
-2
/
+0
*
vd_lavc: make --hwdec=nvdec-copy actually work
wm4
2017-10-30
2
-3
/
+32
*
vd_lavc: remove need for duplicated cuda GL interop backend
wm4
2017-10-30
4
-20
/
+7
*
Get rid of deprecated AVFrame accessors
wm4
2017-10-30
2
-2
/
+2
*
hwdec_drmprime_drm: fix segv with --hwdec
Ryo Munakata
2017-10-30
1
-1
/
+4
*
vd_lavc: add support for nvdec hwaccel
wm4
2017-10-28
4
-1
/
+36
*
vd_lavc: use avcodec_fill_hw_frames_parameters() API
wm4
2017-10-27
2
-2
/
+112
*
vo_gpu: fix ra_tex_upload_pbo for 2D textures
Niklas Haas
2017-10-27
1
-1
/
+5
*
vo_gpu: osd: simplify some code
wm4
2017-10-27
1
-5
/
+5
*
vd_lavc: more aggressive frame dropping for intra only codecs
wm4
2017-10-26
2
-5
/
+15
*
vo_gpu: change --tone-mapping-desaturate algorithm
Niklas Haas
2017-10-25
2
-9
/
+11
*
demux: get rid of demux_packet.new_segment field
wm4
2017-10-24
1
-3
/
+8
*
video : Move drm options to substruct.
Lionel CHAZALLON
2017-10-23
5
-4
/
+30
*
Add DRM_PRIME Format Handling and Display for RockChip MPP decoders
Lionel CHAZALLON
2017-10-23
14
-19
/
+773
*
video : allow drm primary plane to be transparent for egl context
Lionel CHAZALLON
2017-10-23
1
-2
/
+2
*
vo_opengl: hwdec_vaegl: Disable vaExportSurfaceHandle()
Mark Thompson
2017-10-23
1
-3
/
+3
*
wayland_common: check monitor scale
Rostislav Pehlivanov
2017-10-22
1
-3
/
+9
*
wayland_common: improve cursor code and scale cursor properly
Rostislav Pehlivanov
2017-10-22
2
-26
/
+35
*
wayland_common: don't scale the cursor wl_buffer
Rostislav Pehlivanov
2017-10-19
1
-1
/
+0
*
video: fix alpha handling
wm4
2017-10-19
1
-2
/
+4
*
vo_gpu: add rgba16hf to the list of FBO formats
James Ross-Gowan
2017-10-18
1
-1
/
+2
*
vo_rpi: fix build (probably)
wm4
2017-10-17
1
-1
/
+1
*
vo_gpu: remove weird p->vo indirection
wm4
2017-10-17
1
-11
/
+9
*
vo_gpu: fix video sometimes not being rerendered on equalizer change
wm4
2017-10-17
4
-4
/
+9
*
vdpau: remove some more dead code
wm4
2017-10-16
2
-11
/
+0
*
video: remove special path for hwdec screenshots
wm4
2017-10-16
3
-96
/
+1
*
video: fix previous commit
wm4
2017-10-16
1
-2
/
+1
*
video: make previously added hwdec params mechanism more generic
wm4
2017-10-16
3
-18
/
+20
*
video: properly pass through ICC data
wm4
2017-10-16
2
-8
/
+24
*
mp_image: merge AVFrame conversion functions
wm4
2017-10-16
1
-38
/
+29
*
video: add mp_image_params.hw_flags and add an example
wm4
2017-10-16
6
-1
/
+74
*
video: make it possible to always override hardware decoding format
wm4
2017-10-16
1
-0
/
+2
*
vo_gpu: remove some minor dead code
wm4
2017-10-16
1
-3
/
+1