summaryrefslogtreecommitdiffstats
path: root/video/decode/vdpau.c
Commit message (Expand)AuthorAgeFilesLines
* build: prefix hwaccel decoder wrapper filenames with hw_wm42017-01-171-189/+0
* vdpau: fix vaapi probing if libvdpau-va-gl1 is presentwm42016-12-021-5/+7
* vdpau: fix hwdec uninitwm42016-11-101-1/+1
* video: add --hwdec=vdpau-copy modewm42016-10-201-1/+74
* vo_opengl: vdpau interop without RGB conversionwm42016-06-191-0/+12
* video: refactor how VO exports hwdec device handleswm42016-05-091-6/+3
* vd_lavc: fix codec vs. decoder confusionwm42016-04-071-1/+1
* vdpau: force driver to report preemption earlywm42016-01-251-3/+1
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-191-7/+7
* vdpau: fix uninit when init failswm42015-11-011-5/+1
* vd_lavc: remove unneeded hwdec parameterswm42015-08-191-3/+2
* vdpau: add support for the "new" libavcodec vdpau APIwm42015-05-281-0/+112
* video: rename vdpau.c to vdpau_old.cwm42015-05-281-224/+0
* vdpau: fix preemption handlingDan Oscarsson2015-03-311-0/+23
* Remove some FFmpeg/Libav compatibility hackswm42015-03-031-4/+0
* video: have a generic context struct for hwdec backendswm42015-01-221-3/+3
* build: handle insane libavcodec API bullshitwm42014-09-051-11/+25
* video: warn if an emulated hwdec API is usedwm42014-05-281-0/+2
* vdpau: don't fallback to software decoding on preemptionwm42014-05-181-7/+12
* vdpau: handle display preemption during decodingwm42014-05-101-38/+13
* vdpau: remove pointer indirection for a fieldwm42014-03-191-3/+3
* vdpau: fix decoder init return valuewm42014-03-191-3/+3
* vdpau: remove legacy pixel formatswm42014-03-171-1/+1
* vdpau: remove unused typewm42014-03-171-6/+0
* vd_lavc: remove compatibility crapwm42014-03-161-1/+1
* video: initialize hw decoder in get_formatwm42014-03-101-20/+5
* vdpau: change the error message when video too largeAndrey Morozov2014-02-241-1/+2
* vdpau: mp_msg conversionswm42013-12-211-6/+7
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-2/+2
* video: move struct mp_hwdec_info into its own header filewm42013-11-231-1/+1
* vdpau: unbreakwm42013-11-091-0/+1
* vdpau: drop dummy render functionwm42013-11-071-14/+2
* vo_opengl: support for vdpau hardware decodingwm42013-11-051-0/+1
* vdpau: drop required/deprecated access to a libavcodec struct fieldwm42013-11-041-3/+0
* video: check profiles with hardware decodingwm42013-11-011-26/+43
* vdpau: don't try to match codec profileswm42013-08-191-27/+11
* vdpau: fix compilation on Libavwm42013-08-151-0/+1
* video/decode: pass parameters directly to hwdec allocate_image callbackwm42013-08-151-6/+3
* video: redo hw decoding initialization, add --hwdec=autowm42013-08-111-15/+29
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-1/+1
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIwm42013-07-281-0/+228