aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode/vdpau.c
Commit message (Expand)AuthorAge
* video: warn if an emulated hwdec API is usedGravatar wm42014-05-28
* vdpau: don't fallback to software decoding on preemptionGravatar wm42014-05-18
* vdpau: handle display preemption during decodingGravatar wm42014-05-10
* vdpau: remove pointer indirection for a fieldGravatar wm42014-03-19
* vdpau: fix decoder init return valueGravatar wm42014-03-19
* vdpau: remove legacy pixel formatsGravatar wm42014-03-17
* vdpau: remove unused typeGravatar wm42014-03-17
* vd_lavc: remove compatibility crapGravatar wm42014-03-16
* video: initialize hw decoder in get_formatGravatar wm42014-03-10
* vdpau: change the error message when video too largeGravatar Andrey Morozov2014-02-24
* vdpau: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* video: move struct mp_hwdec_info into its own header fileGravatar wm42013-11-23
* vdpau: unbreakGravatar wm42013-11-09
* vdpau: drop dummy render functionGravatar wm42013-11-07
* vo_opengl: support for vdpau hardware decodingGravatar wm42013-11-05
* vdpau: drop required/deprecated access to a libavcodec struct fieldGravatar wm42013-11-04
* video: check profiles with hardware decodingGravatar wm42013-11-01
* vdpau: don't try to match codec profilesGravatar wm42013-08-19
* vdpau: fix compilation on LibavGravatar wm42013-08-15
* video/decode: pass parameters directly to hwdec allocate_image callbackGravatar wm42013-08-15
* video: redo hw decoding initialization, add --hwdec=autoGravatar wm42013-08-11
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIGravatar wm42013-07-28