aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode
Commit message (Expand)AuthorAge
* vd_lavc: decode embedded ICC profilesGravatar Niklas Haas2017-08-03
* options: --priority can be LGPLGravatar wm42017-08-03
* vo_opengl: add direct rendering supportGravatar wm42017-07-24
* options: drop --video-aspect-method=hybridGravatar wm42017-07-21
* options: kill --field-dominanceGravatar wm42017-07-21
* vd_lavc: fix crashes with old hwaccelsGravatar wm42017-07-10
* ad_lavc, vd_lavc, sd_lavc: consistently use avcodec_free_context()Gravatar wm42017-07-06
* vd_lavc: fix build with old FFmpeg/Libav versionsGravatar wm42017-07-04
* vd_lavc: remove unused hwaccel support codeGravatar wm42017-07-04
* vd_lavc: make --vd-lavc-check-hw-profile=no work for generic hwaccelsGravatar wm42017-07-04
* d3d: fix behavior with deprecated FFmpeg J pixel formatsGravatar wm42017-07-04
* d3d: UWP support for D3D11VAGravatar wm42017-06-30
* d3d: make DXVA2 support optionalGravatar wm42017-06-30
* vd: use ST.2086 / HDR10 MaxCLL in addition to mastering metadataGravatar Niklas Haas2017-06-18
* video: refactor HDR implementationGravatar Niklas Haas2017-06-18
* dec_video: change license to LGPL (almost)Gravatar wm42017-06-18
* vd, vd_lavc: change license to LGPL (almost)Gravatar wm42017-06-15
* d3d: add support for new libavcodec hwaccel APIGravatar wm42017-06-08
* videotoolbox: support new libavcodec APIGravatar wm42017-05-24
* vd_lavc: check for missing device_ctx refGravatar wm42017-05-24
* demux_raw: drop "mp-rawvideo" useGravatar wm42017-05-20
* vdpau: crappy hack to allow initializing hw decoding after preemptionGravatar wm42017-05-19
* cuda: add new way to set cuda context on cuvid codecsGravatar wm42017-05-05
* d3d: fix build with LibavGravatar wm42017-05-04
* d3d11: change mp_image plane pointer semanticsGravatar wm42017-05-04
* vd_lavc: fix build with FFmpeg 3.2Gravatar wm42017-05-04
* vd_lavc: add support for decoders which use AVCodecContext.hw_device_ctxGravatar wm42017-05-03
* video: drop vaapi/vdpau hw decoding support with FFmpeg 3.2Gravatar wm42017-04-23
* vd_lavc: fix return value in receive_frame()Gravatar wm42017-04-07
* vd_lavc: fix potential build failure with vaapiGravatar wm42017-03-23
* vdpau: support new vdpau libavcodec decode APIGravatar wm42017-03-23
* vdpau: warn on HEVC due to completely broken nVidia driversGravatar wm42017-03-14
* vd_lavc: disable videotoolbox hack with newer ffmpeg versionsGravatar wm42017-03-07
* hw_videotoolbox: allow using native decoder output formatGravatar wm42017-03-02
* vd_lavc: log pixel format requested from decoderGravatar wm42017-03-01
* decode: fix extra surface countGravatar wm42017-02-27
* dec_video, dec_audio: remove redundant NULL-checksGravatar wm42017-02-20
* Fix two typosGravatar wm42017-02-20
* vd_lavc: increase verbosity if requested hwaccel is not compiledGravatar wm42017-02-20
* vd_lavc, vaapi: move hw device creation to generic codeGravatar wm42017-02-20
* videotoolbox: remove weird format-negotiation between VO and decoderGravatar wm42017-02-17
* videotoolbox: factor some duplicated codeGravatar wm42017-02-17
* vd_lavc: fix inverted error checkGravatar wm42017-02-16
* vd_lavc: move most vaapi hwaccel setup code to generic codeGravatar wm42017-02-16
* vd_lavc: remove some leftover vaapi locking infrastructureGravatar wm42017-02-16
* player: add experimental stream recording featureGravatar wm42017-02-07
* hw_dxva2: create a IDirect3D9Ex deviceGravatar wm42017-02-02
* vaapi: improve a commentGravatar wm42017-01-28
* vaapi: remove central lock around vaapi API callsGravatar wm42017-01-28
* vd_lavc: allocate 8 ref frames for VP9Gravatar wm42017-01-26