aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode
Commit message (Expand)AuthorAge
* hwdec: add mediacodec hardware decoder for IMGFMT_MEDIACODEC framesGravatar Aman Gupta2017-10-09
* hwdec: rename mediacodec to mediacodec-copyGravatar Aman Gupta2017-10-09
* build: switch preliminary LGPL mode from v3 to v2.1Gravatar wm42017-10-05
* vd_lavc: cuda requires setting hw_device_ctxGravatar wm42017-09-26
* video: remove old videotoolbox supportGravatar wm42017-09-26
* video: drop old D3D11/DXVA2 supportGravatar wm42017-09-26
* video: drop old cuda/cuvid hwaccelGravatar wm42017-09-26
* vd_lavc: revert accidental vaapi changes revertGravatar wm42017-09-22
* build: add preliminary LGPL modeGravatar wm42017-09-21
* Revert "vd_lavc: change auto-probe order to prefer cuda over vdpau-copy"Gravatar wm42017-09-19
* vd_lavc: change auto-probe order to prefer cuda over vdpau-copyGravatar wm42017-08-30
* vd_lavc: work around some more idiotic FFmpeg nonsenseGravatar wm42017-08-24
* vd_lavc: fix mid-stream hwdec fallbackGravatar wm42017-08-23
* video: add metadata handling for spherical videoGravatar wm42017-08-21
* vd_lavc: fix device leak with copy-mode hwaccelsGravatar wm42017-08-09
* 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