aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode/vd_lavc.c
Commit message (Expand)AuthorAge
* 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
* vd_lavc: delete hw_d3d11va.c/hw_dxva2.c and merge leftoversGravatar 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
* 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
* vd_lavc: remove dead legacy codeGravatar wm42017-10-31
* vd_lavc: makre sure required headers are included early enoughGravatar wm42017-10-31
* vd_lavc: move display mastering data stuff to mp_imageGravatar wm42017-10-30
* Bump libav* API useGravatar wm42017-10-30
* vd_lavc: make --hwdec=nvdec-copy actually workGravatar wm42017-10-30
* vd_lavc: remove need for duplicated cuda GL interop backendGravatar wm42017-10-30
* Get rid of deprecated AVFrame accessorsGravatar wm42017-10-30
* vd_lavc: add support for nvdec hwaccelGravatar wm42017-10-28
* vd_lavc: use avcodec_fill_hw_frames_parameters() APIGravatar wm42017-10-27
* vd_lavc: more aggressive frame dropping for intra only codecsGravatar wm42017-10-26
* Add DRM_PRIME Format Handling and Display for RockChip MPP decodersGravatar Lionel CHAZALLON2017-10-23
* video: properly pass through ICC dataGravatar wm42017-10-16
* video: make it possible to always override hardware decoding formatGravatar wm42017-10-16
* 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 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
* vd_lavc: fix device leak with copy-mode hwaccelsGravatar wm42017-08-09