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
/
vaapi.c
Commit message (
Expand
)
Author
Age
*
hwdec: add a AVBufferRef(AVHWDeviceContext) field
wm4
2017-01-16
*
vaapi: always create AVHWDeviceContext on init
wm4
2017-01-13
*
vaapi: use libavutil functions for copying hw surfaces to memory
wm4
2017-01-12
*
vaapi: set our own context in AVHWFramesContext not AVHWDeviceContext
wm4
2017-01-12
*
vaapi: add missing config.h include
wm4
2017-01-11
*
vaapi: add hacks to support vaapi surfaces created by libavutil
wm4
2017-01-11
*
vaapi: move standalone display creation code to common code
wm4
2017-01-11
*
vaapi: set libva message callbacks
wm4
2017-01-08
*
vaapi: rearrange va_initialize() internals and fix double-free on error
wm4
2017-01-08
*
video: change hw_subfmt meaning
wm4
2016-07-15
*
video: refactor how VO exports hwdec device handles
wm4
2016-05-09
*
vaapi: determine surface format in decoder, not in renderer
wm4
2016-04-11
*
vaapi: replace VA_STR_FOURCC
wm4
2016-01-11
*
Remove some VLAs
wm4
2015-11-06
*
vaapi: drop non-existing FourCC
wm4
2015-10-17
*
vaapi: use GPU memcpy for reading back from HW surface
wm4
2015-09-25
*
vaapi: cosmetics, minor fixes
wm4
2015-09-25
*
vf_vavpp: allocate output surfaces with the same size as input
wm4
2015-09-23
*
vaapi: destroy derived VAImage after each use
wm4
2015-07-15
*
vaapi: don't assume vaQueryImageFormats() returns sorted list
wm4
2015-07-15
*
Revert "vaapi: remove vaDeriveImage() code path"
wm4
2015-07-15
*
vaapi: drop compatibility crap and vo_vaapi deinterlacer
wm4
2015-07-08
*
vaapi: treat cropped decoder output slightly more correctly
wm4
2015-06-29
*
vaapi: fix potential NULL deref on memory allocation failure
wm4
2015-06-29
*
vaapi: remove vaDeriveImage() code path
wm4
2015-06-29
*
video: reduce error message when loading hwdec backend fails
wm4
2015-06-20
*
command: add property returning detected hwdec API
wm4
2015-02-02
*
video: handle hwdec screenshots differently
wm4
2015-01-22
*
video: have a generic context struct for hwdec backends
wm4
2015-01-22
*
vaapi: minor simplification
wm4
2015-01-21
*
vaapi: try dealing with Intel's braindamaged shit drivers
wm4
2014-08-21
*
video: introduce failure path for image allocations
wm4
2014-06-17
*
video: warn if an emulated hwdec API is used
wm4
2014-05-28
*
vaapi: solve potential problem with ambiguous image formats
wm4
2014-03-17
*
vaapi: simplify
wm4
2014-03-17
*
vaapi: make struct va_surface private
wm4
2014-03-17
*
vaapi: replace image pool implementation with mp_image_pool
wm4
2014-03-17
*
vaapi: fix initialization error code path
wm4
2013-12-23
*
vaapi: mp_msg conversions
wm4
2013-12-21
*
Split mpvcore/ into common/, misc/, bstr/
wm4
2013-12-17
*
vaapi: remove unused hw image formats, simplify
wm4
2013-11-29
*
video/out: always support redrawing VO window at any point
wm4
2013-10-02
*
vaapi: fix inverted condition
wm4
2013-09-29
*
vaapi: make vaDeriveImage() less verbose
wm4
2013-09-27
*
vaapi: check image format in va_surface_upload()
wm4
2013-09-27
*
vaapi: potentially make reading surfaces back to system RAM faster
wm4
2013-09-27
*
vaapi: fix compilation with Libav
wm4
2013-09-25
*
vaapi: add vf_vavpp and use it for deinterlacing
xylosper
2013-09-25