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