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
/
decode
/
vdpau.c
Commit message (
Expand
)
Author
Age
*
vdpau: fix uninit when init fails
wm4
2015-11-01
*
vd_lavc: remove unneeded hwdec parameters
wm4
2015-08-19
*
vdpau: add support for the "new" libavcodec vdpau API
wm4
2015-05-28
*
video: rename vdpau.c to vdpau_old.c
wm4
2015-05-28
*
vdpau: fix preemption handling
Dan Oscarsson
2015-03-31
*
Remove some FFmpeg/Libav compatibility hacks
wm4
2015-03-03
*
video: have a generic context struct for hwdec backends
wm4
2015-01-22
*
build: handle insane libavcodec API bullshit
wm4
2014-09-05
*
video: warn if an emulated hwdec API is used
wm4
2014-05-28
*
vdpau: don't fallback to software decoding on preemption
wm4
2014-05-18
*
vdpau: handle display preemption during decoding
wm4
2014-05-10
*
vdpau: remove pointer indirection for a field
wm4
2014-03-19
*
vdpau: fix decoder init return value
wm4
2014-03-19
*
vdpau: remove legacy pixel formats
wm4
2014-03-17
*
vdpau: remove unused type
wm4
2014-03-17
*
vd_lavc: remove compatibility crap
wm4
2014-03-16
*
video: initialize hw decoder in get_format
wm4
2014-03-10
*
vdpau: change the error message when video too large
Andrey Morozov
2014-02-24
*
vdpau: mp_msg conversions
wm4
2013-12-21
*
Split mpvcore/ into common/, misc/, bstr/
wm4
2013-12-17
*
video: move struct mp_hwdec_info into its own header file
wm4
2013-11-23
*
vdpau: unbreak
wm4
2013-11-09
*
vdpau: drop dummy render function
wm4
2013-11-07
*
vo_opengl: support for vdpau hardware decoding
wm4
2013-11-05
*
vdpau: drop required/deprecated access to a libavcodec struct field
wm4
2013-11-04
*
video: check profiles with hardware decoding
wm4
2013-11-01
*
vdpau: don't try to match codec profiles
wm4
2013-08-19
*
vdpau: fix compilation on Libav
wm4
2013-08-15
*
video/decode: pass parameters directly to hwdec allocate_image callback
wm4
2013-08-15
*
video: redo hw decoding initialization, add --hwdec=auto
wm4
2013-08-11
*
core: move contents to mpvcore (2/2)
Stefano Pigozzi
2013-08-06
*
vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel API
wm4
2013-07-28