aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode/vd_lavc.c
Commit message (Expand)AuthorAge
* vd_lavc: log pixel format requested from decoderGravatar wm42017-03-01
* 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
* 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
* 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
* vd_lavc: always fail decoding immediately if copying hw surface failsGravatar wm42017-01-17
* vaapi: move AVHWFramesContext setup code to common codeGravatar wm42017-01-17
* vd_lavc: demote software decoding message to verbose log levelGravatar wm42017-01-13
* 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: support new libavcodec vaapi APIGravatar 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
* Prefix libavcodec CODEC_FLAG_ constants with AV_Gravatar wm42016-12-29
* 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 hwdec uninitGravatar wm42016-11-10
* video: add --hwdec=vdpau-copy modeGravatar wm42016-10-20
* ad_lavc, vd_lavc: fix a recent libavcodec deprecation warningGravatar wm42016-10-17
* vd_lavc: Add hwdec wrapper for crystalhdGravatar Philip Langdale2016-10-15
* vd_lavc: log if hw decoding selects a different underlying decoderGravatar wm42016-09-30
* rpi: add --hwdec=rpi-copyGravatar wm42016-09-30
* video: handle override video parameters in a better placeGravatar wm42016-09-20
* hwdec_cuda: Rename config variable to be more consistentGravatar Philip Langdale2016-09-16
* hwdec_cuda: Add trivial cuda-copy wrapperGravatar Philip Langdale2016-09-11
* hwdec/opengl: Add support for CUDA and cuvid/NvDecodeGravatar Philip Langdale2016-09-08
* vd_lavc: always force milliseconds for MMALGravatar wm42016-08-29
* vd_lavc, ad_lavc: set pkt_timebase, not time_baseGravatar wm42016-08-29
* 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
* 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
* mp_image: split colorimetry metadata into its own structGravatar Niklas Haas2016-07-03
* vd_lavc: hide structs behind platform flagsGravatar Ben Boeckel2016-07-01
* video: add --hwdec=auto-copy modeGravatar wm42016-05-11
* build: merge d3d11va and dxva2 hwaccel checksGravatar wm42016-05-11
* video: refactor how VO exports hwdec device handlesGravatar wm42016-05-09