summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_vdpaupp.c
Commit message (Expand)AuthorAgeFilesLines
* video: make --deinterlace and HW deinterlace filters always deinterlacewm42018-02-131-1/+1
* video: rewrite filtering glue codewm42018-01-301-104/+71
* vf_vdpaupp: fix error handling and software input modewm42017-12-271-5/+9
* video: remove some more hwdec legacy stuffwm42017-12-021-2/+13
* video: change --deinterlace behaviorwm42017-08-221-7/+0
* vo_opengl: vdpau interop without RGB conversionwm42016-06-191-0/+1
* vf_vdpaupp: use refqueue helperwm42016-05-271-106/+64
* video: refactor how VO exports hwdec device handleswm42016-05-091-4/+1
* vf_vdpaupp: Don't crash when evaluating interlacing of NULL mpiPhilip Langdale2015-07-141-1/+1
* vf_vdpaupp: don't attempt to deinterlace progressive frameswm42015-07-081-5/+9
* mp_image: remove some unused interlacing flagswm42015-04-231-3/+1
* video: have a generic context struct for hwdec backendswm42015-01-221-1/+3
* video: introduce failure path for image allocationswm42014-06-171-0/+4
* vf_vdpaupp: cosmetics: rename functionwm42014-05-251-5/+5
* vf_vdpaupp: make code clarity improvementswm42014-05-041-8/+8
* vdpau: deduplicate video surface upload codewm42014-05-041-36/+5
* vf_vdpaupp: always provide past and future fieldswm42014-05-021-1/+1
* vf_vdpaupp: allow toggling deinterlacewm42014-05-021-4/+19
* vf_vdpaupp: allow non-vdpau inputwm42014-05-021-5/+42
* vdpau: add a postprocessing pseudo-filterwm42014-05-021-0/+235