aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode
Commit message (Expand)AuthorAge
* vd_lavc: minor simplification for get_format fallbackGravatar wm42018-05-25
* vd_lavc: enable dr by defaultGravatar wm42018-04-29
* vd_lavc: slightly better logging about why hwdec is not usedGravatar wm42018-03-08
* vd_lavc: fix inverted conditionGravatar wm42018-03-03
* Fix recent FFmpeg deprecationsGravatar wm42018-02-13
* vd_lavc: fix stall with some uses of --hwdec=copyGravatar wm42018-02-05
* vd_lavc: fix recently broken hardware decode fallbackGravatar wm42018-02-04
* video: make decoder wrapper a filterGravatar wm42018-01-30
* video: minor simplificationGravatar wm42018-01-25
* video: warn user against FFmpeg's liesGravatar wm42018-01-22
* video: change some remaining vo_opengl mentions to vo_gpuGravatar Akemi2018-01-20
* video: avoid some unnecessary vf.h includesGravatar wm42018-01-18
* video: change some mp_image_pool semanticsGravatar wm42018-01-13
* video, audio: don't actively wait for demuxer inputGravatar wm42018-01-09
* video, audio: always read all frames before getting next packetGravatar wm42018-01-01
* demux_mkv: add hack to pass along x264 version to decoderGravatar wm42017-12-28
* vd_lavc: add an option to explicitly workaround x264 4:4:4 bugGravatar wm42017-12-28
* vd_lavc: fix crash with RPI hwdecGravatar wm42017-12-28
* options: drop some previously deprecated optionsGravatar wm42017-12-25
* Restore Libav supportGravatar wm42017-12-21
* msg: reinterpret a bunch of message levelsGravatar Niklas Haas2017-12-15
* vd_lavc: rename --hwdec=rpi to --hwdec=mmalGravatar wm42017-12-15
* vd_lavc: use libavcodec metadata for hardware decoder wrappersGravatar wm42017-12-15
* vd_lavc: always load VO interops with non-copy hw decodersGravatar wm42017-12-11
* vd_lavc: add rkmpp to the hwdec_wrappers array.Gravatar LongChair2017-12-10
* vd_lavc: don't request native pixfmt with -copy and METHOD_INTERNALGravatar wm42017-12-02
* vd_lavc, vdpau, vaapi: restore emulated API avoidanceGravatar wm42017-12-02
* vd_lavc: simpler way to check for opque hw frameGravatar wm42017-12-02
* vd_lavc: sort -copy hwdec modes to end of listGravatar wm42017-12-02
* vd_lavc: allow forcing single implementations with --hwdecGravatar wm42017-12-02
* vd_lavc: slightly simplifyGravatar wm42017-12-02
* vd_lavc: coding styleGravatar wm42017-12-02
* vd_lavc: fix dumb nonsenseGravatar wm42017-12-01
* vd_lavc, mp_image: remove weird mpv specific palette constantGravatar wm42017-12-01
* vd_lavc: merge redundant headerGravatar wm42017-12-01
* vd_lavc: rewrite how --hwdec is handledGravatar wm42017-12-01
* vd_lavc: drop mediacodec direct rendering support temporarilyGravatar wm42017-12-01
* video: move d3d.c out of decode sub directoryGravatar wm42017-12-01
* vd_lavc: delete hw_d3d11va.c/hw_dxva2.c and merge leftoversGravatar wm42017-12-01
* hw_dxva2: move dxva2 code to d3d.cGravatar wm42017-12-01
* video: refactor hw device creation for hwdec copy modesGravatar wm42017-12-01
* vd_lavc: move entrypoint for hwframes_refineGravatar wm42017-12-01
* vd_lavc: remove process_image callbackGravatar wm42017-12-01
* d3d11: move code for d3d11eglrgb hackGravatar wm42017-12-01
* vo_gpu: make it possible to load multiple hwdec interop driversGravatar wm42017-12-01
* vd_lavc: prefer nvdec over vdpau with --hwdec=autoGravatar wm42017-11-30
* vd_lavc: restore --hwdec-image-format and d3d11 opaque modeGravatar wm42017-11-02
* vd_lavc: clean out more hwdec legacy codeGravatar wm42017-10-31
* vd_lavc: remove more dead legacy codeGravatar wm42017-10-31
* videotoolbox: use generic code for dummy hwdevice initGravatar wm42017-10-31