aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode/lavc.h
Commit message (Expand)AuthorAge
* decode: fix extra surface countGravatar wm42017-02-27
* vd_lavc, vaapi: move hw device creation to generic codeGravatar wm42017-02-20
* 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
* vaapi: move AVHWFramesContext setup code to common codeGravatar wm42017-01-17
* vaapi: handle image copying for vaapi-copy in common codeGravatar wm42017-01-12
* vaapi: support new libavcodec vaapi APIGravatar wm42017-01-11
* video: share hwdec extra surface count between backendsGravatar wm42017-01-11
* vd_lavc: complicated improved fallback behavior for --hwdec=cudaGravatar wm42017-01-10
* video: restructure decode loopGravatar wm42017-01-10
* vd_lavc: expose mastering display side data reference peakGravatar Niklas Haas2016-07-03
* vo_opengl: generalize HDR tone mapping mechanismGravatar Niklas Haas2016-07-03
* video: add --hwdec=auto-copy modeGravatar wm42016-05-11
* video: refactor how VO exports hwdec device handlesGravatar wm42016-05-09
* vd_lavc: better hwdec wrapper decoder selectionGravatar wm42016-04-25
* vd_lavc: let hardware decoder request delaying frames explicitlyGravatar wm42016-04-07
* vd_lavc: fix codec vs. decoder confusionGravatar wm42016-04-07
* vd_lavc: remove redundant best_csp fieldGravatar wm42016-02-03
* vd_lavc: force microsecond timestamps on RPIGravatar wm42016-02-03
* vd_lavc: simplify an aspect of hwdec fallbackGravatar wm42016-01-29
* vd_lavc: delay images before reading them backGravatar wm42016-01-25
* vd_lavc: be more careful with flushing the decoderGravatar wm42015-11-10
* rpi: add support for codecs other than h264Gravatar wm42015-11-05
* vd_lavc: make hwdec fallback more tolerantGravatar wm42015-11-03
* vd_lavc: better hwdec log outputGravatar wm42015-09-02
* vd_lavc: remove unneeded hwdec parametersGravatar wm42015-08-19
* vdpau: add support for the "new" libavcodec vdpau APIGravatar wm42015-05-28
* vd_lavc: make hardware decoding fallback less violentGravatar wm42015-05-28
* vd_lavc: report actually used hwdec APIGravatar wm42015-05-25
* RPI supportGravatar wm42015-03-29
* command: add property returning detected hwdec APIGravatar wm42015-02-02
* video: initial dxva2 supportGravatar wm42014-10-25
* vaapi: try dealing with Intel's braindamaged shit driversGravatar wm42014-08-21
* video: warn if an emulated hwdec API is usedGravatar wm42014-05-28
* video: add a "hwdec" property to enable or disable hw decoding at runtimeGravatar wm42014-04-23
* vd_lavc: reinit hwdec on profile changesGravatar wm42014-03-17
* vd_lavc: remove unused fieldGravatar wm42014-03-16
* vd_lavc: remove compatibility crapGravatar wm42014-03-16
* vd_lavc: ridiculous workaround for Libav 9 compatibilityGravatar wm42014-03-16
* video: initialize hw decoder in get_formatGravatar wm42014-03-10
* video/decode: mp_msg conversionsGravatar wm42013-12-21
* Reduce recursive config.h inclusions in headersGravatar wm42013-12-18
* video: move video filter chain initialization from decoder to playerGravatar wm42013-12-10
* Take care of some libavutil deprecations, drop support for FFmpeg 1.0Gravatar wm42013-11-29
* video: move handling of container vs. stream AR out of vd_lavc.cGravatar wm42013-11-23
* video: move struct mp_hwdec_info into its own header fileGravatar wm42013-11-23
* vf_vavpp: make it work with vo_opengl and software decodingGravatar wm42013-11-22
* vo_opengl: add infrastructure for hardware decoding OpenGL interopGravatar wm42013-11-04
* video: check profiles with hardware decodingGravatar wm42013-11-01
* vaapi: allow GPU read-back with --hwdec=vaapi-copyGravatar wm42013-09-25