aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode
Commit message (Expand)AuthorAge
* vd_lavc: minor simplificationGravatar wm42016-08-23
* vd_lavc: remove unnecessary initializationGravatar wm42016-08-19
* video/audio: always provide "proper" timestamps to libavcodecGravatar wm42016-08-19
* video: change hw_subfmt meaningGravatar wm42016-07-15
* videotoolbox: add --hwdec=videotoolbox-copy for h/w accelerated decoding with...Gravatar Aman Gupta2016-07-15
* vd_lavc: expose mastering display side data reference peakGravatar Niklas Haas2016-07-03
* vo_opengl: generalize HDR tone mapping mechanismGravatar Niklas Haas2016-07-03
* mp_image: split colorimetry metadata into its own structGravatar Niklas Haas2016-07-03
* vd_lavc: hide structs behind platform flagsGravatar Ben Boeckel2016-07-01
* d3d: implement screenshots for --hwdec=d3d11vaGravatar wm42016-06-28
* d3d: merge angle_common.h into d3d.hGravatar wm42016-06-28
* Fix misspellingsGravatar stepshal2016-06-26
* vo_opengl: vdpau interop without RGB conversionGravatar wm42016-06-19
* d3d11va: remove unused d3d11va_surface.subindex fieldGravatar wm42016-06-16
* dxva2: remove dead code in failure caseGravatar James Ross-Gowan2016-06-07
* video: remove d3d11 video processor use from OpenGL interopGravatar wm42016-05-29
* d3d: simplify DLL loadingGravatar wm42016-05-17
* video: merge dxva2 source filesGravatar wm42016-05-17
* vaapi: avoid forward declaration of variableGravatar wm42016-05-15
* video: add --hwdec=auto-copy modeGravatar wm42016-05-11
* build: merge d3d11va and dxva2 hwaccel checksGravatar wm42016-05-11
* vo_opengl: d3d11egl: native NV12 sampling supportGravatar wm42016-05-10
* video: refactor how VO exports hwdec device handlesGravatar wm42016-05-09
* d3d: DXVA2_ModeMPEG2_VLD supports all profilesGravatar wm42016-05-03
* win32: replace libuuid.a usage with initguid.hGravatar James Ross-Gowan2016-05-01
* d3d11va: fix invalid deref on decoder init failureGravatar Kevin Mitchell2016-04-29
* d3d11va, dxva2: return the format struct directlyGravatar wm42016-04-29
* d3d11va, dxva2: simplify decoder selectionGravatar wm42016-04-29
* video: add IMGFMT_P010 aliasGravatar wm42016-04-29
* d3d11va: store texture/subindex in IMGFMT_D3D11VA plane pointersGravatar wm42016-04-27
* vd_lavc: adjust D3D11VA autoprobe orderGravatar wm42016-04-27
* vo_opengl: D3D11VA + ANGLE interopGravatar wm42016-04-27
* vd_lavc: hack against videotoolbox crash on failureGravatar wm42016-04-26
* vd_lavc: simplify some unneeded ifdefferyGravatar wm42016-04-25
* vd_lavc: make image_format hwdec field optionalGravatar wm42016-04-25
* vd_lavc: simplify RPI and Mediacodec wrappersGravatar wm42016-04-25
* vd_lavc: make all hwdec callbacks optionalGravatar wm42016-04-25
* vd_lavc: set AVCodecContext.time_base to forced time baseGravatar wm42016-04-25
* vd_lavc: better hwdec wrapper decoder selectionGravatar wm42016-04-25
* vd_lavc: allow process_image() to return NULLGravatar wm42016-04-25
* vd_lavc: fix hwdec fallback if hwdec pre-initialization failsGravatar wm42016-04-22
* d3dva: move Intel_H264_NoFGT_ClearVideo to lower priorityGravatar Kevin Mitchell2016-04-18
* dxva2: fix missing newline in error messageGravatar Kevin Mitchell2016-04-18
* d3dva: include selected decoder and format in verbose outputGravatar Kevin Mitchell2016-04-17
* vaapi: determine surface format in decoder, not in rendererGravatar wm42016-04-11
* d3d: fix Windows buildGravatar wm42016-04-07
* videotoolbox: change how videotoolbox format is managedGravatar wm42016-04-07
* vd_lavc: let hardware decoder request delaying frames explicitlyGravatar wm42016-04-07
* vd_lavc: fix codec vs. decoder confusionGravatar wm42016-04-07
* demux_lavf, ad_lavc, ad_spdif, vd_lavc: handle FFmpeg codecpar API changeGravatar wm42016-03-31