index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
video
Commit message (
Expand
)
Author
Age
*
video: minor simplification
wm4
2018-01-25
*
video: warn user against FFmpeg's lies
wm4
2018-01-22
*
video: change some remaining vo_opengl mentions to vo_gpu
Akemi
2018-01-20
*
osx: code cleanups and cosmetic fixes
Akemi
2018-01-20
*
ta: introduce talloc_dup() and use it in some places
wm4
2018-01-18
*
sws_utils: don't force callers to provide option struct
wm4
2018-01-18
*
vo: log reconfig calls
wm4
2018-01-18
*
mp_image_pool: add helper functions for FFmpeg hw frames pools
wm4
2018-01-18
*
mp_image: fix some metadata loss with conversion from/to AVFrame
wm4
2018-01-18
*
video: make IMGFMT_IS_HWACCEL() return 0 or 1
wm4
2018-01-18
*
video: add utility function to pick conversion image format from a list
wm4
2018-01-18
*
video: avoid some unnecessary vf.h includes
wm4
2018-01-18
*
vo_gpu: skip DR for unsupported image formats
wm4
2018-01-18
*
vo_gpu: fix broken 10 bit via integer textures playback
wm4
2018-01-17
*
vo_gpu: rpi: defer gl_ctx_resize until after gl_ctx_init
Niklas Haas
2018-01-15
*
video: change some mp_image_pool semantics
wm4
2018-01-13
*
video, audio: don't actively wait for demuxer input
wm4
2018-01-09
*
vo_gpu: hwdec_dxva2dxgi: initial implementation
James Ross-Gowan
2018-01-06
*
vo_gpu: d3d11: check for NULL backbuffer in start_frame
James Ross-Gowan
2018-01-04
*
vo_gpu: d3d11: don't use a bgra8 swapchain
James Ross-Gowan
2018-01-04
*
vo_gpu/context_android: replace both options with android-surface-size
sfan5
2018-01-02
*
video, audio: always read all frames before getting next packet
wm4
2018-01-01
*
vo_gpu/android: fallback to EGL_WIDTH/HEIGHT
Aman Gupta
2018-01-01
*
vo_gpu: d3d11: avoid copying staging buffers to cbuffers
James Ross-Gowan
2018-01-01
*
demux_mkv: add hack to pass along x264 version to decoder
wm4
2017-12-28
*
vd_lavc: add an option to explicitly workaround x264 4:4:4 bug
wm4
2017-12-28
*
vd_lavc: fix crash with RPI hwdec
wm4
2017-12-28
*
player: add internal `vo-resize` command
sfan5
2017-12-27
*
vo_gpu/context: Let embedding application handle surface resizes
sfan5
2017-12-27
*
vo_gpu: EGL: provide SwapInterval to generic code
wm4
2017-12-27
*
vf_vdpaupp: fix error handling and software input mode
wm4
2017-12-27
*
options: drop some previously deprecated options
wm4
2017-12-25
*
vo_gpu: vulkan: fix segfault due to index mismatch
Niklas Haas
2017-12-25
*
vo_gpu: vulkan: fix some image barrier oddities
Niklas Haas
2017-12-25
*
vo_gpu: vulkan: omit needless #define
Niklas Haas
2017-12-25
*
vo_gpu: vulkan: fix sharing mode on malloc'd buffers
Niklas Haas
2017-12-25
*
vo_gpu: vulkan: fix dummyPass creation
Niklas Haas
2017-12-25
*
vo_gpu: vulkan: fix the rgb565a1 names -> rgb5a1
Niklas Haas
2017-12-25
*
vo_gpu: vulkan: allow disabling async tf/comp
Niklas Haas
2017-12-25
*
vo_gpu: vulkan: refine queue family selection algorithm
Niklas Haas
2017-12-25
*
vo_gpu: vulkan: prefer vkCmdCopyImage over vkCmdBlitImage
Niklas Haas
2017-12-25
*
vo_gpu: attempt re-using the FBO format for p->output_tex
Niklas Haas
2017-12-25
*
vo_gpu: vulkan: properly depend on the swapchain acquire semaphore
Niklas Haas
2017-12-25
*
vo_gpu: vulkan: use correct access flag for present
Niklas Haas
2017-12-25
*
vo_gpu: vulkan: make the swapchain more robust
Niklas Haas
2017-12-25
*
vo_gpu: aggressively prefer async compute
Niklas Haas
2017-12-25
*
vo_gpu: vulkan: support split command pools
Niklas Haas
2017-12-25
*
vo_gpu: invalidate fbotex before drawing
Niklas Haas
2017-12-25
*
vo_gpu: allow invalidating FBO in renderpass_run
Niklas Haas
2017-12-25
*
vo_gpu: vulkan: properly track image dependencies
Niklas Haas
2017-12-25
[next]