aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode
Commit message (Expand)AuthorAge
* vdpau: drop dummy render functionGravatar wm42013-11-07
* vd_lavc: remove explicit crystalhd supportGravatar wm42013-11-06
* vo_opengl: support for vdpau hardware decodingGravatar wm42013-11-05
* vdpau: drop required/deprecated access to a libavcodec struct fieldGravatar wm42013-11-04
* Merge branch 'master' into have_configureGravatar wm42013-11-04
|\
| * vo_opengl: add support for VA-API OpenGL interopGravatar wm42013-11-04
| * vo_opengl: add infrastructure for hardware decoding OpenGL interopGravatar wm42013-11-04
* | configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
|/
* demux: rename Windows symbolsGravatar wm42013-11-02
* video: check profiles with hardware decodingGravatar wm42013-11-01
* vd_lavc: add more ifdeffery and ffmpeg cargo culting for correctnessGravatar wm42013-10-31
* dec_video: remove unused declaration of a former global variableGravatar wm42013-10-31
* vdpau_old: restore hardware decoding with old APIGravatar wm42013-10-19
* cosmetics: replace "CTRL" defines by enumsGravatar wm42013-10-02
* core: add --force-windowGravatar wm42013-10-02
* vaapi: remove non-VLD entrypointsGravatar wm42013-09-29
* vaapi: fix non-sense conditionGravatar wm42013-09-29
* vaapi: potentially make reading surfaces back to system RAM fasterGravatar wm42013-09-27
* video: let sh_video->disp_w/h always be container sizeGravatar wm42013-09-26
* video: let sh_video->aspect always be container aspect ratioGravatar wm42013-09-26
* vd: move aspect calculation to a functionGravatar wm42013-09-26
* vd: remove some dead codeGravatar wm42013-09-26
* vaapi: allow GPU read-back with --hwdec=vaapi-copyGravatar wm42013-09-25
* vd_lavc: allow process_image to change image formatGravatar wm42013-09-25
* vaapi: add vf_vavpp and use it for deinterlacingGravatar xylosper2013-09-25
* vd_lavc: reset last_sample_aspect_ratio in uninit_avctx()Gravatar xylosper2013-09-13
* core: add --deinterlace option, restore it with resume functionalityGravatar wm42013-09-13
* video: handle video output levels with mp_image_paramsGravatar wm42013-08-24
* video/out: don't require VOs to handle screenshot aspect speciallyGravatar wm42013-08-24
* video: add vda decode support (with hwaccel) and direct renderingGravatar Stefano Pigozzi2013-08-22
* vaapi: use highest available profile, instead of mapping it exactlyGravatar wm42013-08-19
* vdpau: don't try to match codec profilesGravatar wm42013-08-19
* vdpau_old: add forgotten probe callbackGravatar wm42013-08-15
* vdpau: fix compilation on LibavGravatar wm42013-08-15
* video/decode: change fix_image callbackGravatar wm42013-08-15
* vd_lavc: fix comment, document hwdec video frame size trickinessGravatar wm42013-08-15
* video/decode: pass parameters directly to hwdec allocate_image callbackGravatar wm42013-08-15
* video: add vaapi decode and output supportGravatar wm42013-08-12
* video: redo hw decoding initialization, add --hwdec=autoGravatar wm42013-08-11
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* vd_lavc: print warning if hardware decoding API is not availableGravatar wm42013-07-30
* vd_lavc: fix CONFIG_VDPAU checkGravatar wm42013-07-30
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIGravatar wm42013-07-28
* lavc_dr1: make reference counting thread-safeGravatar wm42013-07-28
* Fix some -Wshadow warningsGravatar wm42013-07-23
* video: remove fullscreen flags chaosGravatar wm42013-07-18
* video: redo how colorspaces are handledGravatar wm42013-07-16
* Fix build on Libav stable (dammit)Gravatar wm42013-07-15
* vd: add VDCTRL_GET_PARAMSGravatar wm42013-07-15
* video: unify colorspace setupGravatar wm42013-07-15