aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/vdpau.c
Commit message (Expand)AuthorAge
* hwdec: remove unused fieldsGravatar wm42017-12-21
* video: remove some more hwdec legacy stuffGravatar wm42017-12-02
* vd_lavc, vdpau, vaapi: restore emulated API avoidanceGravatar wm42017-12-02
* video: refactor hw device creation for hwdec copy modesGravatar wm42017-12-01
* vdpau: remove some more dead codeGravatar wm42017-10-16
* video: remove special path for hwdec screenshotsGravatar wm42017-10-16
* vo_opengl: separate hwdec context and mapping, port it to use raGravatar wm42017-08-10
* video: get rid of swapped packed YUVGravatar wm42017-06-30
* vdpau: crappy hack to allow initializing hw decoding after preemptionGravatar wm42017-05-19
* vdpau, vaapi: unref libavutil device refGravatar wm42017-04-29
* vdpau: support new vdpau libavcodec decode APIGravatar wm42017-03-23
* vdpau: use libavutil for surface allocation during decodingGravatar wm42017-01-17
* vdpau: get surface data as nv12 if possibleGravatar wm42016-06-21
* video: refactor how VO exports hwdec device handlesGravatar wm42016-05-09
* mp_image: allow passing NULL to mp_image_new_custom_ref()Gravatar wm42016-04-25
* vdpau: force driver to report preemption earlyGravatar wm42016-01-25
* video: switch from using display aspect to sample aspectGravatar wm42015-12-19
* video: reduce error message when loading hwdec backend failsGravatar wm42015-06-20
* vdpau: do not attempt to allocate surfaces while preemptedGravatar wm42015-05-29
* vdpau: don't use a transparent image format for screenshotsGravatar wm42015-04-07
* vdpau: remove dead assignmentGravatar wm42015-03-23
* command: add property returning detected hwdec APIGravatar wm42015-02-02
* video: handle hwdec screenshots differentlyGravatar wm42015-01-22
* video: have a generic context struct for hwdec backendsGravatar wm42015-01-22
* vdpau/GLX: don't access VO backendGravatar wm42014-12-03
* vdpau: allocate surfaces by ageGravatar wm42014-08-11
* vdpau: don't crash on flipped imagesGravatar wm42014-08-05
* video: introduce failure path for image allocationsGravatar wm42014-06-17
* video: warn if an emulated hwdec API is usedGravatar wm42014-05-28
* vdpau: move RGB surface management out of the VOGravatar wm42014-05-22
* vdpau: make mp_vdpau_ctx thread-safeGravatar wm42014-05-10
* vdpau: remove some codeGravatar wm42014-05-10
* vo_vdpau, vo_opengl: handle vdpau preemption differentlyGravatar wm42014-05-10
* vdpau: handle display preemption during decodingGravatar wm42014-05-10
* vdpau: deduplicate video surface upload codeGravatar wm42014-05-04
* vdpau: remove pointer indirection for a fieldGravatar wm42014-03-19
* vdpau: remove legacy pixel formatsGravatar wm42014-03-17
* vdpau: mp_msg conversionsGravatar wm42013-12-21
* vdpau: move device and video surface management from vo_vdpau.c to vdpau.cGravatar wm42013-11-05
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIGravatar wm42013-07-28