aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode/vdpau.c
Commit message (Expand)AuthorAge
* vdpau: fix hwdec uninitGravatar wm42016-11-10
* video: add --hwdec=vdpau-copy modeGravatar wm42016-10-20
* vo_opengl: vdpau interop without RGB conversionGravatar wm42016-06-19
* video: refactor how VO exports hwdec device handlesGravatar wm42016-05-09
* vd_lavc: fix codec vs. decoder confusionGravatar wm42016-04-07
* vdpau: force driver to report preemption earlyGravatar wm42016-01-25
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* vdpau: fix uninit when init failsGravatar wm42015-11-01
* vd_lavc: remove unneeded hwdec parametersGravatar wm42015-08-19
* vdpau: add support for the "new" libavcodec vdpau APIGravatar wm42015-05-28
* video: rename vdpau.c to vdpau_old.cGravatar wm42015-05-28
* vdpau: fix preemption handlingGravatar Dan Oscarsson2015-03-31
* Remove some FFmpeg/Libav compatibility hacksGravatar wm42015-03-03
* video: have a generic context struct for hwdec backendsGravatar wm42015-01-22
* build: handle insane libavcodec API bullshitGravatar wm42014-09-05
* 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