aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode
Commit message (Expand)AuthorAge
* 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
* ad_lavc, vd_lavc: move mpv->lavc decoder parameter setup to common codeGravatar wm42017-01-25
* build: replace some FFmpeg API checks with version checksGravatar wm42017-01-24
* vdpau: reject decoding of non-4:2:0Gravatar wm42017-01-17
* vd_lavc: always fail decoding immediately if copying hw surface failsGravatar wm42017-01-17
* vdpau: use libavutil for surface allocation during decodingGravatar wm42017-01-17
* vaapi: move AVHWFramesContext setup code to common codeGravatar wm42017-01-17
* build: prefix hwaccel decoder wrapper filenames with hw_Gravatar wm42017-01-17
* cuda: fix 10 bit decodingGravatar wm42017-01-16
* cuda: fix AVHWFramesContext initializationGravatar wm42017-01-16
* vo_opengl: hwdec_cuda: export AVHWDeviceContextGravatar wm42017-01-16
* vd_lavc: demote software decoding message to verbose log levelGravatar wm42017-01-13
* vo_opengl, vaapi: properly probe 10 bit rendering supportGravatar wm42017-01-13
* vaapi: always create AVHWDeviceContext on initGravatar wm42017-01-13
* vaapi: fix typoGravatar wm42017-01-12
* vaapi: explicitly reject 10 bit surfaces outside of copy modeGravatar wm42017-01-12
* vaapi: handle image copying for vaapi-copy in common codeGravatar wm42017-01-12
* vd_lavc, mp_image: remove code duplication for AVFrame<->mp_imageGravatar wm42017-01-12
* vaapi: properly set hw_subfmt field with new decode APIGravatar wm42017-01-12
* vaapi: set our own context in AVHWFramesContext not AVHWDeviceContextGravatar wm42017-01-12
* vaapi: support new libavcodec vaapi APIGravatar wm42017-01-11
* vaapi: move standalone display creation code to common codeGravatar wm42017-01-11
* vaapi: rename vaapi.c to vaapi_old.cGravatar wm42017-01-11
* video: share hwdec extra surface count between backendsGravatar wm42017-01-11
* vd_lavc: inline a functionGravatar wm42017-01-11
* video: make decoder EOF reporting explicitGravatar wm42017-01-11
* vd_lavc: fix some leaks and a discarded frame on hwdec fallbackGravatar wm42017-01-11
* vd_lavc: move end-of-probing code out of user notification if conditionGravatar wm42017-01-11
* vd_lavc: return proper error codes from get_buffer2 callbackGravatar wm42017-01-11
* vd_lavc: complicated improved fallback behavior for --hwdec=cudaGravatar wm42017-01-10
* video: restructure decode loopGravatar wm42017-01-10
* player: change aspects of cover art handlingGravatar wm42017-01-10
* Prefix libavcodec CODEC_FLAG_ constants with AV_Gravatar wm42016-12-29
* options: deprecate codec family selection in --vd/--adGravatar wm42016-12-23
* vd_lavc: use AVFrame fields directly instead of AVCodecContextGravatar wm42016-12-22
* video: use demuxer-signaled duration for last video frameGravatar wm42016-12-21
* ad_lavc, vd_lavc: don't set AVCodecContext.refcounted_framesGravatar wm42016-12-18
* Remove compatibility thingsGravatar wm42016-12-07
* vdpau: fix vaapi probing if libvdpau-va-gl1 is presentGravatar wm42016-12-02
* vo_opengl: hwdec_cuda: Use dynamic loading for cuda functionsGravatar Philip Langdale2016-11-23
* vo_opengl: hwdec_cuda: Support P016 output surfacesGravatar Philip Langdale2016-11-22
* d3d11va: unconditionally load D3D DLLsGravatar James Ross-Gowan2016-11-23
* vdpau: fix hwdec uninitGravatar wm42016-11-10
* dec_video: don't spam missing PTS warningsGravatar wm42016-11-09
* dec_video, dec_audio: avoid full reinit on switches to the same segmentGravatar wm42016-11-09
* demux: expose demuxer colorimetry metadata to playerGravatar Niklas Haas2016-11-08
* video: add --hwdec=vdpau-copy modeGravatar wm42016-10-20
* ad_lavc, vd_lavc: fix a recent libavcodec deprecation warningGravatar wm42016-10-17